@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #84c225;
}
.c {
  color: #84c225;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.pagination > li {
  margin: 0 5px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 3px;
}
.pagination .active span {
  background-color: #fff;
  border-color: #84c225 !important;
  color: #84c225;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #84c225 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #84c225 !important;
  color: #84c225 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #84c225 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li .jumpto{
    display:none;
}
.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图片缩放失真*/
}
img.loading {
    filter: brightness(0) invert(1);
}
.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);
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: translateX(-50%) scaleY(0);
  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: #84c225;
}
.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: translateX(-50%) scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #84c225;
}
.searchbox {
  border-color: #84c225;
}
@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: 40px;
}
.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: #84c225;
}
.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: 500 1.25rem/1.35em "sourcehansans";
  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: #84c225;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  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);
  }
  .list_about .left .text {
    height: 22rem;
  }  
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
  .list_about .left .text {
    height: 18.5rem;
  }
}
@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);
}
.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 img {
  height: 14px;
}
.phone .right {
  text-align: right;
}
.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: 40px;
}
.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: #84c225;
  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: #84c225;
}
.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);
}
.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:nth-child(2) li:nth-child(1) {
  margin-bottom: 18px;
}
.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 > 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: 35px;
  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;
  width: 80%;
}
.sjj_nav .bot > li > div .iconfont {
  text-align: right;
  display: block;
  font-size: 1rem;
  width: 20%;
}
.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;
}
.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: #84c225;
}
.rightfix li:hover .iconfont {
  background: #84c225;
  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;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
    transition: .5s;
    background: url("../img/bg.png") repeat-x top left;
  --text: #fff;
  --text2: #fff;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 3.75rem;
  filter: brightness(0) invert(1);
}
header .left,
header .right {
  width: 15%;
}
header .center {
  margin: 0 auto;
  width: 70%;
}
header .center > ul {
  display: flex;
  justify-content: center;
}
header .center > ul > li {
  float: left;
  padding: 0 1.625rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--text);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #84c225;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #84c225;
}
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;
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .right .ds1 {
  margin-left: 1.6875rem;
}
header .right .ds1 .iconfont {
  font-size: 1.25rem;
  color: var(--text);
  display: block;
}
header .right .en_cn a {
    font-size: 1.25rem;
    color: var(--text);
    display: block;
}
header .right .ds1:hover .iconfont {
  color: #84c225;
}
header .right .tel {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0.3125rem;
  line-height: 2.8125rem;
  border: 1px solid var(--text2);
  color: var(--text2);
  font-size: 1rem;
  border-radius: 3.125rem;
}
header .right .tel div {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  background: var(--text2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}
header .right .tel div .iconfont {
  font-size: 1.25rem;
  color: #84c225;
  display: block;
}
header.active,
header:hover,
.show_body header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --text: #000;
  --text2: #84c225;
}
header.active .logo img,
header:hover .logo img,
.show_body header .logo img {
  filter: brightness(1) invert(0);
}
header.active .right .tel,
header:hover .right .tel,
.show_body header .right .tel {
  border-color: rgba(29, 32, 135, 0.5);
}
header.active .right .tel div .iconfont,
header:hover .right .tel div .iconfont,
.show_body header .right .tel div .iconfont {
  color: #fff;
}
@-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 .swiper-slide video, .banner .swiper-slide img {
    height: 100vh;
    object-fit: cover;
}
.banner .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.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 {
  position: absolute;
  right: var(--container);
  bottom: 1.6875rem;
  display: flex;
  align-items: center;
}
.banner .swiper-pagination-bullet {
  width: 3.375rem;
  height: 3.375rem;
  border: 1px solid transparent;
  color: #FFF;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  background: transparent;
}
.banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
}
.banner .hover2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .hover2 p {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.banner .hover2 > div {
  width: 1px;
  height: 4.375rem;
  margin: 0.625rem auto 0;
  background: #fff;
  position: relative;
}
.banner .hover2 > div div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}
.alignc {
  align-items: center;
}
@keyframes scroll {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
}
.title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.625rem 0 0;
}
.title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background: linear-gradient(180deg, #84c225 0%, rgba(0, 152, 68, 0) 100%);
  border-radius: 50%;
}
.title.cf {
  color: #fff;
}
.title.cf::before {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.subtitle {
  color: #84c225;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  /* 275% */
  text-transform: uppercase;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.625rem;
}
.more {
  padding: 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #009E41;
  line-height: 3.125rem;
  display: inline-block;
  border-radius: 3.125rem;
  color: #fff;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .iconfont {
  font-size: 0.65rem;
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.more:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.borf {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.more.borf .iconfont {
  color: #fff;
}
.more.borf:hover {
  background: #fff;
  color: #84c225;
}
.more.borf:hover .iconfont {
  color: #84c225;
}
.more.bgf {
  border: 1px solid rgba(11, 11, 11, 0.2);
  background: transparent;
  color: #0B0B0B;
}
.more.bgf .iconfont {
  color: #0B0B0B;
}
.more.bgf:hover,
.more.bgf.active {
  background: #84c225;
  color: #fff;
}
.more.bgf:hover .iconfont,
.more.bgf.active .iconfont {
  color: #fff;
}
.more.bgff {
  background: #fff;
  color: #84c225;
}
.more.bgff .iconfont {
  color: #84c225;
}
.more.bgff:hover {
  background: #84c225;
  color: #fff;
}
.more.bgff:hover .iconfont {
  color: #fff;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #84c225;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.index_one {
  padding: 9.375rem 0;
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, #E9EAFF 100%);
  z-index: 4;
}
.index_one .container {
  padding-right: 4.125rem;
}
.index_one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16.25rem;
  height: 100%;
  background: #84c225;
  z-index: 0;
}
.index_one::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../img/about.svg) no-repeat;
  background-size: contain;
  width: 6.25rem;
  height: calc(100% - 2rem);
  z-index: 1;
  background-position: center;
}
.index_one .right {
  padding-left: 0;
}
.index_one .right > div {
  position: relative;
  padding: 0 1rem 1rem 0;
  z-index: 4;
}
.index_one .right > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: rgba(200, 230, 213, 0.5);
  border-radius: 12.5rem 0 12.5rem 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right > div:hover::before {
  background: #c8e6d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right .over,
.index_one .right .over img {
  border-radius: 12.5rem 0 12.5rem 0;
}
.index_one .left {
  padding-right: 6.25rem;
}
.index_one .text {
  margin: 1.875rem 0 3.4375rem;
}
.index_one .text p {
  text-indent: 2em;
}
.index_one .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_one svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 13.125rem;
}
.index_one.active svg .oWCdEtCl_0 {
  stroke-dasharray: 965 967;
  stroke-dashoffset: 966;
  animation: oWCdEtCl_draw 2000ms linear 0ms forwards;
}
.index_one.active svg .oWCdEtCl_1 {
  stroke-dasharray: 612 614;
  stroke-dashoffset: 613;
  animation: oWCdEtCl_draw 2000ms linear 333ms forwards;
}
.index_one.active svg .oWCdEtCl_2 {
  stroke-dasharray: 629 631;
  stroke-dashoffset: 630;
  animation: oWCdEtCl_draw 2000ms linear 666ms forwards;
}
.index_one.active svg .oWCdEtCl_3 {
  stroke-dasharray: 1620 1622;
  stroke-dashoffset: 1621;
  animation: oWCdEtCl_draw 2000ms linear 1000ms forwards;
}
@keyframes oWCdEtCl_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes oWCdEtCl_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #84c225;
  font-size: 3rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: #84c225;
  font-size: 1.5rem;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
}
.number_ul li .num i {
  color: #84c225;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}
.index_two {
  padding: 6.25rem 0 4rem;
  position: relative;
  background: #e9eaff;
  z-index: 6;
}
.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/2.png) no-repeat;
  background-size: cover;
  border-radius: 18.75rem 0px 0px 0px;
  z-index: -1;
}
.index_two .bot {
  margin-top: 1.5625rem;
}
.index_two .bot .left ul {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.5rem;
}
.index_two .bot .left ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 2rem;
  text-transform: capitalize;
  margin-bottom: 3.125rem;
  padding-left: 1.125rem;
  position: relative;
  max-width: 20rem;
}
.index_two .bot .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  width: 0.1875rem;
  height: 1.625rem;
  background: #84c225;
  opacity: 0;
}
.index_two .bot .left ul li a {
  display: flex;
  align-items: center;
}
.index_two .bot .left ul li .iconfont {
  font-size: 0.875rem;
  opacity: 0;
}
.index_two .bot .left ul li.active,
.index_two .bot .left ul li:hover {
  font-size: 1.5rem;
}
.index_two .bot .left ul li.active a,
.index_two .bot .left ul li:hover a {
  color: #84c225;
}
.index_two .bot .left ul li.active a .iconfont,
.index_two .bot .left ul li:hover a .iconfont {
  opacity: 1;
}
.index_two .bot .left ul li.active::before,
.index_two .bot .left ul li:hover::before {
  opacity: 1;
}
.index_two .bot .right .jiantou {
  transform: translateY(0);
  margin-top: 2.5rem;
}
.index_two .bot .right .margin {
  display: none;
}
.index_two .bot .right .margin.active {
  display: block;
}
.index_two .bot .right .swiper-slide {
  padding: 1rem;
}
.index_two .bot .right .swiper-slide:hover a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .bot .right .swiper-slide a {
  position: relative;
  background: #fff;
}
.index_two .bot .right .swiper-slide a::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  height: 80%;
  width: calc(100% - 3.75rem);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  opacity: 0.2;
  background: #84c225;
  z-index: -1;
}
.index_two .bot .right .margin {
  margin: 0 -1rem;
}
.index_two .jiantou {
  position: static;
  margin: 0 0.625rem;
}
.index_two .hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index_two .left {
  background:#ececec url(../img/products_left_img.jpg) no-repeat center bottom;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  border-radius: 0.625rem;
  margin:0.875rem 0;
}
.more_a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.more_a .iconfont {
  font-size: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}
.more_a:hover {
  color: #84c225;
}
.more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.jiantou {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background: none;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #84c225;
}
.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #fff;
}
.jiantou:hover {
  background: #84c225;
  border-color: #84c225;
}
.jiantou:hover .iconfont {
  color: #fff;
}
.jiantou.white {
  background: #fff;
}
.jiantou.white:hover {
  background: #84c225;
  border-color: #84c225;
}
.index_pro a {
  padding: 1.875rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.index_pro .content {
  padding: 2.25rem 0 0.875rem;
}
.index_pro .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.index_pro .text {
  margin: 0.875rem 0 2.5rem;
  height: 3.25rem;
}
.index_pro:hover img {
  transform: scale(1.1);
}
.index_pro:hover .name {
  color: #84c225;
}
/* 图片高度 */
.indImg{
    overflow: hidden;
    position: relative;
}
.indImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}
.index_ability {
  overflow: hidden;
  z-index: 6;
  position: relative;
  padding: 2rem 0;
}
.index_ability .swiper-pagination {
  text-align: right;
  bottom: 1.75rem;
  right: 2.25rem;
  left: auto;
  width: auto;
}
.index_ability .swiper-pagination-bullet {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.index_ability .swiper-pagination-bullet-active {
  background: #84c225;
}
.abShow {
    position: relative;
	margin-top:1.875rem;
}

.abShow .Tit p {
    width: 80%;
    font-size: 20px;
    margin: 0 auto;
}

.abShow .abShowZk span {
    padding: 0 20px;
    text-align: center;
}

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

.abShowTop_l {
    width: calc(50% - 10px);
    position: relative;
}

.abShowTop_l .abShowImg {
    padding-top: 64%;
    border-radius: 8px;
}

.abShowText {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.abShowText span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.abShowTop_r {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abShow_li {
    width: calc(50% - 10px);
    position: relative;
}

.abShow_li:nth-child(1),
.abShow_li:nth-child(2) {
    margin-bottom: 20px;
}

.abShow_li .abShowImg {
    height: 100%;
    border-radius: 8px;

}

.abShow_li:hover .abShowImg img {
    transform: scale(1.1);
}

.abShow_li:hover .abShowZk {
    opacity: 1;
}

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

.abShowTop_l {
    width: calc(50% - 10px);
    position: relative;
}

.abShowTop_l .abShowImg {
    padding-top: 64%;
    border-radius: 8px;
}

.abShowText {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.abShowText span {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.abShowTop_r {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abShow_li {
    width: calc(50% - 10px);
    position: relative;
}

.abShow_li:nth-child(1),
.abShow_li:nth-child(2) {
    margin-bottom: 20px;
}

.abShow_li .abShowImg {
    height: 100%;
    border-radius: 8px;

}

.abShow_li:hover .abShowImg img {
    transform: scale(1.1);
}

.abShow_li:hover .abShowZk {
    opacity: 1;
}
.abShowZk {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgb(8 105 8 / 60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transition: all .48s;
}

.abShowZk img {
    width: 30px;
    margin-bottom: 5px;
}

.abShowZk span {
    color: #fff;
    font-size: 16px;
}

.abShowImg:hover img {
    transform: scale(1.1);
}

.abShow_item:hover .abShowImg img {
    transform: scale(1.1);
}

.abShow_item:hover .abShowZk {
    opacity: 1;
}
.index_three {
  border-radius: 0 0 18.75rem 0;
  padding: 16.25rem 0 5.625rem;
  overflow: hidden;
  z-index: 6;
  position: relative;
}
.index_three .sum > div {
  display: none;
}
.index_three .sum > div.active {
  display: block;
}
.index_three ul {
  margin-top: 15.625rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.index_three ul li {
  width: 25%;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 5.625rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.index_three ul li:hover,
.index_three ul li.active {
  background: #84c225;
}
.index_three ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.index_three ul li a p {
  margin-left: 0.625rem;
  width: 6rem;
}
.index_three ul li a img {
  width: 2.25rem;
  height: 2.25rem;
  filter: brightness(0) invert(1);
}
.index_three .bgg {
  overflow: hidden;
}
.index_three .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 !important;
  background-position: center center !important;
}
.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.margin20 {
  margin: 0 -1.25rem;
}
.suqera_news {
  padding: 0 1.25rem;
}
.suqera_news .name {
  color: #000;
  margin: 0.5rem 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}
.suqera_news .text {
  margin-bottom: 2.5rem;
}
.suqera_news .data {
  color: #84c225;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  text-transform: capitalize;
  margin-top: 1.5625rem;
}
.suqera_news:hover .over {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_news:hover img {
  transform: scale(1.1);
}
.suqera_news:hover .name {
  color: #84c225;
}
.suqera_news .over,
.suqera_news .over img {
  border-radius: 1.25rem;
}
.index_four {
  padding: 6.875rem 0;
  position: relative;
  z-index: 4;
}
.index_four .bot {
  margin-top: 1.875rem;
}
.index_five::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #E9EAFF 0%, #FFF 100%);
  width: 100%;
  z-index: -1;
}
.index_five {
    background: #E9EAFF;
    padding: 6.875rem 0;
    position: relative;
    z-index: 4;
}
.index_five ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1.875rem;
}

.index_five ul li {
    width: 12.5%;
    padding: 0 1rem;
    margin-bottom: 1.875rem;
}

.index_five ul li .over {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.index_five ul li .over,
.index_five ul li .over img {
    border-radius: 0.5rem;
}

.index_five ul li:hover .over {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
footer {
  background: #3B3B3B;
  padding: 2.88rem 0 4rem;
}
footer .left {
  width: 28.75%;
  float: left;
}
footer .left .tell {
  margin: 1rem 0 0.75rem;
}
footer .left .tell p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.75rem;
}
footer .left .tell div {
  color: #FFF;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 700;
  line-height: 2.5rem;
  /* 94.118% */
  text-transform: capitalize;
}
footer .left .logo {
  margin-bottom: 1.63rem;
}
footer .left .logo img {
  height: 4.375rem;
  filter: brightness(0) invert(1);
}
footer .left .logo p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 0.3125rem;
}
footer .left .ul li {
  margin-bottom: 0.675rem;
  display: flex;
  align-items: center;
}
footer .left .ul li div {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: lowercase;
}
footer .left .ul li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: lowercase;
}
footer .left .ul li p.tel {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
footer .left .ul li p.email {
  color: #FFF;
  font-size: 1.125rem;
}
footer .left .fenxiang_ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
footer .left .fenxiang_ul li {
  margin-right: 0.75rem;
  position: relative;
}
footer .left .fenxiang_ul li .icon {
  width: 2.37569rem;
  height: 2.37044rem;
  background: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  text-align: center;
  line-height: 2.37044rem;
  cursor: pointer;
}
footer .left .fenxiang_ul li .icon .iconfont {
  color: #B3B3B3;
  font-size: 1.25rem;
}
footer .left .fenxiang_ul li .img {
  position: absolute;
  top: -8.5rem;
  left: -2.6rem;
  width: 7.5rem;
  height: 7.5rem;
  display: none;
}
footer .left .fenxiang_ul li .img::before {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
footer .left .fenxiang_ul li:hover .img {
  display: block;
}
footer .left .fenxiang_ul li:hover .icon {
  background: #84c225;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .left .fenxiang_ul li:hover .icon .iconfont {
  color: #fff;
}
footer .left2 {
  width: 14%;
  float: left;
}
footer .left2.left3 {
  width: 29.25%;
}
footer .right {
  width: 10%;
  float: right;
  text-align: center;
}
footer .right p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.63rem;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
footer .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer a.text:hover {
  color: #fff;
}
.beian {
  background: #3B3B3B;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.beian .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban.nyban_pro {
  padding: 5.3125rem 0;
}
.nyban.nyban_pro .bread {
  color: rgba(0, 0, 0, 0.6);
}
.nyban.nyban_pro .bread a {
  color: rgba(0, 0, 0, 0.6);
}
.nyban.nyban_pro .left {
  padding-top: 2.5rem;
}
.nyban.nyban_pro .p1 {
  color: #000;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.nyban.nyban_pro .right .over {
  background: #fff;
  padding: 4.125rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nyban.nyban_pro .right .pr {
  padding-bottom: 1rem;
  z-index: 4;
}
.nyban.nyban_pro .right .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  border-radius: 0.625rem;
  background: #0091DC;
  height: 1.875rem;
  z-index: -1;
}
.nyban.nyban_pro .more_3 {
  width: 10rem;
  background: #84c225;
  border-radius: 9999px;
  box-shadow: 0px 4px 12px 0px rgba(0, 74, 112, 0.1);
}
.nyban.nyban_pro .more_3 div {
  left: -0.125rem;
}
.nyban.nyban_pro .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}
.nyban.nyban_pro ul {
  margin-top: 1.875rem;
  margin-bottom: 2.3125rem;
}
.nyban.nyban_pro ul li div {
  color: #0091DC;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  text-transform: capitalize;
}
.nyban.nyban_pro ul li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.nyban.nyban_pro ul li:nth-child(2) {
  padding-left: 2.5rem;
}
.nyban .bread {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}
.nyban .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.5625rem;
}
.nyban .img_hover {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.nyban .img_hover .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.nyban .img_hover img {
  height: 80%;
  object-fit: contain;
}
.bread {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.bread a {
  color: #FFF;
}
.bread a:hover {
  color: #84c225;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.3125rem;
}
.bread a:hover {
  opacity: 1;
}
.list_about {
  background: linear-gradient(180deg, #FFF 0%, #E9EAFF 100%);
}
.list_about .text p {
  margin-bottom: 1.125rem;
  text-indent: 2em;
}
.list_about .swiper-slide {
  position: relative;
  z-index: 4;
}
.list_about .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.7%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 1.25rem;
  z-index: 1;
}
.list_about .swiper-slide .hover {
  position: absolute;
  bottom: 1rem;
  padding: 0 1.875rem;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  z-index: 8;
  line-height: 1.625rem;
}
.list_about .swiper-slide .over,
.list_about .swiper-slide .over img {
  border-radius: 1.25rem;
}
.list_about .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_about .swiper-slide:hover .hover {
  color: #84c225;
}
.list_about .left .text {
  padding-right: 1.5625rem;
  margin-top: 1.25rem;
  color: #565656;
  height: 24.5rem;
  overflow-y: scroll;
  text-align: justify;
}
.list_about .left .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #DBDBDB;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_about .left .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_about .left .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #84c225;
}
.list_about .left .text span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #033792;
}

.p110 {
  padding: 4.875rem 0;
}
.swiper_pag {
  position: static;
  margin-top: 3.75rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 0.5rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #84c225;
}
.list_about_two {
  background: url(../img/10.png) no-repeat;
  background-size: cover;
}
.list_about_two .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.list_about_two .text {
  color: #FFF;
}
.list_about_two .icon {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #84c225;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_two .icon img {
  filter: brightness(0) invert(1);
  height: 2.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:nth-child(2) > div {
  margin-bottom: 0;
}
.list_about_two ul li > div:hover {
  background: linear-gradient(180deg, #84c225 0%, rgba(0, 152, 68, 0.35) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li > div:hover .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li > div:hover .icon img {
  filter: brightness(1) invert(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:nth-child(2) > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_two ul li .name {
  margin: 0.625rem 0 0.3125rem;
}
.list_about_two ul li .text {
  height: 3.25rem;
}
.list_about_two ul li > div {
  padding: 2.625rem 0.5rem 1.5rem;
  border-radius: 3.125rem 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li > div:nth-child(1) {
  margin-bottom: 2.5rem;
}
.nyerji {
  line-height: 5.625rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul {
  justify-content: center;
  display: flex;
}
.nyerji ul li {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 0 1rem;
}
.nyerji ul li.active {
  background-color: #84c225;
}
.nyerji ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  background: #84c225;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li span {
  position: relative;
  display: inline-block;
}
.nyerji ul li:last-child::before {
  display: none;
}
.nyerji ul li:hover a {
  color: #84c225;
}
.nyerji ul li.active a {
  font-weight: 700;
  color: #FFF;
}
.nyerji ul li.active a::before,
.nyerji 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;
}
.nyerji ul li.active a span::before,
.nyerji ul li:hover a span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul {
  margin: 0 -1.25rem;
}
.list_product .index_pro {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_product .index_pro:hover > a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  padding: 1.875rem 0 9.375rem;
}
.show_product .left {
  padding-right: 4.6875rem;
}
.show_product .left > .text {
  margin: 1.625rem 0;
  color: #fff;
  max-height: 18.75rem;
  overflow-y: scroll;
  padding-right: 1.25rem;
}
.show_product .left > .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
.show_product .left > .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.show_product .left > .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #c9c9c9;
}
.show_product .bread {
  margin-bottom: 3.4375rem;
}
.show_product .bread a:hover {
  font-weight: 600;
  color: #fff;
}
.show_product .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.show_product ul li {
  position: relative;
  padding-left: 1.25rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.show_product ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
.show_product .tel {
  display: flex;
  align-items: center;
  margin-top: 3.125rem;
}
.show_product .tel div {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .tel div .iconfont {
  font-size: 1.5rem;
  color: #84c225;
  display: block;
}
.show_product .tel span {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 1.125rem;
}
.show_product .right .swiper-slide {
  padding-bottom: 0.75rem;
  position: relative;
}
.show_product .right .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(100% - 0.75rem);
  border-radius: 6.25rem 0px;
  background: #84c225;
  width: 100%;
  z-index: -1;
}
.show_product .right .over,
.show_product .right .over img {
  border-radius: 6.25rem 0px;
}
.show_product .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.show_product .swiper-pagination-bullet-active {
  opacity: 1;
}
.show_body {
  padding-top: 6.25rem;
}
.show_product_one {
  background: url(../img/13.png) no-repeat;
  background-size: cover;
}
.show_product_one .swiper-container {
  margin-top: 2.5rem;
}
.show_product_one .swiper-container .text {
  margin-top: 1.25rem;
}
.swiper_three_b .swiper-slide {
  height: auto;
  padding: 0 1.25rem 1rem;
}
.swiper_three_b .swiper-slide.bgf > div {
  background: #fff;
}
.swiper_three_b .swiper-slide > div {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 2.69rem 1.62rem 2.94rem 3rem;
  height: 100%;
  position: relative;
}
.swiper_three_b .swiper-slide:hover > div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.swiper_three_b .swiper-slide .icon_num {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.swiper_three_b .swiper-slide .icon_num p {
  color: #84c225;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}
.swiper_three_b .swiper-slide .icon_num p::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #84c225;
}
.swiper_three_b .swiper-slide .name1 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0.94rem 0 0.5rem;
}
.swiper_three_b .swiper-slide .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  margin-top: 1.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
}
.swiper_three_b .swiper-slide p.name1 {
  font-size: 1rem;
  font-weight: 600;
}
.margin_l_r {
  margin: 0 -1.25rem;
}
.show_product_two .mt65 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.show_product_two table {
  margin-bottom: 0;
}
.show_product_two table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_product_two table tr td {
  padding: 1.25rem;
  font-size: 1rem;
  text-align: center;
}
.show_product_two table tr:last-child {
  border-bottom: none;
}
.show_product_two table tr:nth-child(1) {
  background: rgba(29, 32, 135, 0.08);
  font-size: 1.125rem;
  color: #000;
}
.show_product_two .tips {
  margin-top: 2.1875rem;
}
.show_pro_three {
  background: #F8F8FF;
}
.show_pro_three .bgf {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
}
.show_pro_three .bgf .over,
.show_pro_three .bgf .over img {
  border-radius: 1.25rem;
  height: 25rem;
  object-fit: cover;
}
.show_pro_three .text {
  line-height: 2.25rem;
}
.show_pro_three .swiper_pag {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 50%;
}
.show_pro_three .swiper-pagination-bullet {
  background: #D9D9D9;
}
.show_pro_three .swiper-pagination-bullet-active {
  background: #84c225;
}
.show_pro_three .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: 1.25rem;
}
.list_application .left .swiper-slide {
  height: auto;
}
.list_application .left .swiper-slide .bor20 {
  height: 100%;
  object-fit: cover;
}
.list_application .left .swiper-slide .name {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 1rem;
}
.list_application .left .swiper-slide .name img {
  width: 2.25rem;
  height: 2.25rem;
}
.list_application .left .swiper-slide .name div {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  width: 5rem;
}
.list_application .text {
  margin: 1.25rem 0 2.5rem;
}
.list_application .right ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.list_application .right li {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  cursor: pointer;
}
.list_application .right li:hover p::before,
.list_application .right li.active p::before {
  width: 8.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application .right li:hover p,
.list_application .right li.active p {
  color: #84c225;
}
.list_application .right li:hover div img,
.list_application .right li.active div img {
  filter: brightness(1);
  opacity: 1;
}
.list_application .right li div {
  margin-left: 1.875rem;
}
.list_application .right li div img {
  width: 2.25rem;
  height: 2.25rem;
  filter: brightness(0);
  opacity: 0.5;
}
.list_application .right li p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 6rem;
  text-align: right;
  position: relative;
}
.list_application .right li p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11.375rem;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #84c225;
  z-index: 9;
  height: 1px;
  opacity: 1;
}
.list_news .ul li {
  margin-bottom: 2.5rem;
}
.list_news .ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 2.5rem;
}
.list_news .ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #84c225;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li .text {
  margin-bottom: 0;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.list_industry .ul li .row .left {
    padding-right: 5rem;
}
.list_industry .ul li:nth-child(even) {
    background: #E9EAFF;
}
.list_industry .ul li:nth-child(even) .left {
    order: 2;
    padding-right: 15px;
    padding-left: 5rem;
}
.list_industry .ul li:nth-child(even) .right {
    order: 1;
}
.list_industry .ul li .text {
    margin-top: 1.125rem;
    text-align: justify;
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #395F8E;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: #84c225;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .index_five ul li {width:25%;}	
  .abSHowTop {
    flex-wrap: wrap;
  }	
  .abShowTop_l {
    width: 100%;
    margin-bottom: 20px;
  }	
  .abShowTop_r {
    width: 100%;
  }

  .abShow_li .abShowImg {
    padding-top: 62%;
  }
  .abShowTcBox {
    width: 90%;
  }  
  .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: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.list_contact {
  background: linear-gradient(180deg, #FFF 0%, #E9EAFF 100%);
}
.list_contact .content {
  display: flex;
  border-radius: 9.375rem 0px 9.375rem 0px;
  overflow: hidden;
  border-radius: 150px 0px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.list_contact .content .left,
.list_contact .content .right {
  width: 50%;
  padding: 5.9375rem 5rem 5.3125rem;
}
.list_contact .content .left .tel {
  padding: 3rem 0 1.5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.list_contact .content .left .tel p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_contact .content .left .tel div {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.list_contact .content .left ul {
  margin-top: 2.8125rem;
}
.list_contact .content .left ul li {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.list_contact .content .left ul li > div:nth-child(2) {
  width: calc(100% - 3rem);
  padding-left: 0.875rem;
}
.list_contact .content .left ul .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.list_contact .content .left ul .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_contact .content .left ul p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.list_contact .content .left ul div {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
.list_contact .content .name {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
}
.list_contact .right {
  background: #fff;
}
.list_contact .right textarea {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3.125rem;
  padding: 0 1rem;
  width: 100%;
  background: #FFF;
}
.list_contact .right input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3.125rem;
  padding: 0 1rem;
  width: 100%;
  background: #FFF;
}
.list_contact .right button {
  background: #84c225;
  width: 10rem;
  border: none;
}
.list_contact .right button:hover {
  background: #84c225;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three {
  position: relative;
}
.list_about_three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(../img/12.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_about_three .swiper_btn {
  background: #FFFFFF;
  filter: drop-shadow(0px 0px 10px rgba(136, 77, 138, 0.2));
  border-radius: 50%;
  margin-top: 0;
}
.list_about_three .swiper_btn .iconfont {
  color: #353535;
}
.list_about_three .swiper_btn:hover {
  background: #84c225;
}
.list_about_three .swiper_btn:hover .iconfont {
  color: #fff;
}
.list_about_three .swiper_btn {
  width: 3.4375rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border: 1px solid #a8a8a8;
  border-radius: 0.3125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.list_about_three .swiper-button-next {
  right: -3.375rem;
}
.list_about_three .swiper-button-prev {
  left: -3.375rem;
}
.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: #84c225;
  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(8, 105, 8, 0.6);
  animation: fangda 2s infinite;
  transform-origin: center center;
}
@keyframes fangda {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.1) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
.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: #84c225;
  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 .left {
  width: 32%;
}
.list_about_four .left img {
  width: 100%;
}
.list_about_four .right {
  padding-top: 6.875rem;
  width: 68%;
}
.list_about_four .right .title,
.list_about_four .right > ul,
.list_about_four .right .mySwiper2 .swiper-slide {
  padding-left: 3.125rem;
}
.list_about_four .right ul {
  margin: 0 0 3.125rem;
  display: flex;
}
.list_about_four .right ul li {
  border-radius: 0.625rem;
  background: rgba(29, 33, 135, 0.06);
  margin-right: 2.5rem;
  width: 17.9375rem;
  padding: 2.1875rem 0 1.875rem;
}
.list_about_four .right ul li .number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #84c225;
}
.list_about_four .right ul li .number sub {
  font-size: 2.1875rem;
  line-height: 1;
  color: #84c225;
  bottom: 0.3125rem;
}
.list_about_four .height {

  height: 37.5rem;
  display: flex;
  align-items: center;

}
.list_about_four .height .left>div{
  display: none;
}.list_about_four .height .left{
  width: 50%;
}
.list_about_four .height .fr{
  width:40%;
}
.list_about_four .height .mySwiper2 {
  height: 37.5rem;
  /* width: calc(100% - 26.25rem);
  padding-right: 2.875rem;
  overflow-x: visible; */
}
.list_about_four .height .mySwiper2 .swiper-slide-next ~ div {
  opacity: 0.4;
}
.list_about_four .height .mySwiper2 .swiper-slide-next + div {
  opacity: 0.7;
}
.list_about_four .height .mySwiper2 .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .height .mySwiper2 .swiper-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #84c225;
  left: -1.5rem;
}
.list_about_four .height .mySwiper2 .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 1px;
  background: #84c225;
}
.list_about_four .height .mySwiper2 .swiper-slide-active img {
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}.list_about_four .height .mySwiper2 .swiper-slide{
  cursor: pointer;
}
.list_about_four .height .mySwiper2 .swiper-slide.active span {
  text-align: left;
  position: relative;
  color: #84c225;
}
.list_about_four .height .mySwiper {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
  border-radius: 0.625rem;
  width: 26.25rem;
}
.list_about_four .mySwiper2 .swiper-slide > div {
  display: flex;
  align-items: center;
}
.list_about_four .mySwiper2 .swiper-slide.swiper-slide-active span .iconfont {
  opacity: 1;
}
.list_about_four .mySwiper2 .swiper-slide img {
  width: 1.25rem;
}
.list_about_four .mySwiper2 .swiper-slide span {
  font-size: 1.25rem;
  line-height: 5rem;
  color: #000000;
  padding-left: 0.625rem;
  display: flex;
  align-items: center;
  width: calc(100% - 1.25rem);
}
.list_about_four .mySwiper2 .swiper-slide span .iconfont {
  opacity: 0;
}
.list_about_four .mySwiper2 .swiper-slide span div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 80%;
}
.list_about_four .height .mySwiper2 .swiper-slide-prev,
.list_about_four .height .mySwiper2 .swiper-slide-next,
.list_about_four .height .mySwiper2 .swiper-slide-active {
  opacity: 1 !important;
}
.list_about_four .height .mySwiper2 .swiper-slide-active img {
  position: relative;
  filter: invert(12%) sepia(53%) saturate(7214%) hue-rotate(242deg) brightness(68%) contrast(97%);
}
.list_about_four .height .mySwiper2 .swiper-slide-active {
  text-align: center;
}
