@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;
  font-family: 'Montserrat', 'Noto Sans SC', 'sourcehansans', sans-serif !important;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #A3C220;
}
.c {
  color: #A3C220;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: #A3C220;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  color: #fff;
  font-size: 1rem;
}
.foot-fot .foota2 a {
  color: #fff;
  font-size: 1rem;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  /* 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: #A3C220;
}
.search_more:hover::before {
  background: #A3C220;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.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: 10rem;
  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 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #A3C220 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.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: #A3C220;
}
.searchbox {
  border-color: #A3C220;
}
@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;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  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.5008px 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 10px 30px;
  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: #666;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #666;
}
.ajhhsd a:hover {
  color: #A3C220;
}
.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: #A3C220;
  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);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 40px;
  width: auto;
}
.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: #A3C220;
  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: #A3C220;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 18px;
  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-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  color: #a7a7a7;
  float: left;
  display: flex;
  justify-content: space-between;
}
.sjj_nav .bot > li .list .left a {
  color: #a7a7a7;
}
.sjj_nav .bot > li .list .left i {
  font-size: 12px;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 90%;
  float: right;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 20px;
  display: none;
}
.sjj_nav .bot > li .list .right.active {
  display: block;
}
.sjj_nav .bot > li .list .right a {
  color: #a7a7a7;
  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: #0074CA;
  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%;
}
.rightfix li:hover .iconfont,
.rightfix li:hover {
  background: #A3C220;
  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 {
  min-width: 13.75rem !important;
  min-height: 3.75rem;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.right_div p {
  line-height: 3.75rem;
  font-weight: 600;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .lanuage a:hover,
header.active .lanuage a:hover {
  color: #A3C220;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #A3C220;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a {
  color: #A3C220;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .ds1:hover .iconfont,
header.active .ds1:hover .iconfont {
  color: #A3C220;
}
header:hover .logo .activelogo,
header.active .logo .activelogo {
  display: inline-block;
}
header:hover .logo .nolmarlogo,
header.active .logo .nolmarlogo {
  display: none;
}
header.active2 {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
header.active2 .lanuage a {
  color: #000;
}
header.active2 .center ul li a {
  color: #000;
}
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #A3C220;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active2 .center ul li.active > a {
  color: #A3C220;
}
header.active2 .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.active2 .ds1 .iconfont {
  color: #000;
}
header.active2 .logo .activelogo {
  display: inline-block;
}
header.active2 .logo .nolmarlogo {
  display: none;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 11.5625rem 0 13.75rem;
}
header .logo img {
  height: 4rem;
}
header .logo .activelogo {
  display: none;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #A3C220;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #A3C220;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: translateX(-50%) translateY(0);
}
header .center > ul > li.active > a {
  color: #A3C220;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background: #A3C220;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  z-index: 999;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
header .center > ul > li .sec1 .nav-a1 {
  position: relative;
  background: white;
  align-items: unset;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
header .center > ul > li .sec1 .nav-a1::after {
  content: "";
  position: absolute;
  left: 460px/1400px * 100%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EFEFEF;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 {
  width: 100%;
  padding: 3.4375rem 3.4375rem 3.75rem;
  background: #FFF;
  border-right: 1px solid #E8E8E8;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav {
  display: flex;
  justify-content: space-between;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid {
  width: 33%;
  position: relative;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid:nth-child(3) {
  width: 20%;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid:nth-child(3) .navv {
  width: 100%;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .top .tit {
  color: #066fb4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  border-bottom: 1px solid #A3C220;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv {
  width: 40%;
  display: flex;
  justify-content: space-between;
  height: 3rem;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv a {
  cursor: pointer;
  color: #666;
  line-height: 3rem;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv i {
  color: #666;
  font-size: 0.75rem;
  padding-right: 1.875rem;
  line-height: 3rem;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv i:hover {
  cursor: pointer;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 {
  width: 60%;
  position: absolute;
  left: 40%;
  top: 2.625rem;
  background: #FAFAFA;
  display: none;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll {
  width: 100%;
  padding: 0 1.25rem;
  height: 25rem;
  overflow-x: auto;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: rgba(201, 201, 201, 0.3);
  width: 4px;
  height: 164px;
  position: absolute;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #c9c9c9;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll a.bl {
  width: 100%;
  text-align: unset;
  padding: 0 0.9375rem;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll a.bl p {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  width: 100%;
  text-align: left;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll a.bl:hover {
  background: #FFF;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv .nav-b2 .zsdn_scorll a.bl:hover p {
  color: #A3C220;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv:hover {
  cursor: pointer;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv:hover .nav-b2 {
  display: block;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv:hover a {
  cursor: pointer;
  color: #A3C220;
  line-height: 3rem;
}
header .center > ul > li .sec1 .nav-a1 .nav-b1 .ri_nav .nav_grid .navv:hover i {
  color: #A3C220;
}
.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 4.1875rem;
  font-weight: 700;
}
.mbxdh .ajhhsd {
  padding: 1.875rem 0;
}
.mbxdh .ajhhsd a {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}
footer {
  background: #09253D;
  border-top: 0.5rem solid #066FB4;
}
footer .top {
  padding-top: 4.1875rem;
  padding-bottom: 3.4375rem;
  border-bottom: 0.25rem solid #fff;
}
footer .top .right .inpt {
  width: 19.6875rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
footer .top .right .inpt input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 1.125rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
footer .top .right .inpt input::placeholder {
  color: #FFF !important;
  opacity: 0.6;
}
footer .top .right .mesbtn {
  width: 5.8438rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  clip-path: polygon(77% 0, 100% 25%, 100% 74%, 76% 100%, 0 100%, 0 47%, 0 0);
  -webkit-clip-path: polygon(77% 0, 100% 25%, 100% 74%, 76% 100%, 0 100%, 0 47%, 0 0);
  -moz-clip-path: polygon(77% 0, 100% 25%, 100% 74%, 76% 100%, 0 100%, 0 47%, 0 0);
  padding-left: 1.25rem;
  margin-left: 0.625rem;
}
footer .top .right .mesbtn button {
  border: unset;
  background-color: transparent;
  text-align: center;
  color: #020202;
  font-size: 1rem;
  font-weight: 400;
  /* 150% */
}
footer .middle {
  display: flex;
  justify-content: space-between;
}
footer .middle .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  /* 200% */
}
footer .middle .left {
  width: 75%;
}
footer .middle .left .footnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .middle .left .footnav .footnavli .subfootnav {
  margin-top: 0.8125rem;
}
footer .middle .left .footnav .footnavli .subfootnav .subfootli a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .middle .left .footnav .footnavli .subfootnav .subfootli:hover a {
  opacity: 1;
}
footer .middle .right {
  width: 25%;
  padding-left: 4%;
}
footer .middle .right .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 0.625rem;
}
footer .middle .right .foot-contact {
  font-size: 1rem;
}
footer .middle .right .foot-contact .icon {
  margin-right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 2;
}
footer .middle .right .foot-contact .icon img {
  width: 100%;
  height: 100%;
}
footer .middle .right .foot-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
  opacity: 0.8;
  flex: 1;
  /* 175% */
}
footer .middle .right .foot_icon {
  justify-content: start;
  margin-top: 1.375rem;
}
footer .middle .right .foot_icon .social-share li {
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
footer .middle .right .foot_icon .social-share li a {
  width: 2.3125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  border: unset;
  color: #09253d;
  font-size: 1.25rem;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
}
footer .middle .right .foot_icon .social-share li a i {
  font-size: 1.25rem;
  color: #09253d;
}
footer .middle .right .foot_icon .social-share li:hover .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
footer .middle .right .foot_icon .social-share li:hover .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
footer .middle .right .foot_icon .social-share li:hover .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bottom .copyright {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 185.714% */
}
footer .bottom .copyright a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .bottom .link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}
footer .bottom .link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@-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 .img img {
  max-width: unset;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 74%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.1875rem;
  font-weight: 600;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.125rem;
}
.banner .hover .p3 {
  background-image: url(/assets/addons/cms/frontend/img/Vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10.125rem;
}
.banner .hover .p3 ul {
  display: -ms-grid;
  /* IE10 */
  display: -webkit-grid;
  /* Safari */
  display: grid;
  /* 标准语法 */
  grid-template-columns: repeat(3, 1fr);
  -webkit-grid-columns: 1fr 1fr 1fr;
  -moz-grid-columns: 1fr 1fr 1fr;
  width: 50%;
  padding-top: 3.125rem;
  padding-left: 2.5rem;
}
.banner .hover .p3 ul li {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1.875rem;
}
.banner .hover .p4 {
  margin-top: 2.5rem;
}
.banner .hover .p4 .ul {
  display: -ms-grid;
  /* IE10 */
  display: -webkit-grid;
  /* Safari */
  display: grid;
  /* 标准语法 */
  grid-template-columns: 1fr 1fr;
  -webkit-grid-columns: 1fr 1fr;
  -moz-grid-columns: 1fr 1fr;
  gap: 1.6875rem;
  -webkit-gap: 1.6875rem;
  /* Safari */
  -moz-gap: 1.6875rem;
  /* Firefox */
  -ms-gap: 1.6875rem;
  /* Internet Explorer */
  -o-gap: 1.6875rem;
  /* Opera */
}
.banner .hover .p4 .ul .li {
  border-left: 0.125rem solid #fff;
  padding-left: 1.875rem;
}
.banner .hover .p4 .ul .li h3 span {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 600;
}
.banner .hover .p4 .ul .li h3 sup {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  top: -1.8em;
  margin-left: 0.3125rem;
}
.banner .hover .p4 .ul .li p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
.banner .hover .p5 {
  margin-top: 2.5rem;
}
.banner .hover .p5 .ul {
  display: -ms-grid;
  /* IE10 */
  display: -webkit-grid;
  /* Safari */
  display: grid;
  /* 标准语法 */
  grid-template-columns: 1fr 1fr;
  -webkit-grid-columns: 1fr 1fr;
  -moz-grid-columns: 1fr 1fr;
  gap: 1.6875rem;
  -webkit-gap: 1.6875rem;
  /* Safari */
  -moz-gap: 1.6875rem;
  /* Firefox */
  -ms-gap: 1.6875rem;
  /* Internet Explorer */
  -o-gap: 1.6875rem;
  /* Opera */
  width: 50%;
}
.banner .hover .p5 .ul .li h3 span {
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
}
.banner .hover .p5 .ul .li p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
}
.banner .hover2 {
  position: absolute;
  left: 10%;
  bottom: 3.125rem;
}
.banner .hover2 .swiper-pagination {
  display: flex;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.625rem;
}
.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-bullet.swiper-pagination-bullet-active {
  width: 1.125rem;
  height: 1.1875rem;
  background-size: 100% 100%;
  background-image: url(/assets/addons/cms/frontend/img/selew.svg) !important;
}
.banner .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.1875rem;
  background-image: url(/assets/addons/cms/frontend/img/unselew.svg);
  background-size: 100% 100%;
  border-radius: unset;
  background-color: unset;
  background-repeat: no-repeat;
  opacity: 1;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 0.0625rem;
  height: 8.125rem;
  background-color: #fff;
}
.banner .scroll::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #a3c220;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.all_title p {
  color: #A3C220;
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.all_title h3 {
  color: #000;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
}
.swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.1875rem;
  background-image: url('/assets/addons/cms/frontend/img/unsele.svg');
  background-size: 100% 100%;
  border-radius: unset;
  background-color: unset;
  background-repeat: no-repeat;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.125rem;
  height: 1.1875rem;
  background-size: 100% 100%;
  background-image: url('/assets/addons/cms/frontend/img/sele.svg') !important;
}
.allmore {
  width: 10.4063rem;
  height: 3rem;
  background-repeat: no-repeat;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.allmore a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  /* 187.5% */
  text-transform: uppercase;
  margin-right: 20px;
}
.allmore:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-2 header.active,
.fp-viewing-4 header.active,
.fp-viewing-7 header.active {
  background-color: unset;
}
.fp-viewing-2 header.active .center > ul > li > a,
.fp-viewing-4 header.active .center > ul > li > a,
.fp-viewing-7 header.active .center > ul > li > a,
.fp-viewing-2 header.active .lanuage a,
.fp-viewing-4 header.active .lanuage a,
.fp-viewing-7 header.active .lanuage a,
.fp-viewing-2 header.active .ds1 .iconfont,
.fp-viewing-4 header.active .ds1 .iconfont,
.fp-viewing-7 header.active .ds1 .iconfont {
  color: #fff;
}
.fp-viewing-2 header.active .center > ul > li > a:hover,
.fp-viewing-4 header.active .center > ul > li > a:hover,
.fp-viewing-7 header.active .center > ul > li > a:hover,
.fp-viewing-2 header.active .lanuage a:hover,
.fp-viewing-4 header.active .lanuage a:hover,
.fp-viewing-7 header.active .lanuage a:hover,
.fp-viewing-2 header.active .ds1 .iconfont:hover,
.fp-viewing-4 header.active .ds1 .iconfont:hover,
.fp-viewing-7 header.active .ds1 .iconfont:hover {
  color: #A3C220 !important;
}
.fp-viewing-2 header.active .logo .nolmarlogo,
.fp-viewing-4 header.active .logo .nolmarlogo,
.fp-viewing-7 header.active .logo .nolmarlogo {
  display: inline-block;
}
.fp-viewing-2 header.active .logo .activelogo,
.fp-viewing-4 header.active .logo .activelogo,
.fp-viewing-7 header.active .logo .activelogo {
  display: none;
}
.fp-viewing-2 header.active .center > ul > li:hover > a,
.fp-viewing-4 header.active .center > ul > li:hover > a,
.fp-viewing-7 header.active .center > ul > li:hover > a {
  color: #A3C220 !important;
}
.fp-viewing-2 header.active .center > ul > li:hover > a::before,
.fp-viewing-4 header.active .center > ul > li:hover > a::before,
.fp-viewing-7 header.active .center > ul > li:hover > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #A3C220;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-2 header.active .center > ul > li:hover .sec1,
.fp-viewing-4 header.active .center > ul > li:hover .sec1,
.fp-viewing-7 header.active .center > ul > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: translateX(-50%) translateY(0);
}
.fp-viewing-2 header.active:hover,
.fp-viewing-4 header.active:hover,
.fp-viewing-7 header.active:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.fp-viewing-2 header.active:hover .lanuage a,
.fp-viewing-4 header.active:hover .lanuage a,
.fp-viewing-7 header.active:hover .lanuage a {
  color: #000;
}
.fp-viewing-2 header.active:hover .center ul li a,
.fp-viewing-4 header.active:hover .center ul li a,
.fp-viewing-7 header.active:hover .center ul li a {
  color: #000;
}
.fp-viewing-2 header.active:hover .ds1 .iconfont,
.fp-viewing-4 header.active:hover .ds1 .iconfont,
.fp-viewing-7 header.active:hover .ds1 .iconfont {
  color: #000;
}
.fp-viewing-2 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-4 header.active:hover .ds1 .iconfont:hover,
.fp-viewing-7 header.active:hover .ds1 .iconfont:hover {
  cursor: pointer;
  color: #A3C220;
}
.fp-viewing-2 header.active:hover .logo .activelogo,
.fp-viewing-4 header.active:hover .logo .activelogo,
.fp-viewing-7 header.active:hover .logo .activelogo {
  display: inline-block;
}
.fp-viewing-2 header.active:hover .logo .nolmarlogo,
.fp-viewing-4 header.active:hover .logo .nolmarlogo,
.fp-viewing-7 header.active:hover .logo .nolmarlogo {
  display: none;
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 20%;
    opacity: 1;
  }
}
.section2 .fp-tableCell {
  background-image: url('/assets/addons/cms/frontend/img/indexprobg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.index_two .pro_content {
  margin: -3px;
}
.index_two .pro_content .index_pro_item {
  position: relative;
  width: 25%;
  padding: 3px;
}
.index_two .pro_content .index_pro_item .txt {
  margin: 1.875rem 1.875rem 0 2.5rem;
  position: absolute;
  z-index: 99;
  top: 0;
}
.index_two .pro_content .index_pro_item .txt h3 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
}
.index_two .pro_content .index_pro_item .txt p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.index_two .pro_content .index_pro_item .txt2 {
  margin: 0 1.875rem 0 2.5rem;
  position: absolute;
  bottom: 0;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .pro_content .index_pro_item .txt2 .p2 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}
.index_two .pro_content .index_pro_item .img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .pro_content .index_pro_item .more {
  position: absolute;
  bottom: 10%;
  right: 1.875rem;
}
.index_two .pro_content .index_pro_item:hover {
  cursor: pointer;
}
.index_two .pro_content .index_pro_item:hover .txt2 {
  animation: myfirst 1s;
  -webkit-animation: myfirst 1s;
  animation-fill-mode: forwards;
  /*当动画完成时，动画会停留在最后一帧。*/
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .pro_content .index_pro_item:hover .img {
  overflow: hidden;
}
.index_two .pro_content .index_pro_item:hover .img img {
  transform: scale(1.1);
}
.index_three {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index_three .yyaslxa {
  width: 100%;
  height: 100%;
}
.index_three .yyaslxa li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_three .yyaslxa li img {
  transform: scale(1.1);
  transition: all 0.7s;
  max-width: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_three .yyaslxa li.active {
  opacity: 1;
}
.index_three .yyaslxa li.active img {
  transform: scale(1);
  transition: all 0.7s;
}
.index_three .index_three_tab {
  position: absolute;
  top: 0;
  height: 100%;
}
.index_three .index_three_tab .index_three_item {
  flex: 1;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.75rem;
}
.index_three .index_three_tab .index_three_item .txt {
  margin-top: 1rem;
  height: 6.25rem;
}
.index_three .index_three_tab .index_three_item .txt h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
}
.index_three .index_three_tab .index_three_item .txt p {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.index_three .index_three_tab .index_three_item .more {
  margin: 6.25rem auto 0;
  background-image: url('/assets/addons/cms/frontend/img/morebg.svg');
  background-size: 100%;
}
.index_three .index_three_tab .index_three_item.active {
  background: rgba(163, 194, 32, 0.8);
}
.index_three .index_three_tab .index_three_item:hover {
  cursor: pointer;
}
.index_four {
  position: relative;
}
.index_four::after {
  content: '';
  width: 100%;
  height: 18.75rem;
  display: inline-block;
  background: #006BB1;
  position: absolute;
  bottom: -3.125rem;
}
.index_four .index_four_content {
  overflow: hidden;
}
.index_four .index_four_content .index_four_swiper {
  margin: -0.1875rem;
}
.index_four .index_four_content .index4item {
  position: relative;
  margin: 0.1875rem;
  overflow: hidden;
  height: 18.75rem;
}
.index_four .index_four_content .index4item .img {
  overflow: hidden;
  height: 100%;
}
.index_four .index_four_content .index4item .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(9, 37, 61, 0.8), rgba(9, 37, 61, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.index_four .index_four_content .index4item .img .over {
  height: 100%;
}
.index_four .index_four_content .index4item .img img {
  height: 100%;
  object-fit: cover;
}
.index_four .index_four_content .index4item .txt {
  padding: 2.5rem 1.875rem 1.25rem 2.5rem;
  position: absolute;
  top: 0;
  z-index: 10;
}
.index_four .index_four_content .index4item .txt h3 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
}
.index_four .index_four_content .index4item .more {
  position: absolute;
  bottom: 1.25rem;
  right: 20px;
}
.index_four .index_four_content .index4item:hover {
  cursor: pointer;
}
.index_four .index_four_content .index4item:hover .img .over img {
  transform: scale(1.1);
  z-index: 8;
}
.index_four .index_four_content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.125rem;
  height: 1.1875rem;
  background-size: 100% 100%;
  background-image: url(/assets/addons/cms/frontend/img/selew.svg) !important;
}
.index_four .index_four_content .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.1875rem;
  background-image: url(/assets/addons/cms/frontend/img/unselew.svg);
  background-size: 100% 100%;
  border-radius: unset;
  background-color: unset;
  background-repeat: no-repeat;
  opacity: 1;
}
.index_five {
  background-image: url('/assets/addons/cms/frontend/img/indexaboutbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.index_five .flex {
  height: 100vh;
}
.index_five .flex .left {
  width: 50%;
}
.index_five .flex .left .title {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
}
.index_five .flex .left .title h3 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
}
.index_five .flex .left .title p {
  font-size: 2.8125rem;
}
.index_five .flex .left .desc {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-top: 1.6875rem;
  /* 166.667% */
}
.index_five .flex .left .more {
  margin-top: 2.5rem;
  background-image: url('/assets/addons/cms/frontend/img/morebgb.svg');
  background-size: 100%;
  padding-left: 1.875rem;
}
.index_five .flex .right {
  width: 50%;
  position: relative;
}
.index_five .flex .right .img {
  position: absolute;
  top: 49%;
  left: 52%;
  width: 5.625rem;
  height: 5.625rem;
  z-index: 99;
}
.index_five .flex .right .img:hover {
  cursor: pointer;
}
.index_five .flex .right ul {
  position: relative;
  width: 100%;
  height: 37.5rem;
}
.index_five .flex .right ul li {
  width: 20rem;
  height: 8.625rem;
  background-color: #fff;
  clip-path: polygon(0 0, 4.8125rem 100%, 14.875rem 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 4.8125rem 100%, 14.875rem 100%, 100% 0);
  -moz-clip-path: polygon(0 0, 4.8125rem 100%, 14.875rem 100%, 100% 0);
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .flex .right ul li .con .icon {
  height: 2.5rem;
  margin-bottom: 0.625rem;
}
.index_five .flex .right ul li .con .icon img {
  height: 100%;
}
.index_five .flex .right ul li .con p {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.index_five .flex .right ul li:nth-child(1) {
  position: absolute;
  transform: rotate(30deg);
  transform-origin: 0% 100%;
  top: 0;
  left: 50%;
}
.index_five .flex .right ul li:nth-child(1) .con {
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(-30deg);
}
.index_five .flex .right ul li:nth-child(2) {
  position: absolute;
  transform: rotate(-30deg);
  transform-origin: 0% 100%;
  top: 10rem;
  right: 11.5625rem;
}
.index_five .flex .right ul li:nth-child(2) .con {
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(30deg);
}
.index_five .flex .right ul li:nth-child(3) {
  position: absolute;
  left: 17.8125rem;
  top: 22.8125rem;
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}
.index_five .flex .right ul li:nth-child(3) .con {
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(90deg);
}
.index_five .flex .right ul li:nth-child(4) {
  position: absolute;
  left: 30.9375rem;
  top: 25.625rem;
  transform-origin: 0% 100%;
  transform: rotate(-150deg);
}
.index_five .flex .right ul li:nth-child(4) .con {
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(150deg);
}
.index_five .flex .right ul li:nth-child(5) {
  position: absolute;
  left: 23.4375rem;
  top: 28.75rem;
  transform: rotate(-210deg);
}
.index_five .flex .right ul li:nth-child(5) .con {
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(210deg);
}
.index_five .flex .right ul li:nth-child(6) {
  position: absolute;
  right: -4.8125rem;
  top: 17.1875rem;
  transform: rotate(90deg);
  background-color: rgba(6, 111, 180, 0.2);
}
.index_five .flex .right ul li:nth-child(6):hover {
  background-color: rgba(6, 111, 180, 0.2);
}
.index_five .flex .right ul li:hover {
  background-color: #A3C220;
  cursor: pointer;
}
.index_five .flex .right ul li:hover .con p {
  color: #fff;
}
.index_five .flex .right ul li:hover .con .icon img {
  filter: invert(100%);
}
.index_five .flex .right .pul {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.index_five .flex .right .pul .pli {
  flex: 1;
}
.index_five .flex .right .pul .pli .con {
  text-align: center;
}
.index_five .flex .right .pul .pli .con img {
  filter: invert(100%);
  height: 40px;
  width: auto;
  object-fit: contain;
}
.index_five .flex .right .pul .pli .con p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.index_six .index_six_content .news_item {
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .index_six_content .news_item .img {
  height: 18.75rem;
}
.index_six .index_six_content .news_item .img .over {
  height: 100%;
}
.index_six .index_six_content .news_item .img .over img {
  height: 100%;
  object-fit: cover;
}
.index_six .index_six_content .news_item .txt {
  padding: 2.5rem 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .index_six_content .news_item .txt h3 {
  color: #383838;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* 140% */
}
.index_six .index_six_content .news_item .txt p {
  color: #A3C220;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  /* 200% */
}
.index_six .index_six_content .news_item .txt p span {
  font-weight: 400;
}
.index_six .index_six_content .news_item:hover .img .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .index_six_content .news_item:hover .txt h3 {
  color: #A3C220;
}
.index_six .index_six_content .news_item:hover .txt p {
  color: #A3C220;
}
.index_six .index_six_content .news_list {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.8125rem 2.25rem;
}
.index_six .index_six_content .news_list li {
  border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  padding: 1.25rem 0 2rem;
}
.index_six .index_six_content .news_list li h3 {
  color: #383838;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* 140% */
}
.index_six .index_six_content .news_list li p {
  color: #A3C220;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* 200% */
}
.index_six .index_six_content .news_list li p span {
  font-weight: 400;
}
.index_six .index_six_content .news_list li:nth-child(1) {
  padding-top: unset;
}
.index_six .index_six_content .news_list li:nth-last-child(1) {
  border-bottom: unset;
  padding-bottom: unset;
}
.index_six .index_six_content .news_list li:hover h3 {
  color: #A3C220;
}
.index_six .index_six_content .news_list li:hover p {
  color: #A3C220;
}
.index_six .index_six_content .more {
  margin-top: 2.5rem;
  background-image: url('/assets/addons/cms/frontend/img/morebgb.svg');
  background-size: 100%;
  padding-left: 1.875rem;
  margin: 3.125rem auto 0;
}
.list_pro_content .list_pro_item .txt {
  height: 6.25rem;
  background: #FAFAFA;
  margin-bottom: 1.875rem;
}
.list_pro_content .list_pro_item .txt h3 {
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 6.25rem;
}
.list_pro_content .list_pro_item .img .over {
  height: 18.125rem;
}
.list_pro_content .list_pro_item .img .over img {
  height: 100%;
  object-fit: cover;
}
.list_pro_content .list_pro_item:hover {
  cursor: pointer;
}
.list_pro_content .list_pro_item:hover .txt {
  background: #A3C220;
}
.list_pro_content .list_pro_item:hover .txt h3 {
  color: #fff;
}
.list_pro_content .list_pro_item:hover .over img {
  transform: scale(1.1);
}
.pro_show_top .pro_show_tab {
  justify-content: start;
  margin: 0 auto;
}
.pro_show_top .pro_show_tab .pro_show_tl {
  width: 19%;
  height: 5rem;
  background: #0070C0;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  text-align: center;
}
.pro_show_top .pro_show_tab .pro_show_tl a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 5rem;
  /* 188.889% */
  max-width: 15.625rem;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  margin: 0 auto;
}
.pro_show_top .pro_show_tab .pro_show_tl:hover {
  background: #A3C220;
  cursor: pointer;
}
.pro_show_top .pro_show_tab .active {
  background: #A3C220;
}
.show_title h3 {
  color: #000;
  text-align: center !important;
  font-size: 3.125rem !important;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.6875rem !important;
  padding-left: unset !important;
}
.show_title h3::before {
  content: '';
  display: block;
  width: 2.5rem !important;
  height: 0.0625rem !important;
  background: #A3C220 !important;
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.pro_show_content {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.pro_show_content .container {
  padding: 0 16.25rem;
}
.pro_show_content a {
  color: #0070c0 !important;
  font-weight: 600;
}
.pro_show_content .grid {
  display: flex;
  justify-content: space-between;
}
.pro_show_content .grid .right {
  width: 48%;
}
.pro_show_content .grid .right .table {
  width: 100%;
}
.pro_show_content .grid .left {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.pro_show_content .grid .img {
  width: 48%;
  line-height: 2rem;
}
.pro_show_content .grid .img div {
  line-height: 2rem;
}
.pro_show_content .grid .h100 {
  width: 100%;
  height: calc(100% - 2rem);
}
.pro_show_content .grid .hb100 {
  width: 100%;
  height: 100%;
}
.pro_show_content .grid p {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0;
}
.pro_show_content .buss_tab .buss_item:hover {
  cursor: pointer;
}
.pro_show_content .buss_tab .buss_item.active .bgb {
  background-color: #A3C220;
}
.pro_show_content .buss_con {
  display: none;
  padding: 1.875rem 0;
}
.pro_show_content .buss_con.active {
  display: block;
}
.pro_show_content .desc {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.625rem;
  /* 177.778% */
}
.pro_show_content .desc p {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0;
}
.pro_show_content .desc ul li {
  padding-left: 0.625rem;
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  padding-left: 1.875rem;
  /* 160% */
}
.pro_show_content .desc ul li::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: #0070C0;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
.pro_show_content .desc .ul_dian li {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  padding-left: 1.25rem;
  /* 177.778% */
}
.pro_show_content .desc .ul_dian li::before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #0070C0;
  margin-right: 0.4375rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.pro_show_content h5 {
  color: #A3C220;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  padding-left: 0.625rem;
  /* 177.778% */
}
.pro_show_content h5::before {
  content: '';
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #A3C220;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.pro_show_content .bgb {
  background: #0070C0;
  color: #fff;
  height: 100%;
}
.pro_show_content .img {
  text-align: center;
}
.pro_show_content h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 1.875rem;
  position: relative;
  padding-left: 2.75rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
}
.pro_show_content h3::before {
  content: '';
  display: inline-block;
  background-image: url('../img/tit.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25rem;
  height: 2.6875rem;
  background-size: 100%;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.pro_show_content h4 {
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.625rem;
  position: relative;
  top: -0.3125rem;
  padding-left: 1.875rem;
  /* 160% */
}
.pro_show_content h4::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: #0070C0;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.pro_show_content h4 a {
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.pro_show_content p {
  list-style: 2rem;
}
.pro_show_content p span {
  color: #000;
  line-height: 1.5rem;
  /* 150% */
}
.pro_show_content .table {
  overflow-y: auto;
  margin-bottom: 0;
}
.pro_show_content table th {
  vertical-align: middle !important;
}
.pro_show_content table {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pro_show_content table thead {
  background: #0070C0;
  color: #fff;
}
.pro_show_content table thead tr th {
  padding: 1rem 0;
}
.pro_show_content table tbody tr td {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.6875rem;
  vertical-align: middle !important;
}
.pro_show_content table tbody tr:nth-child(1) {
  background: #0070C0;
  color: #fff;
}
.pro_show_content table tbody tr:nth-child(1) td {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.75rem 0;
  text-align: center;
}
.pro_show_content .probox .probox_item {
  background: #FAFAFA;
  padding: 1.1875rem 1.9375rem 2.5rem;
  text-align: center;
  margin-top: 2.5rem;
}
.pro_show_content .probox .probox_item .top {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 1.25rem;
  position: relative;
}
.pro_show_content .probox .probox_item .top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 133px;
  height: 1px;
  background: #0070C0;
}
.pro_show_content .probox .probox_item .top h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
}
.pro_show_content .probox .probox_item .bottom {
  padding-top: 1.625rem;
}
.pro_show_content .probox .probox_item .bottom p {
  color: #A3C220;
  font-size: 1.125rem;
  font-weight: 700;
}
.message_box {
  background: #FAFAFA;
  padding: 4rem 0 4.875rem;
}
.message_box .lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.message_box .lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 3.125rem;
}
.message_box .lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
}
.message_box .lx-cont2 form .inpt {
  margin-top: 1.875rem;
  position: relative;
}
.message_box .lx-cont2 form .inpt p {
  color: #595D61;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.message_box .lx-cont2 form .inpt .city-picker-span {
  width: 100% !important;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  color: #AEB5BB;
}
.message_box .lx-cont2 form .inpt .city-picker-span .placeholder {
  color: #595D61;
  opacity: 0.8;
  font-size: 0.875rem;
}
.message_box .lx-cont2 form .inpt .city-picker-dropdown {
  bottom: 0 !important;
}
.message_box .lx-cont2 form .msg-a1 .inpt {
  width: 31.85714286%;
}
.message_box .lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
  text-align: center;
}
.message_box .lx-cont2 form .div_aghgha .more-b {
  margin: 2.1875rem auto 0;
  background-image: url('/assets/addons/cms/frontend/img/morebgb.svg');
  border: unset;
  background-size: 100%;
  background-color: transparent;
  color: #fff;
  padding-right: 1.25rem;
}
.message_box .lx-cont2 form .div_aghgha .more-b:hover {
  color: #A3C220;
  transition: all 0.4s;
}
.table {
  overflow-y: auto;
}
table {
  width: 100%;
  text-align: center;
  margin-top: 1.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table thead {
  background: #0070C0;
  color: #fff;
}
table thead tr th {
  padding: 1rem 0;
}
table tbody tr {
  background-color: #fff;
}
table tbody tr td {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.25rem;
}
table tbody tr:nth-child(1) {
  background: #0070C0;
  color: #fff;
}
table tbody tr:nth-child(1) td {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 1.25rem 0;
  text-align: center;
}
.list_busin .busin_box {
  align-items: unset;
  margin-bottom: 3.125rem;
}
.list_busin .busin_box .left {
  width: 50%;
}
.list_busin .busin_box .left .img {
  height: 100%;
}
.list_busin .busin_box .left .img img {
  height: 100%;
  object-fit: cover;
}
.list_busin .busin_box .right {
  width: 50%;
  border: 1px solid #D9D9D9;
  background: #FAFAFA;
  padding: 6.25rem;
}
.list_busin .busin_box .right .txt h3 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
}
.list_busin .busin_box .right .txt p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  /* 187.5% */
}
.list_busin .busin_box .right .more {
  margin-top: 1.875rem;
  padding-left: 1.875rem;
  background-image: url('/assets/addons/cms/frontend/img/moreb.svg');
  background-size: 100%;
}
.list_busin .busin_box .right .more a {
  color: #066FB4;
}
.list_busin .busin_box:nth-child(even) .right {
  order: 1;
}
.list_busin .busin_box:nth-child(even) .left {
  order: 2;
}
.bottombg {
  position: relative;
}
.bottombg .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.bottombg .text h3 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.bottombg .text .more {
  margin: 1.875rem auto 0;
  background-image: url('/assets/addons/cms/frontend/img/morebg.svg');
  background-size: 100%;
  padding-left: 1.875rem;
}
.bottombg .img {
  margin: unset;
}
.news_show_top {
  background: #FAFAFA;
}
.news_show_top .news_show_tab {
  justify-content: start;
  margin-right: -0.625rem;
}
.news_show_top .news_show_tab .news_show_tl {
  flex: 1;
  height: 5rem;
  background: #0070C0;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  text-align: center;
}
.news_show_top .news_show_tab .news_show_tl a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 5rem;
  /* 188.889% */
}
.news_show_top .news_show_tab .news_show_tl.active {
  background: #A3C220;
}
.news_show_top .news_show_tab .news_show_tl:hover {
  background: #A3C220;
  cursor: pointer;
}
.news_show_top .newsbox {
  padding-top: 3.125rem;
  padding-bottom: 4.5625rem;
}
.news_show_top .newsbox .news_item .txt {
  padding: 1.875rem;
  background: #fff;
}
.news_show_top .newsbox .news_item .txt .time {
  color: #BABABA;
  font-size: 1rem;
  font-weight: 400;
}
.news_show_top .newsbox .news_item .txt h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_top .newsbox .news_item .txt .desc {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  /* 150% */
}
.news_show_top .newsbox .news_item .img {
  height: 25rem;
}
.news_show_top .newsbox .news_item .img .over {
  height: 100%;
}
.news_show_top .newsbox .news_item .img .over img {
  height: 100%;
  object-fit: cover;
}
.news_show_top .newsbox .news_item:hover .img .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_top .newsbox .news_item:hover .txt h3 {
  color: #A3C220;
}
.news_show_top .newsbox .news_item:hover .txt p {
  color: #A3C220;
}
.news_show_bottom .news_ul .news_li {
  margin-bottom: 1.875rem;
  align-items: start;
}
.news_show_bottom .news_ul .news_li .left {
  width: 15%;
  display: flex;
  align-items: center;
  padding-right: 5rem;
}
.news_show_bottom .news_ul .news_li .left .time {
  padding-right: 3.75rem;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.news_show_bottom .news_ul .news_li .left .time .p1 {
  color: transparent;
  -webkit-text-stroke: 0.6992px #B5B5B5;
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-size: 5.625rem;
  line-height: 1em;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_bottom .news_ul .news_li .left .time .p2 {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}
.news_show_bottom .news_ul .news_li .right {
  width: 85%;
}
.news_show_bottom .news_ul .news_li .right .txt h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_bottom .news_ul .news_li .right .txt p {
  color: #666;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.875rem;
  /* 150% */
}
.news_show_bottom .news_ul .news_li .right .more {
  text-align: right;
  margin-top: 1.875rem;
}
.news_show_bottom .news_ul .news_li .right .more img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_bottom .news_ul .news_li .right .more:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_bottom .news_ul .news_li:hover {
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_show_bottom .news_ul .news_li:hover .left .p1 {
  color: #A3C220;
}
.news_show_bottom .news_ul .news_li:hover .left .img .over img {
  transform: scale(1.1);
}
.news_show_bottom .news_ul .news_li:hover .right .txt h3 {
  color: #A3C220;
}
.show_news_content {
  padding-bottom: 7.0625rem;
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.show_news_content .title {
  padding: 0 0 2.25rem 0;
  border-bottom: 1px solid #0070C0;
}
.show_news_content .title h3 {
  color: #000;
  font-size: 2.8125rem;
  font-weight: 700;
}
.show_news_content .timeshare {
  display: flex;
  align-items: center;
  padding: 2.1875rem 0;
}
.show_news_content .timeshare span {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 1.5625rem;
}
.show_news_content .timeshare .social-share .icon {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.625rem;
}
.show_news_content .timeshare .social-share .icon a {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #666;
  background-color: #FAFAFA;
  border: unset;
  line-height: 2.3125rem;
}
.show_news_content .timeshare .social-share .icon a i {
  font-size: 1.25rem;
  color: #666;
}
.show_news_content table {
  margin-top: 0;
}
.show_news_content .right {
  padding-left: 1.875rem;
}
.show_news_content .right h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.show_news_content .right ul li {
  display: flex;
  border-bottom: 1px solid #F6F6F6;
  padding: 0.9375rem 0;
}
.show_news_content .right ul li .time {
  padding: 0.375rem 1.75rem 0.9375rem;
  border-right: 1px solid #F6F6F6;
}
.show_news_content .right ul li .time .p1 {
  color: transparent;
  -webkit-text-stroke: 0.6992px #B5B5B5;
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-size: 3.125rem;
  line-height: 1em;
  font-weight: 700;
}
.show_news_content .right ul li .time .p2 {
  color: #BABABA;
  font-size: 0.75rem;
  text-align: center;
}
.show_news_content .right ul li .txt {
  padding: 1.25rem 0.625rem 0.9375rem 1.25rem;
}
.show_news_content .right ul li .txt p {
  color: #666;
  font-size: 1rem;
  font-weight: 500;
}
.show_news_content .right ul li:hover {
  cursor: pointer;
}
.show_news_content .right ul li:hover .time .p1 {
  color: #A3C220;
}
.show_news_content .left .content {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 2.5rem;
}
.show_news_content .left .content p {
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.show_news_content .left .shangxia_p .shangxia {
  display: flex;
  justify-content: space-between;
}
.show_news_content .left .shangxia_p .shangxia p,
.show_news_content .left .shangxia_p .shangxia a,
.show_news_content .left .shangxia_p .shangxia i {
  color: #8A8A8A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}
.show_case_content a {
  color: #0070c0;
}
.show_case_content .grid {
  display: flex;
  justify-content: space-between;
}
.show_case_content .grid .right {
  width: 48%;
}
.show_case_content .grid .right .table {
  width: 100%;
}
.show_case_content .grid .left {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.show_case_content .grid .img {
  width: 48%;
  line-height: 2rem;
}
.show_case_content .grid .img div {
  line-height: 2rem;
}
.show_case_content .grid .h100 {
  width: 100%;
  height: calc(100% - 2rem);
}
.show_case_content .grid .hb100 {
  width: 100%;
  height: 100%;
}
.show_case_content .grid p {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0;
}
.show_case_content .buss_tab .buss_item:hover {
  cursor: pointer;
}
.show_case_content .buss_tab .buss_item.active .bgb {
  background-color: #A3C220;
}
.show_case_content .buss_con {
  display: none;
  padding: 1.875rem 0;
}
.show_case_content .buss_con.active {
  display: block;
}
.show_case_content .desc {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.show_case_content .desc p {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0;
}
.show_case_content .desc ul li {
  padding-left: 0.625rem;
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  padding-left: 1.875rem;
  /* 160% */
}
.show_case_content .desc ul li::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: #0070C0;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
.show_case_content .desc .ul_dian li {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  padding-left: 1.25rem;
  /* 177.778% */
}
.show_case_content .desc .ul_dian li::before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #0070C0;
  margin-right: 0.4375rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.show_case_content h5 {
  color: #A3C220;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  padding-left: 0.625rem;
  /* 177.778% */
}
.show_case_content h5::before {
  content: '';
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #A3C220;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.show_case_content .bgb {
  background: #0070C0;
  color: #fff;
  height: 100%;
}
.show_case_content .img {
  text-align: center;
}
.show_case_content h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 1.875rem;
  position: relative;
  padding-left: 2.75rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
}
.show_case_content h3::before {
  content: '';
  display: inline-block;
  background-image: url('../img/tit.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.25rem;
  height: 2.6875rem;
  background-size: 100%;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.show_case_content h4 {
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -0.3125rem;
  padding-left: 1.875rem;
  /* 160% */
}
.show_case_content h4::before {
  content: '';
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: #0070C0;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.show_case_content h4 a {
  color: #0070C0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.show_case_content p {
  list-style: 2rem;
}
.show_case_content p span {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.contact_one .left h3 {
  color: #383838;
  font-size: 1.875rem;
  font-weight: 500;
}
.contact_one .left ul {
  margin-top: 1.1875rem;
}
.contact_one .left ul li {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}
.contact_one .left .ewm {
  display: flex;
  align-items: center;
}
.contact_one .left .ewm .img {
  width: 9rem;
  height: 9rem;
  padding: 0.5rem;
  background: #EFF0F1;
}
.contact_one .left .ewm .img img {
  width: 100%;
}
.contact_one .left .ewm .txt {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 2.0625rem;
  /* 200% */
}
.contact_one .right .map {
  width: 100%;
  height: 22.875rem;
}
.contact_one .right .map img {
  height: 100%;
  object-fit: cover;
}
.contact_three .img {
  text-align: center;
}
.about_top .news_show_tab {
  justify-content: start;
  margin-right: -0.625rem;
}
.about_top .news_show_tab .news_show_tl {
  width: 32%;
  height: 5rem;
  background: #0070C0;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  text-align: center;
}
.about_top .news_show_tab .news_show_tl a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 5rem;
  /* 188.889% */
}
.about_top .news_show_tab .news_show_tl.active {
  background: #A3C220;
}
.about_top .news_show_tab .news_show_tl:hover {
  background: #A3C220;
  cursor: pointer;
}
.about_one .content {
  color: #666;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.about_one .content p {
  color: #666;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.about_two {
  position: relative;
}
.about_two .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about_two .txt .show_title h3 {
  color: #fff;
}
.about_two .txt h4 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 2rem;
}
.about_two .txt p {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.about_two::before {
  content: '';
  display: block;
  width: 87.5rem;
  height: 1.4375rem;
  background: #A3C220;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about_honor .honor_tab {
  display: flex;
  justify-content: center;
}
.about_honor .honor_tab .honor_li {
  margin: 0 1.25rem;
  padding-bottom: 0.6875rem;
  position: relative;
}
.about_honor .honor_tab .honor_li h3 {
  /* color: #666; */
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
}
.about_honor .honor_tab .honor_li:hover {
  cursor: pointer;
}
.about_honor .honor_tab .honor_li.active::before {
  content: '';
  display: block;
  width: 2.5rem !important;
  height: 0.0625rem !important;
  background: #A3C220 !important;
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.about_honor .content {
  display: none;
}
.about_honor .content .mySwiperhonor {
  overflow: hidden;
  margin: -0.9375rem;
}
.about_honor .content .mySwiperhonor .honor_box {
  background: #FAFAFA;
  margin: 0.9375rem;
  padding: 1.5rem 1.125rem 0 1.6875rem;
}
.about_honor .content .mySwiperhonor .honor_box .img {
  width: 100%;
  padding: 0.875rem;
  border: 0.25rem solid #CBCBCB;
  background: #FFF;
}
.about_honor .content .mySwiperhonor .honor_box .img img {
  width: 100%;
}
.about_honor .content .mySwiperhonor .honor_box .txt {
  width: 100%;
  padding: 0.625rem 0;
}
.about_honor .content .mySwiperhonor .honor_box .txt h3 {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.about_honor .content .mySwiperhonor .swiper-pagination {
  bottom: 1.25rem;
}
.about_honor .content.active {
  display: block;
}
.about_four .content .swiper {
  overflow: hidden;
}
.about_four .content .mySwiperimg {
  margin: 0.9375rem -0.9375rem;
}
.about_four .content .mySwiperimg .swiper-slide {
  padding: 0.9375rem;
}
.about_four .content .mySwiperimg .swiper-slide-thumb-active .img {
  border: 0.1875rem solid #A3C220;
}
.about_four .content .mySwipercy .txt {
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_four .content .mySwipercy .txt h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  /* 100% */
}
.about_four .content .mySwipercy .txt p {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 1rem;
  /* 177.778% */
}
.about_four .content .swiper-button-prev,
.about_four .content .swiper-container-rtl .swiper-button-next {
  left: 10%;
}
.about_four .content .swiper-button-next,
.about_four .content .swiper-container-rtl .swiper-button-prev {
  right: 10%;
}
.about_six {
  padding: 3.4375rem 0 8.75rem;
  background: #FAFAFA;
  position: relative;
}
.about_six .mySwipercoop {
  overflow: hidden;
  margin: -0.9375rem;
}
.about_six .mySwipercoop .coop_box {
  height: 7.5rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  text-align: center;
  margin: 0.9375rem;
}
.about_six .mySwipercoop .swiper-pagination {
  bottom: 5.625rem !important;
}
.scien_three .content .row {
  align-items: center;
  margin-bottom: 3.75rem;
}
.scien_three .content .row .left {
  padding: unset;
}
.scien_three .content .row .right {
  padding: 0 var(--container) 0 4.375rem;
}
.scien_three .content .row .right .txt .show_title h3 {
  text-align: left;
}
.scien_three .content .row .right .txt .show_title h3::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  background: #A3C220;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
}
.scien_three .content .row .right .txt .desc {
  color: #8A8A8A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 2.5rem;
  /* 177.778% */
}
.scien_three .content .row:nth-child(even) .right {
  order: 1;
  padding: 0 6.25rem 0 var(--container);
}
.scien_three .content .row:nth-child(even) .left {
  order: 2;
}
.scien_one .content {
  overflow: hidden;
}
.scien_one .content .swiper-wrapper {
  align-items: center;
}
.scien_one .content .swiper-slide .study_box {
  border: 1px solid #F1F1F1;
  background: #FAFAFA;
  padding: 5rem 7.1875rem;
}
.scien_one .content .swiper-slide .study_box .txt h3 {
  color: #0070C0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide .study_box .txt h3 sup {
  color: #0070C0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide .study_box .txt p {
  color: #8A8A8A;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide .study_box .txt .p1 {
  font-weight: 400;
  margin-top: 0.875rem;
}
.scien_one .content .swiper-slide.swiper-slide-next .study_box {
  background: #A3C220;
}
.scien_one .content .swiper-slide.swiper-slide-next .study_box .txt h3 {
  color: #FFF;
  text-align: center;
  font-size: 4.0625rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide.swiper-slide-next .study_box .txt h3 sup {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide.swiper-slide-next .study_box .txt p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.scien_one .content .swiper-slide.swiper-slide-next .study_box .txt .p1 {
  font-weight: 400;
  margin-top: 0.875rem;
  font-size: 1.25rem;
}
.scien_two .desc p {
  color: #8A8A8A;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.scien_two .content ul {
  justify-content: space-around;
}
.scien_two .content ul li {
  width: 15.625rem;
  position: relative;
}
.scien_two .content ul li img {
  -webkit-animation: load8 2s infinite linear;
  animation: load8 2s infinite linear;
  width: 100%;
}
.scien_two .content ul li .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scien_two .content ul li .desc h3 {
  color: #107AC4;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
}
.scien_two .content ul li .desc p {
  color: #666;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.history_show .content {
  position: relative;
}
.history_show .content::after {
  content: '';
  display: block;
  width: 100%;
  height: 18.75rem;
  border-bottom: 1px solid #BEBEBE;
  position: absolute;
  top: 0;
  background-image: url('/assets/addons/cms/frontend/img/history.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.history_show .content .history_box {
  height: 18.75rem;
  padding: 2.5rem 1.25rem 1.25rem;
  border-left: 1px solid #BEBEBE;
  position: relative;
}
.history_show .content .history_box .txt {
  height: 100%;
  overflow-y: auto;
}
.history_show .content .history_box .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 0.25rem;
  height: 10.25rem;
  position: absolute;
}
.history_show .content .history_box .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.25rem;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.history_show .content .history_box .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 0.625rem;
  height: 2.1875rem;
  background: #A3C220;
}
.history_show .content .history_box .txt h3 {
  color: #A3C220;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0.625rem;
  /* 80% */
}
.history_show .content .history_box .txt p {
  color: #8A8A8A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.history_show .content .history_box .txt p::before {
  content: '';
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #8A8A8A;
  border-radius: 50%;
  margin-bottom: 0.3125rem;
  margin-right: 0.625rem;
}
.history_show .content .history_box::after {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #bebebe;
  position: absolute;
  top: 0;
  left: -0.1875rem;
}
.history_show .content .swiper-slide:nth-child(2n) .history_box {
  transform: translatex(3.125rem);
}
.history_show .content .swiper-slide:nth-child(2n) .history_box::after {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #bebebe;
  position: absolute;
  top: unset;
  bottom: 0;
  left: -0.1875rem;
}
.tab-boxbg{
    overflow-x: auto;
    overflow-y: hidden;
}