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

@font-face {
  /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
  font-family: 'DreamHanSansSC';
  /* 字体文件的路径，这里假设字体文件在当前目录下 */
  src: url('../font/DreamHanSansSC.ttf') format('truetype');
  /* 可选的字体样式，如 normal 或 italic */
  font-style: normal;
  /* 可选的字体粗细，如 normal 或 bold */
}


body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
  font-family:'DreamHanSansSC' !important;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #00574F;
}
.c {
  color: #00574F;
}
.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-radius: 50%;
  border: 1px solid #00574F;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a,
.pagination > li span {
  color: #00574F;
}
.pagination > li:hover {
  background: #B81A3A;
  border-color: #B81A3A;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a,
.pagination > li:hover span {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #B81A3A;
  border-color: #B81A3A;
  color: #fff;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #00574F;
  background: #FFF;
  border-color: #00574F;
}
.pagination > li.disabled:hover a,
.pagination > li.disabled:hover span {
  color: #00574F;
}
.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 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #001E26;
  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: #00574F;
}
.search_more:hover::before {
  background: #00574F;
}
.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: 17rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li a {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
 
}
.er-ul li:hover a {
  color: #00574F !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.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 .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: 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;
  }
}
.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;
}
.serbtn {
  background: #00574F;
}
.searchbox {
  border-color: #00574F;
}
@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: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}
.ajhhsd a {
  color: #777;
  color: #FFF;
}
.ajhhsd a:hover {
  color: #00574F;
}
.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: #00574F;
  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: 10%;
  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: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 35px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #001E26;
  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: #00574F;
  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: #00574F;
}
.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: #B81A3A;
}
.rightfix li:hover .iconfont {
  background: #00574F;
  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;
}
header .container {
  padding: 0 6.25rem;
}
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: #00574F;
  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,
header:hover .center ul li:hover > a,
header.active .center ul li:hover > a {
  color: #00574F;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .lanuage a:hover,
header.active .lanuage a:hover {
  color: #00574F;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1 .iconfont:hover,
header.active .ds1 .iconfont:hover {
  color: #00574F;
}
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;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 3.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;
  display: flex;
  justify-content: space-between;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #00574F;
}
header .center > ul > li {
  float: left;
  padding: 0 2.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  font-weight: 600;
}
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: #fff;
  font-weight: 700;
}
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: #fff;
  font-weight: 700;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #001E26;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .top_foot {
  padding-top: 4.75rem;
  padding-bottom: 7.9375rem;
  background: #001E26;
}
footer .top_foot .left {
  color: #fff;
  width: 28%;
}
footer .top_foot .left .logo {
  width: 10.625rem;
}
footer .top_foot .left .logo img {
  filter: brightness(0) invert(1);
}
footer .top_foot .left .foot-contact ul li {
  display: flex;
  align-items: center;
  margin-top: 0.5625rem;
}
footer .top_foot .left .foot-contact ul li .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
footer .top_foot .left .foot-contact ul li .icon img {
  width: 45%;
  filter: brightness(0) invert(1);
}
footer .top_foot .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.375rem;
}
footer .top_foot .left .foot-contact p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.875rem;
  flex: 1;
}
footer .top_foot .left .foot-contact p span {
  color: #FFFFFF;
  font-family: Inter;
  font-size: 1.125rem;
  font-family: 'DreamHanSansSC';
  
}
footer .top_foot .left .fenxiang {
  margin-top: 0.4375rem;
  display: flex;
  align-items: center;
}
footer .top_foot .left .fenxiang .p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
footer .top_foot .left .fenxiang .social-share {
  display: flex;
  align-items: center;
}
footer .top_foot .left .fenxiang .social-share .social-share-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  margin-right: 0.625rem;
  color: #9d9d9d;
  border: none;
}
footer .top_foot .right {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
footer .top_foot .right .footnav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
footer .top_foot .right .footnav .tt {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  font-weight: 700;
}
footer .top_foot .right .footnav .subfootnav {
  margin-top: 0.8125rem;
}
footer .top_foot .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 2.25rem;
}
footer .top_foot .right .footnav .subfootnav .subfootli > a:hover {
  color: #fff;
}
footer .top_foot .ewm .img {
  width: 7.5rem;
  border-radius: 0.625rem;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  margin: 0 auto;
}
footer .top_foot .ewm .text {
  padding: 1rem 0;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #001E26;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.5rem 0;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-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 {
  position: relative;
}
.banner .hover {
  height: 100vh;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'DreamHanSansSC';
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 1.665rem;
}
.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: unset;
  top: 40%;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.banner .index_dh {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
}
.banner .index_dh::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 30, 38, 0) 80%, rgba(0, 30, 38, 0.9) 95%, #001e26 100%);
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.banner .index_dh .img {
  margin: 0 auto;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}
.banner .index_dh .img .pc_show {
  display: block;
}
.banner .index_dh .img .m_show,
.banner .index_dh .img .m_show_video {
  display: none;
}
.banner .index_dh .img .g-dashed-line {
  stroke: #00645b;
  filter: drop-shadow(0 0 5px #00645b);
  stroke-dasharray: 30, 320;
  stroke-dashoffset: 0;
  animation: move 2.4s infinite linear;
}
.banner .index_dh .img .g-dashed-line2 {
  stroke: #b81a3a;
  filter: drop-shadow(0 0 5px #b81a3a);
  stroke-dasharray: 30, 320;
  stroke-dashoffset: 0;
  animation: move 2.4s infinite linear;
}
.banner .index_dh .img .g-dashed-line3 {
  stroke: #b81a3a;
  filter: drop-shadow(0 0 5px #b81a3a);
  stroke-dasharray: 30, 320;
  stroke-dashoffset: 0;
  animation: move 2.4s infinite linear;
}
@keyframes move {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -320;
  }
}
@keyframes move2 {
  0% {
    stroke-dashoffset: -320;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.banner .index_dh .img .liucheng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner .index_dh .img .liucheng .line1 {
  width: 100%;
  text-align: center;
}
.banner .index_dh .img .liucheng .line1 svg {
  width: 30%;
  position: absolute;
  left: 30%;
  padding-top: 10%;
}
.banner .index_dh .img .liucheng .line2 {
  width: 100%;
  text-align: center;
}
.banner .index_dh .img .liucheng .line2 svg {
  position: absolute;
  width: 72%;
  left: 19%;
  padding-top: 27%;
}
.banner .index_dh .img .liucheng .i_box {
  display: flex;
  align-items: center;
  position: absolute;
}
.banner .index_dh .img .liucheng .i_box.i1 {
  left: 35.5%;
  padding-top: 8%;
}
.banner .index_dh .img .liucheng .i_box.i1 .text {
  padding-right: 0.3125rem;
}
.banner .index_dh .img .liucheng .i_box.i2 {
  right: 31%;
  padding-top: 8%;
}
.banner .index_dh .img .liucheng .i_box.i2 .text {
  padding-left: 0.3125rem;
}
.banner .index_dh .img .liucheng .i_box.i7 {
    right: 30.9%;
    padding-top: 32.2%;
}
.banner .index_dh .img .liucheng .i_box.i7 .text {
  padding-left: 0.3125rem;
}
.banner .index_dh .img .liucheng .i_box.i8 {
     right: 10%;
    padding-top: 24%;
}
.banner .index_dh .img .liucheng .i_box.i8 .i {
  border-color: #B81A3A;
}
.banner .index_dh .img .liucheng .i_box.i8 .text {
  padding-left: 0.3125rem;
  color: #B81A3A;
}
.banner .index_dh .img .liucheng .i_box .i {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px dashed #00574F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .index_dh .img .liucheng .i_box .i img {
  width: 45%;
}
.banner .index_dh .img .liucheng .i_box .text {
  color: #00574F;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 600;
}
.banner .index_dh .img .liucheng .yun {
  position: absolute;
  width: 12%;
  left: 45%;
  padding-top: 7%;
}
.banner .index_dh .img .liucheng .yun p {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  top: 62%;
}
.banner .index_dh .img .liucheng .i_box2 {
  position: absolute;
}
.banner .index_dh .img .liucheng .i_box2.i3 {
  left: 33.5%;
  padding-top: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .index_dh .img .liucheng .i_box2.i4 {
  left: 47.7%;
  padding-top: 19%;
}
.banner .index_dh .img .liucheng .i_box2.i4 .text {
  text-align: center;
}
.banner .index_dh .img .liucheng .i_box2.i5 {
  left: 58%;
  padding-top: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .index_dh .img .liucheng .i_box2.i5 .text {
  text-align: center;
}
.banner .index_dh .img .liucheng .i_box2 .text {
  color: #00574F;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.banner .index_dh .img .liucheng .i_box2 .i {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #00877A 0%, #00574F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.banner .index_dh .img .liucheng .i_box2 .i img {
  width: 55%;
}
.banner .index_dh .img .liucheng .xt {
  position: absolute;
  left: 44.5%;
  margin-top: 24.5%;
  border-radius: 0.625rem;
  width: 12%;
  height: 4.75rem;
  background: linear-gradient(180deg, #00877A 0%, #00574F 100%), #00574F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .index_dh .img .liucheng .xt .i {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.6875rem;
}
.banner .index_dh .img .liucheng .xt .text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: unset;
  border-radius: 2.0625rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 1.25rem;
}
.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 #CECECE;
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B81A3A;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.75rem;
}
.neibanner .neibanner_txt p {
  color: #fff;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.5625rem;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #00574F;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  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: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
  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: #00574F;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #00574F;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #00574F;
}
.news_show_box .left {
  padding-right: 5.3125rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}
.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}
.news_show_box .left .title > p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .title > p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}
.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: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.4px;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5625rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.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: #00574F;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title {
  position: relative;
  z-index: 2;
}
.all_title h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.all_title p {
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 350;
}
.all_title.black h3 {
  color: #000;
}
.all_title.black p {
  color: rgba(0, 0, 0, 0.7);
}
.yuan {
  width: 90vw;
  height: 90vw;
  background: radial-gradient(30% 50% at 50% 50%, #00574f 0%, rgba(0, 87, 79, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -85%;
}
.index_one {
  background: #001E26;
  padding-top: 6.6875rem;
  padding-bottom: 1.5625rem;
  overflow: hidden;
}
.index_one .content {
  margin-top: 7.5rem;
  position: relative;
}
.index_one .content .swiper_indexcase {
  position: relative;
  overflow: hidden;
  margin: 0 -6.125rem;
}
.index_one .content .swiper_indexcase .swiper-slide {
  padding: 0 3rem;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .text {
  margin-top: 2.8125rem;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .text h3 {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .text p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .more .more_btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2.0625rem;
  background: #B81A3A;
  box-shadow: 0px 4px 0.9375rem 0px #B20024;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .more .more_btn i {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .casetab_box {
  margin-top: 5rem;
  padding-top: 1.25rem;
  position: relative;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .casetab_box::before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #B81A3A;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper_indexcase .swiper-slide .indexcase_box .casetab_box h3 {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.index_one .content .swiper_indexcase .swiper-slide:hover .indexcase_box .more .more_btn,
.index_one .content .swiper_indexcase .swiper-slide.active .indexcase_box .more .more_btn {
  opacity: 1;
  transform: scale(1);
}
.index_one .content .swiper_indexcase .swiper-slide:hover .indexcase_box .casetab_box::before,
.index_one .content .swiper_indexcase .swiper-slide.active .indexcase_box .casetab_box::before {
  width: 100%;
}
.index_one .content .swiper_indexcase::before {
  content: '';
  display: block;
  width: calc(100% - 6.125rem * 2);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 2.375rem;
  left: 6.125rem;
}
.index_one .content .swiper-button-next,
.index_one .content .swiper-container-rtl .swiper-button-prev,
.index_one .content .swiper-button-prev,
.index_one .content .swiper-container-rtl .swiper-button-next {
  top: unset !important;
  bottom: 0.625rem;
}
.index_two {
  background: #001E26;
  padding-top: 6.375rem;
  padding-bottom: 7.5rem;
}
.index_two .index_hy_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.index_two .index_hy_box .index_hy {
  width: 33.3%;
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
}
.index_two .index_hy_box .index_hy .index_bb {
  border-radius: 1.375rem;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.index_two .index_hy_box .index_hy .index_bb .over {
  position: relative;
}
.index_two .index_hy_box .index_hy .index_bb .over::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 30, 38, 0) -0.04%, #001E26 88.18%);
  position: absolute;
  top: 0;
  left: 0;
}
.index_hy_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.index_hy_box .index_hy {
  width: 33.3%;
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
}
.index_hy_box .index_hy .index_bb {
  border-radius: 1.375rem;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.index_hy_box .index_hy .index_bb .img_text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.25rem;
  border-radius: 1.375rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_hy_box .index_hy .index_bb .img_text::after {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(0, 87, 79, 0) -0.04%, rgba(0, 87, 79, 0.9) 88.18%), linear-gradient(180deg, rgba(1, 34, 42, 0) -0.04%, #01222A 88.18%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_hy_box .index_hy .index_bb .img_text .img_dw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 1.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_hy_box .index_hy .index_bb .img_text .img_dw .icon {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.index_hy_box .index_hy .index_bb .img_text .img_dw .icon img {
  width: 50%;
  filter: brightness(0) invert(1);
}
.index_hy_box .index_hy .index_bb .img_text .img_dw .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  flex: 1;
  padding-left: 0.625rem;
  position: relative;
  z-index: 2;
}
.index_hy_box .index_hy:nth-child(2),
.index_hy_box .index_hy:nth-child(5) {
  margin-top: 3.125rem;
}
.index_hy_box .index_hy:hover .img_text {
  border: 1px solid #00574F;
}
.index_hy_box .index_hy:hover .img_text .img_dw {
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index_hy_box .index_hy:hover .img_text .img_dw .icon {
  width: 9.375rem;
  height: 9.375rem;
  background-color: rgba(184, 26, 58, 0.9);
  border-color: rgba(184, 26, 58, 0.9);
  margin: 0 auto;
}
.index_hy_box .index_hy:hover .img_text .img_dw .text {
  margin-top: 1.0625rem;
  flex: unset;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.index_hy_box .index_hy:hover .img_text::after {
  height: 100%;
}
.index_three {
  background: #001E26;
  padding-top: 6.6875rem;
  padding-bottom: 8.75rem;
  overflow: hidden;
}
.index_three .content {
  margin-top: 7.5rem;
  position: relative;
  z-index: 2;
}
.index_three .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.1875rem;
}
.index_three .content ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .content ul li .icon {
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.index_three .content ul li .icon .img {
  width: 60%;
}
.index_three .content ul li .text h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
.index_three .content ul li .text .p1 {
  margin-top: 0.75rem;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.index_three .content ul li:hover {
  transform: translateY(-1.25rem);
}
.channel_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.channel_box .channel_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_box .channel_list .channel_item {
  padding: 0 3rem;
}
.channel_box .channel_list .channel_item a {
  padding: 2.25rem 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
}
.channel_box .channel_list .channel_item a::before {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #00574F;
  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;
}
.channel_box .channel_list .channel_item:hover a,
.channel_box .channel_list .channel_item.active a {
  color: #00574F;
  font-weight: 700;
}
.channel_box .channel_list .channel_item:hover a::before,
.channel_box .channel_list .channel_item.active a::before {
  width: 100%;
}
.list_xxg {
  padding-top: 6.25rem;
}
.list_xxg.bg {
  background: linear-gradient(180deg, #FAFFFE 0%, #FAFFFE 100%);
}
.list_xxg.pb200 {
  padding-bottom: 12.5rem;
}
.list_xxg.pb120 {
  padding-bottom: 7.5rem;
}
.list_xxg.pb130 {
  padding-bottom: 8.125rem;
}
.list_xxg .content .row{
    align-items: center;
}
.list_xxg .content .left {
  padding-right: 4.375rem;
  display: table;
}
.list_xxg .content .left .text_box {
  display: table-cell;
  vertical-align: middle;
}
.list_xxg .content .left .tit {
  color: #00574F;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_xxg .content .left ul li {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.list_xxg .content .left ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0.8125rem;
  top: 0.9375rem;
}
.list_xxg .content .left .gird_box {
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.list_xxg .content .left .gird_box.gird_box3 {
  grid-template-columns: 1fr;
}
.list_xxg .content .left .gird_box .grid_item{
    display: flex;
   align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.list_xxg .content .left .gird_box .grid_item .icon {
  width: 6.25rem;
  height: 6.25rem;
  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;
  position: relative;
}
.list_xxg .content .left .gird_box .grid_item .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #00574F;
  position: absolute;
  top: 0;
  left: 0;
}
.list_xxg .content .left .gird_box .grid_item .icon img {
  width: 60%;
}
.list_xxg .content .left .gird_box .grid_item .text {
  color: rgba(0, 0, 0, 0.7);

  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 3rem;
  flex: 1;
}
.list_xxg .content .left .gird_box .grid_item:hover .icon::before {
  animation: rotate 5s linear infinite;
}
.list_xxg .content .right .swiper_jjfaimg {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125rem;
}
.list_xxg .content .right .swiper_jjfaimg .swiper-pagination {
  justify-content: center;
}
.list_xxg .content .right .swiper_jjfaimg .over {
  border-radius: 1.25rem;
}
.list_case {
  background: #F8F8F8;
  padding-top: 6.25rem;
  padding-bottom: 9.875rem;
}
.list_case .content .case_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2.625rem;
}
.list_case .content .case_box .case_item {
  border-radius: 1.25rem;
  background: #FFF;
  border: 1px solid #fff;
  padding: 3.75rem 1.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .content .case_box .case_item .flex {
  flex-wrap: unset;
}
.list_case .content .case_box .case_item .le {
  flex: 1;
}
.list_case .content .case_box .case_item .le .zimu {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  font-family: Inter;
  font-size: 6.25rem;
  font-weight: 700;
  color: transparent;
  position: relative;
  line-height: 1;
}
.list_case .content .case_box .case_item .le .zimu::before {
  content: '';
  display: block;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.6));
  position: absolute;
  bottom: 0;
}
.list_case .content .case_box .case_item .le .tit {
  color: #212121;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: -1.875rem;
  position: relative;
  z-index: 9;
}
.list_case .content .case_box .case_item .le .desc {
  margin-top: 0.625rem;
}
.list_case .content .case_box .case_item .le .desc p {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 1.6875rem;
}
.list_case .content .case_box .case_item .le .desc p::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
}
.list_case .content .case_box .case_item .le a.more {
  margin-top: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .content .case_box .case_item .le a.more i {
  font-size: 1.5rem;
  color: #060606;
  font-weight: 600;
}
.list_case .content .case_box .case_item .le a.more:hover {
  background-color: #b81a3a;
  border: 1px solid rgba(184, 26, 58 0.2);
}
.list_case .content .case_box .case_item .le a.more:hover i {
  color: #fff;
}
.list_case .content .case_box .case_item .ri {
  width: 50%;
  display: block;
}
.list_case .content .case_box .case_item .ri .img {
  display: table-cell;
  vertical-align: middle;
}
.list_case .content .case_box .case_item:hover {
  border-color: #00574F;
  box-shadow: 0px 4px 15px 0px rgba(0, 87, 79, 0.15);
}
.nei_banner {
  background: #001E26;
  padding-top: 6.25rem;
  padding-bottom: 1.6875rem;
  position: relative;
}
.nei_banner .left {
  display: table;
}
.nei_banner .left .text_box {
  display: table-cell;
  vertical-align: middle;
}
.nei_banner .left .tit {
  color: #FFF;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.65;
}
.nei_banner .left .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.nei_banner .left .desc p {
  position: relative;
  padding-left: 1.75rem;
}
.nei_banner .left .desc p::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: 0.9375rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}
.nei_banner .left .btn_box,
.neibanner_txt .btn_box{
  display: flex;
  align-items: center;
}
.nei_banner .left .btn_box .btn,
.neibanner_txt .btn_box .btn{
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0625rem 2.125rem;
  border-radius: 1.875rem;
  border: 1px solid #fff;
  margin-right: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nei_banner .left .btn_box .btn:hover,
.neibanner_txt .btn_box .btn:hover{
  background-color: #00574F;
  border-color: #00574F;
}
.nei_banner .right .i {
  margin-top: -6.25rem;
  padding-left: 5rem;
}
.nei_banner .right .ri_img {
  width: 100%;
  padding-right: var(--container);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.nei_banner .right .ri_img .over {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.nei_banner .right .ri_img .over img {
  filter: brightness(0) invert(1);
}
.show_case {
  padding-top: 3.75rem;
}
.show_case .tabul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 87, 79, 0.1);
}
.show_case .tabul .tabli {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 1.6875rem 0 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.show_case .tabul .tabli span {
  position: relative;
  z-index: 2;
}
.show_case .tabul .tabli::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #00574F;
  position: absolute;
  top: 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;
}
.show_case .tabul .tabli:nth-child(1) {
  border-left: none;
}
.show_case .tabul .tabli.active,
.show_case .tabul .tabli:hover {
  border-left: unset;
  color: #fff;
}
.show_case .tabul .tabli.active::before,
.show_case .tabul .tabli:hover::before {
  width: 100%;
}
.show_case .tabul .tabli.active + .tabli,
.show_case .tabul .tabli:hover + .tabli {
  border-left: unset;
}
.show_case .text_con .text_box .tit {
  display: inline-block;
  position: relative;
}
.show_case .text_con .text_box .tit p {
  display: inline-block;
  border-radius: 0.625rem;
  background: #00574F;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 3.9375rem 0.9375rem 1.9375rem;
  position: relative;
  z-index: 9;
}
.show_case .text_con .text_box .tit::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: #B81A3A;
  position: absolute;
  right: -1.25rem;
  top: 0;
  z-index: 8;
}
.show_case .text_con .text_box .con {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 87, 79, 0.1);
  background: #FFF;
  margin-top: -1.875rem;
  padding: 4rem 4.375rem 2.375rem;
  overflow-x: auto;
}
.show_case .text_con .text_box .con table {
  width: 100%;
}
.show_case .text_con .text_box .con table tr:nth-child(odd) {
  background-color: rgba(0, 87, 79, 0.1);
}
.show_case .text_con .text_box .con ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem 0;
}
.show_case .text_con .text_box .con ul li {
  color: #00574F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.show_case .text_con .text_box .con ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #00574F;
  position: absolute;
  left: 0.625rem;
  top: 0.5625rem;
}
.show_case .text_con .text_box .con p {
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.show_case_two {
  padding-bottom: 6.25rem;
}
.show_case_two .content .swiper_cpcc {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 5rem;
}
.show_case_two .content .swiper_cpcc .swiper-slide {
  padding: 0 1.25rem;
}
.show_case_two .content .swiper_cpcc .swiper-slide .grid_item {
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 87, 79, 0.1);
  background: #FFF;
  overflow: hidden;
}
.show_case_two .content .swiper_cpcc .swiper-pagination {
  justify-content: center;
}
.show_case_two .content .grid_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.show_case_two .content .grid_list .grid_item {
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 87, 79, 0.1);
  background: #FFF;
  overflow: hidden;
}
.show_case_three {
  background: #F8F8F8;
  padding-bottom: 6.25rem;
}
.show_case_three .swiper_yyhy {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 5rem;
}
.show_case_three .swiper_yyhy .swiper-slide {
  padding: 0 1.25rem;
  position: relative;
}
.show_case_three .swiper_yyhy .swiper-pagination {
  justify-content: center;
}
.show_case_three .swiper_yyhy .index_hy {
  position: relative;
  overflow: hidden;
}
.show_case_three .swiper_yyhy .index_hy .index_bb {
  border-radius: 1.375rem;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.25rem;
  border-radius: 1.375rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text::after {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(0, 87, 79, 0) -0.04%, rgba(0, 87, 79, 0.9) 88.18%), linear-gradient(180deg, rgba(1, 34, 42, 0) -0.04%, #01222A 88.18%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text .img_dw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 1.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text .img_dw .icon {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text .img_dw .icon img {
  width: 55%;
  filter: brightness(0) invert(1);
}
.show_case_three .swiper_yyhy .index_hy .index_bb .img_text .img_dw .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  flex: 1;
  padding-left: 0.625rem;
  position: relative;
  z-index: 2;
}
.show_case_three .swiper_yyhy .index_hy:hover .img_text .img_dw {
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.show_case_three .swiper_yyhy .index_hy:hover .img_text .img_dw .icon {
  width: 9.375rem;
  height: 9.375rem;
  background-color: rgba(184, 26, 58, 0.9);
  border-color: rgba(184, 26, 58, 0.9);
  margin: 0 auto;
}
.show_case_three .swiper_yyhy .index_hy:hover .img_text .img_dw .text {
  margin-top: 1.0625rem;
  flex: unset;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.show_case_three .swiper_yyhy .index_hy:hover .img_text::after {
  height: 100%;
}
.list_train {
  padding-top: 6.625rem;
  padding-bottom: 8.75rem;
}
.list_train .content .row:not(:nth-last-child(1)) {
  margin-bottom: 8.75rem;
}
.list_train .content .row:nth-child(even) .left {
  order: 2;
}
.list_train .content .row:nth-child(even) .right {
  order: 1;
  padding-left: 0.9375rem;
  padding-right: 2.5rem;
}
.list_train .content .row .left .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_train .content .row .right {
  display: table;
  padding-left: 2.8125rem;
}
.list_train .content .row .right .text_box {
  display: table-cell;
  vertical-align: middle;
}
.list_train .content .row .right .text_box .tit {
  color: #00574F;
  font-size: 2.25rem;
  font-weight: 700;
}
.list_train .content .row .right .text_box .subtit {
  margin-top: 1.4375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_train .content .row .right .text_box .desc {
  margin-top: 1.375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_train .content .row .right .text_box .desc p {
  padding-left: 1.875rem;
  position: relative;
}
.list_train .content .row .right .text_box .desc p::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0.625rem;
  top: 0.75rem;
}
.list_download {
  padding-top: 6.8125rem;
  padding-bottom: 5.8125rem;
  background: linear-gradient(180deg, #FAFFFE 0%, #FAFFFE 100%);
}
.list_download .content {
  margin-top: 3.9375rem;
}
.list_download .content .download_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6875rem;
}
.list_download .content .download_box .download_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 2.75rem 3.25rem 2.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .content .download_box .download_item .le {
  position: relative;
}
.list_download .content .download_box .download_item .le::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #00574F 0%, #012A2E 100%);
  position: absolute;
  right: -0.3125rem;
  bottom: -0.3125rem;
  z-index: 1;
}
.list_download .content .download_box .download_item .over {
  width: 11.875rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 2;
}
.list_download .content .download_box .download_item .text {
  flex: 1;
  padding-left: 3.0625rem;
}
.list_download .content .download_box .download_item .text .tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_download .content .download_box .download_item .text .gs {
  margin-top: 1.375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
}
.list_download .content .download_box .download_item .text a.more {
  margin-top: 5.9375rem;
  display: inline-block;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.9375rem 2.9375rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_download .content .download_box .download_item:hover {
  border-radius: 20px;
  border: 1px solid #00574F;
  background: #00574F;
}
.list_download .content .download_box .download_item:hover .text .tit,
.list_download .content .download_box .download_item:hover .text .gs {
  color: #fff;
}
.list_download .content .download_box .download_item:hover .text a.more {
  color: #fff;
  border-color: #fff;
}
.list_pxsp {
  padding-top: 7.0625rem;
  padding-bottom: 7.5rem;
}
.list_pxsp .video_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
}
.list_pxsp .video_box .video_item .video {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.list_pxsp .video_box .video_item .video .icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_pxsp .video_box .video_item .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.75rem;
  font-weight: 500;
  padding-top: 1.5625rem;
  padding-bottom: 1.25rem;
}
.list_pxsp .swiper_video {
  position: relative;
  overflow: hidden;
  margin: 0 -1.3125rem;
}
.list_pxsp .swiper_video .swiper-slide {
  padding: 0 1.3125rem;
}
.list_pxsp .swiper_video .swiper-slide .video_item .video {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.list_pxsp .swiper_video .swiper-slide .video_item .video .icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_pxsp .swiper_video .swiper-slide .video_item .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.75rem;
  font-weight: 500;
  padding-top: 1.5625rem;
  padding-bottom: 1.25rem;
}
.list_pxsp .swiper_video .bottom {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list_pxsp .swiper_video .swiper-button-next,
.list_pxsp .swiper_video .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: unset;
  bottom: 0;
  margin-left: 0.3125rem;
}
.list_pxsp .swiper_video .swiper-button-prev,
.list_pxsp .swiper_video .swiper-container-rtl .swiper-button-next {
  left: 0;
  top: unset;
  bottom: 0;
  margin-right: 0.3125rem;
}
.list_pxsp .swiper_video .swiper-button-next,
.list_pxsp .swiper_video .swiper-button-prev {
  position: relative;
  border: 1px solid #00574F;
  margin-top: 0;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.list_pxsp .swiper_video .swiper-button-next i,
.list_pxsp .swiper_video .swiper-button-prev i {
  color: #00574F;
}
.list_pxsp .swiper_video .swiper-pagination {
  justify-content: center;
  position: relative;
}
.list_pxsp .swiper_video .swiper-pagination-bullet {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #00574F;
  border: 1px solid #00574F;
  margin: 0 5px;
}
.list_pxsp .swiper_video .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  border-color: #b81a3a;
}
.list_about .about_content {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
}
.list_about .about_content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.125rem;
}
.list_about .about_content ul li {
  width: 22vw;
  height: 22vw;
  border-radius: 50%;
  border: 1px dashed #fff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about .about_content ul li .icon {
  width: 6.25rem;
  height: 6.25rem;
}
.list_about .about_content ul li .text {
  width: 100%;
  padding-top: 1.25rem;
}
.list_about .about_content ul li .text h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
.list_about .about_content ul li .text .p {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.75rem;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_about .about_content ul li:hover,
.list_about .about_content ul li.active {
  border: 1px dashed #00574F;
  background: rgba(0, 87, 79, 0.85);
}
.list_join {
  padding-top: 6.625rem;
}
.list_join .content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}
.list_join .content .grid_box .grid_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3.1875rem 0 3.25rem;
}
.list_join .content .grid_box .grid_item:nth-child(1),
.list_join .content .grid_box .grid_item:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_join .content .grid_box .grid_item:hover .icon::before {
  animation: rotate 5s linear infinite;
}
.list_join .content .grid_box .grid_item .icon {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list_join .content .grid_box .grid_item .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #00574F;
  position: absolute;
  top: 0;
  left: 0;
}
.list_join .content .grid_box .grid_item .icon img {
  width: 56%;
}
.list_join .content .grid_box .grid_item .text {
  flex: 1;
  padding-left: 1.875rem;
}
.list_join .content .grid_box .grid_item .text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
}
.list_join .content .grid_box .grid_item .text .p {
  margin-top: 0.75rem;
}
.list_join .content .grid_box .grid_item .text .p p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 1.5625rem;
}
.list_join .content .grid_box .grid_item .text .p p::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0.625rem;
  top: 0.75rem;
}
.list_join2 {
  padding-bottom: 7.375rem;
}
.list_join2 .content ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.75rem;
}
.list_join2 .content ul li {
  position: relative;
}
.list_join2 .content ul li:not(:last-child)::before {
  content: '';
  display: block;
  width: 7.3125rem;
  height: 0.75rem;
  background-image: url(../img/jiantou.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -4.375rem;
  top: 3vw;
}
.list_join2 .content ul li .icon {
  width: 6vw;
  height: 6vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join2 .content ul li .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #00574F;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join2 .content ul li .icon img {
  width: 45%;
}
.list_join2 .content ul li .text {
  padding-top: 1.6875rem;
}
.list_join2 .content ul li .text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.list_join2 .content ul li .text .p {
  margin-top: 0.5625rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
}
.list_join2 .content ul li:hover .icon::before {
  animation: rotate 5s linear infinite;
}
.list_join2 .content2 {
  margin-top: 6.875rem;
  position: relative;
}
.list_join2 .content2 .bgimg {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_join2 .content2 .text_content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 5rem;
}
.list_join2 .content2 .text_content .title {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.list_join2 .content2 .text_content .text h3 {
  margin-top: 0.9375rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_join2 .content2 .text_content .text p {
  margin-top: 0.375rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_join2 .content2 .text_content .text .p1 {
  margin-top: 2.75rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
}
.list_join2 .content2 .text_content .text a {
  margin-top: 0.5625rem;
  color: #FFF;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.list_join2 .content2 .text_content .text a i {
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #B81A3A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join2 .content2 .text_content .text a.all_more {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.875rem 2rem;
}
.list_join2 .content2 .text_content .text a.all_more:hover i {
  transform: rotate(45deg);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list_kcx {
  padding-top: 6.4375rem;
  padding-bottom: 7.5rem;
}
.list_kcx .content .row {
  align-items: center;
}
.list_kcx .content .row:not(:last-child) {
  margin-bottom: 5rem;
}
.list_kcx .content .left {
  padding-right: 1.875rem;
}
.list_kcx .content .left .over {
  border-radius: 1.25rem;
}
.list_kcx .content .right {
  padding-left: 1.875rem;
}
.list_kcx .content .right .text_box .title {
  color: #00574F;
  font-size: 1.65rem;
  font-weight: 700;
}
.list_kcx .content .right .text_box .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.all_more {
  display: inline-block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.0625rem 2.125rem;
  border-radius: 1.875rem;
  border: 1px solid #CECECE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more:hover {
  background-color: #B81A3A;
  color: #fff;
  border-color: #B81A3A;
}
.show_kcx {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_kcx .content {
  padding-top: 6.875rem;
}
.show_kcx .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.show_kcx .content .desc p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.show_kcx .content .desc p strong {
  font-size: 1.25rem;
}
.show_kcx .content .all_title p {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 2.75rem;
  font-weight: 350;
  line-height: 4.75rem;
}
.show_kcx .content .row {
  align-items: center;
}
.show_kcx .content .row:not(:last-child) {
  margin-bottom: 8.75rem;
}
.show_kcx .content .row .left .over {
  border-radius: 1.25rem;
}
.show_kcx .content .row .right h3 {
  color: #00574F;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}
.show_kcx .content .row .right p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.show_kcx .content .img {
  width: 80%;
  margin: 0 auto;
}
.show_kcx .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
.show_kcx .content .grid_box .grid_item .over {
  border-radius: 1.25rem;
}
.show_kcx .content .grid_box .grid_item .text {
  padding-top: 1.875rem;
}
.show_kcx .content .grid_box .grid_item .text h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.show_kcx .content .grid_box .grid_item .text p {
  margin-top: 0.375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /*text-align: justify;*/
}
.list_contact_one {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}
.list_contact_one .left {
  padding-top: 2.9375rem;
}
.list_contact_one .left .logo {
  width: 15.3125rem;
}
.list_contact_one .left .title h3 {
  color: #00574F;
  font-size: 2rem;
  font-weight: 700;
}
.list_contact_one .left ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.list_contact_one .left ul li .icon {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background-color: rgba(0, 87, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact_one .left ul li .icon img {
  width: 45%;
}
.list_contact_one .left ul li .text {
  flex: 1;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.list_contact_one .left ul li .text a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.list_contact_one .left .ewm {
  padding-top: 1.25rem;
  width: 7.5rem;
}
.list_contact_one .left .ewm .img {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
.list_contact_one .left .ewm .text {
  padding-top: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.list_contact_one .right {
  padding-left: 3.4375rem;
}
.list_contact_one .right .right_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 87, 79, 0.1);
  background: #ECF8F6;
  padding: 4.375rem 2.625rem 4.9375rem 2.375rem;
}
.list_contact_one .right .right_box .tit {
  color: #00574F;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
}
.list_contact_one .right .right_box .desc {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_contact_one .right .right_box .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.list_contact_one .right .right_box .content .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 0.625rem;
}
.list_contact_one .right .right_box .content .msg-a2 {
  margin-top: 1.25rem;
}
.list_contact_one .right .right_box .content .msg-a2 textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0.4375rem 0.5625rem;
}
.list_contact_one .right .right_box .content .div_aghgha button {
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 0.9375rem 3.9375rem;
  border-radius: 1.875rem;
  background: #00574F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_one .right .right_box .content .div_aghgha button:hover {
  background: #b81a3a;
}
.list_contact_one .content {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_support {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
.list_support .content .row_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 87, 79, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-columns: 50rem 1fr;
}
.list_support .content .row_box .left {
  background: #ECF8F6;
  height: 100%;
}
.list_support .content .row_box .left .left_box {
  padding: 5.625rem 2.6875rem 4.8125rem;
}
.list_support .content .row_box .left .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_support .content .row_box .left .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.list_support .content .row_box .left .msg-a1 .inpt input {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding-left: 0.625rem;
}
.list_support .content .row_box .left .msg-a2 {
  margin-top: 1.25rem;
}
.list_support .content .row_box .left .msg-a2 textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0.4375rem 0.5625rem;
}
.list_support .content .row_box .left .div_aghgha button {
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 0.9375rem 3.9375rem;
  border-radius: 1.875rem;
  background: #00574F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_support .content .row_box .left .div_aghgha button:hover {
  background: #b81a3a;
}
.list_support .content .row_box .right {
  width: 100%;
  height: 100%;
}
.list_support .content .row_box .right .over {
  width: 100%;
  height: 100%;
}
.list_support .content .row_box .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.channel_application {
  padding-top: 6.4375rem;
  padding-bottom: 7.5rem;
}
@keyframes breathe-glow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(184, 26, 58, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(184, 26, 58, 0);
  }
}
@keyframes opKtSQdm_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes opKtSQdm_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.list_application .title {
  color: #040404;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.list_application .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.list_application .img_box {
  position: relative;
}
.list_application .img_box .dian li {
  position: absolute;
}
.list_application .img_box .dian li .di {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 4px solid #B81A3A;
  background-color: #fff;
  animation: breathe-glow 2s ease-in-out infinite;
  position: relative;
  z-index: 9;
}
.list_application .img_box .dian li .img {
  position: absolute;
  top: 1.375rem;
  display: none;
}
.list_application .img_box .dian li .img svg {
  width: 100%;
}
.list_application .img_box .dian li:nth-child(1) .img {
  width: 8vw;
  position: absolute;
  left: -7.5vw;
}
.list_application .img_box .dian li:nth-child(2) .img {
  width: 28vw;
  position: absolute;
  left: -27.5vw;
}
.list_application .img_box .dian li:nth-child(3) .img {
  width: 48vw;
  position: absolute;
  left: -47.5vw;
}
.list_application .img_box .dian li.active .img {
  display: block;
  animation: opKtSQdm_draw 2000ms linear 0ms forwards;
}
.list_application .img_box .dian li.active:nth-child(1) .img {
  stroke-dasharray: 520 522;
  stroke-dashoffset: 521;
}
.list_application .img_box .dian li.active:nth-child(2) .img {
  stroke-dasharray: 903 905;
  stroke-dashoffset: 904;
}
.list_application .img_box .dian li.active:nth-child(3) .img {
  stroke-dasharray: 1274 1276;
  stroke-dashoffset: 1275;
}
.list_application .hy_box2 {
  padding-top: 3.125rem;
  display: none;
}
.list_application .hy_box2.active {
  display: block;
}
.list_application .hy_box2 .tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-left: 4.0625rem;
}
.list_application .hy_box2 .tit .icon {
  width: 3.75rem;
  height: 4.25rem;
}
.list_application .hy_box2 .tit .text {
  padding-left: 1.0625rem;
  color: #00574F;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_application .hy_box {
  padding-top: 3.125rem;
  display: none;
}
.list_application .hy_box.active {
  display: block;
}
.list_application .hy_box .tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-left: 4.0625rem;
}
.list_application .hy_box .tit .icon {
  width: 3.75rem;
  height: 4.25rem;
}
.list_application .hy_box .tit .text {
  padding-left: 1.0625rem;
  color: #00574F;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_application .hy_box .swiper_hy_list {
  position: relative;
  overflow: hidden;
  margin: 0 -0.875rem;
}
.list_application .hy_box .swiper_hy_list .swiper-slide {
  padding: 0 0.875rem;
}
.list_application .hy_box .swiper_hy_list .swiper-slide .hy_item {
  position: relative;
}
.list_application .hy_box .swiper_hy_list .swiper-slide .hy_item .over {
  border-radius: 1.25rem;
  position: relative;
}
.list_application .hy_box .swiper_hy_list .swiper-slide .hy_item .over::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0.25rem solid #00574F;
  z-index: 9;
  opacity: 0;
  box-shadow: 0px 4px 15px 0px rgba(0, 87, 79, 0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application .hy_box .swiper_hy_list .swiper-slide .hy_item .icon {
  width: 3.875rem;
  margin: 3.75rem auto 3.125rem;
  transform: translateY(-1.875rem);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application .hy_box .swiper_hy_list .swiper-slide:hover .hy_item .over::before,
.list_application .hy_box .swiper_hy_list .swiper-slide.active .hy_item .over::before {
  opacity: 1;
}
.list_application .hy_box .swiper_hy_list .swiper-slide:hover .hy_item .icon,
.list_application .hy_box .swiper_hy_list .swiper-slide.active .hy_item .icon {
  opacity: 1;
  transform: translateY(0);
}
.list_application .swiper_app_box2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
}
.list_application .swiper_app_box2 .swiper-pagination {
  justify-content: center;
}
.list_application .swiper_app_box2 .swiper-slide {
  padding: 0 1.25rem;
}
.list_application .swiper_app_box2 .swiper-slide .img_box {
  background-color: #f8f8f8;
  border-radius: 1.25rem;
}
.list_application .swiper_app_box2 .swiper-slide .img_box .over {
  padding: 0 3.75rem;
}
.list_application .swiper_app_box2 .swiper-slide .img_box .text {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  padding: 1.0625rem 0;
}
.list_application_two {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background: #F8F8F8;
  display: none;
}
.list_application_two.active {
  display: block;
}
.list_application_two .app_box_con {
  display: none;
}
.list_application_two .app_box_con.active {
  display: block;
}
.list_application_two .swiper_app_box {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
  margin: 0 -1.25rem;
}
.list_application_two .swiper_app_box .swiper-pagination {
  justify-content: center;
}
.list_application_two .row {
  align-items: center;
}
.list_application_two .img_box {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 2.6875rem 8.625rem;
}
.list_application_two .img_box .text {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.0625rem 0;
}
.list_application_two .right .tit {
  color: #00574F;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_application_two .right .desc {
  margin-top: 0.8125rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_application_two .right a.more {
  display: inline-block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.0625rem 2.125rem;
  border-radius: 1.875rem;
  border: 1px solid #CECECE;
  line-height: 1;
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application_two .right a.more:hover {
  background-color: #b81a3a;
  color: #fff;
}
.list_application_three {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}
.list_application_three .content .grid_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 87, 79, 0.15);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 87, 79, 0.15);
  padding: 1.875rem 1.25rem;
}
.list_application_three .content .grid_item:hover .text h3,
.list_application_three .content .grid_item:hover .text p {
  color: #00574F;
}
.list_application_three .content .grid_box {
  gap: 2.5rem;
}
.list_application_three .content .grid_box .over {
  border-radius: 1.25rem;
}
.list_application_three .content .grid_box .text h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application_three .content .grid_box .text p {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application_three .content .grid_box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.list_application_three .content .grid_box2 .over {
  border-radius: 1.25rem;
}
.list_application_three .content .grid_box2 .text h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list_application_three .content .grid_box2 .text p {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_application_three .content .grid_box2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
.list_application_three .content .grid_box2 .over {
  border-radius: 1.25rem;
}
.list_application_three .content .grid_box2 .text h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list_application_three .content .grid_box2 .text p {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_application_four {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.list_application_four .content .table {
  overflow-x: auto;
}
.list_application_four .content .table table {
  width: 100%;
}
.list_application_four .content .table table tr {
  background: #F8F8F8;
  display: flex;
}
.list_application_four .content .table table tr:nth-child(1) {
  background-color: #00574F;
}
.list_application_four .content .table table tr:nth-child(1) td {
  padding: 1.75rem 0 !important;
  color: #FFF !important;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.list_application_four .content .table table tr td {
  flex: 1;
  padding: 1.5625rem 0 !important;
  line-height: 1;
  text-align: center;
}
.list_application_four .content .table table tr td:nth-child(1) {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.list_application_four .content .table table tr td i {
  font-size: 1.75rem;
  color: #00574F;
  line-height: 1;
}
.list_application_six {
  padding-bottom: 6.25rem;
}
.list_application_six .content .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.0625rem;
}
.list_application_six .content .grid_box.grid_box4 {
  grid-template-columns: repeat(4, 1fr);
}
.list_application_six .content .grid_box.grid_box4 .grid_item {
  position: relative;
}
.list_application_six .content .grid_box.grid_box4 .grid_item:not(:nth-last-child(1))::before {
  content: '';
  width: 11rem;
  right: -8vw;
}
.list_application_six .content .grid_box .grid_item {
  position: relative;
}
.list_application_six .content .grid_box .grid_item:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 19.6875rem;
  height: 1.125rem;
  background-image: url(../img/jiantou2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3vw;
  right: -12vw;
}
.list_application_six .content .grid_box .grid_item .icon {
  width: 6.5vw;
  height: 6.5vw;
  border-radius: 50%;
  background-color: #00574F;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_application_six .content .grid_box .grid_item .icon img {
  width: 47%;
}
.list_application_six .content .grid_box .grid_item .text {
  padding-top: 2.0625rem;
}
.list_application_six .content .grid_box .grid_item .text h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
.list_application_six .content .grid_box .grid_item .text p {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_application_bottom {
  padding-bottom: 6.25rem;
}
.list_application_bottom .swiper_zhxx {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.75rem;
}
.list_application_bottom .swiper_zhxx .swiper-pagination {
  justify-content: center;
}
.list_application_bottom .swiper_zhxx .swiper-slide {
  padding: 0 1.25rem;
}
.list_application_bottom .swiper_zhxx .swiper-slide .zhxx_box .over {
  border-radius: 1.875rem;
  width: 40%;
    margin: 0 auto;
}
.list_application_bottom .swiper_zhxx .swiper-slide .zhxx_box .txt {
  padding-top: 1.875rem;
  text-align: center;
}
.list_application_bottom .swiper_zhxx .swiper-slide .zhxx_box .txt h3 {
      color: #005a50;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_application_bottom .swiper_zhxx .swiper-slide .zhxx_box .txt p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    padding: .125rem .625rem;
    background-color: #005a50;
    border-radius: 1.25rem;
    margin: 0.625rem auto 0;
    text-align: center;
}
.show_pro_qiehuan {
  position: sticky;
  z-index: 99;
  top: 6.25rem;
  margin-top: 1.25rem;
}
.show_pro_qiehuan .tabul {
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 87, 79, 0.1);
}
.show_pro_qiehuan .tabul .tabli {
  cursor: pointer;
  width: 20%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.025rem;
  font-weight: 400;
  text-align: center;
  padding: 1.6875rem 0 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.show_pro_qiehuan .tabul .tabli span {
  position: relative;
  z-index: 2;
}
.show_pro_qiehuan .tabul .tabli::before {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #00574F;
  position: absolute;
  top: 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;
}
.show_pro_qiehuan .tabul .tabli:nth-child(1) {
  border-left: none;
}
.show_pro_qiehuan .tabul .tabli.active,
.show_pro_qiehuan .tabul .tabli:hover {
  border-left: unset;
  color: #fff;
}
.show_pro_qiehuan .tabul .tabli.active::before,
.show_pro_qiehuan .tabul .tabli:hover::before {
  width: 100%;
}
.show_pro_qiehuan .tabul .tabli.active + .tabli,
.show_pro_qiehuan .tabul .tabli:hover + .tabli {
  border-left: unset;
}
.show_switchover {
  display: none;
}
.show_switchover.active {
  display: block;
}
/* Cookie */
.cookic_fix {
  position: fixed;
  right: 2.5%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  /* margin-right: 32px; */
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 99999;
}
.cookic_fix .conent-avs a {
  color: #000;
}
.cookic_fix .conent-avs b {
  /* font-weight: 400; */
  text-decoration: underline;
}
.cookic_fix .tit {
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}
.cookic_fix .text {
  margin-top: 8px;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}
.cookic_fix .buttona {
  width: 100%;
  border-top: 2px solid #ddd;
  display: flex;
  justify-content: space-evenly;
}
.cookic_fix .agree {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.cookic_fix .no_agree {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-left: 2px solid #ddd;
}
.cookic_fix .no_agree a {
  display: inline-block;
  width: 100%;
  margin-left: 25px;
}
#cnzz_stat_icon_1281426374 img{
    display: none;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage .center > ul >li {
  padding: 0;
}
#header .yu-div {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: inline-block;
}
header .lanuage .er-ul a {
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  justify-content: center;
}

.list_about .desc{
        width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
}

.show_case .text_con .text_box .con ul.ul_box{
    grid-template-columns:1fr;
}
.show_case .text_con .title_h1{
        color: #000;

font-size: 3rem;
font-weight: 700;
}
.show_case .text_con .title{
    color: #000;

font-size: 2rem;
font-weight: 700;
    
}

.all_bgcolor{
    background: linear-gradient(180deg, #FAFFFE 0%, rgba(250, 255, 254, 0.00) 100%);
}
.show_case .text_con .text_box .ul_grid{
    display:grid;
     grid-template-columns:1fr 1fr;
    gap:2.5rem;
}


.show_case .text_con .text_box .ul_grid .li_grid{
    border-radius: 30px;
border: 1px solid rgba(0, 87, 79, 0.10);
background: #FFF;
display: flex;
align-items: center;
 padding: 2.8125rem 1.875rem;
}

.show_case .text_con .text_box .ul_grid .li_grid .icon{
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    border: 1px dashed #00574F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_case .text_con .text_box .ul_grid .li_grid .text{
    flex:1;
    padding-left:1.625rem;
}
.show_case .text_con .text_box .ul_grid .li_grid .text h3{
    color: #00574F;

font-size: 1.25rem;
font-weight: 700;
line-height: 1.5;
}
.show_case .text_con .text_box .ul_grid .li_grid .text p{
    margin-top: .75rem;
    color: rgba(0, 0, 0, 0.70);

font-size: 1rem;
font-weight: 400;
line-height: 2rem; /* 200% */
}
.show_case .text_con .text_box .ul_grid .li_grid .text ul{
    margin-top: .5rem;
}
.show_case .text_con .text_box .ul_grid .li_grid .text ul li{
    position: relative;
    padding-left:1.25rem;
    color: rgba(0, 0, 0, 0.70);

font-size: 1rem;
font-weight: 400;
line-height: 1.5; /* 187.5% */
}
.show_case .text_con .text_box .ul_grid .li_grid .text ul li::before{
    content:'';
    display: block;
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    position: absolute;
    top:.9rem;
    left: .3rem;
}
.show_case .text_con .row .left{
    padding-right: 3rem;
}
.show_case .text_con .row .left h3,
.show_case .text_con .row .right h3{
    color: #000;

font-size:2rem;
font-weight: 700;
line-height:1.5; /* 211.111% */
}
.show_case .text_con .row .left h4,
.show_case .text_con .row .right h4{
     color: #000;

font-size:2rem;
font-weight: 700;
line-height:1.5; /* 211.111% */
}
.show_case .text_con .row .left p,
.show_case .text_con .row .right p{
    color: rgba(0, 0, 0, 0.80);

font-size: 1rem;
font-weight: 400;
line-height: 2; /* 200% */
}
.show_case .text_con .row .right{
    padding-left:1.25rem;
}
.show_case .text_con .row .right .over,
.show_case .text_con .row .left .over{
    border-radius: 1.25rem;
}
.list_case .content .case_box .case_item .le .desc{
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.show_case .grid_num{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show_case .grid_num .grid_numli h3 span{
    color: #B81A3A;
font-family: Inter;
font-size: 4rem;
font-weight: 600;
}
.show_case .grid_num .grid_numli h3 sup{
    color: #B81A3A;

font-size: 1.5rem;
font-weight: 700;
line-height: 1.25; /* 125% */
top: -2em;
}
.show_case .grid_num .grid_numli p{
    color: rgba(0, 0, 0, 0.70);

font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 1.5; 
}
.nei_banner .right .ri_img.white{
    filter: brightness(0) invert(1);
}

.show_kcx .all_title{
     width: 75rem;
    margin: 0 auto;
}

.show_kcx .content{
    width: 75rem;
    margin: 0 auto;
}
.show_kcx .title{
    border-bottom:1px solid #DBDBDB;
}
.show_kcx .title h3{
    color: #000;
text-align: center;

font-size: 2.75rem;
font-weight: 700;
line-height: 1.5; /* 54.545% */

}

.show_kcx .content .content2 .video_box{
    border-radius:1.25rem ;
    overflow: hidden;
    font-size: 0;
}
.show_kcx .content .content2 .right h4{
    color: #00574F;
font-size: 1.35rem;
font-weight: 700;
line-height:1.5; /* 143.75% */

}
.show_kcx .content .content2 .right h4 span{
    font-weight: 350;
}

.show_kcx .content .content2 .right  p{
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.70);
font-size:1rem;
font-weight: 400;
line-height: 1.5; /* 177.778% */
}
.nei_banner .right .tit_logo{
    padding-right: 4.0625rem;
    width: 28.125rem;
    height: 3.125rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 21.07%, #FFF 56.53%);
    position: absolute;
    z-index: 3;
    top: 3.75rem;
    right: 0;
    display: flex;
    align-items:  center;
    justify-content: end;
}
.nei_banner .right .tit_logo img{
    width: auto;
    height: 1.875rem;
}

.list_abt_yuan ul li{
    display: flex;
    align-items: center;
    position: absolute;
}
.list_abt_yuan ul li:nth-child(1){
       top: 34%;
    left: 63%;
}
.list_abt_yuan ul li:nth-child(2){
    top: 44.5%;
    left: 67%;
}
.list_abt_yuan ul li:nth-child(3){
       top: 56%;
    left: 61%;
}
.list_abt_yuan ul li:nth-child(4){
      top: 58%;
    left: 46%;
}
.list_abt_yuan ul li:nth-child(5){
     top: 68%;
    left: 59%;
}
.list_abt_yuan ul li .tt{
    color: rgba(255, 255, 255, 0.90);
font-family: "Noto Sans SC";
font-size: .875rem;
font-weight: 700;
padding-left: 1rem;
}


    .ripple {
        background-color: #5CFFF5;
        width: .3rem;
        height: .3rem;
        border-radius: 50%;
        position: relative;
        animation: ripple 3s linear infinite;
        
    }

    .ripple::before,
    .ripple::after {
        content: "";
        position: absolute;
         width: .3rem;
        height: .3rem;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        animation: inherit;
        animation-delay: 1s;
    }

    .ripple::after {
        animation-delay: 2s;
    }

    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 .1rem rgba(92, 255, 245, 0.50);
        }

        100% {
            box-shadow: 0 0 0 .875rem rgba(92, 255, 245, 0);
        }
    }