@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 48px;
  --bors: 0.625rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #00BE00;
}
.c {
  color: #00BE00;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #00BE00;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
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: #00BE00;
}
.search_more:hover::before {
  background: #00BE00;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #00BE00;
}
.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;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_p {
  padding-top: 6.25rem;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #00BE00;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #00BE00;
  color: #fff;
  background: #00BE00;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #00BE00;
}
.searchbox {
  border-color: #00BE00;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #00BE00;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #00BE00;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #00BE00;
  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: #00BE00;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
  filter: brightness(0) invert(0.8);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #00BE00;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #444;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
.show_header header .lanuage a,
header.active .lanuage a,
header:hover .lanuage a,
header.white .lanuage a {
  color: rgba(108, 108, 108, 0.5);
}
.show_header header .lanuage a.c,
header.active .lanuage a.c,
header:hover .lanuage a.c,
header.white .lanuage a.c {
  color: #6C6C6C;
}
.show_header header .lanuage a.c::before,
header.active .lanuage a.c::before,
header:hover .lanuage a.c::before,
header.white .lanuage a.c::before {
  background: #00BE00;
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #00BE00;
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #00BE00;
}
header {
  position: fixed;
  line-height: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color);
}
header .logo img {
  height: 5.1875rem;
}
header .ds1,
header .lanuage {
  color: var(--color);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.25rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 3.125rem;
}
header .lanuage a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  line-height: 2.5rem;
}
header .lanuage a:not(:first-child) {
  margin-left: 1.25rem;
}
header .lanuage a.c {
  color: #FFF;
  position: relative;
}
header .lanuage a.c::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
header .center > ul > li {
  float: left;
  padding: 0 3.125rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  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::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: auto;
  width: 100%;
  z-index: 9;
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.banner .hover2 .container {
  padding: 0 6.25rem;
}
.banner .hover2 .flex {
  align-items: center;
}
.banner .hover2 .flex > div:nth-child(1) {
  display: flex;
}
.banner .hover2 .swiper_btn {
  position: static;
  margin-top: 0;
}
.banner .hover2 .swiper-button-prev {
  margin-right: 0.75rem;
}
.banner .hover2 .scroll {
  cursor: pointer;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .slide55 .hover {
  text-align: left;
}
.banner .slide64 .p1,
.banner .slide64 .p2 {
  width: 50%;
}
.banner .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
.banner .p2 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0.5rem;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
  padding-top: 2rem;
  position: relative;
  text-align: left;
}
.nyban .hover .p1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #00BE00;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #9A9A9A;
}
.bread a {
  color: #9A9A9A;
}
.bread a:hover {
  color: #00BE00;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #808080;
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #00BE00;
  opacity: 1;
  border-color: #00BE00;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #00BE00;
  border-radius: 3.125rem;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 11.25rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: none;
  display: inline-block;
  --more_c: #00BE00;
  position: relative;
  z-index: 90;
  z-index: 9;
}
.more svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.more:hover {
  border-color: #00BE00;
}
.more:hover div {
  color: #fff;
}
.more:hover svg path {
  fill: var(--more_c);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1.125rem;
  font-weight: 700;
}
.more.bg {
  border-color: #00BE00;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #00BE00;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #00BE00;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #00BE00;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #262626;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: capitalize;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #00BE00;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #00BE00;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_header .nyerji .flex {
  justify-content: flex-start;
}
.show_header .nyerji::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(1, 147, 31, 0.2);
}
.show_news .content {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 4.375rem 2.8125rem 5rem;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.6875rem;
  color: #1D1D1D;
}
.show_news .text {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.show_news a.text:hover {
  color: #00BE00;
}
.show_news .margin.text {
  border-top: 1px solid #E9E9E9;
  margin-bottom: 3.75rem;
  padding: 2.3125rem 0 4rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news .margin.text .desc {
  border-radius: 0.3125rem;
  border: 1px solid rgba(8, 105, 8, 0.2);
  background: rgba(8, 105, 8, 0.05);
  padding: 1.875rem 2rem 1rem;
  margin-bottom: 2.0625rem;
}
.show_news .margin.text .desc span {
  color: #000;
}
.show_news .data {
  display: flex;
  align-items: center;
  color: #B7B7B7;
  font-size: 1rem;
  font-style: italic;
  justify-content: center;
  margin: 1.875rem 0 2rem;
}
.show_news .data .fenxiang {
  margin-left: 2.875rem;
}
.show_news .fenxiang .social-share li {
  margin-right: 0.625rem;
}
.show_news .fenxiang .social-share li,
.show_news .fenxiang .social-share li a {
  line-height: 1;
  color: #B7B7B7;
}
.show_news .shangxia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
}
.show_news .shangxia span {
  font-weight: 600;
  color: #000;
}
.show_news .shangxia .a {
  width: calc(50% - 8rem);
}
.show_news .shangxia .line1:hover {
  color: #00BE00;
}
.show_news .shangxia .c1 {
  width: 16rem;
}
.show_news .shangxia .c1 .more .iconfont {
  margin-left: 1rem;
  font-size: 1rem;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
footer {
  background: #272727;
}
footer .top {
  padding: 3.5rem 0 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
footer .social-share-icon {
  border: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin: 0;
}
footer .social-share-icon:hover {
  background: transparent !important;
}
footer .social-share-icon:hover:hover {
  color: #00BE00 !important;
  background: #fff !important;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.875rem;
}
footer .left {
  width: 21.875rem;
}
footer .left .tel {
  color: #FFF;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
}
footer .left .email {
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.8125rem;
}
footer .left .email a {
  color: #fff;
}
footer .left ul {
  display: flex;
  margin-top: 1.375rem;
}
footer .left ul li {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer .left ul li:hover {
  background: #00BE00;
  color: #fff;
}
footer .left ul li a {
  display: block;
}
footer .left ul li .iconfont {
  font-size: 1rem;
  color: #fff;
}
footer a.text:hover {
  color: #fff;
}
footer .right {
  width: calc(100% - 21.875rem);
  padding-left: 2rem;
}
footer .right ul {
  display: flex;
  justify-content: space-between;
}
.beian {
  background: #272727;
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
}
.beian a {
  color: rgba(255, 255, 255, 0.7);
}
.beian a:hover {
  color: #fff;
}
.beian span:last-child {
  display: none;
}
.list_news .title {
  margin-bottom: 3rem;
}
.list_news .content {
  overflow: hidden;
}
.list_news .content:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .content:hover .left img {
  transform: scale(1.1);
}
.list_news .content:hover .right .name {
  color: #00BE00;
}
.list_news .content .data {
  color: #A3A3A3;
  font-weight: 500;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
}
.list_news .content .name {
  color: #1D1D1D;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.1875rem;
  margin: 1.25rem 0;
}
.list_news .content .text {
  color: #7C7C7C;
}
.list_news .content .left img {
  object-fit: cover;
}
.list_news .content .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_news .content .right > div {
  padding: 0 4.375rem 0 2.8125rem;
  width: 100%;
}
.list_news .content .right > div .text {
  margin-bottom: 2.5rem;
}
.list_news .swiper_pag {
  bottom: 1.875rem;
  left: 0;
  width: calc(50% - 2rem);
  text-align: center;
}
.list_news .swiper_pag .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #fff;
  background: transparent;
  margin: 0 0.375rem;
}
.list_news .swiper_pag .swiper-pagination-bullet-active {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #fff;
}
@media (max-width: 990px) {
  .list_news .content .right > div {
    padding: 20px 0 0;
  }
  .list_news .swiper_pag {
    position: static;
    top: 0;
    width: 100%;
    margin-top: 20px;
  }
  .list_news .swiper_pag .swiper-pagination-bullet {
    border: 1px solid #808080;
  }
  .list_news .swiper_pag .swiper-pagination-bullet-active {
    background: #00BE00;
    border-color: #00BE00;
  }
  .list_news .content .name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .list_news .title {
    margin-bottom: 15px;
  }
  .list_news .content .name {
    font-size: 16px;
    margin: 5px 0 10px;
    line-height: 22px;
  }
  .list_news .content .right > div .text {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
  }
}
.bggg {
  position: relative;
  z-index: 99;
}
.bggg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(200deg, #D5FFE2 -41.51%, rgba(207, 255, 255, 0.6) 33%, #FFF 78.69%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nyerji {
  line-height: 4.6875rem;
  position: relative;
}
.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(1, 147, 31, 0.2);
}
.nyerji .flex {
  justify-content: flex-end;
}
.nyerji .ul {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin: 0 -1.875rem;
}
.nyerji .ul li {
  padding: 0 1.875rem;
  text-align: center;
  font-size: 1.25rem;
}
.nyerji .ul li a {
  padding: 0 1rem;
  position: relative;
  color: #767676;
}
.nyerji .ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(0, 190, 0, 0) 0%, #00BE00 50%, rgba(0, 190, 0, 0) 94%);
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .ul li.active a {
  color: #2F2F2F;
}
.nyerji .ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .ul li:hover a {
  color: #2F2F2F;
}
.list_news_two .ul {
  border-top: 1px solid #DCDCDC;
}
.suqera_zcfg {
  position: relative;
}
.suqera_zcfg::before {
  background: #DCDCDC;
  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;
  width: 100%;
}
.suqera_zcfg::after {
  background: #00BE00;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_zcfg:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_zcfg:hover .center .name {
  color: #00BE00;
}
.suqera_zcfg:hover .data {
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_zcfg a {
  padding: 0 1.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.suqera_zcfg .data {
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  background: #C7C7C7;
  line-height: 2.375rem;
  border-radius: var(--bors);
}
.suqera_zcfg .center {
  width: calc(100% - 5.625rem);
  padding-left: 2.75rem;
}
.suqera_zcfg .center .name {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.875rem;
  line-height: normal;
}
.suqera_zcfg .center .text {
  color: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .suqera_zcfg .center .name {
    font-size: 18px;
    line-height: 30px;
  }
  .suqera_zcfg .center .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
  .suqera_zcfg .center {
    padding-left: 15px;
    width: calc(100% - 70px);
  }
  .suqera_zcfg .data {
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 30px;
  }
  .suqera_zcfg a {
    padding: 20px 0;
  }
}
.list_product .left {
  width: 15.625rem;
  height: 100%;
  position: sticky;
  top: 5.625rem;
}
.list_product .left ul li {
  line-height: 3.4375rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.list_product .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCC;
}
.list_product .left ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.list_product .left ul li.active a,
.list_product .left ul li:hover a {
  color: #fff;
}
.list_product .left ul li.active::after,
.list_product .left ul li:hover::after {
  left: 0;
}
.list_product .left ul li a {
  height: 100%;
  width: 100%;
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 0.5rem 0 1.25rem;
}
.list_product .right {
  width: calc(100% - 15.625rem);
  padding-left: 3.125rem;
}
.list_product .right .ul li {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 1rem 3px rgba(0, 190, 0, 0.1);
  margin-bottom: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul li:hover {
  box-shadow: 0px 0px 1rem 3px rgba(0, 190, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul li:hover .l img {
  transform: scale(1.1);
}
.list_product .right .ul li:hover .r .name {
  color: #00BE00;
}
.list_product .right .ul li .l img {
  height: 23.125rem;
  object-fit: contain;
}
.list_product .right .ul li .l::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  right: 0.9375rem;
  background: rgba(1, 147, 31, 0.2);
}
.list_product .right .ul li .r > div {
  padding: 0 3.5rem 0 2.5rem;
}
.list_product .right .ul li .r .name {
  color: #1D1D1D;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_product .right .ul li .r .text {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1rem 0 1.875rem;
}
.show_product .more {
  border-radius: 0.625rem;
  z-index: 9;
}
.show_product .more:nth-child(1) {
  width: 9.375rem;
}
.show_product .more:nth-child(2) {
  width: 10.625rem;
}
.show_product .more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 0.625rem;
}
.show_product .more:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .swiper_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .swiper_top .swiper-slide {
  padding: 1.5625rem;
  height: 28.125rem;
}
.show_product .swiper_top .img {
  position: relative;
  height: 100%;
}
.show_product .swiper_top .img img {
  max-height: 100%;
  object-fit: contain;
}
.show_product .swiper_top .fangfa {
  position: absolute;
  bottom: 0;
  right: 0;
}
.show_product .swiper_top .fangfa .iconfont {
  font-size: 1.5rem;
  color: #616161;
  display: block;
}
.show_product .swiper_bot {
  margin-top: 1.5625rem;
}
.show_product .swiper_bot .swiper-slide {
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.show_product .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  border-color: #00BE00;
}
.show_product .swiper_bot .swiper-slide .img {
  position: relative;
  height: 100%;
}
.show_product .swiper_bot .swiper-slide .img img {
  max-height: 100%;
  object-fit: contain;
}
.show_product .channel_name {
  color: #00BE00;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.show_product .name {
  color: #242424;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0.625rem 0 1rem;
}
.show_product .text {
  color: #7B7B7B;
  line-height: 1.875rem;
  margin-bottom: 4rem;
}
.show_product .text p {
  position: relative;
  padding-left: 1.25rem;
}
.show_product .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #B9B9B9;
  border-radius: 50%;
}
.show_product .right {
  padding-top: 1.25rem;
}
.show_product .flex {
  justify-content: flex-start;
}
.show_product .flex a:not(:last-child) {
  margin-right: 1.5rem;
}
.show_product .flex a img {
  height: 1.125rem;
  filter: brightness(0) invert(1);
  margin-left: 0.5rem;
}
.show_product .flex a:hover img {
  filter: brightness(1) invert(0);
}
a:focus-visible {
  outline: none !important;
}
.show_qiehuan {
  position: sticky;
  top: 5.3125rem;
  z-index: 99;
  background: #EEEEEE;
  margin-bottom: 2.8125rem;
}
.show_qiehuan ul {
  display: flex;
  justify-content: space-between;
}
.show_qiehuan ul li {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
.show_qiehuan ul li a {
  color: #444;
}
.show_qiehuan ul li a {
  position: relative;
  line-height: 5.3125rem;
  display: inline-block;
}
.show_qiehuan ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_qiehuan ul li.active a,
.show_qiehuan ul li:hover a {
  color: #00BE00;
}
.show_qiehuan ul li.active a::before,
.show_qiehuan 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;
}
.name_title {
  color: #000;
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding-left: 1.375rem;
  position: relative;
  margin-bottom: 1.75rem;
}
.name_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 1.375rem;
  background: #00BE00;
}
.show_cpgs.ptb.pt0 {
  padding-top: 2rem;
}
.show_cpgs table {
  margin-bottom: 0;
}
.show_cpgs table tr td {
  border: 1px solid #D2D2D2;
  padding: 1rem 1.5625rem;
  line-height: 1.875rem;
}
.show_cpgs table tr td:nth-child(1) {
  color: #515151;
  font-size: 1rem;
}
.show_cpgs table tr td:nth-child(2) {
  color: #7D7D7D;
  font-size: 1rem;
  padding-left: 3.125rem;
}
.show_cpgs table tr:nth-child(even) {
  background: #FAFAFA;
}
.show_cpgs .ul2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  margin: 2.1875rem -1.125rem 0;
}
.show_cpgs .ul2.w6 {
  flex-wrap: wrap;
}
.show_cpgs .ul2.w6 li {
  flex: none;
  width: 33.3%;
  margin-bottom: 1.875rem;
}
.show_cpgs .ul2 li {
  flex: 1;
  padding: 0 1.125rem;
  text-align: center;
}
.show_cpgs .ul2 li > div {
  border-radius: 0.3125rem;
  padding: 2.625rem 1.875rem 3.125rem;
  box-shadow: 0px 0px 15px rgba(0, 190, 0, 0.1);
  height: 100%;
}
.show_cpgs .ul2 li .icon {
  margin: 0 auto 1.5625rem;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background: rgba(0, 190, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00BE00;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.show_cpgs .ul2 li .name {
  color: #424242;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.show_cpgs .ul2 li .text {
  font-size: 1rem;
  color: #7B7B7B;
  line-height: 1.875rem;
}
.show_cpgs .ul3 .more {
  border: 1px solid #00BE00;
  margin-bottom: 1.875rem;
}
.show_cpgs .ul3 .more div {
  color: #00BE00;
}
.show_cpgs .ul3 li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_cpgs .ul3 .over img {
  width: 100%;
}
.show_cpgs .qh {
  border: 1px solid #D2D2D2;
  margin-top: 2.5rem;
}
.show_cpgs .qh .sum > div {
  padding: 3.625rem 7.1875rem;
  display: none;
}
.show_cpgs .qh .sum > div.active {
  display: block;
}
.show_cpgs .ul4 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
}
.show_cpgs .ul4 li {
  flex: 1 0 0;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #FAFAFA;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3E3E3E;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.show_cpgs .ul4 li:not(:last-child) {
  border-right: 1px solid #D2D2D2;
}
.show_cpgs .ul4 li:hover,
.show_cpgs .ul4 li.active {
  color: #fff;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_cpgs .text.c {
  color: #00BE00;
}
.show_cpgs .ul5 .result > div {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 1.25rem 1.25rem;
  box-shadow: 0px 0px 15px rgba(0, 190, 0, 0.1);
}
.show_cpgs .ul5 .result > div img {
  width: 100%;
}
.show_cpgs .ul5 .name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}
.about_pro {
  background: linear-gradient(200deg, #D5FFE2 -41.51%, rgba(207, 255, 255, 0.6) 33%, #FFF 78.69%);
}
.about_pro .margin {
  margin: 2.1875rem -1.125rem 0;
}
.about_pro .swiper-slide {
  padding: 1.125rem;
}
.about_pro .swiper-slide a {
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 0.9375rem 3px rgba(0, 190, 0, 0.1);
  padding: 0.5rem 2.1875rem 3.75rem;
}
.about_pro .swiper-slide a .over img {
  height: 23.125rem;
  object-fit: contain;
}
.about_pro .swiper-slide a .name {
  color: #1D1D1D;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 1.25rem;
}
.about_pro .swiper-slide a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.625rem;
  height: 0.1875rem;
  background: #00BE00;
}
.about_pro .swiper-slide a .text {
  color: #7C7C7C;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_pro_tech .ul {
  padding-top: 2.1875rem;
}
.suqera_tech:hover a::after {
  width: 100%;
}
.suqera_tech:hover a .center .name {
  color: #00BE00;
}
.suqera_tech a {
  display: flex;
  padding: 1.5rem 3.4375rem 1.5rem 1.125rem;
  position: relative;
  align-items: center;
}
.suqera_tech a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 190, 0, 0.2);
}
.suqera_tech a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #00be00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_tech a .icon {
  width: 3.125rem;
}
.suqera_tech a .icon img {
  width: 3.125rem;
  height: 3.125rem;
}
.suqera_tech a .center {
  width: calc(100% - 5rem - 3.125rem);
  padding-left: 1.75rem;
}
.suqera_tech a .center .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.suqera_tech a .center .data {
  color: #979797;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.suqera_tech a .center .data span:not(:last-child) {
  margin-right: 0.875rem;
}
.suqera_tech a .right {
  width: 5rem;
  text-align: right;
}
.list_contact_two {
  background: #fff;
}
.list_contact_two form {
  margin-top: 2.5rem;
}
.list_contact_two form .row {
  margin: 0 -1.875rem;
}
.list_contact_two form .row > div {
  padding: 0 1.875rem;
}
.list_contact_two form input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  line-height: 3.4375rem;
  width: 100%;
  font-weight: 500;
  padding: 0 1.5rem;
  color: #000;
}
.list_contact_two form input::placeholder {
  color: #848484;
}
.list_contact_two form textarea {
  width: 100%;
  font-weight: 500;
  height: 10rem;
  line-height: 1.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  display: block;
  color: #000;
}
.list_contact_two form textarea::placeholder {
  color: #848484;
}
.list_contact_two form p {
  color: #252525;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_two form p span {
  color: #D20000;
}
.list_contact_two form button {
  color: #fff;
  width: 11.875rem;
  border-radius: 0.625rem;
  line-height: 3.4375rem;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two form button:hover {
  background: transparent;
  color: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two form button .iconfont {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1.5625rem;
}
.list_contact .content {
  border-radius: 0.625rem;
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 3.125rem;
}
.list_contact .content .left {
  padding: 0 4.1875rem 0 3.125rem;
  width: 50%;
}
.list_contact .content .right {
  width: 50%;
}
.list_contact .content .right img {
  height: 34.875rem;
  object-fit: cover;
}
.list_contact .content .name {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.list_contact .content .ul {
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 1.75rem;
}
.list_contact .content .ul li {
  display: flex;
}
.list_contact .content .ul li .icon {
  width: 1.5rem;
}
.list_contact .content .ul li .icon img {
  width: 100%;
  height: 100%;
}
.list_contact .content .ul li .con {
  width: calc(100% - 1.5rem);
  padding-left: 1.375rem;
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .content .ul li .con span {
  color: #2E2E2E;
}
.list_contact .content .ul2 li:hover .flex a {
  color: #00BE00;
}
.list_contact .content .ul2 li:hover .flex a svg path {
  stroke: #00BE00;
}
.list_contact .content .ul2 li .name2 {
  color: #2E2E2E;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_contact .content .ul2 li .flex {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_contact .content .ul2 li .flex div {
  width: calc(100% - 6.875rem);
  padding-right: 0.625rem;
}
.list_contact .content .ul2 li .flex a {
  color: #595959;
  width: 6.875rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list_contact .content .ul2 li .flex a svg {
  height: 1.5rem;
}
.list_join .text {
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.5rem;
  margin: 1.875rem 0 3.125rem;
}
.list_join .ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.list_join .ul li {
  flex: 1;
  padding: 0 1rem;
}
.list_join .ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .ul li > div {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 190, 0, 0.1);
  padding: 4.375rem 1rem;
  width: 100%;
}
.list_join .ul li .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 50%;
  background: rgba(0, 190, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list_join .ul li .icon img {
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .ul li .name {
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.5rem;
  margin-top: 1rem;
}
.list_join_two {
  background: url(../img/50.png) no-repeat;
  background-size: cover;
}
.list_join_two .swiper_btn {
  border: 1px solid rgba(1, 147, 31, 0.6);
  background: #fff;
}
.list_join_two .swiper_btn .iconfont {
  color: #00BE00;
}
.list_join_two .swiper-slide .name {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #595959;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_join_two .swiper-button-next {
  right: 34.5rem;
}
.list_join_two .swiper-button-prev {
  left: 34.5rem;
}
.list_join_two .swiper {
  padding: 0 33.125rem;
}
.list_join_two .swiper .swiper-slide-prev {
  -webkit-clip-path: polygon(0% 0%, 100% 11%, 100% 87%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 11%, 100% 87%, 0% 100%);
}
.list_join_two .swiper .swiper-slide-next {
  -webkit-clip-path: polygon(0 11%, 100% 0%, 108% 100%, 0 87%);
  clip-path: polygon(0 11%, 100% 0%, 108% 100%, 0 87%);
}
.list_join_two .swiper .swiper-slide-active {
  padding: 3.75rem 6.25rem 0;
}
.list_join_two .swiper .swiper-slide-active .name {
  opacity: 1;
}
.list_join_two .swiper .swiper-slide-active:hover .over img {
  transform: scale(1.1);
}
.list_join_two .swiper .swiper-slide-active:hover .hover {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.recruit_three ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3.75rem;
}
.recruit_three ul li:nth-child(1) .clearfix {
  font-size: 1.125rem;
}
.recruit_three ul li .clearfix {
  line-height: 5rem;
  border-bottom: 1px solid #DDDDDD;
  color: #727272;
  font-size: 1rem;
  padding: 0 0 0 3.125rem;
  cursor: pointer;
}
.recruit_three ul li .clearfix > div {
  float: left;
  width: 21.25%;
}
.recruit_three ul li .clearfix > div:last-child {
  width: 5%;
}
.recruit_three ul li .clearfix > div:nth-last-child(2) {
  width: 10%;
}
.recruit_three ul li.active .clearfix > div:last-child .iconfont {
  transform: rotate(180deg);
  display: block;
}
.recruit_three ul li .clearfix > div:nth-child(1) {
  width: 20%;
}
.recruit_three ul li .content {
  padding: 2.25rem 4.375rem 3.4375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  background: rgba(0, 190, 0, 0.05);
}
.recruit_three ul li .content .email {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  margin-top: 2.0625rem;
}
.recruit_three ul li .content .email a {
  color: #00BE00;
  font-size: 1.5rem;
}
.recruit_three ul li .content strong {
  color: #000;
  font-weight: 600;
  display: block;
}
.recruit_three .more_2:hover {
  background: #fff;
  transition: all 0.6s;
}
.recruit_three .more_2 {
  border: 1px solid #00BE00;
  transition: all 0.6s;
}
.recruit_three .more_2:hover a {
  color: #00BE00;
}
.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.recruit_three ul li.active .clearfix {
  background-color: #00BE00;
  color: #fff;
}
.recruit_three ul li.active .content {
  display: block;
}
.recruit_three .font18 {
  color: #00BE00;
  font-weight: 600;
}
.list_about .row.alignc {
  margin: 2.5rem -1.5rem 5.3125rem;
}
.list_about .row.alignc > div {
  padding: 0 1.5rem;
}
.list_about .text {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
  text-align: justify;
}
.list_about .number_ul li > div {
  display: block;
}
.list_about .number_ul li > div .text {
  text-align: center;
}
.list_about .number_ul li .num {
  font-style: italic;
}
.list_about .number_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 6.5625rem;
  background: rgba(64, 161, 198, 0.3);
}
.list_about .number_ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 6.5625rem;
  background: rgba(64, 161, 198, 0.3);
}
.list_about_two {
  padding: 12.5rem 0 15.625rem;
}
.list_about_two .text {
  width: 50%;
  margin: 2.1875rem 0 0;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_about_three {
  background: url(../img/80.png) no-repeat;
  background-size: cover;
}
.list_about_three .swiper_btn {
  background: #FFFFFF;
  filter: drop-shadow(0px 0px 10px rgba(13, 111, 184, 0.3));
  margin-top: -1.65rem;
}
.list_about_three .swiper_btn .iconfont {
  color: #353535;
}
.list_about_three .swiper_btn:hover {
  background: #00BE00;
}
.list_about_three .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_about_three .swiper-button-next {
  right: -3.125rem;
}
.list_about_three .swiper-button-prev {
  left: -3.125rem;
}
.list_about_three .pr {
  margin-top: 3rem;
}
.list_about_three .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.list_about_three .year {
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 50%;
  background: #00BE00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0 auto;
}
.list_about_three .line {
  width: 1px;
  height: 6.6875rem;
  margin: 1.375rem auto 0;
  padding-top: 1.25rem;
  position: relative;
}
.list_about_three .line div {
  background: #000000;
  width: 1px;
  height: 100%;
}
.list_about_three .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(0, 190, 0, 0.6);
  transform-origin: center center;
}
.list_about_three .line::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #00be00;
  animation: fangda 2s infinite;
  transform-origin: center center;
}
.list_about_three .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.list_about_three .swiper-slide > div {
  width: 100%;
  height: 15.625rem;
}
.list_about_three .swiper-slide:nth-child(even) .top {
  order: 2;
  align-items: flex-start;
}
.list_about_three .swiper-slide:nth-child(even) .top > div {
  display: flex;
  flex-wrap: wrap;
}
.list_about_three .swiper-slide:nth-child(even) .top > div .year {
  order: 2;
}
.list_about_three .swiper-slide:nth-child(even) .top > div .line {
  width: 100%;
  order: 1;
  text-align: center;
  margin: 0 auto 1.375rem;
  padding: 0 0 1.25rem 0;
}
.list_about_three .swiper-slide:nth-child(even) .top > div .line::before {
  top: auto;
  bottom: 0;
}
.list_about_three .swiper-slide:nth-child(even) .top > div .line::after {
  top: auto;
  bottom: 0.3125rem;
}
.list_about_three .swiper-slide:nth-child(even) .top > div .line div {
  margin: 0 auto;
}
.list_about_three .swiper-slide:nth-child(even) .text {
  order: 1;
  display: flex;
  align-items: flex-end;
  padding: 0 0 1.5625rem 0;
}
.list_about_three .swiper-slide .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.list_about_three .text {
  color: #595959;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  padding-top: 1.5625rem;
}
.list_about_four .hover {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.list_about_four .hover .name {
  color: #00BE00;
  font-size: 1.625rem;
  margin-top: 3.125rem;
  line-height: 2.8125rem;
}
.list_about_four .hover .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 2.5rem;
  margin: 2.5rem 0 0;
}
.list_about_four .hover .more {
  margin-top: 3.125rem;
}
.list_about_five .swiper-slide {
  padding: 1rem;
}
.list_about_five .swiper-slide > div {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 190, 0, 0.2);
  background: #FFF;
  box-shadow: 0px 0px 10 0px rgba(0, 190, 0, 0.1);
}
.list_about_five .swiper-slide > div img {
  height: 6.25rem;
  object-fit: contain;
}
.list_about_five .margin {
  margin: -1rem;
}
.list_about_five .margin .swiper-container {
  margin-top: 2.1875rem;
}
.list_honor .ul {
  margin-top: 2.5rem;
}
.list_honor .ul li {
  margin-bottom: 2.5rem;
}
.list_honor .ul li > div {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 190, 0, 0.2);
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 190, 0, 0.1);
  padding: 0.9375rem;
}
.list_honor .ul li .over {
  background: #fff;
}
.section01 {
  background: url(../img/52.png) no-repeat;
  background-size: cover;
  position: relative;
}
.section01 .swiper-slide {
  padding: 0.875rem;
  height: auto;
}
.section01 .swiper-slide .img img {
  width: 100%;
  object-fit: cover;
  height: 15rem;
}
.section01 .swiper-slide a {
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 190, 0, 0.1);
  padding: 0;
  height: 100%;
  border: 1px solid #fff;
}
.section01 .swiper-slide a .con {
  padding: 1.25rem 1.1875rem;
}
.section01 .swiper-slide:hover a {
  border: 1px solid #00BE00;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 190, 0, 0.1);
}
.section01 .swiper-slide:hover a .img img {
  transform: scale(1.1);
}
.section01 .swiper-slide:hover a .name {
  color: #00BE00;
}
.section01 .swiper-slide:hover a .name::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 5rem;
}
.section01 .margin {
  margin: -0.875rem;
}
.section01 .margin .swiper-container {
  margin: 2.1875rem 0 2.8125rem;
}
.section01 .margin .swiper-button-next {
  right: -5rem;
}
.section01 .margin .swiper-button-prev {
  left: -5rem;
}
.section01 .name {
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 0.75rem;
  position: relative;
  margin: 0 0 0.875rem;
}
.section01 .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.8125rem;
  height: 0.1875rem;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section01 .text {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section02 {
  overflow: hidden;
  position: relative;
}
.section02 .container {
  position: relative;
  z-index: 99;
}
.section02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
.section02 .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.section02 .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section02 .swiper-container {
  margin-top: 7rem;
  width: 60%;
  margin: 4rem auto 0;
  text-align: center;
}
.section02 .fp-tableCell {
  vertical-align: bottom;
}
.section02 .ul {
  border-top: 0.25rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  margin-top: 8.75rem;
  margin-bottom: 4rem;
}
.section02 .ul li {
  flex: 1 0 0;
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  height: 6.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section02 .ul li::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 0;
  height: 0.25rem;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .ul li.active,
.section02 .ul li:hover {
  background: rgba(255, 255, 255, 0.45);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .ul li.active::before,
.section02 .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .swiper-slide {
  opacity: 0 !important;
}
.section02 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.section02 .swiper-slide .name {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1rem;
  position: relative;
  margin: 0 0 1rem 0;
}
.section02 .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 0.1875rem;
  background: #00BE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .swiper-slide .text {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.section02 .more,
.section03 .more {
  margin-top: 3rem;
}
.section02 .more svg path,
.section03 .more svg path {
  stroke: #fff;
}
.section02 .more:hover svg path,
.section03 .more:hover svg path {
  stroke: #00BE00;
}
.section02 .more div,
.section03 .more div {
  color: #fff;
}
.section03 .text {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.section03 .ul {
  margin-top: 5.5rem;
}
.section03 .ul li {
  flex: none;
}
.section03 .ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .ul li > div {
  padding: 2.125rem 1.875rem 3.125rem;
  border-radius: 0.3125rem;
  background: #FFF;
  width: 100%;
  backdrop-filter: blur(2px);
}
.section03 .ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: url(../img/55.png) no-repeat;
  background-size: cover;
}
.section03 .ul li > div .num {
  text-align: right;
}
.section03 .ul li > div .icon {
  text-align: left;
}
.section03 .ul li > div .icon img {
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .ul li > div .text {
  color: #676767;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.section04 {
  background: linear-gradient(200deg, #D5FFE2 -41.51%, rgba(207, 255, 255, 0.6) 33%, #FFF 78.69%);
}
.section04 .left {
  padding-top: 6rem;
}
.section04 .ul li {
  position: relative;
}
.section04 .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(1, 147, 31, 0.2);
}
.section04 .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.section04 .name {
  color: #474747;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.125rem 0 0.75rem;
}
.section04 .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 2.1875rem;
}
.section04 .height {
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.section04 .height .over img {
  height: 19.375rem;
  object-fit: cover;
}
.section04 li.active .height {
  height: auto;
  padding: 1.875rem 0;
}
.section04 li.active .flex {
  display: none;
}
.section04 .flex {
  padding: 1.875rem 0;
}
.section04 .flex .ll {
  width: 7.5rem;
  padding-right: 2rem;
  position: relative;
}
.section04 .flex .ll::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 3.8125rem;
  background: rgba(1, 147, 31, 0.2);
}
.section04 .flex .ll div {
  color: #474747;
  text-align: right;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.section04 .flex .ll p {
  color: #818181;
  text-align: right;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
.section04 .flex .rr {
  width: calc(100% - 7.5rem);
  padding-left: 2rem;
}
.section04 .flex .rr .text {
  margin-bottom: 0;
}
.section04 .flex .rr .name {
  margin-top: 0;
}
.fp-viewing-3 #fp-nav ul li a span,
.fp-viewing-2 #fp-nav ul li a span,
.fp-viewing-0 #fp-nav ul li a span,
.fp-viewing-3 .fp-slidesNav ul li a span,
.fp-viewing-2 .fp-slidesNav ul li a span,
.fp-viewing-0 .fp-slidesNav ul li a span {
  background: #fff;
}
.list_appliation .row {
  margin: 0 -1.875rem;
}
.list_appliation .row > div {
  padding: 0 1.875rem;
}
.list_appliation .text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.channel_business .right {
  padding-left: 4.375rem;
}
.channel_business ul li .icon {
  margin-bottom: 0.625rem;
}
.channel_business ul li .icon img {
  height: 4.375rem;
}
.channel_business ul li .title {
  font-size: 2.375rem;
  line-height: 2.875rem;
}
.channel_business ul li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.channel_business ul li .more {
  margin-top: 2.25rem;
}
.channel_business ul li:nth-child(even) .right {
  padding-left: 15px;
  padding-right: 4.375rem;
  order: 1;
}
.channel_business ul li:nth-child(even) .left {
  order: 2;
}
.channel_business .text {
  margin: 1.25rem 0 0;
}
.channel_business .text > div:not(:last-child) {
  margin-bottom: 1rem;
}
.channel_business .text strong {
  color: #00BE00;
  font-weight: 600;
}
.show_solution_two .margin {
  margin: 2.8125rem -1.875rem;
}
.show_solution_two .swiper-slide {
  padding: 0 1.875rem;
}
.show_solution_two .swiper-slide:hover a .name {
  color: #00BE00;
}
.show_solution_two .swiper-slide:hover a .over img {
  transform: scale(1.1);
}
.show_solution_two .swiper-slide a {
  background: #F8F8F8;
  padding: 3.125rem 2.5rem;
}
.show_solution_two .swiper-slide a .over img {
  height: 20.4375rem;
  object-fit: contain;
}
.show_solution_two .swiper-slide a .name {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 3.125rem;
  position: relative;
  padding-bottom: 1.125rem;
}
.show_solution_two .swiper-slide a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background: #00BE00;
}
.heightauto .over {
  height: 100%;
}
.heightauto .over video,
.heightauto .over img {
  height: 100%;
  object-fit: cover;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 3.125rem;
  z-index: 999;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.625rem;
  border-radius: 3rem;
  padding: 0.65rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.zd_erha .aat_list li > a i img {
  width: 1.75rem;
}
.zd_erha .aat_list li > a p {
  color: #116AAF;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.875em;
  width: auto;
  text-align: center;
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(110%);
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsa.tl {
  text-align: left;
  top: -1rem;
}
.zd_erha .aat_list li .erghgsa strong {
  color: #00BE00;
}
.zd_erha .aat_list li .erghgsa img {
  width: 6.25rem;
  height: 6.25rem;
  max-width: 6.25rem;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
