@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.9rem;
  background: #fff;
  padding: 0 0.4rem;
  transition: 1s;
  z-index: 100;
}
.content_body .header {
  transform: translateY(-90px);
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo {
  display: block;
  width: auto;
  height: 0.5rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 0.4rem;
  position: relative;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #008842;
}
.navs > li > a {
  display: inline-block;
  color: #404145;
  font-size: 16px;
  line-height: 0.9rem;
}
.navs > li > a i {
  display: none;
}
.navs > li:nth-child(4) .navs__menu {
  transform: translateX(-70%);
}
.navs__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
}
.navs__menu--list {
  display: flex;
  justify-content: center;
}
.navs__menu--list li {
  margin-right: 0.78rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 0.9rem;
}
.navs__menu--list li:before {
  position: absolute;
  right: -0.39rem;
  top: 50%;
  margin-top: -0.09rem;
  content: "";
  width: 1px;
  height: 0.18rem;
  background: #dddddd;
}
.navs__menu--list li:last-child {
  margin-right: 0;
}
.navs__menu--list li:last-child::before {
  display: none;
}
.navs__menu--list li a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
}
.navs__menu--list li a img {
  display: inline-block;
  margin-right: 0.1rem;
  max-width: 0.22rem;
  max-height: 0.2rem;
}
.navs__menu--list li a:hover {
  color: #008842;
}
.navs__bgs {
  position: fixed;
  left: 0;
  top: 0.9rem;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
  height: 0.9rem;
  background: #fff;
  border-top: 2px solid #008842;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navs__bgs.downShow {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.mobile__search {
  display: none !important;
}
.search__wr {
  display: flex;
  align-items: center;
}
.header__search {
  position: relative;
  margin-left: 0.6rem;
  margin-right: 0.3rem;
}
.header__search:hover .search__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.header__search a {
  display: inline-block;
  color: #595757;
  font-size: 0.22rem;
}
.header__search a:hover {
  color: #008842;
}
.search__down {
  position: absolute;
  right: -0.4rem;
  top: 100%;
  padding-top: 0.12rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search__down .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 2.2rem;
  height: 0.46rem;
  line-height: 0.46rem;
  color: #000;
  border-radius: 0.23rem;
  background: #fff;
  border: none;
  font-size: 14px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 0.16rem;
  z-index: 3;
  line-height: 0.46rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  transition: 0.4s;
  font-size: 0.18rem;
  width: auto;
}
.search__down .sub:hover {
  color: #008842;
}
.lang {
  position: relative;
  display: none;
}
.lang p {
  display: flex;
  align-items: center;
  padding: 0.12rem 0;
}
.lang p i {
  display: inline-block;
  color: #333;
  font-size: 0.2rem;
  font-style: normal;
}
.lang p span {
  display: inline-block;
  position: relative;
  padding-right: 0.15rem;
  margin-left: 0.1rem;
  color: #333;
  font-size: 14px;
}
.lang p span:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.07rem solid #333;
}
.lang:hover .lang__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.lang__down {
  position: absolute;
  left: 50%;
  margin-left: -0.5rem;
  top: 100%;
  padding: 0.18rem 0;
  width: 1rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.16);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.lang__down li {
  margin-bottom: 0.1rem;
  text-align: center;
}
.lang__down li:last-child {
  margin-bottom: 0;
}
.lang__down li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.lang__down li a:hover {
  color: #008842;
}
.shares {
  position: relative;
  height: 1rem;
  background: #E0E8EE;
}
.shares__wrap {
  display: flex;
  align-items: center;
}
.shares__swiper {
  position: relative;
  height: 0.5rem;
  width: 100%;
}
.shares__wrap {
  height: 100%;
}
.shares-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-right: 0.6rem;
  height: 100%;
}
.shares__logo img {
  display: inline-block;
  width: auto;
  max-height: 0.44rem;
}
.shares__info {
  display: flex;
  align-items: center;
}
.shares__info b {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.shares__info span {
  /*字母大写*/
  text-transform: uppercase;
  display: inline-block;
  color: #333;
  font-size: 16px;
}
.shares__info i {
  margin-left: 0.15rem;
  color: #F00;
  font-size: 0.18rem;
  font-style: normal;
  font-family: "BaiJamjuree_Regular";
  line-height: 1;
}
.shares__btns {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -0.12rem;
  height: 0.24rem;
  z-index: 5;
}
.shares__btns span {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  cursor: pointer;
  transition: 0.3s;
}
.shares__btns span.prev {
  border-bottom: 0.09rem solid #999;
}
.shares__btns span.prev:hover {
  border-bottom-color: #333;
}
.shares__btns span.next {
  border-top: 0.09rem solid #999;
}
.shares__btns span.next:hover {
  border-top-color: #333;
}
.home_part_2 .wrap {
  align-items: center;
}
.home__about {
  width: 33.54%;
}
.home__about h3 {
  color: #008842;
  font-size: 0.36rem;
  letter-spacing: 1px;
  line-height: 1.15;
  font-weight: 400;
}
.home__about--text {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  color: #666666;
  font-size: 16px;
  line-height: 1.55;
}
.home__about--text p {
  margin-bottom: 0.1rem;
  letter-spacing: 1px;
}
.common__more a {
  display: inline-flex;
  align-items: center;
}
.common__more a span {
  display: inline-block;
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
}
.common__more a i {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background: #008842;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.common__more a i b {
  display: block;
  transform: scale(0.5);
}
.about__video {
  position: relative;
}
.about__video figure {
  position: relative;
  display: block;
  padding-bottom: 90.16%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.about__video figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__video figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.home__about--right {
  display: flex;
  width: 61.388%;
}
.home__about--right .li1 {
  width: 77.03%;
}
.video__btns {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__btns:hover svg path {
  fill: #008842;
}
.video__btns svg {
  display: inline-block;
  margin-left: 0.03rem;
  height: 0.26rem;
}
.video__btns svg path {
  transition: 0.3s;
}
.home_part_5 {
  padding: 1.5rem 0 1.5rem;
}
.news__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(113, 112, 113, 0.3);
}
.news__title {
  display: block;
  color: #008842;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 1;
  font-style: normal;
}
.news__btn {
  display: flex;
  align-items: center;
}
.news__btn li {
  margin-right: 0.7rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.2rem;
  line-height: 0.36rem;
  color: #666666;
  font-size: 0.18rem;
  cursor: pointer;
  transition: 0.35s;
}
.news__btn li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #5BB647;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.34s;
  z-index: -1;
}
.news__btn li:hover,
.news__btn li.active {
  color: #5BB647;
}
.news__btn li:hover:before,
.news__btn li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news__btn li:hover a {
  color: #666;
  font-size: 0.24rem;
  font-weight: bold;
}
.news__btn li a {
  color: #666666;
  font-size: 0.18rem;
}
.news__btn li.active a {
  color: #666;
  font-size: 0.24rem;
  font-weight: bold;
}
.news__btn li:before {
  bottom: -1px;
}
.news__btn li:last-child {
  margin-right: 0;
}
.news__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news__swiper {
  margin: 0;
  width: 62.083%;
}
.news__swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.6rem;
  bottom: 0.4rem;
  z-index: 3;
  line-height: 1;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 0.06rem;
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #999;
  opacity: 1;
  border-radius: 0;
  background: none;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008842;
  border-color: #008842;
}
.news__tab {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news__items {
  position: relative;
  display: none;
  height: 100%;
}
.news__items .news__list li a time {
  display: none;
}
.news__items:first-child {
  display: block;
}
.news-slide {
  overflow: hidden;
}
.news-slide a {
  display: block;
}
.news-slide a:hover figure img {
  transform: scale(1.05);
}
.news-slide a:hover .news__infos strong {
  color: #008842;
}
.news-slide figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-slide figure img {
  transition: 0.68s;
}
.news__infos {
  padding: 0.35rem 0.6rem 0.3rem;
  box-sizing: border-box;
  height: 2.2rem;
  background: #F1F4F6;
}
.news__infos time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #999999;
  font-size: 16px;
}
.news__infos strong {
  display: block;
  color: #333;
  font-size: 0.3rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 400;
  transition: 0.35s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__right {
  width: 33.333%;
}
.news__list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news__list li {
  border-bottom: 1px solid #D5D5D5;
  box-sizing: border-box;
  height: 25%;
}
.news__list li:first-child a {
  padding-top: 0.16rem;
}
.news__list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.news__list li a:hover strong {
  color: #008842;
}
.news__list li a time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #999999;
  font-size: 16px;
}
.news__list li a strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #333;
  font-size: 0.22rem;
  line-height: 1.5;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
.news__list li a p {
  color: #888;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business__title {
  display: block;
  padding-bottom: 0.2rem;
  line-height: 1.5;
  color: #FFF;
  font-size: 0.36rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.business__list {
  display: flex;
  width: 100%;
}
.business__items {
  margin-right: 1.333%;
  width: 24%;
}
.business__items:last-child {
  margin-right: 0;
}
.business__items:nth-child(2n+2) a {
  background: linear-gradient(180deg, #5BB647 0%, rgba(91, 182, 71, 0) 100%);
}
.business__items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0 0.53rem;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(0, 136, 66, 0.8) 0%, rgba(0, 136, 66, 0) 100%);
  border-radius: 0.1rem;
  text-align: center;
}
.business__items a:hover b {
  transform: translateY(-8px);
}
.business__items a b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 1rem;
  height: 1rem;
  transition: 0.38s;
}
.business__items a b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.business__items a p {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.5;
}
.li_box1 .business__items a {
  background: linear-gradient(180deg, #5BB647 0%, rgba(91, 182, 71, 0) 100%);
}
.li_box1 .business__items:nth-child(2n+2) a {
  background: linear-gradient(180deg, rgba(0, 136, 66, 0.8) 0%, rgba(0, 136, 66, 0) 100%);
}
.check__more {
  text-align: center;
}
.check__more:hover svg {
  transform: translateX(6px);
}
.check__more svg {
  display: inline-block;
  height: 0.21rem;
  line-height: 1;
  transition: 0.3s;
}
.check__more span {
  display: block;
  margin-top: 0.24rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 1.5;
}
.home__contact {
  width: 7rem;
}
.home__contact strong {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  color: #fff;
  font-size: 0.46rem;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: normal;
}
.home__contact strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1rem;
  content: "";
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.common__more1 a:hover {
  opacity: 0.8;
}
.common__more1 a span {
  color: #fff;
}
.common__more1 a i {
  background: #fff;
}
.common__more1 a i b {
  color: #008842;
}
.joins {
  display: flex;
}
.join__item {
  display: flex;
  position: relative;
  z-index: 6;
  justify-content: flex-end;
  width: 50%;
  height: 3rem;
  background: linear-gradient(276deg, #264994 -0.01%, #39A2CF 99.99%);
}
.link {
  margin-right: 8.333%;
  padding-top: 0.7rem;
  width: 66.666%;
}
.link__title {
  display: block;
  margin-bottom: 0.26rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .links__list li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .links__list li:hover i {
    transform: rotate(90deg);
  }
  .links__list li:hover .link__down {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
.links__list {
  display: flex;
  flex-wrap: wrap;
}
.links__list > li {
  margin-right: 10%;
  position: relative;
  margin-bottom: 0.1rem;
  width: 45%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.links__list > li:nth-child(2n+2) {
  margin-right: 0;
}
.links__list > li.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.links__list > li.active i {
  transform: rotate(90deg);
}
.links__list > li.active .link__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.links__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0;
}
.links__list > li > a p {
  width: 0;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.36s;
}
.links__list > li > a i {
  display: inline-block;
  color: #5BB647;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  transition: 0.3s;
}
.link__down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.link__down li {
  border-bottom: 1px solid #E6E8EC;
}
.link__down li:last-child {
  border-bottom: none;
}
.link__down li a {
  display: inline-flex;
  align-items: center;
  margin-left: 0.2rem;
  margin-right: 0.1rem;
  min-height: 0.48rem;
  line-height: 1.3;
  color: #404145;
  font-size: 14px;
}
.link__down li a:hover {
  color: #008842;
}
.join__item:nth-child(2) {
  background: linear-gradient(276deg, #008842 -0.01%, #5BB647 99.99%);
  justify-content: flex-start;
}
.join__item:nth-child(2) .join__wrap {
  margin-left: 8.333%;
  padding-top: 0.54rem;
  width: 66.666%;
}
.join__contact {
  display: block;
  margin-top: -0.12rem;
  padding-top: 0.1rem;
  line-height: 1.3;
  color: #fff;
  font-size: 0.4rem;
  letter-spacing: 2px;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.contact__li {
  margin-top: 0.44rem;
}
.contact__li li {
  margin-bottom: 0.12rem;
}
.contact__li li a {
  display: flex;
  align-items: center;
}
.contact__li li a svg {
  display: inline-block;
  width: 0.2rem;
  height: auto;
}
.contact__li li a p {
  margin-left: 0.16rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.1;
}
.footer {
  background: #E6E8EC;
}
.footer__top {
  padding: 0.8rem 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top .footer__logo {
  display: inline-block;
  width: auto;
  height: 0.5rem;
}
.scroll__top {
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #008842;
  color: #008842;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.04rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.35s;
}
.scroll__top:hover {
  background: #008842;
  color: #fff;
  line-height: 0.4rem;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.9rem;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
  margin-right: 0.4rem;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.1rem;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #404145;
  line-height: 1.6;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.footer__navs--item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #404145;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer__navs--item dt a:hover,
.footer__navs--item dt a.active {
  color: #404145;
}
.footer__navs--item dt a:hover:before,
.footer__navs--item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p a {
  display: inline-block;
  position: relative;
  z-index: 3;
  line-height: 2;
  color: #4B5060;
  font-size: 14px;
}
.footer__navs--item dd p a:hover {
  color: #008842;
}
.footer__eq {
  display: flex;
  justify-content: end;
  padding-top: 0.05rem;
}
.eq__us {
  display: flex;
  align-items: center;
}
.eq__us p {
  margin-right: 0.09rem;
  color: #404145;
  font-size: 14px;
}
.eq__us i {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.32rem;
  background: #008842;
  color: #fff;
  font-size: 0.18rem;
}
.footer__address {
  padding: 0.16rem 0 0;
  text-align: right;
}
.footer__address p {
  margin-bottom: 0.12rem;
  color: #404145;
  font-size: 0.18rem;
  line-height: 1.1;
}
.eq__imgs {
  display: flex;
  justify-content: flex-end;
}
.eq__wr {
  text-align: center;
}
.eq__wr figure {
  display: block;
}
.eq__wr figure img {
  display: inline-block;
  width: auto;
  height: 0.97rem;
}
.eq__wr p {
  margin-top: 0.1rem;
  color: #404145;
  font-size: 13px;
}
.footer__copy {
  padding: 0.1rem 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(113, 112, 113, 0.3);
}
.footer__copy p {
  color: #666;
  font-size: 13px;
}
.copy__href {
  display: flex;
}
.copy__href a {
  display: inline-block;
  position: relative;
  margin-right: 0.3rem;
  color: #666;
  font-size: 13px;
  line-height: 1.2;
}
.copy__href a:before {
  position: absolute;
  content: "";
  right: -0.15rem;
  top: 50%;
  margin-top: -0.09rem;
  width: 1px;
  height: 0.18rem;
  background: #9FA1A6;
}
.copy__href a:hover {
  color: #008842;
}
.copy__href a:last-child {
  margin-right: 0;
}
.copy__href a:last-child:before {
  display: none;
}
.mtop {
  height: 0.9rem;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 36.97%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  transform: translateY(-50%);
}
.pbanner__title {
  display: flex;
  align-items: center;
}
.pbanner__title strong {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "YunFengFeiYunTi";
  font-weight: normal;
  font-size: 0.8rem;
  width: 1.16rem;
  line-height: 1;
}
.pbanner__title strong b {
  position: absolute;
  left: 0.65rem;
  top: -0.42rem;
  font-weight: normal;
}
.pbanner__title p {
  color: #fff;
  font-size: 0.4rem;
  line-height: 1;
  letter-spacing: 0.04rem;
}
.pbanner__info {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.leval__menu {
  height: 0.7rem;
  background: #008742;
}
.leval__menu--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
}
.posite {
  display: flex;
  align-items: center;
}
.posite i {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.posite span,
.posite a,
.posite b {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posite b {
  margin: 0 4px;
  font-weight: normal;
}
.leval__menu--list {
  display: flex;
}
.leval__menu--list li {
  margin-right: 3.75vw;
  position: relative;
  z-index: 2;
}
.leval__menu--list li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval__menu--list li:hover,
.leval__menu--list li.active {
  color: #fff;
}
.leval__menu--list li:hover:before,
.leval__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval__menu--list li:hover:after,
.leval__menu--list li.active:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.leval__menu--list li:after {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 2px;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.leval__menu--list li:last-child {
  margin-right: 0;
}
.leval__menu--list li a {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 0.7rem;
  color: #fff;
  font-size: 16px;
}
.company__box {
  padding: 1.95rem 0 3rem;
  background-color: #f8f8f8;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.company__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company__left {
  width: 30.55%;
}
.company__title {
  margin-bottom: 0.9rem;
}
.company__title small {
  display: block;
  line-height: 1;
  color: #008842;
  font-size: 0.4rem;
  text-transform: uppercase;
  font-family: "CentSchbkCyrill";
}
.company__title strong {
  display: block;
  margin-top: 0.38rem;
  margin-bottom: 0.26rem;
  white-space: nowrap;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.company__title p {
  color: #666666;
  font-size: 0.2rem;
  line-height: 2;
}
.company__list {
  display: flex;
  flex-wrap: wrap;
}
.company__list li {
  margin-bottom: 4.1667vw;
  width: 50%;
}
.company__list li strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #008842;
  font-size: 0.24rem;
  font-weight: normal;
  white-space: nowrap;
}
.company__list li strong b {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: normal;
  font-family: "Myriad";
}
.company__list li p {
  color: #666666;
  font-size: 16px;
}
.company__infos {
  width: 59.722%;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.company__infos p {
  text-indent: 0.36rem;
}
.team__box {
  padding: 1.32rem 0 2.3rem;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.teams {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team__menu {
  width: 23%;
}
.team__menu--list li {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #dddddd;
}
.team__menu--list li:hover a,
.team__menu--list li.active a {
  color: #008842;
  font-weight: bold;
}
.team__menu--list li:hover a:before,
.team__menu--list li.active a:before {
  background: #008842;
}
.team__menu--list li a {
  display: block;
  padding-left: 0.26rem;
  position: relative;
  line-height: 0.6rem;
  color: #333333;
  font-size: 0.2rem;
}
.team__menu--list li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
  content: "";
  width: 4px;
  height: 0.22rem;
  background: #cccccc;
  transition: 0.3s;
}
.team__right {
  width: 69.166%;
}
.team__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.9063vw;
}
.team__row:first-child .team__item:first-child {
  width: auto;
}
.team__row:last-child {
  margin-bottom: 0;
}
.team__item {
  width: 20%;
  margin-bottom: 0.3rem;
}
.team__item:last-child {
  margin-right: 0;
}
.team__item strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #bfa05d;
  font-size: 0.22rem;
  font-weight: normal;
}
.team__item p {
  color: #999999;
  font-size: 16px;
}
.organizate {
  padding: 1.44rem 0 1.6rem;
}
.organizate__title {
  margin-bottom: 6.25vw;
  text-align: center;
}
.organizate__title small {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #008842;
  font-size: 0.4rem;
  font-family: "CentSchbkCyrill";
  text-transform: uppercase;
}
.organizate__title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.organizate__item {
  margin-bottom: 8.8542vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.organizate__item:last-child {
  margin-bottom: 0;
}
.organizate__subtitle {
  width: 25%;
}
.organizate__subtitle small {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #008842;
  font-size: 0.3rem;
  font-family: "CentSchbkCyrill";
}
.organizate__subtitle strong {
  display: block;
  line-height: 1.3;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
}
.organizate__subtitle p {
  margin-top: 0.3rem;
  color: #cccccc;
  font-size: 16px;
}
.organizate__li {
  display: flex;
  flex-wrap: wrap;
  width: 71.25%;
  margin-top: -0.27rem;
}
.organizate__li li {
  margin-right: 5%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.22rem;
  z-index: 2;
  width: 30%;
  height: 0.85rem;
  color: #666666;
  font-size: 0.18rem;
  background: url(../images/border-radius.png) left center no-repeat;
  background-size: 0.14rem auto;
  transition: 0.35s;
}
.organizate__li li.star {
  background: url(../images/star.png) left center no-repeat;
  background-size: 0.14rem auto;
}
.organizate__li li:hover:after {
  opacity: 1;
  visibility: visible;
}
.organizate__li li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 135, 66, 0.1) 0%, rgba(48, 123, 181, 0.1) 100%);
}
.organizate__li li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #008742 0%, #307bb5 100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.organizate__li li:nth-child(3n+3) {
  margin-right: 0;
}
.organizate__li1 li {
  margin-right: 10%;
  width: 45%;
}
.organizate__li1 li:nth-child(3n+3) {
  margin-right: 10%;
}
.organizate__li1 li:nth-child(2n+2) {
  margin-right: 0;
}
.cooperate__list {
  display: flex;
  flex-wrap: wrap;
}
.cooperate__list li {
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  height: 2.36rem;
  width: 33.333%;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: 0.35s;
}
.cooperate__list li:hover {
  z-index: 3;
  border-color: #008842;
}
.cooperate__list li:hover .cooperate__wr {
  margin-top: -0.42rem;
}
.cooperate__list li:hover .cooperate__wr strong {
  color: #008842;
}
.cooperate__list li:hover .cooperate__wr p {
  opacity: 0.4;
  visibility: visible;
}
.cooperate__wr {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  width: 100%;
  text-align: center;
  transition: 0.35s;
}
.cooperate__wr strong {
  display: block;
  padding: 0 0.1rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: lighter;
  transition: 0.35s;
}
.cooperate__wr p {
  margin-top: 0.4rem;
  line-height: 1;
  color: #008842;
  font-size: 14px;
  opacity: 0.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.38s;
}
body.show,
html.show {
  overflow: hidden;
}
body.show .cooperate__pop,
html.show .cooperate__pop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cooperate__pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.88s;
}
.cooperate__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.cooperate__wrap {
  position: absolute;
  left: 50%;
  margin-left: -625px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.74rem 1.1rem 1.1rem;
  width: 1250px;
  background: #fff;
  border-radius: 0.18rem;
}
.closes {
  position: absolute;
  right: 0.36rem;
  top: 0.34rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  background: #008842;
  cursor: pointer;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.35s;
}
.closes:hover {
  transform: rotate(180deg);
}
.cooperate__tt {
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1.1;
  color: #008842;
  font-size: 0.36rem;
  font-weight: normal;
}
.cooperate__text {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cooperate__contact {
  margin-top: 4.375vw;
}
.cooperate__contact strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #008842;
  font-size: 0.2rem;
}
.cooperate__contact p {
  color: #666666;
  font-size: 16px;
}
.honor__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.42rem;
}
.honor__list li {
  margin-right: 3.5%;
  padding-top: 0.38rem;
  margin-bottom: 0.58rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 31%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  transition: 0.3s;
}
.honor__list li:nth-child(3n+3) {
  margin-right: 0;
}
.honor__list li:hover {
  border-color: #008842;
}
.honor__list li:hover b {
  background: url(../images/honor2.png) center no-repeat;
}
.honor__list li:hover strong {
  background: #008842;
  color: #fff;
}
.honor__list li b {
  display: block;
  margin: auto;
  width: 1.53rem;
  height: 1.29rem;
  background: url(../images/honor1.png) center no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.honor__list li strong {
  display: block;
  flex: 1;
  box-sizing: border-box;
  padding: 0.2rem 0.24rem 0.2rem;
  margin-top: 0.38rem;
  color: #333333;
  font-size: 0.24rem;
  font-weight: lighter;
  line-height: 2;
  transition: 0.3s;
}
.page__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__list a {
  display: inline-block;
  margin-right: 0.16rem;
  padding: 0 0.07rem;
  min-width: 0.5rem;
  border: 1px solid #dddddd;
  line-height: 0.46rem;
  box-sizing: border-box;
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.page__list a:hover,
.page__list a.active {
  background: #008842;
  color: #fff;
  border-color: #008842;
}
.page__list a:last-child {
  margin-right: 0;
}
.history__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 12.8rem;
  overflow: hidden;
}
.history__year {
  margin: 0;
  margin-top: 2.2rem;
  height: 4.5rem;
  width: 33.6%;
  overflow: visible;
}
.history__list {
  margin: 0;
  width: 57.63%;
  overflow: hidden;
  height: 88%;
  overflow: visible;
}
.history-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-slide.swiper-slide-active time {
  color: #008842;
  font-size: 1.2rem;
}
.history-slide time {
  display: inline-block;
  color: #f0f0f0;
  font-size: 1rem;
  font-family: "CentSchbkCyrill";
  transition: 0.4s;
}
.history__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.6%;
  border-left: 1px dashed rgba(0, 135, 66, 0.3);
}
.history__line:before {
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  top: 4.09rem;
  content: "";
  width: 0.14rem;
  height: 0.72rem;
  background: url(../images/historys.png) center no-repeat;
  background-size: cover;
}
.history__slide {
  box-sizing: border-box;
  padding: 3.4375vw 0 20px;
  border-bottom: 1px solid #dddddd;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.history__slide.swiper-slide-active {
  opacity: 1;
}
.history__slide time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #008842;
  font-size: 0.4rem;
  font-family: "CentSchbkCyrill";
}
.history__slide strong {
  display: block;
  line-height: 1.1;
  color: #008842;
  font-size: 0.28rem;
  font-weight: normal;
}
.history__infos {
  margin-top: 0.3rem;
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.news-list__top {
  padding: 0.9rem 0 0.76rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-list__top .news__swiper {
  width: 54.166%;
}
.news-list__top .news__swiper .news-slide figure {
  padding-bottom: 74.8%;
}
.news-list__top .news__swiper .news__infos {
  padding: 0.35rem 2.6042vw 0;
  height: 2.16rem;
}
.news-list__top .news__swiper .news__infos strong {
  font-size: 0.24rem;
}
.news-list__top .news__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 0.18rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border-color: #008842;
}
.news-list__top .news__right {
  width: 42.63%;
}
.news-list__top .news__list li {
  border-bottom: 1px dashed #c5c6c5;
}
.news-list__top .news__list li:first-child a {
  padding-top: 0.14rem;
}
.news-list__top .news__list li:last-child {
  border-bottom: none;
}
.news-list__top .news__list li a {
  padding: 1.6667vw 0 1.5625vw;
}
.news-list__top .news__list li a time {
  margin-bottom: 0.12rem;
}
.news-list__top .news__list li a strong {
  margin-bottom: 0.08rem;
}
.news__pages {
  padding-bottom: 0.88rem;
}
.news__lifix li {
  padding: 0.84rem 0;
  border-bottom: 1px solid #dddddd;
}
.news__lifix li:first-child {
  padding-top: 0;
}
.news__lifix li:last-child {
  border-bottom: none;
}
.news__lifix li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__lifix li a:hover .news__images figure img {
  transform: scale(1.06);
}
.news__lifix li a:hover .news__list--info strong {
  color: #008842;
}
.news__lifix li a:hover .news__list--info span {
  opacity: 1;
}
.news__images {
  margin-right: 0.65rem;
  width: 42.08%;
}
.news__images figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__images figure img {
  transition: 0.68s;
}
.news__list--info {
  width: 0;
  flex: 1;
}
.news__list--info time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #999999;
  font-size: 0.16rem;
}
.news__list--info strong {
  display: block;
  margin-bottom: 0.26rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: normal;
  transition: 0.5s;
}
.news__list--info p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.news__list--info span {
  display: inline-block;
  margin-top: 0.4rem;
  color: #008842;
  font-size: 16px;
  opacity: 0.5;
  transition: 0.35s;
}
.news__view--fix {
  padding: 0.34rem 0 0;
}
.posite1 a,
.posite1 b,
.posite1 span {
  color: #999999;
}
.posite1 i {
  color: #008842;
}
.news__view--top {
  padding: 0.9rem 0 0.15rem;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.news__view--top h3 {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
}
.news__view--top p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.news__view--top p span {
  display: inline-block;
  margin-right: 0.24rem;
  color: #bababa;
  font-size: 16px;
}
.news__view--top p span:last-child {
  margin-right: 0;
}
.news__v {
  padding: 0.62rem 0 0.84rem;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.news__v img {
  max-width: 100%;
}
.news__v video {
  margin: auto;
  width: 50% !important;
  height: auto !important;
}
.news__prevs {
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddddd;
}
.news__prevs p a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.news__prevs p a:hover {
  color: #008842;
}
.special {
  padding: 1.5rem 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.special__menu {
  width: 22.91%;
}
.special__menu--list li {
  margin-bottom: 0.24rem;
  cursor: pointer;
  position: relative;
  padding-left: 0.26rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-bottom: 1px solid #dddddd;
  color: #333333;
  font-size: 0.2rem;
}
.special__menu--list li:hover,
.special__menu--list li.active {
  color: #008842;
}
.special__menu--list li:hover:before,
.special__menu--list li.active:before {
  background: #008842;
}
.special__menu--list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
  content: "";
  width: 4px;
  height: 0.22rem;
  background: #cccccc;
  transition: 0.36s;
}
.special__swiper {
  margin: 0;
  width: 65.69%;
}
.special__list {
  display: flex;
  flex-wrap: wrap;
}
.special__list li {
  margin-right: 4.8%;
  margin-bottom: 0.48rem;
  width: 47.6%;
}
.special__list li:nth-child(2n+2) {
  margin-right: 0;
}
.special__list li:hover figure img {
  transform: scale(1.06);
}
.special__list li:hover strong {
  color: #008842;
}
.special__list li figure {
  position: relative;
  display: block;
  padding-bottom: 56.2222%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.special__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special__list li figure img {
  transition: 0.68s;
}
.special__list li strong {
  display: block;
  margin-top: 0.22rem;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
  transition: 0.4s;
}
.special__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.24rem;
}
.special__btn span {
  display: inline-block;
  margin-right: 0.34rem;
  color: #7f7f7f;
  line-height: 1;
  cursor: pointer;
  font-size: 0.2rem;
  transition: 0.36s;
}
.special__btn span:hover {
  color: #008842;
}
.special__btn span:last-child {
  margin-right: 0;
}
.join__info {
  padding: 1.36rem 0 1.12rem;
}
.join__info p {
  text-indent: 0.2rem;
  color: #333333;
  font-size: 0.22rem;
  line-height: 2;
}
.idea__box {
  padding: 1.24rem 0;
  background: #f0f4f7;
}
.idea {
  background: #fff;
}
.idea__list {
  margin: 0 0.48rem;
}
.idea__list li {
  padding: 0.62rem 0 0.54rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.idea__list li:last-child {
  border-bottom: none;
}
.idea__list li b {
  display: block;
  padding-left: 0.28rem;
  box-sizing: content-box;
  width: 1.2rem;
  line-height: 1;
  color: #008842;
  font-size: 0.62rem;
  font-weight: bold;
}
.idea__fix {
  width: 0;
  flex: 1;
}
.idea__fix strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
}
.idea__fix p {
  color: #666666;
  font-size: 0.15rem;
  line-height: 0.28rem;
}
.announcement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0 0.96rem;
}
.announcement__info {
  padding-right: 0.3rem;
  flex: 1;
  color: #333333;
  font-size: 0.22rem;
  line-height: 2;
}
.chack__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 2.64rem;
  height: 0.64rem;
  color: #008842;
  font-size: 0.21rem;
}
.chack__btn a:hover {
  color: #fff;
}
.chack__btn a:hover:before {
  opacity: 0;
  visibility: hidden;
}
.chack__btn a:before {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  content: "";
  background: #fff;
  border-radius: 0.08rem;
  transition: 0.4s;
}
.chack__btn a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: "";
  background: linear-gradient(to right, #58b447 0%, #018941 100%);
  border-radius: 0.08rem;
}
.recuite__box {
  padding: 0.7rem 0;
}
.recuite__list {
  margin-bottom: 0.7rem;
}
.recuite__list li {
  border-bottom: 1px solid #ebebeb;
}
.recuite__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0;
}
.recuite__list li a:hover .recuite__time b {
  color: #008842;
}
.recuite__list li a:hover .recuite__texts strong {
  color: #008842;
}
.recuite__list li a:hover .recuite__texts span {
  opacity: 1;
}
.recuite__time {
  padding-left: 0.38rem;
  display: flex;
  align-items: center;
  width: 1.78rem;
  box-sizing: content-box;
}
.recuite__time b {
  display: block;
  color: #333333;
  font-size: 0.52rem;
  font-weight: normal;
  line-height: 1;
  transition: 0.38s;
}
.recuite__time--right {
  position: relative;
  padding-left: 0.32rem;
}
.recuite__time--right:before {
  position: absolute;
  left: 0.08rem;
  top: 50%;
  margin-top: -0.23rem;
  content: "/";
  line-height: 1;
  font-size: 0.46rem;
  color: #333333;
  opacity: 0.6;
  font-weight: lighter;
}
.recuite__time--right span {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.recuite__time--right p {
  color: #333333;
  font-size: 16px;
  line-height: 1;
}
.recuite__texts {
  padding: 0.14rem 0 0.2rem 0.44rem;
  border-left: 1px solid #ebebeb;
  width: 0;
  flex: 1;
}
.recuite__texts strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.38s;
}
.recuite__texts span {
  display: inline-block;
  color: #008842;
  font-size: 16px;
  opacity: 0.5;
  transition: 0.38s;
}
.build__box {
  padding: 0.95rem 0 0.5rem;
}
.build__list {
  display: flex;
  flex-wrap: wrap;
}
.build__list li {
  margin-right: 4%;
  margin-bottom: 0.54rem;
  width: 48%;
}
.build__list li:nth-child(2n+2) {
  margin-right: 0;
}
.build__list li:hover figure img {
  transform: scale(1.05);
}
.build__list li:hover strong {
  color: #008842;
}
.build__list li figure {
  position: relative;
  display: block;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.build__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.build__list li figure img {
  transition: 0.68s;
}
.build__list li strong {
  display: block;
  margin-top: 0.24rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  text-align: center;
  transition: 0.4s;
  line-height: 1.6;
}
.brand___box {
  padding: 1.5rem 0 1.06rem;
}
.brand__logo {
  margin-bottom: 0.92rem;
  text-align: center;
}
.brand__logo img {
  display: inline-block;
  width: auto;
  max-height: 1.02rem;
}
.brand__texts {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.brand__texts p {
  text-indent: 32px;
}
.brand__texts img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.command {
  padding: 1.5rem 0 0.7rem;
}
.command__title {
  display: block;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.command__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.command__list li {
  margin-right: 2.6666%;
  margin-bottom: 0.44rem;
  width: 23%;
  box-sizing: border-box;
}
.command__list li:nth-child(4n+4) {
  margin-right: 0;
}
.command__list li:hover figure {
  border-color: #008842;
}
.command__list li:hover figure img {
  transform: scale(1.06);
}
.command__list li:hover strong {
  background: #008842;
  color: #fff;
}
.command__list li figure {
  position: relative;
  padding-bottom: 1.98rem;
  text-align: center;
  box-sizing: content-box;
  border: 1px solid #e5ebef;
  transition: 0.35s;
}
.command__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 70%;
  transition: 0.5s;
}
.command__list li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  color: #333333;
  font-size: 0.18rem;
  background: #f0f4f7;
  transition: 0.35s;
  font-weight: normal;
}
.cores {
  padding: 1.5rem 0 0.82rem;
  background-attachment: local;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.core__title {
  display: block;
  margin-bottom: 0.32rem;
  line-height: 1;
  color: #008842;
  font-size: 0.36rem;
  font-weight: normal;
}
.core__info {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.core__info img {
  max-width: 100%;
}
.companyfix {
  padding: 0.75rem 0 0.55rem;
}
.company__titles {
  display: block;
  line-height: 1;
  color: #008842;
  font-size: 0.36rem;
  font-weight: normal;
}
.company__li {
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
}
.company__li li {
  width: 33.333%;
  margin-bottom: 0.3rem;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.35s;
}
.company__li li a {
  color: #333;
}
.company__li li:hover {
  color: #008842;
  font-weight: bold;
}
.search__tops {
  padding-top: 0.8rem;
}
.search-defaul {
  margin: auto;
  margin-bottom: 0.84rem;
  max-width: 100%;
  width: 8rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 28px;
  padding-right: 24px;
  background: #f7f7f7;
  border-radius: 30px;
}
.search-defaul span {
  display: inline-block;
  position: absolute;
  left: 28px;
  top: 0;
  color: #777777;
  font-size: 19px;
  line-height: 60px;
  cursor: pointer;
  transition: 0.3s;
}
.search-defaul span:hover {
  color: #008842;
}
.search-defaul .text {
  box-sizing: border-box;
  padding-left: 27px;
  width: 474px;
  height: 60px;
  line-height: 60px;
  color: #999999;
  font-size: 16px;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Alibaba-Regular";
}
.search-defaul .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search-defaul p {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.3rem;
  color: #999999;
  font-size: 14px;
  line-height: 60px;
  font-family: "Alibaba-Regular";
  cursor: pointer;
  transition: 0.4s;
}
.search-defaul p:hover {
  color: #008842;
}
.search-close {
  display: inline-block;
  color: #008842;
  font-size: 20px;
  line-height: 1;
  transition: 0.35s;
  font-weight: bold;
  cursor: pointer;
}
.search-close:hover {
  transform: rotate(180deg);
}
.pop__contact {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -6.25rem;
  transform: translateY(-50%);
  width: 12.5rem;
  z-index: 100;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
  transition: 0.8s;
  pointer-events: none;
}
.pop__contact.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: visible;
}
.contact__wrap {
  padding: 4.4792vw 5.4688vw 0.34rem;
}
.closebtn {
  position: absolute;
  right: 0.36rem;
  top: 0.34rem;
  width: 0.51rem;
  height: 0.51rem;
  line-height: 0.51rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: #008842;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.4s;
}
.closebtn:hover {
  transform: rotate(180deg);
}
.contact__tt {
  display: block;
  margin-bottom: 3.4375vw;
  line-height: 1;
  color: #008842;
  font-size: 0.36rem;
  font-weight: normal;
}
.contact__li {
  display: flex;
  flex-wrap: wrap;
}
.contact__li li {
  margin-bottom: 3.75vw;
  display: flex;
  align-items: center;
  margin-right: 8%;
  width: 46%;
}
.contact__li li:nth-child(2n+2) {
  margin-right: 0;
}
.contact__li li b {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border: 1px solid #008842;
  text-align: center;
  line-height: 0.68rem;
  color: #008842;
  font-weight: normal;
  border-radius: 50%;
  font-size: 0.34rem;
}
.contact__info {
  width: 0;
  margin-left: 0.15rem;
  flex: 1;
}
.contact__info span {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #666666;
  font-size: 16px;
}
.contact__info p {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: bold;
}
