@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;
}
#translate {
    display: none;
}
.logo.en {
    display: none;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  --container100: 6.25rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.container100 {
  padding: 0 var(--container100);
}
img{
  pointer-events: none; /* 禁止鼠标事件 */
  -webkit-touch-callout: none; /* 禁止长按菜单 */
  -webkit-user-select: none; /* 禁止选中 */
  user-select: none;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #086908;
}
.c {
  color: #086908;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #086908;
  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: #086908;
}
.search_more:hover::before {
  background: #086908;
}
.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: 12rem;
  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: #086908;
}
.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_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: #086908;
}
.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: #086908;
  color: #fff;
  background: #086908;
}
.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: #086908;
}
.searchbox {
  border-color: #086908;
}
@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: #086908;
}
.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: #086908;
  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;
  display: flex;
  justify-content: 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: #086908;
  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: #086908;
}
.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: #086908;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.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;
}
header.active .logo img,
header:hover .logo img,
header.white .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #086908;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > 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: #086908;
}
header {
  position: fixed;
  line-height: 6.25rem;
  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);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 3.5rem;
  filter: brightness(0) invert(1);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .tel {
  display: flex;
  color: #676767;
  text-align: right;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  margin-right: 2.1875rem;
}
header .tel img {
  width: 1.5rem;
  margin-right: 0.6875rem;
}
header .lanuage {
  margin: 0 1.75rem 0 2rem;
}
header .lanuage a {
  font-size: 1rem;
  font-style: italic;
  color: var(--color);
  color: #676767;
  font-weight: 700;
}
header .lanuage a img {
  width: 1.25rem;
}
header .lanuage a.c {
  color: #086908;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  color: #676767;
  font-size: 1.125rem;
  position: relative;
  padding: 0 0.5rem;
}
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: 64%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .container {
  padding: 0 var(--container100);
}
.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 .hover2 {
  position: absolute;
bottom: 18%;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover2 .flex {
  justify-content: flex-start;
  align-items: center;
}
.banner .swiper_pag {
  padding: 0 2rem;
  width: 13rem;
}
.banner .swiper_pag .swiper-pagination-bullet {
  border-color: #fff;
  width: 1rem;
  height: 1rem;
}
.banner .swiper_pag .swiper-pagination-bullet-active {
  width: 2.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem;
  background: #fff;
}
.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;
  position: static;
  background-image: none;
  margin-top: -0.5rem;
  height: auto;
}
.banner .swiper-button-prev .iconfont,
.banner .swiper-button-next .iconfont {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  display: block;
}
@media (max-width: 990px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 5rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.247);
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .txt-show {
  -webkit-clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  opacity: 0;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  display: inline-block;
}
.banner .swiper-slide.swiper-slide-active .txt-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.nyban .hover {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4375rem;
}
@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: #7A7A7A;
}
.bread a {
  color: #7A7A7A;
}
.bread img {
  height: 1rem;
  margin-right: 0.625rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: #474747;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 4rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.875rem;
  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.625rem 0 0;
  text-transform: uppercase;
  color: #818181;
}
.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: var(--swiper_pag_c);
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  margin: 0 0.5rem;
  border: 2px solid #40A1C6;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #40A1C6;
  width: 1.25rem;
}
.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: #086908;
  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.875rem;
  line-height: 3.375rem;
  border-radius: 0.3125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  font-weight: 600;
  font-style: italic;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #086908;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.3125rem;
  z-index: -1;
}
.more:hover {
  border-color: #086908;
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.875rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #086908;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #086908;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #086908;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #086908;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #242424;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #086908;
  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_news {
  background: linear-gradient(114deg, #FFF 0.52%, #CBEAFC 112.87%);
}
.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: #086908;
}
.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 .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: #086908;
}
.show_news .shangxia .c1 {
  width: 16rem;
}
.show_news .shangxia .c1 .more {
  margin: 0 auto;
}
.show_news .shangxia .c1 .more > div {
  font-style: normal;
}
@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;
  }
}
.scroll {
  position: absolute;
  bottom: 0;
  left: 6.25rem;
  z-index: 9;
  font-size: 1rem;
  font-style: italic;
  overflow: hidden;
}
.scroll.black a {
  color: #525252;
}
.scroll.black p {
  background: #525252;
}
.scroll a {
  color: #FFF;
}
.scroll p {
  width: 1px;
  height: 4.625rem;
  margin-top: 0.625rem;
  background: #fff;
  position: relative;
}
.scroll p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  background: #086908;
  height: 1.25rem;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4.625rem);
  }
}
@keyframes mainswipershow {
  0% {
    transform: scale(0.8) translate(-60%, 80%);
  }
  60% {
    transform: scale(0.8);
  }
  61% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.section01 .index_section,
.section02 .index_section,
.section03 .index_section,
.section04 .index_section {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.section01 .index_section > div,
.section02 .index_section > div,
.section03 .index_section > div,
.section04 .index_section > div {
  width: 100%;
}
.section01.active .index_section,
.section02.active .index_section,
.section03.active .index_section,
.section04.active .index_section {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: mainswipershow;
}
.section01.active .txt-show,
.section02.active .txt-show,
.section03.active .txt-show,
.section04.active .txt-show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transition-delay: 0.5s;
}
.txt-show {
  -webkit-clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  clip-path: polygon(0 0, 24% 0, 6% 100%, 0 100%);
  position: relative;
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  color: #000;
}
.txt-show .t2 {
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  font-size: 3rem;
}
.container_p {
  padding-top: var(--header_h);
}
.section01 .index_section {
  background: linear-gradient(114deg, #FFF 0.52%, #CBEAFC 112.87%);
  position: relative;
}
.section01 .index_section::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 3rem;
  width: 100%;
  height: 100%;
  background: url(../img/yuan.png) no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.section01 .left {
  padding-right: 0;
}
.section01 .left .text {
  margin: 1.5625rem 0 2.5rem;
  text-align: justify;
}
.section01 #earth canvas {
  width: 50rem !important;
  height: 50rem !important;
}
.section01 .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section01 .right .number_ul {
  width: 18.75rem;
  margin-left: 5rem;
}
.section01 .right .number_ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.section01 .right .number_ul li:nth-child(2),
.section01 .right .number_ul li:nth-child(3) {
  padding-left: 4.375rem;
}
.section02 .txt-show {
  position: absolute;
  top: calc(var(--header_h) * 2);
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
}
.section02 .hover {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding: 0 5.625rem;
}
.section02 .hover .con {
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.section02 .hover .text {
  margin: 1rem 0 2rem;
}
.section02 .hover .more_a {
  margin: 0 auto;
}
.section02 .swiper-slide:hover .con {
  height: 12.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section02 .swiper-slide .over img {
  height: 100vh;
  object-fit: cover;
}
.section02 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.section02 .swiper-slide:hover .hover {
  top: 83%;
}
.section02 .swiper-slide:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
}
.more_a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.more_a img {
  width: 1.3125rem;
  height: 1.3125rem;
}
.section03 .index_section {
  position: relative;
  background: linear-gradient(216deg, #FFF 18.48%, #CBEAFC 89.58%);
}
.section03 .index_section::before {
  content: "";
  position: absolute;
  top: var(--header_h);
  right: 0;
  width: 22.1875rem;
  height: 20.625rem;
  background: url(../img/5.png) no-repeat;
}
.section03 .container_p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section03 .txt-show {
  display: inline-block;
}
.section03 .flex {
  margin-top: 3.4375rem;
}
.section03 .left {
  width: 70%;
  border-radius: 0 0.3125rem 0.3125rem 0;
  overflow: hidden;
}
.section03 .left .swiper-slide {
  opacity: 0 !important;
}
.section03 .left .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.section03 .left .swiper-slide img {
  height: 38.625rem;
  object-fit: cover;
}
.section03 .hover_pag {
  position: absolute;
  top: 5rem;
  right: var(--container100);
}
.section03 .r .swiper-slide {
  filter: blur(1px);
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .r .swiper-slide.swiper-slide-active {
  filter: blur(0);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 .r .con {
  padding: 4.375rem 3.75rem 4.375rem;
  background: #fff;
  border-radius: 0.3125rem;
}
.section03 .r .con .name {
  color: #444;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
.section03 .r .con .text {
  color: #818181;
  margin: 0.625rem 0 4rem;
}
.section03 .right {
  width: 50%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
  overflow: hidden;
}
.section03 .right .swiper {
  padding-right: var(--container);
}
.hover_pag {
  display: flex;
  align-items: center;
}
.hover_pag > div {
  position: static;
  margin-top: 0;
}
.hover_pag .swiper_btn {
  border: 1.5px solid rgba(64, 161, 198, 0.6);
}
.hover_pag .swiper_btn:hover {
  background: #40a1c6;
}
.hover_pag .swiper_btn:hover .iconfont {
  color: #fff;
}
.hover_pag .swiper_btn .iconfont {
  color: rgba(64, 161, 198, 0.6);
}
.hover_pag .swiper_pag {
  position: static;
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  width: 6.25rem;
}
.hover_pag .swiper_pag .aa {
  color: #40a1c6;
}
.section04 .index_section {
  background: linear-gradient(136deg, #FFF 28.3%, #CBEAFC 119.86%);
}
.section04 .index_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/7.png) no-repeat;
  width: 27.75rem;
  height: 23.5625rem;
  background-size: contain;
  background-position: bottom left;
}
.section04 .hover_pag {
  justify-content: flex-end;
}
.section04 .txt-show {
  display: inline-block;
}
.squera_news a {
  position: relative;
}
.squera_news a .over img {
  height: 19.375rem;
  object-fit: cover;
}
.squera_news a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(64, 161, 198, 0.3);
}
.squera_news a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #086908;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover a .over img {
  transform: scale(1.1);
}
.squera_news:hover a .name {
  color: #086908;
}
.squera_news .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
  padding: 1.375rem 0 1.125rem;
}
.squera_news .name {
  color: #474747;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 3.75rem;
}
.squera_news .over {
  margin-top: 1.875rem;
}
.squera_news .over img {
  height: 17rem;
  object-fit: cover;
}
.squera_news .over,
.squera_news .over img {
  border-radius: 0.3125rem;
}
footer {
  background: #343434;
}
footer .left,
footer .right {
  padding-top: 3.75rem;
}
footer .left {
  width: calc(100% - 25rem);
  padding-right: 3.125rem;
}
footer .left .center {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 3.125rem 0;
  margin-top: 3.125rem;
}
footer .left .center ul {
  display: flex;
  justify-content: space-between;
}
footer .left .center ul li .name1 {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
footer .left .center ul li .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.875rem;
}
footer .left .center ul li .text:hover {
  color: #fff;
}
footer .left .bottom {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1.5625rem 0;
  justify-content: space-between;
}
footer .left .bottom .l {
  max-width: calc(100% - 12.5rem);
}
footer .left .bottom .r .fenxiang.nobor .social-share li {
  margin: 0 0 0 1rem;
  line-height: inherit;
  line-height: 1;
}
footer .left .bottom .r .fenxiang.nobor .social-share li a {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFF;
  font-size: 0.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .left .bottom .r .fenxiang.nobor .social-share li:hover a {
  background: #086908;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #ffffff;
}
footer .bu {
  z-index: 9;
}
footer .right {
  width: 25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 2.5rem;
}
footer .right .name {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  margin-bottom: 1.5625rem;
}
footer .right ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
footer .right ul li p {
  color: #FFF;
}
footer .right ul li div {
  color: rgba(255, 255, 255, 0.6);
}
footer .right .ewm img {
  width: 6.75rem;
}
footer .name {
  color: #FFF;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 1.375rem;
}
footer .footer_search {
  display: flex;
}
footer .footer_search form {
  width: 40%;
}
footer .footer_search form input {
  width: 100%;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 1.875rem;
  color: #ffffff;
  font-size: 1rem;
  border-bottom: none;
}
footer .footer_search form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer_search form button {
  right: 1.25rem;
}
footer .footer_search form button .iconfont {
  font-size: 1.125rem;
}
footer .footer_search .text {
  margin-left: 2.125rem;
  display: flex;
  align-items: center;
}
footer .footer_search .text p {
  color: #FFF;
  font-size: 1.125rem;
  margin-right: 1rem;
}
footer .footer_search .text div {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
footer .footer_search .text div a {
  color: rgba(255, 255, 255, 0.6);
}
.logding {
  background-color: #fff;
  -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  height: 100%;
  left: -50%;
  position: fixed;
  top: 0;
  transition: all 1.5s;
  width: 200%;
  z-index: 9999;
}
.logding .box1 {
  background-color: rgba(8, 105, 8, 0.219);
  left: -50%;
  width: 80%;
  z-index: 2;
}
.logding .box1,
.logding .box2 {
  -webkit-clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  clip-path: polygon(6% 0, 93% 0, 84% 100%, 0 100%);
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 2s;
}
.logding .box2 {
  background-color: #086908;
  left: -30%;
  width: 50%;
  z-index: 3;
}
.logding.on,
.logding.on .box1,
.logding.on .box2 {
  left: 100%;
}
.nyerji {
  position: relative;
  line-height: 4.6875rem;
}
.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(64, 161, 198, 0.2);
}
.nyerji .flex {
  justify-content: space-between;
}
.nyerji .flex .bread {
  color: #7A7A7A;
  text-align: right;
  font-size: 1rem;
}
.nyerji .flex .bread a {
  color: #7A7A7A;
}
.nyerji .flex .ul {
  display: flex;
  align-items: center;
}
.nyerji .flex .ul li {
  color: #7A7A7A;
  font-size: 1rem;
  margin-right: 2.8125rem;
  position: relative;
}
.nyerji .flex .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #086908;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .flex .ul li:hover::before,
.nyerji .flex .ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji .flex .ul li:hover a,
.nyerji .flex .ul li.active a {
  color: #086908;
}
.list_news .title {
  margin-bottom: 3rem;
}
.list_news .content {
  border-radius: 0.625rem;
  background: linear-gradient(114deg, #FFF 0.52%, #CBEAFC 112.87%);
  overflow: hidden;
}
.list_news .content:hover {
  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;
}
.list_news .content:hover .left img {
  transform: scale(1.1);
}
.list_news .content:hover .right .name {
  color: #086908;
}
.list_news .content .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
}
.list_news .content .name {
  color: #474747;
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin: 1.25rem 0;
}
.list_news .content .text {
  color: #7C7C7C;
}
.list_news .content .left img {
  height: 29.375rem;
  object-fit: cover;
}
.list_news .content .left .over,
.list_news .content .left .over img {
  border-radius: 0.625rem;
}
.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_two .shaixuan {
  padding: 2.1875rem 0 2.5rem;
  border-bottom: 1px solid rgba(64, 161, 198, 0.25);
  margin-bottom: 3.4375rem;
  color: #474747;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_news_two .shaixuan a {
  color: #474747;
  margin: 0 1rem;
}
.list_news_two .shaixuan a.active {
  color: #086908;
}
.list_news_two .ul li {
  margin-bottom: 2.5rem;
}
.list_news_two .ul li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover > a {
  transform: translateY(-0.625rem);
  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;
}
.list_news_two .ul li:hover > a .name {
  color: #086908;
}
.list_news_two .ul li > a {
  border-radius: 0.625rem;
  background: #EFF9FE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.list_news_two .ul li > a .over img {
  height: 19.375rem;
  object-fit: cover;
}
.list_news_two .ul li .content {
  padding: 2.5rem 2.5rem 3.125rem;
}
.list_news_two .ul li .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 3.75rem;
}
.list_news_two .ul li .data {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
  margin-top: 1.125rem;
}
.about_news .swiper-container {
  margin-top: 3rem;
}
.about_news .swiper_pag {
  margin-top: 3rem;
}
.list_contact {
  background: linear-gradient(114deg, #FFF 0.52%, #CBEAFC 112.87%);
}
.list_contact .left ul li {
  padding: 1.875rem 0;
}
.list_contact .left ul li:first-child {
  padding-top: 0;
}
.list_contact .left ul li:nth-child(1) {
  border-bottom: 1px solid #9BBFDE;
}
.list_contact .left ul li p {
  color: #3F3F3F;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_contact .left ul li div {
  color: #7B7B7B;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_contact .left .ewm {
  display: flex;
  align-items: center;
}
.list_contact .left .ewm .img {
  border: 1px solid #DFDFDF;
  background: #fff;
  margin-right: 1.875rem;
}
.list_contact .left .ewm .img img {
  height: 8.75rem;
  width: 8.75rem;
}
.list_contact #mapmap {
  height: 32rem;
}
.list_contact .subtitle {
  color: #7B7B7B;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  margin: 1.875rem 0 2.5rem;
}
.tdt-bottom,
.tdt-top {
  z-index: 700 !important;
}
.list_contact_two {
  background: url(../img/message.png) no-repeat;
  background-size: cover;
}
.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;
  line-height: 3.4375rem;
  font-style: normal;
  font-weight: 500;
}
.list_contact_two form button .iconfont {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1.5625rem;
}
@media (max-width: 990px) {
  .list_contact_two form .row > div {
    padding: 0 0.875rem;
  }
  .list_contact_two form .row {
    margin: 0 -0.875rem;
  }
  .list_contact_two form {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .list_contact_two form {
    margin-top: 20px;
  }
  .list_contact_two form input {
    padding: 0 15px;
  }
  .list_contact_two form textarea {
    padding: 5px 15px;
  }
}
.list_application .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.5rem 0 2.1875rem;
}
.list_application_two {
  background: linear-gradient(216deg, #FFF 18.48%, #CBEAFC 89.58%);
}
.list_application_two .swiper-slide {
  height: auto;
  padding: 2.1875rem 1.125rem 1rem;
}
.list_application_two .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application_two .swiper-slide > div {
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(64, 161, 198, 0.25);
  padding: 4.3125rem 2.8125rem 3.4375rem;
}
.list_application_two .swiper-slide > div .icon img {
  height: 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application_two .swiper-slide > div .name {
  color: #818181;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.list_application_two .margin {
  margin: 0 -1.125rem 0;
}
.list_application_two .swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper_btn {
  border: 1px solid rgba(8, 105, 8, 0.45);
}
.margin .swiper_btn .iconfont {
  color: rgba(8, 105, 8, 0.45);
}
.margin .swiper-button-next {
  right: -5rem;
}
.margin .swiper-button-prev {
  left: -5rem;
}
.bor10 {
  border-radius: 0.625rem;
}
.list_product .ul li {
  margin-bottom: 3.125rem;
  position: relative;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(95deg, #FFF 12.7%, #CBEAFC 112.67%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem;
}
.list_product .ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul li:hover .over img {
  transform: scale(1.1);
}
.list_product .ul li:hover .right .name {
  color: #086908;
}
.list_product .right {
  display: flex;
  align-items: center;
}
.list_product .right > div {
  padding: 0 4rem 0 3.125rem;
}
.list_product .right .name {
  color: #242424;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.list_product .right .text {
  color: #818181;
  font-size: 1rem;
  margin: 0.625rem 0 2.5rem;
  line-height: 1.875rem;
}
.show_product .row {
  margin: 0 -1.5rem;
}
.show_product .row > div {
  padding: 0 1.5rem;
}
.show_product .swiper-pagination-bullet {
  background: transparent;
  border-color: #086908;
}
.show_product .swiper-pagination-bullet-active {
  background: #086908;
}
.show_product span.aa {
  position: absolute;
  right: -25%;
  z-index: 99;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.75rem;
}
.show_product span.aa img {
  margin: 0 auto;
  height: 0.8125rem;
}
.show_product .wenzi {
  margin-top: 0.625rem;
}
.show_product .name {
  color: #242424;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.show_product .flex {
  justify-content: flex-start;
}
.show_product .flex a {
  font-style: normal;
}
.show_product .flex a:first-child {
  margin-right: 1.125rem;
}
.show_product .flex a:first-child img {
  filter: brightness(0) invert(1);
}
.show_product .flex a:hover img {
  filter: brightness(1) invert(0);
}
.show_product .flex a:nth-child(2) div {
  color: #086908;
}
.show_product .flex a:nth-child(2):hover div {
  color: #fff;
}
.show_product .flex a:nth-child(2):hover img {
  filter: brightness(0) invert(1);
}
.show_product .flex a img {
  height: 1.5rem;
  margin-right: 0.9375rem;
}
.show_product .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.25rem 0 1.5rem;
}
.show_product_two table {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.show_product_two table tr td {
  padding: 1.25rem 3.75rem;
  color: #818181;
  border: 1px solid #D9D9D9;
  font-size: 0.875rem;
  font-style: italic;
}
.show_product_two table tr:nth-child(1) {
  background: #086908;
}
.show_product_two table tr:nth-child(1) td {
  color: #fff;
}
.show_product_two .tips {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.5rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.show_pro_yyly {
  background: linear-gradient(243deg, #FFF 28.3%, #CBEAFC 119.86%);
}
.show_pro_yyly .swiper_btn {
  top: 43%;
}
.show_pro_yyly .swiper-slide {
  position: relative;
}
.show_pro_yyly .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_pro_yyly .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(64, 161, 198, 0.6);
}
.show_pro_yyly .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #086908;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_yyly .swiper-slide:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_yyly .swiper-slide .name {
  height: 5.625rem;
  color: #474747;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.875rem;
}
.show_pro_yyly .margin {
  margin-top: 2.5rem;
}
.about_pro .margin {
  margin: 0 -1.125rem 0;
}
.about_pro .swiper-slide {
  padding: 2.5rem 1.125rem 1rem;
  text-align: left;
  height: auto;
}
.about_pro .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.about_pro .swiper-slide:hover .name {
  color: #086908;
}
.about_pro .swiper-slide .content {
  padding: 2rem 2rem 2.5rem;
}
.about_pro .swiper-slide > a {
  height: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.about_pro .swiper-slide > a .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.about_pro .swiper-slide > a .text {
  color: #7B7B7B;
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.875rem;
}
.bggg {
  background: linear-gradient(114deg, #FFF 0.52%, #CBEAFC 112.87%);
}
.list_about .left {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_about .left i {
  color: #086908;
}
.list_about .left .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_about .right img {
  height: 25.75rem;
  object-fit: cover;
}
.list_about .number_ul {
  margin-top: 4rem;
}
.list_about .number_ul li {
  position: relative;
}
.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 .bgg {
  height: 100%;
}
.list_about_two .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;
}
.list_about_two .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_about_two .pr {
  z-index: 9;
  height: 37.0625rem;
  overflow: hidden;
  margin-top: 2.5rem;
  border-radius: 0.625rem;
}
.list_about_two ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_about_two ul li {
  width: 20%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  text-align: center;
  position: relative;
  z-index: 45;
}
.list_about_two ul li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.list_about_two ul li.active {
  width: 60%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li.active::before {
  opacity: 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.active .text {
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon img {
  height: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 1.875rem 0 0.875rem;
}
.list_about_two ul li .text {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-top: 0.5rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
  text-transform: capitalize;
}
.list_about_three {
  background: url(../img/8.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: #086908;
}
.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: #086908;
  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: #086908;
  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 {
  padding: 7.8125rem 0;
}
.list_about_four .text {
  color: #565656;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 1.875rem 0 3.4375rem;
  text-align: justify;
}
.list_about_four .name {
  color: #086908;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_about_four ul {
  width: 80%;
}
.list_about_four ul li {
  height: 4.625rem;
}
.list_about_four ul li div {
  border-bottom: 1px solid #797979;
  color: #565656;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.list_about_five .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
