@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: 6.25rem;
  --container: 15rem;
  outline: none;
  font-weight: 500;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

.bg {
  background: #00BEC8;
}

.bgcolor {
  background-color: #f9f9f9;
}

.c {
  color: #00BEC8;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}

.pagination>li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
}

.pagination>li:hover {
  background: #00BEC8;
  color: #fff;
}

.pagination>li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}

.pagination>li.active {
  background: #00BEC8;
  color: #fff;
}

.pagination>li.active a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gap15 {
  gap: 0.9375rem;
}

.gap20 {
  gap: 1.25rem;
}

.gap30 {
  gap: 1.875rem;
}

.gap40 {
  gap: 2.5rem;
}

.gap50 {
  gap: 3.125rem;
}

.foot-fot {
  background: #2D3333;
  display: none;
}

.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}

.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}

/* 禁止缩放表单 */
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: #00BEC8;
}

.search_more:hover::before {
  background: #00BEC8;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.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 {
  position: absolute;
  width: 15rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  left: 0%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}

.er-ul li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}

.er-ul li>a {
  display: flex;
  align-items: center;
}

.er-ul li .i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #00adb5;
  margin-right: 0.625rem;
}

.er-ul li:hover>a {
  color: #00BEC8 !important;
}

.er-ul li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}

.er-ul:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  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: 15rem;
}

@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;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #00BEC8;
}

.searchbox {
  border-color: #00BEC8;
}

@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: 990px) {
  .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 .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-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: 40px;
  width: 120px;
}

.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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.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;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.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;
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  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>li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav>li .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;
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #00BEC8;
}

.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;
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}

@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 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  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%;
}

.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 h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #00BEC8;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  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 {
  width: 10%;
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  width: 25%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.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: 80%;
  margin: 0 auto;
}

.phone .center img {
  height: 40px;
  width: 120px;
}

.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: #00BEC8;
  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: #00BEC8;
}

.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: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}

.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: 14px;
  color: #a7a7a7;
  line-height: 35px;
  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: 16px;
  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;
}

.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #00BEC8;
}

.rightfix li:hover .iconfont {
  background: #0032aa;
  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;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  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%);
  }
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover,
header.active {
  background: #fff;
}

header:hover .center ul li>a,
header.active .center ul li>a {
  color: #000;
}

header:hover .center ul li>a::before,
header.active .center ul li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #00BEC8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .center ul li.active>a,
header.active .center ul li.active>a {
  color: #00BEC8;
}

header:hover .center ul li.active>a::before,
header.active .center ul 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;
}

header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}

header:hover .logo img,
header.active .logo img {
  filter: unset;
}

header:hover,
header.active {
  background: #fff;
}

header:hover .center ul li>a,
header.active .center ul li>a {
  color: #000;
}

header:hover .center ul li>a::before,
header.active .center ul li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #00BEC8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .center ul li.active>a,
header.active .center ul li.active>a {
  color: #00BEC8;
}

header:hover .center ul li.active>a::before,
header.active .center ul 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;
}

header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}

header:hover .logo img,
header.active .logo img {
  filter: unset;
}

header.active {
  animation: sticky 0.65s;
}



header .logo img {
  height: 2.25rem;
  filter: brightness(0) invert(1);
}

header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}

header .lanuage {
  margin-left: 3.125rem;
  display: block;
}

header .lanuage a {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  display: flex;
  align-items: center;
}

header .lanuage a .iconfont {
  font-size: 1.375rem;
  padding-left: 0.75rem;
  font-weight: 500;
}

header .lanuage a.c {
  color: #00BEC8;
}

header .center>ul>li {
  float: left;
  padding: 0 2.8125rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  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 {
  color: #00BEC8;
}

header .center>ul>li:hover>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li.active>a {
  color: #00BEC8;
}

header .center>ul>li.active>a::before {
  width: 100%;
  background-color: #00BEC8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  background: #313131;
}

footer .foot_top {
  padding-top: 5.625rem;
  padding-bottom: 4.0625rem;
  background-color: #313131;
}

footer .foot_top .left {
  color: #fff;
  width: 25%;
}

footer .foot_top .left .foot-contact ul li {
  display: flex;
  margin-top: 0.625rem;
}

footer .foot_top .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.25rem;
}

footer .foot_top .left .foot-contact .icon {
  margin-right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
}

footer .foot_top .left .foot-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  flex: 1;
}

footer .foot_top .right {
  width: 55%;
  padding-right: 7.25rem;
}

footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}

footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}

footer .foot_top .right .footnav .subfootnav {
  margin-top: 1.25rem;
}

footer .foot_top .right .footnav .subfootnav .subfootli>a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

footer .foot_top .right .footnav .subfootnav .subfootli>a:hover {
  font-weight: 600;
}

footer .foot_top .right_ewm {
  width: 20%;
}

footer .foot_top .right_ewm .ewm_box .img {
  width: 8rem;
  height: 8rem;
}

footer .foot_top .right_ewm .ewm_box .txt {
  margin-top: 0.625rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}

footer .copyright {
  background: #262626;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.375rem 0;
}

footer .copyright a {
  color: #fff;
}

footer .copyright p {
  color: #fff;
}

footer .copyright .right .yinsi {
  padding-left: 0.9375rem;
}

footer .copyright .right .yinsi span:nth-last-child(1) {
  display: none;
}

footer .copyright .left .social-share .social-share-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

@-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);
  }
}

.banner {
  height: 100%;
}

.banner .swiper-container {
  height: 100%;
}

.banner .img {
  width: 100%;
  height: 100%;
}

.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .hover {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
}

.banner .hover .p1 .img {
  width: 37.5rem;
}

.banner .hover .p2 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 300;
}

.banner .hover2 {
  position: absolute;
  bottom: 2.75rem;
  right: 1.25rem;
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  z-index: 9;
}

.banner .hover2 ul li {
  position: relative;
  padding: 0 1.25rem;
}

.banner .hover2 ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 3px;
}

.banner .hover2 ul li:nth-last-child(1)::before {
  display: none;
}

.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-pagination {
  display: flex;
  justify-content: center;
  bottom: 3.4375rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}

.swiper-pagination {
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00BEC8;
  border: unset;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.neibanner {
  position: relative;
}

.neibanner .neibanner_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.neibanner .neibanner_txt h2 {
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 700;
}

.neibanner .neibanner_txt p {
  color: #fff;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}

.neibanner .mbxdh .ajhhsd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.neibanner .mbxdh .ajhhsd a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.news_box_one {
  padding-top: 5rem;
}

.news_box_one .swipernews {
  overflow: hidden;
}

.news_box_one .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}

.news_box_one .swipernews .news_new_box .left {
  width: 47%;
}

.news_box_one .swipernews .news_new_box .left .img {
  height: 100%;
}

.news_box_one .swipernews .news_new_box .left .img .over {
  height: 100%;
  border-radius: 0.625rem;
}

.news_box_one .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_box_one .swipernews .news_new_box .right {
  width: 53%;
}

.news_box_one .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}

.news_box_one .swipernews .news_new_box .right .newstxt h3 {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}

.news_box_one .swipernews .news_new_box .right .newstxt .p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.3125rem;
}

.news_box_one .swipernews .news_new_box .right .newstxt .p1 {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  /* 187.5% */
}

.news_box_one .swipernews .swiper-pagination {
  left: 20%;
  bottom: 1.875rem;
}

.news_box_one .swipernews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.news_box_one .swipernews .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.yyhy_content {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.yyhy_content .select {
  border-bottom: 1px solid rgba(167, 167, 167, 0.25);
  padding-bottom: 2.1875rem;
  padding-top: 2.4375rem;
  color: #474747;
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  justify-content: center;
}

.yyhy_content .select ul {
  display: flex;
  justify-content: center;
}

.yyhy_content .select ul li {
  padding: 0 0.9375rem;
  cursor: pointer;
}

.yyhy_content .select ul li a {
  color: #474747;
  font-size: 1rem;
  line-height: 1.875rem;
}

.yyhy_content .select ul li.active a {
  color: #00BEC8;
}

.yyhy_content .select ul li:hover a {
  color: #00BEC8;
}

.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  border-radius: 0.625rem;
  overflow: hidden;
  background: #f2f2f2;
  padding: 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}

.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 2.5rem 2.5rem 3.0625rem;
}

.yyhy_content .yyhy_con .yyhy_item .text h2 {
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #0032aa;
  font-size: 1.375rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text p {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.1875rem;
}

.yyhy_content .yyhy_con .yyhy_item:hover .over img {
  transform: scale(1.1);
}

.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #0032aa;
}

.news_show_box .left {
  padding-right: 4.375rem;
}

.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}

.news_show_box .left .title h3 {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.news_show_box .left .title p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.news_show_box .left .title p span {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.25rem 0 3.625rem;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.news_show_box .left .content table tr td {
  padding: 0.5rem;
}

.news_show_box .left .content img {
  width: 100%;
}

.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #282828;
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.8px;
}

.news_show_box .left .gotoback {
  cursor: pointer;
  color: #00BEC8;
  font-size: 1.125rem;
  width: 9.875rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid #00BEC8;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.news_show_box .left .gotoback:hover {
  background-color: #00BEC8;
  color: #fff;
}

.news_show_box .right {
  height: 100%;
  position: sticky;
  top: 6.25rem;
}

.news_show_box .right .news_le {
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1.875rem 2.5rem 1.625rem;
}

.news_show_box .right .pto_le {
  margin-top: 2.1875rem;
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.1);
  padding: 1.875rem 1.625rem;
}

.news_show_box .right .pto_le ul li .over {
  border: 1px solid #F3F3F3;
  padding: 1.125rem 1.875rem 1.375rem 1.75rem;
}

.news_show_box .right .pto_le ul li .txt {
  margin-top: 0.8125rem;
  color: #282828;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}

.news_show_box .right .title h3 {
  color: #474747;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.news_show_box .right ul li {
  padding: 1.75rem 0 0;
}

.news_show_box .right ul li h3 {
  color: #282828;
  font-size: 1rem;
  line-height: 1.875rem;
}

.news_show_box .right ul li p {
  color: #BABABA;
  font-size: 1rem;
  line-height: 1.875rem;
}

.news_show_box .right ul li:hover {
  cursor: pointer;
}

.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #00BEC8;
}

.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}

.all_title h3 {
  color: #FFF;
  font-size: 2.8125rem;
  font-weight: 700;
}

.all_title p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
}

.all_title p i {
  display: inline-block;
  width: 1.9375rem;
  margin-left: 0.3125rem;
}

.all_title.black h3,
.all_title.black p {
  color: #808080;
}

.all_titleb h3 {
  color: #292929;
  font-size: 2.8125rem;
  font-weight: 700;
}

.all_titleb p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  vertical-align: middle;
}

.all_titleb p i {
  display: inline-block;
  width: 1.9375rem;
  margin-left: 0.3125rem;
}

.more.bg {
  border-color: #00BEC8;
  background-color: #00BEC8;
}

.more {
  width: 12.25rem;
  line-height: 3.375rem;
  border-radius: 0.3125rem;
  border: 1px solid #00BEC8;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  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: #00BEC8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.3125rem;
  z-index: -1;
}

.more:hover {
  border-color: #00BEC8;
  color: #00BEC8;
}

.more:hover div {
  color: #fff;
}

.more:hover div span {
  background: #00BEC8;
}

.more:hover div span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.more:hover::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  margin-left: 1rem;
  position: relative;
}

.more>div span::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #00BEC8;
  opacity: 0;
}

@keyframes fangda {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.more.bg {
  border-color: #00BEC8;
}

.more.bg div {
  color: #fff;
}

.more.bg::before {
  background: #fff;
}

.more.bg:hover div {
  color: #00BEC8;
}

.more.borf {
  border-color: #fff;
}

.more.borf div {
  color: #fff;
}

.more.borf:hover {
  border-color: #00BEC8;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #00BEC8;
}

.more.bgf:hover div {
  color: #fff;
}

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.fp-viewing-0 header.active,
.fp-viewing-1 header.active,
.fp-viewing-2 header.active,
.fp-viewing-3 header.active,
.fp-viewing-4 header.active,
.fp-viewing-5 header.active {
  background-color: unset;
}

.fp-viewing-0 header.active .selected-language,
.fp-viewing-1 header.active .selected-language,
.fp-viewing-2 header.active .selected-language,
.fp-viewing-3 header.active .selected-language,
.fp-viewing-4 header.active .selected-language,
.fp-viewing-5 header.active .selected-language {
  color: #fff;
}

.fp-viewing-0 header.active .center>ul>li>a,
.fp-viewing-1 header.active .center>ul>li>a,
.fp-viewing-2 header.active .center>ul>li>a,
.fp-viewing-3 header.active .center>ul>li>a,
.fp-viewing-4 header.active .center>ul>li>a,
.fp-viewing-5 header.active .center>ul>li>a,
.fp-viewing-0 header.active .lanuage a,
.fp-viewing-1 header.active .lanuage a,
.fp-viewing-2 header.active .lanuage a,
.fp-viewing-3 header.active .lanuage a,
.fp-viewing-4 header.active .lanuage a,
.fp-viewing-5 header.active .lanuage a,
.fp-viewing-0 header.active .ds1 .iconfont,
.fp-viewing-1 header.active .ds1 .iconfont,
.fp-viewing-2 header.active .ds1 .iconfont,
.fp-viewing-3 header.active .ds1 .iconfont,
.fp-viewing-4 header.active .ds1 .iconfont,
.fp-viewing-5 header.active .ds1 .iconfont {
  color: #fff;
}

.fp-viewing-0 header.active .center>ul>li>a:hover,
.fp-viewing-1 header.active .center>ul>li>a:hover,
.fp-viewing-2 header.active .center>ul>li>a:hover,
.fp-viewing-3 header.active .center>ul>li>a:hover,
.fp-viewing-4 header.active .center>ul>li>a:hover,
.fp-viewing-5 header.active .center>ul>li>a:hover,
.fp-viewing-0 header.active .lanuage a:hover,
.fp-viewing-1 header.active .lanuage a:hover,
.fp-viewing-2 header.active .lanuage a:hover,
.fp-viewing-3 header.active .lanuage a:hover,
.fp-viewing-4 header.active .lanuage a:hover,
.fp-viewing-5 header.active .lanuage a:hover,
.fp-viewing-0 header.active .ds1 .iconfont:hover,
.fp-viewing-1 header.active .ds1 .iconfont:hover,
.fp-viewing-2 header.active .ds1 .iconfont:hover,
.fp-viewing-3 header.active .ds1 .iconfont:hover,
.fp-viewing-4 header.active .ds1 .iconfont:hover,
.fp-viewing-5 header.active .ds1 .iconfont:hover {
  color: #00BEC8 !important;
}

.fp-viewing-0 header.active .logo img,
.fp-viewing-1 header.active .logo img,
.fp-viewing-2 header.active .logo img,
.fp-viewing-3 header.active .logo img,
.fp-viewing-4 header.active .logo img,
.fp-viewing-5 header.active .logo img {
  height: 2.25rem;
  filter: brightness(0) invert(1);
}

.fp-viewing-0 header.active:hover .logo img,
.fp-viewing-1 header.active:hover .logo img,
.fp-viewing-2 header.active:hover .logo img,
.fp-viewing-3 header.active:hover .logo img,
.fp-viewing-4 header.active:hover .logo img,
.fp-viewing-5 header.active:hover .logo img {
  filter: unset;
}

.fp-viewing-0 header.active .center>ul>li:hover>a,
.fp-viewing-1 header.active .center>ul>li:hover>a,
.fp-viewing-2 header.active .center>ul>li:hover>a,
.fp-viewing-3 header.active .center>ul>li:hover>a,
.fp-viewing-4 header.active .center>ul>li:hover>a,
.fp-viewing-5 header.active .center>ul>li:hover>a {
  color: #00BEC8 !important;
}

.fp-viewing-0 header.active .center>ul>li:hover>a::before,
.fp-viewing-1 header.active .center>ul>li:hover>a::before,
.fp-viewing-2 header.active .center>ul>li:hover>a::before,
.fp-viewing-3 header.active .center>ul>li:hover>a::before,
.fp-viewing-4 header.active .center>ul>li:hover>a::before,
.fp-viewing-5 header.active .center>ul>li:hover>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #00BEC8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.fp-viewing-0 header.active .center>ul>li:hover .sec1,
.fp-viewing-1 header.active .center>ul>li:hover .sec1,
.fp-viewing-2 header.active .center>ul>li:hover .sec1,
.fp-viewing-3 header.active .center>ul>li:hover .sec1,
.fp-viewing-4 header.active .center>ul>li:hover .sec1,
.fp-viewing-5 header.active .center>ul>li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: translateX(-50%) translateY(0);
}

.fp-viewing-0 header.active:hover,
.fp-viewing-1 header.active:hover,
.fp-viewing-2 header.active:hover,
.fp-viewing-3 header.active:hover,
.fp-viewing-4 header.active:hover,
.fp-viewing-5 header.active:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.fp-viewing-0 header.active:hover .selected-language,
.fp-viewing-1 header.active:hover .selected-language,
.fp-viewing-2 header.active:hover .selected-language,
.fp-viewing-3 header.active:hover .selected-language,
.fp-viewing-4 header.active:hover .selected-language,
.fp-viewing-5 header.active:hover .selected-language {
  color: #000;
}

.fp-viewing-0 header.active:hover .lanuage a,
.fp-viewing-1 header.active:hover .lanuage a,
.fp-viewing-2 header.active:hover .lanuage a,
.fp-viewing-3 header.active:hover .lanuage a,
.fp-viewing-4 header.active:hover .lanuage a,
.fp-viewing-5 header.active:hover .lanuage a {
  color: #000;
}

.fp-viewing-0 header.active:hover .center ul li a,
.fp-viewing-1 header.active:hover .center ul li a,
.fp-viewing-2 header.active:hover .center ul li a,
.fp-viewing-3 header.active:hover .center ul li a,
.fp-viewing-4 header.active:hover .center ul li a,
.fp-viewing-5 header.active:hover .center ul li a {
  color: #000;
}

.fp-viewing-0 header.active:hover .ds1 .iconfont,
.fp-viewing-1 header.active:hover .ds1 .iconfont,
.fp-viewing-2 header.active:hover .ds1 .iconfont,
.fp-viewing-3 header.active:hover .ds1 .iconfont,
.fp-viewing-4 header.active:hover .ds1 .iconfont,
.fp-viewing-5 header.active:hover .ds1 .iconfont {
  color: #000;
}

.fp-viewing-0 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-1 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-2 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-3 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-4 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-5 header.active:hover .ds1 .iconfont:hover {
  cursor: pointer;
  color: #00BEC8;
}

.section {
  height: 100vh;
}

.section2 {
  background-size: cover;
}

.section2 .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.section2 .aboutnum .numitem>div span {
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.section2 .aboutnum .numitem>div sub {
  color: #FFF;
  font-family: Sansation;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.section2 .aboutnum .numitem p {
  margin-top: 0.9375rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

@-webkit-keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotatex {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotatex {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section3 {
  position: relative;
}

.section3 .bgimg {
  width: 100%;
}

.section3 .bgimg .bgli {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section3 .bgimg .bgli img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 .bgimg .bgli.active {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section3 .content {
  position: relative;
  z-index: 9;
}

.section3 .swiper_product {
  position: relative;
  padding-bottom: 1.25rem;
}

.section3 .proslide {
  align-items: center;
}

.section3 .proslide .proleft {
  margin-top: 3.625rem;
}

.section3 .proslide .proleft .title h3 {
  color: #FFF;
  font-size: 2.1875rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.section3 .proslide .proleft .title h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section3 .proslide .proleft .desc h3 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 2.125rem;
  margin-bottom: 1.625rem;
}

.section3 .proslide .proleft .desc p {
  margin-top: 0.75rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.section3 .proslide .proleft .desc ul li {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.5625rem;
}

.section3 .proslide .proleft .desc ul li::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.5625rem;
}

.section3 .proslide .proleft .ul {
  margin-top: 2.8125rem;
  display: flex;
}

.section3 .proslide .proleft .ul li {
  margin-right: 3.5rem;
}

.section3 .proslide .proleft .ul li .icon {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 3px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3 .proslide .proleft .ul li .icon img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
}

.section3 .proslide .proleft .ul li .txt {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}

.section3 .proslide .proleft .ul li:nth-last-child(1) {
  margin-right: 0;
}

.section3 .proslide .proright .proimg {
  width: 29.5rem;
  height: 29.5rem;
  margin: 0 auto;
  position: relative;
}

.section3 .proslide .proright .proimg .over {
  width: 29.5rem;
  height: 29.5rem;
  line-height: 29.5rem;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.section3 .proslide .proright .proimg .yuan {
  width: 34.9375rem;
  height: 34.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section3 .proslide .proright .proimg .yuan img {
  -webkit-animation: rotatex infinite linear;
  -moz-animation: rotatex infinite linear;
  -o-animation: rotatex infinite linear;
  animation: rotatex infinite linear;
  /* 使用infinite关键字使其无限循环 */
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}

.section3 .proslide .proright .ul2 {
  margin-top: 5.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .proslide .proright .ul2 li {
  padding: 0 0.5rem;
}

.section3 .proslide .proright .ul2 li .over img {
  filter: brightness(0) invert(1);
}

.section3 .bomblock {
  display: flex;
  justify-content: space-between;
}

.section4 {
  background-size: cover;
}

.section4 .sub_title {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.section4 .content {
  margin-top: 4.25rem;
}

.section4 .content ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.0625rem;
}

.section4 .content ul li {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  padding: 3.9375rem 1.5625rem;
}

.section4 .content ul li:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.05);
}

.section4 .content ul li:hover .icon {
  transform: rotateY(180deg);
}

.section4 .content ul li .icon {
  width: 2.8125rem;
  margin: 0 auto 1.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section4 .content ul li .tit {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.section4 .content ul li .tit::before {
  content: '';
  display: block;
  width: 1.875rem;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section4 .content ul li .desc {
  margin-top: 1.5625rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-align: center;
}

.section5 {
  position: relative;
}

.section5 .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section5 .bgimg .bgli {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .bgimg .bgli img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section5 .bgimg .bgli.active {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.section5 .top .desc {
  width: 70%;
  display: flex;
  align-items: center;
}

.section5 .top .desc .midd {
  width: 45%;
}

.section5 .top .desc .midd p.p1 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.section5 .top .desc .midd p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.section5 .top .desc .right {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section5 .top .desc .right .ri_box h3 span {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.section5 .top .desc .right .ri_box h3 span.s1 {
  color: #FFF;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.section5 .top .desc .right .ri_box h3 i {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
}

.section5 .top .desc .right .ri_box p {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.section5 .content {
  margin-top: 3.4375rem;
  position: relative;
  z-index: 10;
}

.section5 .content .users_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.875rem;
}

.section5 .content .users_box .users_item {
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: center;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .content .users_box .users_item .over {
  height: 90%;
}

.section5 .content .users_box .users_item .over img {
  object-fit: contain;
  width: 80%;
  height: 90%;
  filter: brightness(0) invert(1);
}

.section5 .content .users_box .users_item.active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .content .users_box .users_item.active .over img {
  filter: unset;
}

.section5 .content .tabul {
  width: 60%;
  margin: 1.875rem auto 0;
  display: flex;
  justify-content: space-between;
}

.section5 .content .tabul .tabli {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 1.25rem;
}

.section5 .content .tabul .tabli::before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #00BEC8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section5 .content .tabul .tabli.active,
.section5 .content .tabul .tabli:hover {
  cursor: pointer;
  color: #00BEC8;
}

.section5 .content .tabul .tabli.active::before,
.section5 .content .tabul .tabli:hover::before {
  width: 100%;
}

.section6 .content {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.section6 .content .left {
  width: 50%;
  padding-right: 0.9375rem;
}

.section6 .content .left .swiper_news {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section6 .content .left .news_img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.section6 .content .left .swiper-pagination {
  justify-content: center;
  bottom: 1.875rem;
}

.section6 .content .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.section6 .content .left .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.section6 .content .right {
  width: 50%;
  padding-left: 0.9375rem;
}

.section6 .content .right .news_box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section6 .content .right .news_box .news_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  position: relative;
}

.section6 .content .right .news_box .news_item::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #00BEC8;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section6 .content .right .news_box .news_item .flex {
  align-items: unset;
}

.section6 .content .right .news_box .news_item .flex .news_le {
  width: 20%;
}

.section6 .content .right .news_box .news_item .flex .news_le .time {
  color: #00BEC8;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}

.section6 .content .right .news_box .news_item .flex .news_le .tit {
  margin-top: 0.9375rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}

.section6 .content .right .news_box .news_item .flex .news_ri {
  width: 80%;
}

.section6 .content .right .news_box .news_item .flex .news_ri .title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section6 .content .right .news_box .news_item .flex .news_ri .desc {
  margin-top: 0.625rem;
  color: #E2E2E2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.section6 .content .right .news_box .news_item.active::before,
.section6 .content .right .news_box .news_item:hover::before {
  width: 100%;
}

.section6 .content .right .news_box .news_item.active .flex .news_ri .title,
.section6 .content .right .news_box .news_item:hover .flex .news_ri .title {
  color: #00BEC8;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #fff;
  left: -41px;
}

#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,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background-color: unset;
  width: 21px;
  height: 21px;
  margin: -2px 0 0 -2px;
  background-image: url(../img/dian.png);
  background-size: contain;
  top: 0;
  left: -46px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 7px;
  height: 7px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 30px 0;
}

.section {
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}

.about_one {
  padding-top: 5rem;
}

.about_one .desc {
  color: #7C7C7C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-align: justify;
}

.about_one ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10.625rem;
}

.about_one ul li .top {
  border-bottom: 1px solid #D9D9D9;
  color: #00BEC8;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 1.4375rem;
}

.about_one ul li .top i {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_one ul li:hover .top i {
  transform: translateY(-5px);
}

.about_one ul li .num {
  text-align: right;
}

.about_one ul li .num span {
  color: #474747;
  font-size: 4.0625rem;
  font-style: italic;
  font-weight: 600;
}

.about_one ul li .num sub {
  color: #474747;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
}

.about_one .video_bg {
  height: 30rem;
  position: relative;
  cursor: pointer;
}

.about_one .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  /* 初始隐藏视频 */
}

.about_one .video_bg .img {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
}

.about_one .video_bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_one .video_bg .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
}

.about_one .video_bg .txt .icon {
  cursor: pointer;
  width: 5.625rem;
  height: 5.625rem;
  margin: 3.25rem auto 0;
}

.about_one .video_bg.playing video {
  display: block;
}

.about_one .video_bg.playing .img,
.about_one .video_bg.playing .txt .icon {
  display: none;
}

.about_two {
  padding-bottom: 7.5rem;
}

.about_two .about_two_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.1875rem;
}

.about_two .about_two_grid .about_two_item {
  border-radius: 0.625rem;
  background: #F9F9F9;
  overflow: hidden;
  padding: 3.125rem 3.25rem 3.25rem 3rem;
}

.about_two .about_two_grid .about_two_item h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.8125rem;
}

.about_two .about_two_grid .about_two_item p {
  color: #444;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.8125rem;
}

.about_two .about_two_grid .about_two_item .icon {
  margin-top: 4.375rem;
  text-align: right;
}

.about_two .about_two_grid .about_two_item .icon img {
  width: 3.25rem;
  height: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_two .about_two_grid .about_two_item:hover .icon img {
  transform: rotateY(180deg);
}

.list_product_box {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.list_product_box .left .le_box {
  padding-right: 1.875rem;
  position: sticky;
  top: 6.25rem;
}

.list_product_box .left .le_box .tit {
  background-color: #00BEC8;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

.list_product_box .left .le_box>ul>li {
  border-bottom: 1px dashed #d9d9d9;
  padding: 1.25rem 0;
}

.list_product_box .left .le_box>ul>li .er_ul {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_box .left .le_box>ul>li .er_ul li {
  padding: 0.625rem 0 0.625rem;
}

.list_product_box .left .le_box>ul>li .er_ul li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.list_product_box .left .le_box>ul>li .er_ul li a:hover {
  color: #00BEC8;
}

.list_product_box .left .le_box>ul>li>a {
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_product_box .left .le_box>ul>li>a i {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_box .left .le_box>ul>li:hover .er_ul,
.list_product_box .left .le_box>ul>li.active .er_ul {
  display: block;
}

.list_product_box .left .le_box>ul>li:hover>a,
.list_product_box .left .le_box>ul>li.active>a {
  color: #00BEC8;
}

.list_product_box .left .le_box>ul>li:hover>a i,
.list_product_box .left .le_box>ul>li.active>a i {
  transform: rotate(180deg);
}

.list_product_box .right {
  padding-left: 9.375rem;
}

.list_product_box .list_product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem 9.375rem;
}

.list_product_box .list_product .list_pro_item {
  padding: 2.6875rem 2.1875rem 2rem;
  border: 1px solid #DDD;
  position: relative;
}

.list_product_box .list_product .list_pro_item .jiaobiao {
  width: 5.375rem;
  height: 5.375rem;
  background-image: url('../img/jbicon.svg');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_box .list_product .list_pro_item .jiaobiao i {
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: 1.125rem;
  left: 1rem;
}

.list_product_box .list_product .list_pro_item .title {
  color: #505050;
  text-align: center;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 600;
}

.list_product_box .list_product .list_pro_item .subtit {
  text-align: center;
  font-size: 1.25rem;
  height: 3.4375rem;
}

.list_product_box .list_product .list_pro_item .over {
  padding: 0 3.125rem;
  height: 14.375rem;
}

.list_product_box .list_product .list_pro_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_product_box .list_product .list_pro_item .desc {
  color: #878787;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_product_box .list_product .list_pro_item .desc span {
  color: #414141;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_product_box .list_product .list_pro_item .more_p {
  text-align: center;
  color: #00BEC8;
  font-size: 1rem;
  font-weight: 500;
}

.list_product_box .list_product .list_pro_item .more_p i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  border: 1px solid #00BEC8;
  background-color: #00BEC8;
  margin-left: 0.625rem;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_box .list_product .list_pro_item:hover {
  cursor: pointer;
  border-bottom: 1px solid #00BEC8;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
}

.list_product_box .list_product .list_pro_item:hover .jiaobiao {
  opacity: 1;
}

.list_product_box .list_product .list_pro_item:hover .over img {
  transform: scale(1.1);
}

.list_product_box .list_product .list_pro_item:hover .more_p i {
  color: #fff;
  background-color: #00BEC8;
}

.show_product_one {
  padding-top: 9.125rem;
  padding-bottom: 7.5rem;
}

.show_product_one .zzimg .imgg {
  height: 1.25rem;
}

.show_product_one .zzimg .imgg img {
  width: auto;
  height: 100%;
}

.show_product_one .left .left_box .swiper_box {
  border: 1px solid #E3E3E3;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.show_product_one .left .left_box .swiper_show_pro {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.show_product_one .left .left_box .swiper_show_pro2 {
  position: relative;
  overflow: hidden;
}

.show_product_one .left .left_box .swiper_show_pro2 .swiper-slide .img {
  padding: 0.625rem;
  height: 7.5rem;
  border: 1px solid #E3E3E3;
}

.show_product_one .left .left_box .swiper_show_pro2 .swiper-slide .img img {
  width: auto;
  height: 100%;
}

.show_product_one .left .left_box .over {
  text-align: center;
}

.show_product_one .left .left_box .swiper-button-next,
.show_product_one .left .left_box .swiper-container-rtl .swiper-button-prev {
  right: 1.5rem;
}

.show_product_one .left .left_box .swiper-button-prev,
.show_product_one .left .left_box .swiper-container-rtl .swiper-button-next {
  left: 1.5rem;
}

.show_product_one .left .left_box .swiper-button-next,
.show_product_one .left .left_box .swiper-button-prev {
  border: unset;
  background-color: unset;
}

.show_product_one .left .left_box .swiper-button-next i,
.show_product_one .left .left_box .swiper-button-prev i {
  font-size: 2rem;
  color: rgba(113, 113, 113, 0.6);
  font-weight: 400;
}

.show_product_one .right {
  padding-right: 5.25rem;
  padding-bottom: 6.125rem;
}

.show_product_one .right .title {
  color: #242424;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.875rem;
}

.show_product_one .right .title span {
  position: relative;
  padding-bottom: 1rem;
}

.show_product_one .right .title span::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.show_product_one .right .subtit {
  font-size: 1.75rem;
  color: #242424;
  margin-bottom: 1.25rem;
}

.show_product_one .right .desc {
  margin-top: 1.6875rem;
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
}

.show_product_one .right .desc p {
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.show_product_one .right .desc h3 {
  margin-top: 0.1875rem;
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.show_product_one .right .desc ul {
  margin-top: 1.625rem;
}

.show_product_one .right .desc ul li {
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 1.25rem;
}

.show_product_one .right .desc ul li::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #595959;
  position: absolute;
  left: 0;
  top: 0.75rem;
}

.show_product_one .right .btn_group .btn_item {
  padding: 1.25rem 2.0625rem;
  background-color: #00BEC8;
  margin-right: 2rem;
  border-radius: 0.3125rem;
  border: 1px solid #00BEC8;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product_one .right .btn_group .btn_item span {
  padding: 0 1.25rem;
}

.show_product_one .right .btn_group .btn_item i {
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 2.1875rem;
}

.show_product_one .right .btn_group .btn_item:hover {
  background-color: unset;
  color: #00BEC8;
}

.show_product_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F9F9F9;
}

.show_product_two .content {
  position: relative;
}

.show_product_two .swiper_xnytx {
  position: relative;
  overflow: hidden;
  margin: -1.25rem;
}

.show_product_two .swiper_xnytx .swiper-slide {
  padding: 1.25rem;
}

.show_product_two .swiper_xnytx .xnytx_box {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(64, 161, 198, 0.25);
  padding: 4.375rem 2.75rem 0;
  text-align: center;
  height: 16.875rem;
}

.show_product_two .swiper_xnytx .xnytx_box .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  margin: 0 auto;
}

.show_product_two .swiper_xnytx .xnytx_box .tit {
  margin-top: 1.75rem;
  color: #818181;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_three {
  padding-top: 7.5rem;
  padding-bottom: 10.25rem;
}

.show_product_three .content {
  overflow-x: auto;
}

.show_product_three .content .tabler {
  width: 100%;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
}

.show_product_three .content .tabler table {
  width: 100%;
}

.show_product_three .content .tabler table tr:nth-child(even) {
  background: #F8F8F8;
}

.show_product_three .content .tabler table tr:nth-child(odd) {
  background: #EAEAEA;
}

.show_product_three .content .tabler table tr:nth-child(1) {
  background-color: #00BEC8;
}

.show_product_three .content .tabler table tr:nth-child(1) td {
  height: 3.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}

.show_product_three .content .tabler table tr td {
  color: #818181;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  border-right: 1px solid #D9D9D9;
}

.show_product_three .content .tabler table tr td:nth-child(1) {
  border-right: unset;
}

.show_product_three .content .tabler table tr td span {
  font-style: normal;
}

.show_product_three .content p {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_four {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F9F9F9;
}

.show_product_four .list_product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.9375rem;
}

.show_product_four .list_product .list_pro_item {
  padding: 2.6875rem 2.1875rem 2rem;
  border: 1px solid #DDD;
  position: relative;
  background-color: #fff;
}

.show_product_four .list_product .list_pro_item .jiaobiao {
  width: 5.375rem;
  height: 5.375rem;
  background-image: url('../img/jbicon.svg');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product_four .list_product .list_pro_item .jiaobiao i {
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: 1.125rem;
  left: 1rem;
}

.show_product_four .list_product .list_pro_item .title {
  color: #505050;
  text-align: center;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
}

.show_product_four .list_product .list_pro_item .over {
  margin-top: 3.125rem;
}

.show_product_four .list_product .list_pro_item .desc {
  margin-top: 2.375rem;
  color: #878787;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_four .list_product .list_pro_item .desc span {
  color: #414141;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_product_four .list_product .list_pro_item .more_p {
  text-align: center;
  color: #00BEC8;
  font-size: 1rem;
  font-weight: 500;
}

.show_product_four .list_product .list_pro_item .more_p i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  border: 1px solid #00BEC8;
  margin-left: 0.625rem;
}

.show_product_four .list_product .list_pro_item:hover {
  cursor: pointer;
  border-bottom: 1px solid #00BEC8;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
}

.show_product_four .list_product .list_pro_item:hover .jiaobiao {
  opacity: 1;
}

.show_product_four .list_product .list_pro_item:hover .over img {
  transform: scale(1.1);
}

.hide {
  display: none;
}

.list_contact_box {
  padding-top: 3rem;
  padding-bottom: 7.8125rem;
}

.list_contact_box .content .contact_one {
  margin-bottom: 6.25rem;
}

.list_contact_box .content .contact_one .left {
  display: table;
}

.list_contact_box .content .contact_one .left .text_con {
  display: table-cell;
  vertical-align: middle;
}

.list_contact_box .content .contact_one .left .text_con .tit {
  font-size: 1.75rem;
  font-weight: 600;
}

.list_contact_box .content .contact_one .left .text_con p {
  color: #808080;
  font-size: 1.375rem;
  padding: 0.625rem 0;
}

.list_contact_box .content .contact_one .left .text_con p i {
  font-size: 1.25rem;
  color: #00BEC8;
  font-weight: 600;
  margin-right: 0.625rem;
}

.list_contact_box .content .contact_one .right .over {
  height: 20.625rem;
}

.list_contact_box .content .contact_one .right .over img {
  width: 100%;
  height: 100%;
}

.list_contact_box .content .contact_con .title {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
}

.list_contact_box .content .contact_con .left_one {
  padding-bottom: 2.375rem;
}

.list_contact_box .content .contact_con .left_one ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.25rem;
}

.list_contact_box .content .contact_con .left_one ul li {
  border-radius: 0.9375rem;
  background-color: #f2f2f2;
  padding: 1.25rem;
}

.list_contact_box .content .contact_con .left_one ul li h3 {
  color: #282828;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_contact_box .content .contact_con .left_one ul li p {
  margin-top: 1rem;
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  vertical-align: middle;
}

.list_contact_box .content .contact_con .left_one ul li p i {
  font-size: 1.25rem;
  margin-right: 0.4375rem;
  color: #00BEC8;
  font-weight: 600;
}

.list_contact_box .content .contact_con .left_two ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.25rem;
}

.list_contact_box .content .contact_con .left_two ul li {
  margin-top: 2.875rem;
  border-left: 1px solid #C2C2C2;
  padding-left: 1.875rem;
}

.list_contact_box .content .contact_con .left_two ul li h3 {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}

.list_contact_box .content .contact_con .left_two ul li p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  vertical-align: middle;
}

.list_contact_box .content .contact_con .left_two ul li p i {
  font-size: 1.25rem;
  margin-right: 0.4375rem;
}

.list_contact_box .content .contact_con .left_two ul li .img {
  width: 5.3125rem;
  height: 5.3125rem;
  background: #BABABA;
}

.list_contact_box .content .message_box .content {
  margin-top: 3.125rem;
  background-color: #f2f2f2;
  padding: 1.25rem 3.125rem;
  border-radius: 0.9375rem;
}

.list_contact_box .content .message_box .title {
  color: #282828;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
}

.list_contact_box .content .message_box .desc {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}

.list_contact_box .content .message_box .contact {
  margin-top: 1.875rem;
}

.list_contact_box .content .message_box .contact .msg-a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.list_contact_box .content .message_box .contact .msg-a1 .inpt input {
  width: 100%;
  height: 3.125rem;
  border-radius: 5px;
  padding-left: 1.5625rem;
}

.list_contact_box .content .message_box .contact .msg-a1 .inpt textarea {
  padding-top: 0.625rem;
  padding-left: 1.5625rem;
  width: 100%;
  border-radius: 1.25rem;
}

.list_contact_box .content .message_box .contact .msg-a2 .inpt {
  margin-top: 1.875rem;
}

.list_contact_box .content .message_box .contact .msg-a2 .inpt input {
  width: 100%;
  height: 3.125rem;
  border-radius: 5px;
  padding-left: 1.5625rem;
}

.list_contact_box .content .message_box .contact .msg-a2 .inpt textarea {
  padding-top: 0.625rem;
  padding-left: 1.5625rem;
  width: 100%;
  border-radius: 5px;
  border: none;
}

.list_contact_box .content .message_box .contact .div_aghgha {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_contact_box .content .message_box .contact .div_aghgha .left {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_contact_box .content .message_box .contact .div_aghgha .left a {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.list_contact_box .content .message_box .contact .div_aghgha button {
  width: 11rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #00BEC8;
  border: unset;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}

.list_contact_box .content .message_box .contact .div_aghgha button i {
  margin-left: 1.25rem;
}

.list_product_one {
  border-bottom: 1px solid #d9d9d9;
}

.list_product_one .tab_ul {
  justify-content: center;
}

.list_product_one .tab_ul .tab_li {
  flex: 1;
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1rem 0;
  position: relative;
  z-index: 9;
}

.list_product_one .tab_ul .tab_li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background-color: #00BEC8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_one .tab_ul .tab_li.active,
.list_product_one .tab_ul .tab_li:hover {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.list_product_one .tab_ul .tab_li.active::before,
.list_product_one .tab_ul .tab_li:hover::before {
  height: 100%;
}

.list_channel_box {
  width: 100%;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_channel_box.fixed {
  position: sticky;
  top: 5.625rem;
}

.list_channel_box .list_channel {
  display: flex;
  align-items: center;
  height: 4.375rem;
}

.list_channel_box .list_channel .list_channel_li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_channel_box .list_channel .list_channel_li:nth-child(1) {
  border-left: 1px solid #d9d9d9;
}

.list_channel_box .list_channel .list_channel_li a {
  width: 100%;
  height: 100%;
  color: #808080;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 4.375rem;
}

.list_channel_box .list_channel .list_channel_li.active,
.list_channel_box .list_channel .list_channel_li:hover {
  background: #0032aa;
  height: 4.375rem;
  border-right: unset;
}

.list_channel_box .list_channel .list_channel_li.active a,
.list_channel_box .list_channel .list_channel_li:hover a {
  color: #fff;
}

.show_product_content .content .tabler {
  overflow-x: auto;
}

.show_product_content .content table {
  width: 100%;
}

.show_product_content .content table thead tr td {
  background-color: #00BEC8;
  color: #fff;
  text-align: center;
}

.show_product_content .content table tr td {
  text-align: center;
  padding: 0.625rem 1rem !important;
  min-width: 9.375rem;
  font-size: 1rem;
  background-color: #fff;
}

.show_product_content .content table tr td .icon {
  width: 2.5rem;
  margin: 0 auto;
}

.show_product_content .content table tr td:nth-child(1) {
  text-align: center;
}

.show_product_content .content {
  display: none;
}

.show_product_content .content .title {
  font-size: 1.5rem;
  font-weight: 600;
  display: none;
}

.show_product_content .content.active {
  display: block;
}

.show_product_content .content ul li {
  border-top: 1px solid rgba(0, 50, 170, 0.2);
  padding: 1.25rem 0;
  display: flex;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.show_product_content .content ul li h3 {
  color: #0032aa;
  font-weight: 600;
  font-size: 1.125rem;
}

.show_product_content .content ul li strong {
  margin-right: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  width: 18%;
}

.show_product_content .content h3 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  font-size: 1.25rem;
}

.show_product_content .content h3 strong {
  color: #0032aa;
  font-weight: 600;
  font-size: 1.5rem;
}

.show_product_content .content .tabler {
  overflow-x: auto;
}

.show_product_content .content .tabler table tr td {
  min-width: 9.375rem;
}

.show_product_content .content .tabler table tr td .tag {
  background-color: #0032aa;
  display: inline-block;
  padding: 0.3125rem;
  border-radius: 0.625rem;
  color: #fff;
}

.show_product_content .content p {
  color: #414141;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.show_product_content .content .probox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}

.show_product_content .content .probox .over {
  width: 25%;
  height: 10.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product_content .content .probox .over img {
  width: 100%;
}

.show_product_content .content .probox .text {
  flex: 1;
  padding-left: 1.25rem;
}

.show_product_content .content .probox .text h3 {
  color: #0032aa;
}

.show_product_content .content .probox .text p {
  color: #414141;
  font-size: 1rem;
  line-height: 1.5;
}

.show_product_content .content .probox .tag {
  padding: 5px 10px;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #878787;
}

.language-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-language-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.selected-language {
  padding: 8px 12px;
  border: unset !important;
  background: unset !important;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}

.selected-language i {
  margin-left: 1rem;
}

header:hover .selected-language,
header.active .selected-language,
header.active2 .selected-language {
  color: #000;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12.5rem !important;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  line-height: 1;
}

.language-option {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language-option:hover {
  background-color: #f5f5f5;
}

.language-option img {
  width: 20px;
  height: 15px;
  margin-right: 8px;
}


@media (max-width: 990px) {
  header {
    width: 150px;
    line-height: 60px;
    right: 10%;
    left: unset;
  }

  header .container {
    padding: 0;
  }

  header .logo,
  header .ds1,
  header .tel,
  header .center {
    display: none;
  }

  .selected-language {
    color: #000 !important;
  }

  header .lanuage {
    margin-left: 0;
  }

  header.active {
    animation: unset;
  }
}