body {
  background-color: #F2F2F2;
}
.icon {
  width: 1em;
  height: 1em;
  /* vertical-align: -0.15em; */
  fill: currentColor;
  overflow: hidden;
}
.focusOn {
  border: 1px #009944 solid !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next-1,
.swiper-button-prev-1 {
  top: 42%;
}
.swiper-button-prev-1,
.swiper-container-rtl .swiper-button-next-1 {
  background-image: url(../img/banner-left.png);
  left: 210px;
}
.swiper-button-next-1,
.swiper-container-rtl .swiper-button-prev-1 {
  background-image: url(../img/banner-right.png);
  right: 210px;
}
.swiper-button-prev-2,
.swiper-container-rtl .swiper-button-next-2 {
  background-image: url(../img/icon-left.png);
  left: 7%;
}
.swiper-button-next-2,
.swiper-container-rtl .swiper-button-prev-2 {
  background-image: url(../img/icon-right.png);
  right: 7%;
}
.swiper-button-prev-3,
.swiper-container-rtl .swiper-button-next-3 {
  background-image: url(../img/icon-left.png);
  left: 7%;
}
.swiper-button-next-3,
.swiper-container-rtl .swiper-button-prev-3 {
  background-image: url(../img/icon-right.png);
  right: 7%;
}
.swiper-pagination-bullet-active {
  background: #009944;
}
.swiper-container-4 {
  width: 48%;
}
.swiper-container-4 img {
  width: 100%;
}
.swiper-container-4 .swiper-pagination-bullet {
  background-color: #a0a0a0;
  opacity: 1;
}
.swiper-container-4 .swiper-pagination-bullet-active {
  background-color: #f7f7f7;
}
.flexbox {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textOn>a {
  color: #009944 !important;
}
.green {
  color: #009944 !important;
}
header {
  width: 100%;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid #f7c07a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  z-index: 999;
}
header .nav-bar {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
header .nav-bar ul {
  width: 100%;
}
header .nav-bar ul li {
  /* padding: 0 5px; */
  flex: 1;
  text-align: center;
  position: relative;
  height: 71px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  cursor: pointer;
}
header .nav-bar ul li ol {
  position: relative;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  margin-top: 6px;
  display: none;
}
header .nav-bar ul li ol li {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}
header .nav-bar ul li ol li:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
header .nav-bar ul li ol li:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
header .nav-bar ul li ol li:hover {
  background-color: rgba(255, 255, 255, .8);
}
/* header .nav-bar ul li ol li:hover a {
  color: #000;
} */
header .nav-bar ul li ol li:last-child {
  border-bottom: none;
}
header .nav-bar ul li ol li a {
  color: #000;
  line-height: 50px;
}
header .nav-bar ul li.logoImg {
  flex: inherit;
  position: relative;
  /* overflow: hidden; */
}
header .nav-bar ul li.logoImg div {
  position: relative;
  overflow: hidden;
}
/* header .nav-bar ul li.logoImg a::before {
   content: "";
   position: absolute;
   left: -250px;
   top: -40px;
   width: 250px;
   height: 13px;
   background-color: rgba(236, 236, 236, .2);
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-animation: searchLights 1.2s ease-in infinite;
   -o-animation: searchLights 1.2s ease-in infinite;
   animation: searchLights 1.2s ease-in infinite;
} */
header .nav-bar ul li a {
  padding: 0 5px;
  display: block;
  line-height: 71px;
  font-size: 16px;
  font-weight: bold;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #313131;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .nav-bar ul li a:hover {
  color: #009944;
}
header .nav-bar ul li .icon-img {
  opacity: 0;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%) scale(0);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
header .nav-bar ul li:hover .icon-img {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
header .nav-bar ul li .icon-avtive {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
header .nav-bar ul li .logo {
  max-width: initial;
}
header .nav-bar ul li form {
  position: relative;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
/* header .nav-bar ul li form i {
  display: block;
  position: absolute;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  top: calc(50% + 1.5px);
  right: -5px;
  transform: translate(0, -50%) scale(0);
  font-size: 14px;
} */
/* header .nav-bar ul li form #search {
  border: 1px solid #313131;
  outline: none;
  border-radius: 20px;
  padding-left: 7px;
  width: 100%;
  font-size: 12px;
  font-weight: initial;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  box-sizing: content-box;
  transform: scale(0);
} */
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  z-index: 99999;
  transform: scale(0);
}
.mask form {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mask form input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  outline: none;
  border: 2px solid #ffa000;
  background-color: transparent;
  color: #fff;
}
.mask .fa-times {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.mask .fa-times:hover {
  transform: rotate(180deg);
}
.mask form i {
  width: 30px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  color: #ffa000;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .nav-bar ul li .icon-search {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
/* 中英切换 */
header .language {
  width: 110px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
}

header .language .select {
  width: 100%;
  text-align: center;
  color: #000;
  cursor: pointer;
  justify-content: flex-start;
  padding: 5px 10px;
}
header .language svg {
  width: 30px;
  font-size: 30px;
  margin-right: 10px;
}
header .language .select span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
header .language ul {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 130px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
header .language ul.left_zero {
  left: 0;
}
header .language ul li {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
header .language ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header .language ul li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .language ul li a {
  padding: 5px 10px;
  color: #000;
  justify-content: flex-start;
}
header .language ul li a span {
  height: 30px;
  line-height: 30px;
  display: block;
}
header .language ul li:hover {
  background-color: rgb(255, 255, 255);
}
footer {
  width: 100%;
  border-top: 6px solid #f7c07a;
}
footer .China-badge {
  padding: 20px 0;
  width: 100%;
  background-color: #227A52;
  text-align: center;
}
footer .China-badge img {
  margin: 0 30px;
}
footer .foot {
  width: 100%;
  background-color: #005752;
  padding: 30px;
}
footer .foot .foot-search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: none;
}
footer .foot .foot-search .search {
  width: 100%;
  padding: 7px;
  outline: none;
  border: none;
  border-radius: 20px;
}
footer .foot .foot-search img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
footer .foot .bottom-bar {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
footer .foot .bottom-bar li {
  color: #ffffff;
  flex: 1;
  text-align: center;
  border-right: 1px solid #fff;
}
footer .foot .bottom-bar li:last-child {
  border-right: none;
}
footer .foot .bottom-bar li a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
footer .foot .bottom-bar li a:hover {
  color: #009944;
}
footer .foot .foot-text {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 50px;
  color: #ffffff;
}
footer .foot .foot-text .foot-tel,
footer .foot .foot-text .copyright,
footer .foot .foot-text .ICP,
footer .foot .foot-text .code {
  text-align: center;
  margin: 10px 0;
}
footer .foot .foot-text .foot-tel span,
footer .foot .foot-text .copyright span,
footer .foot .foot-text .ICP span,
footer .foot .foot-text .code span {
  margin: 5px;
}
footer .foot .foot-text .foot-tel p,
footer .foot .foot-text .copyright p,
footer .foot .foot-text .ICP p,
footer .foot .foot-text .code p {
  margin-top: 10px;
  opacity: 0.4;
}
footer .foot .foot-text .code {
  margin-top: 30px;
}
header {
  width: 100%;
}
header .m-nav-bar {
  width: 100%;
  background-color: #ffffff;
  border-top: 3px solid #f7c07a;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
header .m-nav-bar ul {
  width: 100%;
  text-align: center;
}
header .m-nav-bar ul #nav_28 {
  display: none;
}
header .m-nav-bar ul li {
  flex: 1;
  height: 59px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  position: relative;
  border-right: 1px solid #d3dfe6;
}
header .m-nav-bar ul li:last-child {
  border-right: none;
}
header .m-nav-bar ul li:hover a {
  color: #009944;
}
header .m-nav-bar ul li a {
  display: block;
  color: #313131;
  font-size: 12px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
header .m-nav-bar ul li a i {
  margin-top: 5px;
  font-size: 22px;
}
header .m-nav-bar ul li a span {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .m-nav-logo {
  width: 100%;
  display: none;
}
header .m-nav-logo ul {
  justify-content: space-evenly;
}
header .m-nav-logo ul a .logo {
  width: 150px;
}
.banner,
.swiper-container-1 {
  /* margin-top: 71px; */
  width: 100%;
}
.banner .m-banner,
.swiper-container-1 .m-banner {
  display: none;
}
.banner .pc-banner, 
.swiper-container-1 .pc-banner {
  width: 100%;
}
.paging {
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  margin-top: 30px;
  margin-bottom: 10px;
}
.paging li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.paging li a {
  display: block;
  color: #313131;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.paging li a i {
  color: #313131;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.paging li:hover {
  background-color: #009944;
}
.paging li:hover a {
  color: #ffffff;
}
.paging li:hover a i {
  color: #ffffff;
}
.paging .paging-on {
  background-color: #009944;
}
.paging .paging-on a {
  color: #ffffff;
}
.paging .paging-on a i {
  color: #ffffff;
}
/* 
<ul class="paging flexbox">
  <li class="p">
    <a href="javascript:void(0);">
      <i class="fa fa-angle-left" aria-hidden="true"></i>
    </a>
  </li>
  <li class="paging-on"><a href="javascript:;">1</a></li>
  <li class=""><a href="javascript:;">2</a></li>
  <li class="n">
     <a href="javascript:void(0);">
        <i class="fa fa-angle-right" aria-hidden="true"></i>
     </a>
  </li>
</ul>
*/
.bigImg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /* display: none; */
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.bigImg figure {
  width: 50vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.bigImg figure img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.bigImg .icon_big {
  width: 100%;
  margin: 0 auto;
}
.bigImg .icon_big i {
  display: block;
  font-size: 30px;
  color: white;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.articleLink {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
  border-top: 1px #d3dfe6 solid;
  background-color: #ffffff;
}
.articleLink a {
  padding: 40px;
  display: block;
  width: 50%;
}
.articleLink a p {
  color: #313131;
}
.articleLink a h2 {
  color: #313131;
}
.articleLink a:hover {
  background-color: rgba(0, 153, 68, 0.1);
}
.articleLink .prev {
  border-right: 1px #d3dfe6 solid;
}
.articleLink .next {
  text-align: right;
}
.txp_tipbar {
  display: none !important;
}
.back-top {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 99999;
  display: none;
}
.back-top div {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.back-top div p {
  width: 230px;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.back-top div figure {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: -1.5px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  z-index: -1;
}
.back-top div figure img {
  width: 100%;
}
.back-top div:last-child {
  border-bottom: none;
}
.back-top div a {
  font-size: 30px;
  color: #009944;
}
.back-top .backTopVX:hover figure {
  left: -120px;
}
.back-top .backTopEmail:hover p {
  left: -230px;
}
.m-back-top {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 999;
  display: none;
}
.m-back-top .isShow {
  display: none;
}
.m-back-top .back-home,
.m-back-top .backTop,
.m-back-top .contact {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #f7c07a;
  margin-bottom: 10px;
  box-sizing: content-box;
}
.m-back-top .back-home a,
.m-back-top .backTop a,
.m-back-top .contact a {
  color: #313131;
  display: block;
  font-size: 16px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.m-back-top .back-home a:hover,
.m-back-top .backTop a:hover,
.m-back-top .contact a:hover {
  color: #009944;
}
.mm_navbar_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  cursor: pointer;
}
.mm_navbar_icon span {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0;
}
.mm_navbar {
  position: absolute;
  height: calc(100vh - 54px - 62px);
  top: 54px;
  left: -100%;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  overflow: hidden;
  display: none;
}
.mm_navbar.left_zero {
  left: 0;
}
.mm_navbar ul {
  width: 100%;
  /* height: 100%; */
}
.mm_navbar ul li {
  width: 100%;
  line-height: 50px;
  padding-left: 45px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  position: relative;
  border: none;
}
.mm_navbar ul li a::before {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #000;
}
.mm_navbar ul li a {
  position: relative;
  display: block;
  color: #000;
}
.mm_navbar ul li ol {
  width: 100%;
  display: none;
}
.mm_navbar ul li ol li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
@-webkit-keyframes searchLights {
  0% {
    left: -250px;
    top: -40px;
  }
  to {
    left: 101px;
    top: 0px
  }
}
@-o-keyframes searchLights {
  0% {
    left: -250px;
     top: -40px;
  }
  to {
    left: 101px;
    top: 0px
  }
}
@-moz-keyframes searchLights {
  0% {
    left: -250px;
    top: -40px;
  }
  to {
    left: 101px;
    top: 0px
  }
}
@keyframes searchLights {
  0% {
    left: -250px;
    top: -40px;
  }
  to {
    left: 101px;
    top: 0px
  }
}
/* 暂时隐藏 */
svg {
  display: none;
}