.common_btn {
  display: inline-block;
  min-width: 1.4rem;
  padding: 0 0.2rem;
  text-align: center;
  color: #fff;
  background-color: #94c33b;
  border-radius: 0.05rem;
  line-height: 0.4rem;
  transition: 0.5s;
}
.common_btn:hover {
  color: #fff;
  background-color: #0f6ff2;
}
@media (max-width: 1024px) {
  .common_btn {
    font-size: 0.24rem;
    line-height: 0.6rem;
    min-width: 2rem;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 22;
  border-bottom: 1px solid #f1f1f1;
}
.header_body > .container {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .header_body > .container {
    height: 1rem;
  }
}
.header_body .header_right {
  display: flex;
  align-items: center;
}
.header_body .logo img {
  display: block;
  max-height: 0.5rem;
}
@media (max-width: 1024px) {
  .header_body .logo img {
    max-height: 0.6rem;
  }
}
@media (min-width: 1025px) {
  .header_body .nav ul {
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
  }
  .header_body .nav li {
    padding: 0 0.225rem;
  }
  .header_body .nav li em {
    display: block;
    position: relative;
  }
  .header_body .nav li em a {
    display: block;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    padding: 0.13rem 0;
  }
  .header_body .nav li em a:hover {
    color: #94c33b;
  }
  .header_body .nav li em::before {
    content: '';
    width: 0;
    height: 0.03rem;
    position: absolute;
    background-color: #94c33b;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header_body .nav li:hover em a,
  .header_body .nav li.active em a {
    color: #94c33b;
  }
  .header_body .nav li:hover em::before,
  .header_body .nav li.active em::before {
    width: 100%;
  }
  .header_body .nav li:hover .sub {
    visibility: visible;
    transform: translateY(0);
    opacity: 1 ;
  }
  .header_body .nav li:hover .sub dl {
    transform: translateY(0);
    opacity: 1;
    background-color: #fff;
  }
  .header_body .nav .sub {
    position: absolute;
    min-width: 1.2rem;
    left: 0;
    top: calc(100% - 0.2rem);
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 0 0.3rem;
    visibility: hidden;
    transform: translateY(-5px);
    opacity: 0;
    transition: 0.5s;
  }
  .header_body .nav .sub .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header_body .nav .sub .container .pic {
    width: 5.7rem;
    flex-shrink: 0;
    margin-left: 0.75rem;
  }
  .header_body .nav .sub .container .pic img {
    display: block;
  }
  .header_body .nav .sub .container dl {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
  }
  .header_body .nav .sub .container dl dd {
    width: 33.33%;
    padding-right: 0.75rem;
  }
  .header_body .nav .sub a {
    display: block;
    line-height: 0.45rem;
    position: relative;
    padding-right: 0.11rem;
    background-size: 0.08rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/icon_more_grey.svg);
  }
  .header_body .nav .sub a:hover {
    background-image: url(../images/icon_more_green.svg);
  }
}
@media (max-width: 1400px) {
  .header_body .nav li {
    padding: 0 0.15rem;
  }
  .header_body .nav li .sub .container dl dd {
    padding-right: 0.3rem;
  }
  .header_body .nav li .sub .container .pic {
    width: 4rem;
  }
}
@media (max-width: 1024px) {
  .header_body .nav.active {
    width: 100%;
    height: calc(100% - 1.01rem);
    position: fixed;
    left: 0;
    top: 1.01rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header_body .nav.active ul {
    transform: translateX(0);
  }
  .header_body .nav ul {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 1.01rem;
    width: 4rem;
    right: 0;
    height: calc(100% - 1.01rem);
    overflow-y: auto;
    background-color: #fff;
    padding: 0.3rem 0.1rem 0.3rem;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .header_body .nav a {
    color: #333;
    display: block;
  }
  .header_body .nav li {
    padding: 0 0.1rem;
    line-height: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_body .nav em {
    position: relative;
    display: block;
  }
  .header_body .nav .sub {
    display: none;
    padding: 0 0.1rem;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 3;
  }
  .header_body .nav .sub .container .pic {
    display: none;
  }
  .header_body .nav .has-sub em i {
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_body .nav .has-sub em i::before,
  .header_body .nav .has-sub em i::after {
    content: '';
    background-color: #333;
    border-radius: 0.02rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  .header_body .nav .has-sub em i::before {
    width: 100%;
    height: 0.03rem;
  }
  .header_body .nav .has-sub em i::after {
    width: 0.03rem;
    height: 100%;
  }
  .header_body .nav .has-sub em.active i::after {
    height: 0;
  }
  .header_body .nav .btn .item {
    padding: 0 0.08rem;
  }
}
.header_body #open-menu {
  display: none;
}
.header_body .search_log {
  float: right;
  height: 0.8rem;
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}
.header_body .search_log .item {
  position: relative;
  padding-right: 0.2rem;
}
.header_body .search_log .item:last-of-type {
  border-right: 0;
  max-width: 1rem;
  padding-right: 0;
}
.header_body .search_log .label {
  /* color: #ffffff; */
  line-height: 1;
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
  border-radius: 0.03rem;
  transition: 0.3s;
}
.header_body .search_log .label .txt{
  padding-right: .1rem;
}
.header_body .search_log .icon {
  width: 0.3rem;
  height: 0.3rem;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.03rem;
}
.header_body .search_log .icon.icon_lan {
  background-image: url(../images/icon_lan.svg);
}
.header_body .search_log .icon.icon_search {
  background-image: url(../images/icon_search.svg);
}
.header_body .search_log .label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header_body .search_log .sub {
  position: absolute;
  right: 0.15rem;
  top: 100%;
  padding-top: 0.1rem;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 22;
}
.header_body .search_log .sub.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header_body .search_log .sub .sub-inner {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  border-radius: 0.04rem;
  position: relative;
}
.header_body .search_log .sub .sub-inner::before {
  content: '';
  width: 0 ;
  height: 0;
  border: 0.05rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 0.1rem;
  top: -0.1rem;
}
.header_body .search_log .sub .search-box {
  width: 2.5rem;
  padding-right: 0.4rem;
  position: relative;
}
.header_body .search_log .sub .search-box .text {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  border-right: 1px solid #eee;
}
.header_body .search_log .sub .search-box .btn {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icon_search.svg) center center no-repeat;
  background-size: 14px;
}
.header_body .search_log .sub .search-box .text {
  padding-left: 10px;
}
.header_body .search_log .sub .lan-box {
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .header_body #open-menu {
    display: block;
    width: 0.8rem;
    height: 0.5rem;
    float: right;
    position: relative;
    margin-left: 0.2rem;
  }
  .header_body #open-menu::before,
  .header_body #open-menu::after {
    content: '';
  }
  .header_body #open-menu i,
  .header_body #open-menu::before,
  .header_body #open-menu::after {
    width: 100%;
    height: 0.05rem;
    background-color: #94c33b;
    position: absolute;
    transition: 0.3s;
    right: 0;
    margin: auto;
    border-radius: 0.05rem;
  }
  .header_body #open-menu i {
    top: 0;
    bottom: 0;
    width: 65%;
  }
  .header_body #open-menu::before {
    top: 0;
    right: 0;
  }
  .header_body #open-menu::after {
    bottom: 0;
    right: 0;
  }
  .header_body #open-menu.active::before {
    bottom: 0;
    transform: rotateZ(45deg);
  }
  .header_body #open-menu.active::after {
    top: 0;
    transform: rotateZ(-45deg);
  }
  .header_body #open-menu.active i {
    opacity: 0;
  }
  .header_body .search_log .icon {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.3rem;
  }
  .header_body .search_log .sub .sub-inner {
    padding: 0.1rem 0.2rem;
  }
  .header_body .search_log .sub .search-box {
    width: 4rem;
    padding-right: 0.6rem;
  }
  .header_body .search_log .sub .search-box .text {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .header_body .search_log .sub .search-box .btn {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.hederH {
  height: calc(1.3rem + 1px);
}
@media (max-width: 1024px) {
  .hederH {
    height: calc(1.8rem + 1px);
  }
}
.navigator {
  position: fixed;
  width: 100%;
  top: calc(0.8rem + 1px);
  background-color: #f9f9f9;
  z-index: 21;
}
.navigator .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 0.5rem;
  font-size: 14px;
  color: #888888;
  position: relative;
  overflow: hidden;
}
.navigator .container .item {
  padding: 0 0.23rem;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.navigator .container .item.active,
.navigator .container .item:hover {
  background-color: #f1f1f1;
}
.navigator .container .active {
  position: absolute;
  height: 100%;
  background-color: #f1f1f1;
  left: 100%;
  transition: 0.3s;
}
.navigator .container .gettop {
  width: 0.3rem;
  height: 0.3rem;
  padding: 0;
  background: url(../images/icon_gettop.svg) center center / 0.12rem no-repeat;
  transition: 0.3s;
  transform: rotate(-90deg);
  cursor: pointer;
  margin-left: 0.2rem;
}
.navigator .container .gettop.isTop {
  transform: rotate(0);
}
@media (max-width: 1024px) {
  .navigator {
    top: calc(1rem + 1px);
  }
  .navigator .container {
    line-height: 0.8rem;
    font-size: 0.18rem;
    padding: 0 0.08rem;
  }
  .navigator .container .item {
    padding: 0 0.15rem;
  }
  .navigator .container .item:hover {
    background-color: transparent;
  }
  .navigator .container .gettop {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.2rem;
  }
}
.ban_pc {
  display: block;
  width: 100%;
}
.ban_phone {
  display: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .ban_pc {
    display: none;
  }
  .ban_phone {
    display: block;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .txt {
  max-width: 1440px;
  width: 96%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .txt span {
  display: inline-block;
  line-height: 1;
  padding: 0.1rem 0;
  border-bottom: 2px solid #fff;
  font-size: 0.6rem;
  color: #fff;
}
.bottom .footer_top {
  background-color: #f4f5f7;
  padding: 0.6rem 0;
}
.bottom .footer_top .container {
  display: flex;
  justify-content: space-between;
}
.bottom .footer_top .left .tel_wrap {
  margin-right: 0;
  margin-left: 1.45rem;
}
.bottom .footer_top .left .tel_wrap .sub {
  display: block;
}
.bottom .footer_top .left .tel_wrap .sub dl {
  width: 4rem;
}
.bottom .footer_top .left .tel_wrap .tel {
  margin-top: 0.3rem;
}
.bottom .footer_top .left .tel_wrap .tel h2 {
  font-size: 0.24rem;
  color: #94c33b;
  font-weight: normal;
}
.bottom .footer_top .left .tel_wrap .tel p {
  color: #94c33b;
  line-height: 1.875;
}
@media (min-width: 1025px) {
  .bottom .footer_top .left .nav {
    display: flex;
  }
  .bottom .footer_top .left li {
    margin-right: 0.215rem;
  }
  .bottom .footer_top .left li em {
    display: block;
    margin-bottom: 0.2rem;
  }
  .bottom .footer_top .left li em a {
    font-size: 0.2rem;
    color: #000000;
    line-height: 1;
  }
  .bottom .footer_top .left li .sub {
    display: flex;
  }
  .bottom .footer_top .left li .sub dl {
    width: 2.1rem;
  }
  .bottom .footer_top .left li .sub a {
    line-height: 1.875;
  }
}
@media (max-width: 1024px) {
  .bottom .footer_top .left .tel_wrap {
    margin-left: 0;
  }
  .bottom .footer_top .left .tel_wrap .sub {
    display: none;
  }
  .bottom .footer_top .left .tel_wrap dl {
    width: auto !important;
  }
  .bottom .footer_top .left .tel_wrap .tel {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0;
  }
  .bottom .footer_top .left li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.15rem;
  }
  .bottom .footer_top .left em {
    padding: 0 0.3rem;
    line-height: 3;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
  .bottom .footer_top .left em::before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border: 0.04rem solid rgba(0, 0, 0, 0.4);
    border-radius: 0.03rem;
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    transition: 0.3s;
  }
  .bottom .footer_top .left em.active::before {
    transform: rotate(135deg);
  }
  .bottom .footer_top .left .sub {
    padding: 0 0.3rem;
    display: none;
  }
  .bottom .footer_top .left .sub dd {
    line-height: 3;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.bottom .footer_top .right .label {
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.bottom .footer_top .right .list {
  display: flex;
}
.bottom .footer_top .right .item {
  position: relative;
  margin-left: 0.2rem;
}
.bottom .footer_top .right .item:first-of-type {
  margin-left: 0;
}
.bottom .footer_top .right .item a {
  display: block;
  transition: 0.3s;
  border-radius: 50%;
}
.bottom .footer_top .right .item a i {
  width: 0.4rem;
  height: 0.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.bottom .footer_top .right .item a .icon_weibo {
  background-image: url(../images/icon_weibo.svg);
}
.bottom .footer_top .right .item a .icon_wechat {
  background-image: url(../images/icon_wechat.svg);
}
.bottom .footer_top .right .item .sub {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  padding-bottom: 0.1rem;
  visibility: hidden;
}
.bottom .footer_top .right .item .sub .img {
  width: 1.1rem;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #ddd;
  padding: 0.05rem;
  position: relative;
  border-radius: 0.03rem;
  transform: translateY(-5px);
  opacity: 0;
  transition: 0.3s;
}
.bottom .footer_top .right .item .sub .img img {
  display: block;
  width: 100%;
}
.bottom .footer_top .right .item .sub .img::before {
  content: '';
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
}
.bottom .footer_top .right .item:hover a {
  opacity: 0.8;
}
.bottom .footer_top .right .item:hover .sub {
  visibility: visible;
}
.bottom .footer_top .right .item:hover .sub .img {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .bottom .footer_top .container {
    display: block;
  }
  .bottom .footer_top .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.2rem;
  }
  .bottom .footer_top .right .label {
    font-size: 0.3rem;
  }
  .bottom .footer_top .right .item a i {
    width: 0.6rem;
    height: 0.6rem;
  }
  .bottom .footer_top .right .item .sub .img {
    width: 2rem;
  }
}
.bottom .footer_footer {
  font-size: 14px;
  color: #888888;
  padding: 0.2rem 0;
}
.bottom .footer_footer a {
  font-size: 14px;
  color: #888888;
}
.bottom .footer_footer a:hover {
  color: #94c33b;
}
.bottom .footer_footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom .footer_footer .links a {
  padding: 0 0.1rem;
  position: relative;
  line-height: 2.143;
}
.bottom .footer_footer .links a:not(:last-of-type)::after {
  content: '';
  width: 1px;
  height: 0.1rem;
  background-color: #bbb;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom .footer_footer .copyright {
  text-align: center;
  line-height: 1.429;
}
.bottom .footer_footer .copyright a {
  display: inline-block;
}
.Pages {
  text-align: center;
  font-size: 0;
  padding-top: 0.34rem;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump {
  display: none;
}
.Pages .num {
  display: inline-block;
}
.Pages a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.03rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-family: "HarmonyOS_Sans_SC";
  background-color: #f5f5f5;
  margin: 0 0.025rem;
  border: 1px solid #f5f5f5;
  color: #888888;
  vertical-align: top;
  border: 1px solid transparent;
  transition: 0.3s;
}
.Pages a:hover {
  border-color: #94c33b;
  color: #fff;
  background-color: #94c33b;
}
.Pages .a_cur {
  background-color: #94c33b;
  color: #fff;
  border-color: #94c33b;
}
.Pages .a_prev {
  margin-right: 0.175rem;
}
.Pages .a_next {
  margin-left: 0.175rem;
}
.Pages .a_prev,
.Pages .a_next {
  font-size: 0;
  position: relative;
  width: 0.8rem;
}
.Pages .a_prev::before,
.Pages .a_next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  z-index: 3;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.02rem solid #888888;
  border-bottom: 0.02rem solid #888888;
  transform: rotate(45deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
  border-color: #fff;
}
.Pages .a_next::before {
  transform: rotate(225deg);
}
@media (max-width: 1024px) {
  .Pages a {
    font-size: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
.ind_ban .swiper-next {
  right: 0.4rem;
}
.ind_ban .swiper-prev {
  left: 0.4rem;
}
.ind_ban:hover .swiper-next {
  transform: translateX(0);
}
.ind_ban:hover .swiper-prev {
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .ind_ban .swiper-next {
    right: 0.2rem;
  }
  .ind_ban .swiper-prev {
    left: 0.2rem;
  }
}
.swiper-next,
.swiper-prev {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: 0.5s;
  outline: none;
}
.swiper-next::before,
.swiper-prev::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  background-image: url(../images/icon_more_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-next:hover,
.swiper-prev:hover {
  background-color: #94c33b;
  border-color: #94c33b;
}
.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  .swiper-next,
  .swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.swiper-prev {
  left: 0;
}
.swiper-prev::before {
  transform: rotate(180deg);
}
.swiper-next {
  right: 0;
}
.swiper-pagination {
  position: static !important;
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dedede;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94c33b;
}
.flex_box {
  display: flex;
}
@media (max-width: 1024px) {
  .flex_box {
    display: block;
  }
}
.about {
  background: url(../images/about_bg.png) top center no-repeat;
  background-size: 100% auto;
}
.ab_col1 {
  align-items: center;
  position: relative;
  z-index: 2;
}
.ab_col1 .flex_box {
  padding: 0.5rem 0;
}
.ab_col1 .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.ab_col1 .left h2 {
  font-size: 0.36rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.ab_col1 .left .des {
  color: #555555;
  line-height: 1.75;
}
.ab_col1 .left .inner {
  width: 85%;
  max-width: 7.2rem;
  padding-right: 0.4rem;
  text-align: justify;
}
.ab_col1 .right {
  width: 50%;
  padding-left: 1.3rem;
}
.ab_col1 .video {
  position: relative;
  padding-top: 50.69444444%;
}
.ab_col1 .video .tcplayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ab_col1 .video .vjs-big-play-button {
  display: none !important;
}
.ab_col1 .video .vjs-poster {
  background-size: cover;
}
.ab_col1 .video .play_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ab_col1 .video .play_btn::before {
  content: '';
  width: calc(100% - 0.26rem);
  height: calc(100% - 0.2rem);
  border: 1px solid rgba(255, 255, 255, 0.302);
  position: absolute;
  left: 0.13rem;
  top: 0.1rem;
}
.ab_col1 .video .play_btn::after {
  content: '';
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.26rem);
  border: 1px solid rgba(255, 255, 255, 0.302);
  position: absolute;
  left: 0.1rem;
  top: 0.13rem;
}
.ab_col1 .video .play_btn svg {
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.ab_col1 .video .play_btn svg path {
  transition: 0.3s;
}
.ab_col1 .video .play_btn svg:hover path {
  fill: #94c33b;
}
.ab_col1 .video .play_btn .des {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.333;
}
@media (max-width: 1024px) {
  .ab_col1 .left {
    width: 100%;
    display: block;
  }
  .ab_col1 .left .inner {
    width: 100%;
    padding: 0 0.3rem;
    max-width: none;
  }
  .ab_col1 .right {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.ab_title {
  text-align: center;
}
.ab_title .cn {
  font-size: 0.36rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.ab_title .en {
  color: #888;
  line-height: 1;
  font-weight: lighter;
}
.ab_title .des {
  color: #555555;
  line-height: 1.75;
  max-width: 1220px;
  margin: 0 auto;
}
.ab_col2 {
  position: relative;
}
.ab_col2 .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ab_col2 .ab_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ab_col2 .auto-1440 {
  position: relative;
  padding-top: 6.4rem;
}
.ab_col2 .item {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #94c33b;
  background: url(../images/ab_col2_item_bg.png) center center;
  background-size: contain;
  animation: shake ease-in-out infinite 2s;
}
.ab_col2 .item:nth-of-type(1) {
  top: 0.8rem;
  left: 4.3rem;
}
.ab_col2 .item:nth-of-type(2) {
  top: 0.8rem;
  right: 4.3rem;
  animation-delay: 0.5s;
}
.ab_col2 .item:nth-of-type(3) {
  top: 1.9rem;
  left: 1.8rem;
}
.ab_col2 .item:nth-of-type(4) {
  top: 1.9rem;
  right: 1.8rem;
  animation-delay: 0.5s;
}
.ab_col2 .item:nth-of-type(5) {
  top: 3.6rem;
  left: 2.2rem;
}
.ab_col2 .item:nth-of-type(6) {
  top: 3.6rem;
  right: 2.2rem;
  animation-delay: 0.5s;
}
.ab_col2 .item:nth-of-type(7) {
  top: 4.3rem;
  left: 4.7rem;
}
.ab_col2 .item:nth-of-type(8) {
  top: 4.3rem;
  right: 4.7rem;
  animation-delay: 0.5s;
}
@media (max-width: 1024px) {
  .ab_col2 .bg {
    height: 100%;
    object-fit: cover;
  }
  .ab_col2 .item:nth-of-type(1) {
    left: 1.3rem;
  }
  .ab_col2 .item:nth-of-type(2) {
    right: 1.3rem;
  }
  .ab_col2 .item:nth-of-type(3) {
    top: 1.9rem;
    left: 0.3rem;
  }
  .ab_col2 .item:nth-of-type(4) {
    top: 1.9rem;
    right: 0.3rem;
    animation-delay: 0.5s;
  }
  .ab_col2 .item:nth-of-type(5) {
    top: 3.6rem;
    left: 0.3rem;
  }
  .ab_col2 .item:nth-of-type(6) {
    top: 3.6rem;
    right: 0.3rem;
    animation-delay: 0.5s;
  }
  .ab_col2 .item:nth-of-type(7) {
    top: 4.8rem;
    left: 1.7rem;
  }
  .ab_col2 .item:nth-of-type(8) {
    top: 4.8rem;
    right: 1.7rem;
    animation-delay: 0.5s;
  }
}
@keyframes shake {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
  }
}
.ab_col3 {
  padding: 0.8rem 0 0.7rem;
}
.ab_col3 .ab_title {
  margin-bottom: 0.4rem;
}
.ab_col3 .list {
  padding: 0.3rem 0.8rem 0.3rem 0.1rem;
  position: relative;
  max-height: 7.1rem;
  overflow-y: auto;
}
.ab_col3 .list::-webkit-scrollbar {
  width: 0.06rem;
  border-radius: 0.03rem;
  background-color: #f5f5f5;
}
.ab_col3 .list::-webkit-scrollbar-thumb {
  background-color: #94c33b;
  border-radius: 0.03rem;
  height: 1rem;
}
.ab_col3 .list::before {
  content: '';
  width: 1px;
  height: 0.3rem;
  background-color: #efefef;
  position: absolute;
  left: 1.9rem;
  top: 0;
}
.ab_col3 .list::after {
  content: '';
  width: 1px;
  height: 0.3rem;
  background-color: #efefef;
  position: absolute;
  left: 1.9rem;
  bottom: 0;
}
.ab_col3 .item {
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: 0.5s;
  border-radius: 0.2rem;
}
.ab_col3 .item::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.ab_col3 .item .label {
  font-size: 0.24rem;
  color: #94c33b;
  line-height: 1.5;
  font-weight: bold;
  width: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  padding: 0.1rem 0;
  padding-left: 0.5rem;
}
.ab_col3 .item .label i {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  border: 0.03rem solid #94c33b;
  position: absolute;
  right: -0.06rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.ab_col3 .item .issues {
  color: #555555;
  line-height: 1.8;
  padding: 0.1rem 0;
  padding-left: 1.7rem;
  transition: 0.5s;
}
.ab_col3 .item .issues div {
  margin-bottom: 0.2rem;
}
.ab_col3 .item .issues div:last-of-type {
  margin-bottom: 0;
}
.ab_col3 .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.ab_col3 .item:hover::before {
  height: calc(100% - 0.2rem);
}
.ab_col3 .item:hover .issues {
  color: #94c33b;
}
@media (max-width: 1024px) {
  .ab_col3 .list::before {
    left: 1.5rem;
  }
  .ab_col3 .item::before {
    left: 1.4rem;
  }
  .ab_col3 .item .label {
    width: 1.4rem;
    padding-left: 0.2rem;
    font-size: 0.3rem;
  }
  .ab_col3 .item .issues {
    padding-left: 0.5rem;
  }
}
.ab_col4 {
  padding: 0.8rem 0 0.6rem;
  background-color: #f9f9f9;
}
.ab_col4 .ab_title {
  margin-bottom: 0.4rem;
}
.ab_col4 .swiper {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.ab_col4 .swiper-slide {
  padding: 0 0.1rem;
}
.ab_col4 .swiper-slide a {
  display: block;
  padding: 0.4rem 0.3rem;
  background-color: #fff;
}
.ab_col4 .swiper-slide a .pic {
  padding-top: 94.64285714%;
  position: relative;
  margin-bottom: 0.1rem;
}
.ab_col4 .swiper-slide a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.ab_col4 .swiper-slide a .txt {
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  line-height: 1.667;
  height: 3.334em;
}
@media (max-width: 1024px) {
  .ab_col4 .swiper-slide a .txt {
    font-size: 0.24rem;
  }
}
.ab_col5 {
  padding: 0.8rem 0 1.2rem;
}
.ab_col5 .ab_title {
  margin-bottom: 0.4rem;
}
.ab_col5 .left {
  width: 50%;
}
.ab_col5 .left .picSwiper {
  overflow: hidden;
  display: flex;
}
.ab_col5 .left .picSwiper a {
  display: block;
  padding-top: 66.66666667%;
  position: relative;
}
.ab_col5 .left .picSwiper a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab_col5 .right {
  width: 50%;
  padding-top: 0.35rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
}
.ab_col5 .right_header {
  overflow: hidden;
  padding: 0 0.8rem;
  line-height: 0.65rem;
  font-size: 0.2rem;
  color: #888888;
  padding-bottom: 1px;
}
.ab_col5 .right_header .swiper-wrapper {
  border-bottom: 1px solid #d5d5d5;
}
.ab_col5 .right_header .swiper-slide {
  width: auto !important;
  padding: 0 0.3rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.ab_col5 .right_header .swiper-slide::after {
  content: '';
  width: 0.03rem;
  height: 0.03rem;
  background-color: #888888;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
.ab_col5 .right_header .swiper-slide:first-of-type {
  padding-left: 0;
}
.ab_col5 .right_header .swiper-slide:last-of-type {
  padding-right: 0;
}
.ab_col5 .right_header .swiper-slide:last-of-type::after {
  display: none;
}
.ab_col5 .right_header .swiper-slide.swiper-slide-active {
  color: #94c33b;
}
.ab_col5 .right_body {
  flex: 1;
  overflow: hidden;
}
.ab_col5 .right_body .swiper-slide {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0.8rem 0.8rem;
  position: relative;
}
.ab_col5 .right_body h2 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
.ab_col5 .right_body .des {
  flex: 1;
  color: #333333;
  line-height: 1.875;
}
.ab_col5 .right_body .addr {
  color: #94c33b;
  margin-top: 0.1rem;
}
.ab_col5 .right_body .en {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.051);
  line-height: 0.75;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .ab_col5 .left {
    width: 100%;
    display: block;
  }
  .ab_col5 .right {
    width: 100%;
  }
  .ab_col5 .right_header {
    padding: 0 0.4rem;
  }
  .ab_col5 .right_header .swiper-slide {
    font-size: 0.3rem;
  }
  .ab_col5 .right_body .swiper-slide {
    padding: 0.6rem 0.4rem 0.8rem;
  }
}
.pro_col1 {
  position: relative;
}
.pro_col1 .label {
  width: 33.33333333%;
  padding-top: 40.625%;
  display: flex;
  justify-content: center;
  position: absolute;
  background-size: cover;
  background-position: center;
}
.pro_col1 .label .title {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  transform: translateX(-50%);
}
.pro_col1 .label .cn {
  font-size: 0.36rem;
  color: #ffffff;
}
.pro_col1 .label .en {
  line-height: 1.5;
  color: #ffffff;
}
.pro_col1:nth-of-type(odd) .label {
  left: 0;
  top: 0;
}
.pro_col1:nth-of-type(odd) .pro_col1_header {
  padding: 0.4rem 0 0.6rem 31.25%;
  justify-content: flex-end;
}
.pro_col1:nth-of-type(odd) .pro_col1_body {
  padding-left: 12.5%;
}
.pro_col1:nth-of-type(odd) .pro_col1_body .outter-item {
  padding-left: 9.52380952%;
}
.pro_col1:nth-of-type(odd) .pro_col1_body .outter-item .swiper-next {
  left: 0;
  right: auto;
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(0.1rem);
}
.pro_col1:nth-of-type(odd) .pro_col1_body .outter-item .swiper-prev {
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-100%);
}
.pro_col1:nth-of-type(even) .label {
  right: 0;
  top: 0;
  text-align: right;
}
.pro_col1:nth-of-type(even) .pro_col1_header {
  padding: 0.4rem 23.4375% 0.6rem 0;
  justify-content: flex-start;
}
.pro_col1:nth-of-type(even) .pro_col1_body {
  padding-right: 12.5%;
}
.pro_col1:nth-of-type(even) .pro_col1_body .outter-item {
  padding-right: 9.52380952%;
}
.pro_col1:nth-of-type(even) .pro_col1_body .outter-item .swiper-next {
  right: 0;
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(0.1rem);
}
.pro_col1:nth-of-type(even) .pro_col1_body .outter-item .swiper-prev {
  left: auto;
  right: 0;
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-100%);
}
.pro_col1 .pro_col1_header {
  display: flex;
  align-items: center;
}
.pro_col1 .pro_col1_header .swiper {
  margin: 0;
  padding: 0.5rem 0;
}
.pro_col1 .pro_col1_header .swiper-prev,
.pro_col1 .pro_col1_header .swiper-next {
  position: relative !important;
  margin: 0;
  flex-shrink: 0;
  margin: 0 0.05rem;
}
.pro_col1 .pro_col1_header .swiper-prev::before,
.pro_col1 .pro_col1_header .swiper-next::before {
  background-image: url(../images/icon_more_grey.svg);
}
.pro_col1 .pro_col1_header .swiper-prev:hover::before,
.pro_col1 .pro_col1_header .swiper-next:hover::before {
  background-image: url(../images/icon_more_white.svg);
}
.pro_col1 .pro_col1_header .swiper-slide {
  width: auto;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  padding: 0.1rem 0;
  position: relative;
  font-size: 0.18rem;
  color: #555555;
}
.pro_col1 .pro_col1_header .swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.pro_col1 .pro_col1_header .swiper-slide::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #94c33b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  transition: 0.3s;
}
.pro_col1 .pro_col1_header .swiper-slide.swiper-slide-thumb-active {
  color: #94c33b;
}
.pro_col1 .pro_col1_header .swiper-slide.swiper-slide-thumb-active::after {
  width: 100%;
}
.pro_col1 .pro_col1_header .swiper-wrapper {
  width: auto;
}
.pro_col1 .pro_col1_body {
  position: relative;
  z-index: 2;
}
.pro_col1 .pro_col1_body .outter-item {
  opacity: 0 !important;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.pro_col1 .pro_col1_body .outter-item.swiper-slide-active {
  opacity: 1 !important;
}
.pro_col1 .pro_col1_body .outter-item .swiper-container {
  overflow: hidden;
  background-color: #fff;
}
.pro_col1 .pro_col1_body .inner-item {
  display: flex;
  height: auto;
}
.pro_col1 .pro_col1_body .inner-item a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f4f5f7;
  padding: 0.5rem 0.3rem 0.3rem;
}
.pro_col1 .pro_col1_body .inner-item a:hover .pic img {
  transform: scale(1.1);
}
.pro_col1 .pro_col1_body .inner-item a:hover .txt h2 {
  color: #94c33b;
}
.pro_col1 .pro_col1_body .inner-item a:hover .txt .des {
  color: #94c33b;
}
.pro_col1 .pro_col1_body .inner-item a:hover .txt .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.pro_col1 .pro_col1_body .inner-item a .pic {
  padding-top: 97.61904762%;
  position: relative;
  overflow: hidden;
}
.pro_col1 .pro_col1_body .inner-item a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  max-height: 100%;
}
.pro_col1 .pro_col1_body .inner-item a .txt {
  text-align: center;
}
.pro_col1 .pro_col1_body .inner-item a .txt h2 {
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.13rem;
}
.pro_col1 .pro_col1_body .inner-item a .txt .des {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}
.pro_col1 .pro_col1_body .inner-item a .txt .more span {
  display: inline-block;
  padding-right: 0.18rem;
  color: #555555;
  line-height: 1;
  background-image: url(../images/icon_more_555.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.08rem 0.12rem;
}
@media (max-width: 1024px) {
  .pro_col1 .label {
    position: relative;
    width: 100%;
    text-align: center !important;
  }
  .pro_col1 .label .title {
    white-space: nowrap;
  }
  .pro_col1 .pro_col1_header {
    padding: 0.2rem 0;
  }
  .pro_col1 .pro_col1_header .swiper {
    padding: 0.2rem 0;
  }
  .pro_col1 .pro_col1_header .swiper-slide {
    font-size: 0.3rem;
  }
  .pro_col1 .pro_col1_header {
    padding: 0.2rem 0 !important;
  }
  .pro_col1 .pro_col1_body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pro_col1 .pro_col1_body .outter-item {
    padding: 0 0.3rem !important;
  }
  .pro_col1 .pro_col1_body .outter-item .swiper-next {
    z-index: 3;
    right: 0 !important;
    left: auto !important;
    background-color: #94c33b !important;
    border-color: #94c33b !important;
    transform: translateY(0) !important;
  }
  .pro_col1 .pro_col1_body .outter-item .swiper-prev {
    z-index: 3 !important;
    left: 0 !important;
    background-color: #94c33b !important;
    border-color: #94c33b !important;
    transform: translateY(0) !important;
  }
}
#column10012 {
  margin-bottom: 1.2rem;
}
#column10013 {
  margin-bottom: 0.8rem;
}
.pro_col2 {
  margin-bottom: 1rem;
}
.pro_col2 .ab_title {
  margin-bottom: 0.4rem;
}
.pro_col2 .flex_box .left {
  display: flex;
  width: 50%;
}
.pro_col2 .flex_box .left .picSwiper {
  overflow: hidden;
  width: 100%;
}
.pro_col2 .flex_box .left .picSwiper a {
  display: block;
  padding-top: 66.66666667%;
  position: relative;
}
.pro_col2 .flex_box .left .picSwiper a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_col2 .flex_box .right {
  width: 50%;
  background-color: #f9f9f9;
  padding: 0.3rem 0 0.8rem;
  flex-direction: column;
  overflow: hidden;
  display: flex;
}
.pro_col2 .flex_box .right .txt_swiper {
  flex: 1;
}
.pro_col2 .flex_box .right .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.8rem;
}
.pro_col2 .flex_box .right .swiper-slide h2 {
  font-size: 0.24rem;
  color: #94c33b;
  font-weight: normal;
  max-width: 430px;
  margin-bottom: 0.2rem;
}
.pro_col2 .flex_box .right .swiper-slide .des {
  color: #333333;
  line-height: 1.875;
  max-width: 430px;
}
.pro_col2 .flex_box .right .swiper-pagination {
  padding-top: 0;
  justify-content: flex-start;
  padding: 0 0.8rem;
}
@media (max-width: 1024px) {
  .pro_col2 .flex_box .left {
    width: 100%;
  }
  .pro_col2 .flex_box .right {
    width: 100%;
  }
  .pro_col2 .flex_box .right .swiper-slide {
    padding: 0.2rem 0.4rem;
  }
  .pro_col2 .flex_box .right .swiper-pagination {
    padding: 0 0.4rem;
  }
}
/* fade-transform */
.dialog-leave-active,
.dialog-enter-active {
  transition: all 0.5s;
}
.dialog-enter {
  opacity: 0;
}
.dialog-leave-to {
  opacity: 0;
}
.dialog_inner-leave-active,
.dialog_inner-enter-active {
  transition: all 0.5s;
}
.dialog_inner-enter {
  opacity: 0;
  transform: translateY(10px);
}
.dialog_inner-leave-to {
  opacity: 0;
  transform: translateY(10px);
}
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 23;
  left: 0;
  top: 0;
  background-color: rgba(17, 17, 17, 0.9);
  overflow-y: auto;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog .dialog_inner {
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 0 0.4rem 0.6rem;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
}
.dialog .dialog_header {
  padding: 0.43rem 0 0.37rem;
  border-bottom: 1px solid #dee2e8;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog .dialog_header h2 {
  font-size: 0.2rem;
  color: #94c33b;
  line-height: 1;
}
.dialog .dialog_header .close {
  width: 30px;
  height: 30px;
  background: url(../images/icon_close.svg) center center / 14px no-repeat;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
}
.dialog .dialog_header .close:hover {
  background: url(../images/icon_close_active.svg) center center / 14px no-repeat;
}
.dialog .swiper-slide img {
  width: 100%;
}
@media (max-width: 1024px) {
  .dialog {
    padding: 0.3rem;
  }
  .dialog .dialog_header {
    padding: 0.3rem 0 0.3rem;
  }
  .dialog .dialog_header h2 {
    font-size: 0.3rem;
  }
}
.pro_detail {
  display: flex;
}
.pro_detail .txt {
  width: 50%;
  padding: 0.1rem 0.5rem 0.1rem 0;
}
.pro_detail .txt .content {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.333;
}
.pro_detail .txt h2 {
  color: #333333;
}
.pro_detail .txt p {
  color: #333333;
}
.pro_detail .pics {
  width: 50%;
}
@media (max-width: 1024px) {
  .pro_detail {
    flex-direction: column-reverse;
  }
  .pro_detail .txt {
    width: 100%;
    padding-right: 0;
  }
  .pro_detail .txt .content {
    font-size: 0.24rem;
  }
  .pro_detail .pics {
    width: 100%;
  }
}
.inno_col {
  display: flex;
  align-items: center;
}
.inno_col > div {
  flex: 1;
}
.inno_col .pic img {
  display: block;
}
.inno_col .title {
  font-size: 0.36rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.inno_col .inner {
  max-width: 8rem;
  width: 85%;
  padding: 0 0.8rem;
}
.inno_col:nth-of-type(even) {
  flex-direction: row-reverse;
}
.inno_col:nth-of-type(even) .txt {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .inno_col {
    display: block;
    padding: 0 0.3rem;
  }
  .inno_col .pic {
    width: 100%;
  }
  .inno_col .pic img {
    width: 100%;
  }
  .inno_col .txt {
    width: 100%;
    padding: 0.3rem;
  }
  .inno_col .inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.inno_col1_content li {
  margin-left: 0.2rem;
  color: #555555;
  line-height: 2;
}
.inno_col2_content .techo {
  max-width: 530px;
  margin-bottom: 0.7rem;
}
.inno_col2_content .techo .label {
  color: #333333;
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.08rem;
}
.inno_col2_content .techo ul {
  display: flex;
  flex-wrap: wrap;
}
.inno_col2_content .techo li {
  color: #94c33b;
  line-height: 1.778;
  width: calc(33.33% - 0.2rem);
  margin-left: 0.2rem;
}
@media (max-width: 1024px) {
  .inno_col2_content .techo {
    max-width: none;
  }
  .inno_col2_content .techo li {
    width: calc(50% - 0.2rem);
  }
}
.inno_col2_content .count_list {
  max-width: 530px;
  display: flex;
  justify-content: space-between;
}
.inno_col2_content .count_list .count_item > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.15rem;
}
.inno_col2_content .count_list .count_item .count {
  font-size: 0.48rem;
  color: #333333;
}
.inno_col2_content .count_list .count_item .des {
  color: #333333;
}
.inno_col3_content .des {
  color: #555555;
  line-height: 2;
  margin-bottom: 0.4rem;
}
.inno_col3_content .list {
  display: flex;
}
.inno_col3_content .list dl {
  padding-right: 0.3rem;
  flex: 1;
}
.inno_col3_content .list dl dt {
  font-size: 0.24rem;
  color: #94c33b;
  margin-bottom: 0.04rem;
}
.inno_col3_content .list dl dd {
  line-height: 2;
  color: #333;
}
.inno_col4_content .content {
  color: #555555;
  line-height: 2;
}
.safety_col2 {
  overflow: hidden;
}
.safety_col2 .safety_col1_swiper {
  overflow: hidden;
  position: relative;
}
.safety_col2 .ab_title {
  padding-bottom: 0.6rem;
  padding-top: 0.8rem;
  background-color: #f5f5f5;
}
.safety_col2 .swiper {
  margin-left: -7.2rem;
  margin-right: -7.2rem;
  overflow: visible;
}
.safety_col2 .swiper .swiper-slide {
  background-color: #fff;
  overflow: hidden;
  width: 11.2rem;
  padding: 0 1.6rem;
  padding-bottom: 0.8rem;
}
.safety_col2 a {
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.safety_col2 a .pic {
  padding-top: 45%;
  position: relative;
}
.safety_col2 a .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.safety_col2 a .pic::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  background-color: #f5f5f5;
}
.safety_col2 a .txt {
  padding: 0.6rem;
}
.safety_col2 a .txt h2 {
  font-size: 0.2rem;
  color: #94c33b;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.safety_col2 a .txt .des {
  color: #555555;
  line-height: 1.875;
}
.safety_col2 .swiper-next,
.safety_col2 .swiper-prev {
  z-index: 20;
  transform: translateY(-0.4rem);
  background-color: #fff;
}
.safety_col2 .swiper-next::before,
.safety_col2 .swiper-prev::before {
  background-image: url(../images/icon_more_green.svg);
}
.safety_col2 .swiper-next:hover,
.safety_col2 .swiper-prev:hover {
  background-color: #94c33b;
}
.safety_col2 .swiper-next:hover::before,
.safety_col2 .swiper-prev:hover::before {
  background-image: url(../images/icon_more_white.svg);
}
.safety_col2 .swiper-next {
  right: 3.7rem;
}
.safety_col2 .swiper-prev {
  left: 3.7rem;
}
@media (max-width: 1024px) {
  .safety_col2 .swiper .swiper-slide {
    padding: 0 0.2rem 0.6rem;
  }
  .safety_col2 .swiper-next {
    right: 0;
  }
  .safety_col2 .swiper-prev {
    left: 0;
  }
}
.safety_col1 {
  padding: 0.8rem 0 1.2rem;
}
.safety_col1 .ab_title {
  margin-bottom: 0.25rem;
}
.safety_col1 .list {
  display: flex;
}
.safety_col1 .list .item {
  width: 50%;
  position: relative;
}
.safety_col1 .list .pic {
  padding-top: 62.5%;
  position: relative;
}
.safety_col1 .list .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.safety_col1 .list .txt {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.667;
  padding: 1rem 0.4rem 0.3rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(37, 71, 26, 0) 0, rgba(37, 71, 26, 0.8) 100%);
}
@media (max-width: 1024px) {
  .safety_col1 .list {
    display: block;
  }
  .safety_col1 .list .item {
    width: 100%;
  }
}
.safety_col3 {
  overflow: hidden;
  padding-bottom: 0.76rem;
}
.safety_col3 .ab_title {
  margin-bottom: 0.25rem;
}
.safety_col3 .swiper {
  padding: 0 2.4rem;
  overflow: visible;
}
.safety_col3 .swiper a {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.safety_col3 .swiper .pic {
  padding-top: 77.94117647%;
  overflow: hidden;
  position: relative;
}
.safety_col3 .swiper .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.safety_col3 .swiper .txt {
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  color: #333333;
  background-color: #f9f9f9;
}
@media (max-width: 1024px) {
  .safety_col3 .swiper {
    padding: 0 0.5rem;
  }
  .safety_col3 .swiper .txt {
    font-size: 0.28rem;
  }
}
.talent_col2 {
  padding: 0.8rem 0.7rem;
  background-color: #f5f5f5;
}
.talent_col2 .ab_title {
  margin-bottom: 0.1rem;
}
.talent_col2 .list {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.talent_col2 .list .inner {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
  background-color: #fff;
  transition: 0.3s;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
.talent_col2 .list .inner:hover {
  background-color: #94c33b;
  color: #fff;
  border-color: #94c33b !important;
}
.talent_col2 .list .item {
  display: flex;
  justify-self: center;
  width: 12.5%;
  margin: 0.3rem 0;
  justify-content: center;
}
@media (min-width: 1025px) {
  .talent_col2 .list .item:nth-of-type(16n + 1) .inner {
    border: 0.03rem solid #8bb1ec !important;
    background-color: #8bb1ec;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 3) .inner {
    border: 0.03rem solid #799d67 !important;
    background-color: #799d67;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 5) .inner {
    border: 0.03rem solid #f0c05d !important;
    background-color: #f0c05d;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 7) .inner {
    border: 0.03rem solid #f5834d !important;
    background-color: #f5834d;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 10) .inner {
    border: 0.03rem solid #f5834d !important;
    background-color: #f5834d;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 12) .inner {
    border: 0.03rem solid #f0c05d !important;
    background-color: #f0c05d;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 14) .inner {
    border: 0.03rem solid #799d67 !important;
    background-color: #799d67;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(16n + 16) .inner {
    border: 0.03rem solid #8bb1ec !important;
    background-color: #8bb1ec;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .talent_col2 .list .item:nth-of-type(odd) .inner {
    border: 0.03rem solid #799d67 !important;
    background-color: #799d67;
    color: #fff;
  }
  .talent_col2 .list .item:nth-of-type(even) .inner {
    border: 0.03rem solid #8bb1ec !important;
    background-color: #8bb1ec;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .talent_col2 .list .item {
    width: 20%;
  }
  .talent_col2 .list .inner {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .talent_col2 .list .item {
    width: 33.33%;
  }
  .talent_col2 .list .item .inner {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.talent_col4 .swiper .swiper-slide {
  background-color: #fff;
}
.talent_col4 a .pic {
  padding-top: 65%;
}
.talent_col4 a .pic::before {
  background-color: #f5f5f5;
  height: 3.6rem;
}
.news {
  padding: 0.8rem 0 1rem;
}
.news .ab_title {
  margin-bottom: 0.25rem;
}
.news .news_list .item {
  padding: 0.4rem 0 0.4rem 0.6rem;
  background-color: #f9f9f9;
  transition: 0.3s;
  margin-bottom: 0.2rem;
}
.news .news_list .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news .news_list .item:hover .pic img {
  transform: scale(1.1);
}
.news .news_list .item:hover .txt .info .des,
.news .news_list .item:hover .txt .info h2 {
  color: #94c33b;
}
.news .news_list .item:hover .txt .info .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.news .news_list .item:hover .txt .time {
  border-color: #94c33b;
}
.news .news_list .item a {
  display: flex;
}
.news .news_list .item .pic {
  flex-shrink: 0;
  margin-right: 0.6rem;
  overflow: hidden;
}
.news .news_list .item .pic img {
  width: 3rem;
  height: 2rem;
  object-fit: cover;
  transition: 0.3s;
}
.news .news_list .item .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.news .news_list .item .txt .info h2 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: normal;
}
.news .news_list .item .txt .info .des {
  height: 3.5em;
  color: #666666;
  margin-bottom: 0.4rem;
}
.news .news_list .item .txt .info .more span {
  display: inline-block;
  color: #888888;
  padding-right: 0.18rem;
  line-height: 1;
  background-image: url(../images/icon_more_grey.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.news .news_list .item .txt .time {
  width: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-left: 1px solid #e5e5e5;
  color: #94c33b;
}
.news .news_list .item .txt .time .day {
  font-size: 0.52rem;
}
.news .news_list .item .txt .time .year {
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .news .news_list .item {
    padding: 0.2rem;
  }
  .news .news_list .item .txt .time {
    display: none;
  }
  .news .news_list .item .txt .info h2 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
    line-height: inherit;
  }
  .news .news_list .item .txt .info .des {
    margin-bottom: 0.15rem;
    height: auto;
  }
  .news .news_list .item .pic {
    margin-right: 0.2rem;
  }
}
.news_info {
  background-color: #f9f9f9;
  padding: 0 0.8rem;
}
.news_info .title {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}
.news_info .title h1 {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.news_info .title .time {
  color: #888888;
  display: flex;
  justify-content: center;
}
.news_info .title .time span {
  margin: 0 0.2rem;
}
.news_info .content {
  color: #555555;
  line-height: 1.75;
  text-align: justify;
  padding: 0.4rem 0 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.news_info .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0 0.6rem;
}
.news_info .btns .right {
  flex-shrink: 0;
}
.news_info .btns .left .item {
  display: flex;
  align-items: center;
  line-height: 2;
}
.news_info .btns .left .label {
  color: #555555;
  flex-shrink: 0;
}
.news_info .btns .left a {
  color: #555555;
}
.news_info .btns .left a:hover {
  color: #94c33b;
}
.news_info .btns .back {
  padding: 0 0.3rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  color: #888888;
  transition: 0.3s;
}
.news_info .btns .back span {
  display: inline-block;
  padding-right: 0.18rem;
  background-image: url(../images/icon_more_grey.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.news_info .btns .back:hover {
  border-color: #94c33b;
  color: #fff;
  background-color: #94c33b;
}
.news_info .btns .back:hover span {
  background-image: url(../images/icon_more_white.svg);
}
@media (max-width: 1024px) {
  .news_info {
    padding: 0 0.3rem;
  }
  .news_info .title h1 {
    font-size: 0.3rem;
  }
  .news_info .btns {
    display: block;
  }
  .news_info .btns .right {
    padding-top: 0.3rem;
    text-align: center;
  }
}
.talent_col1 {
  padding: 0.8rem 0 1rem;
}
.talent_col1 .auto-1440 {
  position: relative;
}
.talent_col1 .auto-1440 .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.talent_col1 .auto-1440 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talent_col1 .txt {
  width: 50%;
  max-width: 550px;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  margin-bottom: 0.45rem;
}
.talent_col1 .txt h2 {
  font-size: 0.36rem;
  color: #000000;
  margin-bottom: 0.08rem;
}
.talent_col1 .txt .des {
  color: #555555;
  line-height: 1.75;
  min-height: 8.75em;
}
.talent_col1 .list .label {
  font-size: 0.26rem;
  line-height: 1.556;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.talent_col1 .swiper {
  display: flex;
}
.talent_col1 .swiper-container {
  width: 75%;
  overflow: hidden;
}
.talent_col1 .swiper-slide {
  padding: 0.4rem;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.talent_col1 .swiper-slide:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.talent_col1 .swiper-slide:nth-of-type(even) {
  background-color: #f1f1f1;
}
.talent_col1 .swiper-slide h2 {
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
}
.talent_col1 .swiper-slide h2::before {
  content: '';
  width: 0.9rem;
  height: 0.04rem;
  background-color: #94c33b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.talent_col1 .swiper-slide .des {
  color: #777777;
  line-height: 1.875;
  max-width: 245px;
}
.talent_col1 .bullets {
  padding-left: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.talent_col1 .swiper-next,
.talent_col1 .swiper-prev {
  position: relative;
  margin: 0.05rem 0;
}
@media (max-width: 1024px) {
  .talent_col1 .auto-1440 .pic {
    position: static;
    width: 100%;
  }
  .talent_col1 .auto-1440 .txt {
    width: 100%;
    max-width: none;
  }
  .talent_col1 .auto-1440 .txt .des {
    min-height: auto;
  }
  .talent_col1 .list .label {
    font-size: 0.3rem;
  }
  .talent_col1 .swiper {
    display: block;
    overflow: visible;
  }
  .talent_col1 .swiper .swiper-container {
    width: 100%;
  }
  .talent_col1 .bullets {
    padding-left: 0;
  }
  .talent_col1 .bullets .swiper-prev {
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #94c33b;
  }
  .talent_col1 .bullets .swiper-next {
    position: absolute;
    right: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #94c33b;
  }
}
.talent_col3 {
  padding: 1rem 0;
}
.talent_col3 .flex_box .left {
  display: flex;
  width: 50%;
}
.talent_col3 .flex_box .left .picSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.talent_col3 .flex_box .left .picSwiper a {
  display: block;
  padding-top: 83.33333333%;
  position: relative;
}
.talent_col3 .flex_box .left .picSwiper a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talent_col3 .flex_box .left .swiper-pagination {
  position: absolute !important;
  left: 0;
  bottom: 0.3rem;
  z-index: 3;
}
.talent_col3 .flex_box .left .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
.talent_col3 .flex_box .right {
  width: 50%;
  background-color: #f9f9f9;
  padding: 0.3rem 0 0.8rem;
  flex-direction: column;
  overflow: hidden;
  display: flex;
}
.talent_col3 .flex_box .right .txt_swiper {
  flex: 1;
}
.talent_col3 .flex_box .right .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.8rem;
}
.talent_col3 .flex_box .right .swiper-slide h2 {
  font-size: 0.36rem;
  color: #000000;
  font-weight: normal;
  max-width: 430px;
  margin-bottom: 0.2rem;
}
.talent_col3 .flex_box .right .swiper-slide .des {
  color: #333333;
  line-height: 1.875;
}
@media (max-width: 1024px) {
  .talent_col3 .flex_box {
    display: block;
  }
  .talent_col3 .flex_box .left {
    width: 100%;
  }
  .talent_col3 .flex_box .right {
    width: 100%;
  }
  .talent_col3 .flex_box .right .swiper-slide {
    padding: 0.2rem 0.4rem;
  }
}
.contact {
  padding-top: 0.8rem;
}
.contact .auto-1440 {
  position: relative;
  z-index: 2;
}
.contact .ab_title {
  margin-bottom: 0.2rem;
}
.contact .list {
  padding: 0.6rem 0;
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.contact .list .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f0f0f0;
}
.contact .list .item:last-of-type {
  border-right: 0;
}
.contact .list .item .icon {
  width: 0.44rem;
  height: 0.44rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.contact .list .item .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.contact .list .item h2 {
  font-size: 0.18rem;
  color: #94c33b;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.contact .list .item dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.8rem;
}
.contact .list .item dl dd {
  width: 100%;
  text-align: center;
  color: #1c1c1c;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.contact .map {
  margin-top: -1.8rem;
}
.contact .map img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact .list {
    flex-wrap: wrap;
  }
  .contact .list .item {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .contact .list .item dl dd {
    width: 100%;
  }
  .contact .map {
    margin-top: 0;
  }
}
.index {
  background: url(../images/home_bg.jpg) top center no-repeat;
  background-size: 100% auto;
}
.ind_title .cn {
  font-size: 0.48rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.ind_title .en {
  font-size: 0.2rem;
  color: #94c33b;
  line-height: 1;
}
.ind_more {
  display: inline-flex;
  padding: 0 0.26rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  align-items: center;
  color: #888888;
  transition: 0.3s;
}
.ind_more::after {
  content: '';
  width: 0.09rem;
  height: 0.12rem;
  background-image: url(../images/icon_more_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0.1rem;
}
.ind_more:hover {
  background-color: #94c33b;
  color: #fff;
}
.ind_more:hover::after {
  background-image: url(../images/icon_more_white.svg);
}
.ind_pro {
  padding: 1.2rem 0;
}
.ind_pro .ind_title {
  margin-bottom: 0.6rem;
}
.ind_pro .container {
  display: flex;
}
.ind_pro .container .columns {
  width: 4rem;
  padding-right: 1.2rem;
}
.ind_pro .columns_list {
  margin-bottom: 0.67rem;
}
.ind_pro .columns_list .swiper-wrapper {
  display: block;
}
.ind_pro .columns_list a {
  display: block;
  line-height: 0.55rem;
  font-size: 0.18rem;
  color: #555555;
  position: relative;
  padding-right: 0.15rem;
  transition: 0.3s;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
}
.ind_pro .columns_list .active a {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.ind_pro .outer-swiper {
  flex: 1;
  overflow: hidden;
}
.ind_pro .outer-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ind_pro .outer-item .left {
  width: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.ind_pro .outer-item .left a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ind_pro .outer-item .left a:hover .txt .des,
.ind_pro .outer-item .left a:hover .txt h2 {
  color: #94c33b;
}
.ind_pro .outer-item .left a:hover .txt .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.ind_pro .outer-item .left .pic {
  padding-top: 133.33333333%;
}
.ind_pro .outer-item .left .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind_pro .outer-item .left .pic img:hover {
  transform: scale(1.1);
}
.ind_pro .outer-item .left .pro_swiper {
  height: 100%;
  width: 100%;
}
.ind_pro .outer-item .left .txt {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 0.6rem 0.3rem;
}
.ind_pro .outer-item .left .txt h2 {
  font-size: 0.24rem;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 0.23rem;
  position: relative;
  padding-top: 0.33rem;
  margin-bottom: 0.15rem;
}
.ind_pro .outer-item .left .txt h2::after {
  content: '';
  width: 0.2rem;
  height: 0.03rem;
  background-color: #94c33b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ind_pro .outer-item .left .txt h2::before {
  content: '';
  width: 0.18rem;
  height: 0.26rem;
  background: url(../images/icon_leaf.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ind_pro .outer-item .left .txt .des {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.556;
  margin-bottom: 0.3rem;
}
.ind_pro .outer-item .left .txt .more span {
  display: inline-block;
  color: #555555;
  padding-right: 0.18rem;
  line-height: 1;
  background-image: url(../images/icon_more_555.svg);
  background-repeat: no-repeat;
  background-size: 0.08rem;
  background-position: right center;
}
.ind_pro .outer-item .left .swiper-slide {
  overflow: hidden;
  display: flex;
}
.ind_pro .outer-item .left .swiper-slide .txt {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.4s;
}
.ind_pro .outer-item .left .ani-slide .txt {
  transform: translateX(0);
  opacity: 1;
}
.ind_pro .outer-item .left .swiper-pagination {
  position: absolute !important;
  bottom: 0.5rem;
  left: 0;
}
.ind_pro .outer-item .left .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0.05rem;
  transition: 0.3s;
}
.ind_pro .outer-item .left .swiper-pagination-bullet-active {
  width: 0.3rem;
  background-color: #94c33b;
  opacity: 1;
}
.ind_pro .outer-item .right {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.ind_pro .outer-item .right .right_box {
  height: calc(50% - 0.15rem);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ind_pro .outer-item .right .right_box:nth-of-type(2) {
  top: auto;
  bottom: 0;
}
.ind_pro .outer-item .right .swiper-slide {
  position: relative;
}
.ind_pro .outer-item .right .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .ind_pro {
    padding: 0.8rem 0;
  }
  .ind_pro .ind_title {
    margin-bottom: 0.3rem;
  }
  .ind_pro .container {
    display: block;
  }
  .ind_pro .container .columns {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }
  .ind_pro .columns_list {
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
  .ind_pro .columns_list a {
    padding-right: 0.2rem;
    font-size: 0.3rem;
  }
  .ind_pro .columns_list .swiper-wrapper {
    display: flex;
  }
  .ind_pro .columns_list .swiper-slide {
    width: auto;
  }
  .ind_pro .outer-item .left .txt {
    padding: 0.3rem;
  }
  .ind_pro .outer-item .left .txt h2 {
    font-size: 0.3rem;
  }
  .ind_pro .outer-item .left .txt h2::after {
    height: 0.05rem;
    width: 0.3rem;
  }
  .ind_pro .outer-item .left .txt .des {
    font-size: 0.24rem;
  }
}
@media (max-width: 768px) {
  .ind_pro .outer-item {
    display: block;
  }
  .ind_pro .outer-item .left {
    width: 100%;
  }
  .ind_pro .outer-item .left .txt {
    padding: 0.6rem;
  }
  .ind_pro .outer-item .right {
    width: 100%;
  }
  .ind_pro .outer-item .right .right_box {
    position: static;
    height: 5.8rem;
    margin-top: 0.3rem;
    overflow: hidden;
  }
  .ind_pro .outer-item .right .swiper-slide {
    padding-top: 3.8rem;
    position: relative;
  }
  .ind_pro .outer-item .right .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.ind_about {
  padding-bottom: 0.4rem;
}
.ind_about .flex_box {
  justify-content: space-between;
  align-items: center;
}
.ind_about .pic {
  width: 51.875%;
}
.ind_about .pic img {
  display: block;
}
.ind_about .txt {
  width: 41.875%;
}
.ind_about .txt .title {
  font-size: 0.24rem;
  color: #94c33b;
  margin-bottom: 0.25rem;
}
.ind_about .txt .des {
  color: #555555;
  line-height: 2;
  margin-bottom: 0.75rem;
}
.ind_about .ind_title {
  margin-bottom: 0.35rem;
}
@media (max-width: 1024px) {
  .ind_about .pic {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ind_about .txt {
    width: 100%;
  }
}
.ind_news {
  padding: 0.8rem 0 1.2rem;
}
.ind_news .ind_title {
  text-align: center;
}
.ind_news .swiper {
  perspective: 1200px;
  overflow: visible;
  cursor: grab;
  padding-bottom: 2rem;
  overflow: hidden;
}
.ind_news .swiper-slide {
  background-color: #fff;
  width: 6.8rem;
  position: relative;
}
.ind_news .swiper-slide a {
  display: block;
}
.ind_news .swiper-slide .pic {
  padding-top: 66.66666667%;
  overflow: hidden;
  position: relative;
}
.ind_news .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
  transform: scale(1);
}
.ind_news .swiper-slide .txt {
  padding-top: 0.3rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ind_news .swiper-slide .txt .time {
  font-size: 0.2rem;
  color: #94c33b;
  margin-bottom: 0.2rem;
}
.ind_news .swiper-slide .txt h2 {
  font-size: 0.3rem;
  color: #000;
  font-weight: normal;
  margin-bottom: 0.15rem;
}
.ind_news .swiper-slide .txt .des {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  line-height: 1.75;
}
.ind_news .swiper-slide .txt .more {
  padding-top: 0.3rem;
  border-top: 1px solid #d5d5d5;
}
.ind_news .swiper-slide .txt .more span {
  display: inline-block;
  padding-right: 0.2rem;
  font-size: 0.2rem;
  color: #888888;
  background-position: right center;
  background-size: 0.1rem;
  background-repeat: no-repeat;
  line-height: 1;
  background-image: url(../images/icon_more_grey.svg);
}
.ind_news .swiper-slide .txt:hover h2 {
  color: #94c33b;
}
.ind_news .swiper-slide .txt:hover .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.ind_news .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.ind_news .swiper-wrapper {
  transform-style: preserve-3d;
}
.ind_news .swiper-prev {
  left: 4rem;
}
.ind_news .swiper-next {
  right: 4rem;
}
@media (max-width: 1024px) {
  .ind_news .swiper-prev {
    left: 0.5rem;
  }
  .ind_news .swiper-next {
    right: 0.5rem;
  }
}
.search {
  padding-bottom: 0.8rem;
}
.search .search_box {
  display: flex;
  justify-content: center;
  padding: 0.6rem 0 0.3rem;
}
.search .search_box .input {
  position: relative;
}
.search .search_box .text {
  width: 5.9rem;
  padding-right: 0.7rem;
  padding-left: 0.3rem;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  height: 0.5rem;
  line-height: 0.5rem;
}
.search .search_box a {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/icon_search.svg) center center no-repeat;
  background-size: 0.18rem;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search .search_info {
  display: flex;
  justify-content: space-between;
  line-height: 0.6rem;
  border-bottom: 1px solid #e9eced;
  margin-bottom: 0.4rem;
}
.search .search_info .keyword {
  font-size: 0.18rem;
  color: #1c1c1c;
}
.search .search_info .keyword span {
  color: #94c33b;
}
.search .search_info .types {
  display: flex;
}
.search .search_info .types .item {
  margin-left: 0.7rem;
}
.search .search_info .types .item a {
  color: #888888;
}
.search .search_info .types .item:first-of-type {
  margin-left: 0;
}
.search .search_info .types .item.active a {
  color: #000;
}
.search .search-list1 {
  margin-left: -0.13rem;
  margin-right: -0.13rem;
  display: flex;
  flex-wrap: wrap;
}
.search .search-list1 .item {
  width: 25%;
  padding: 0 0.13rem;
  margin-bottom: 0.2rem;
}
.search .search-list1 .item a {
  display: block;
  background-color: #f4f5f7;
  padding: 0.5rem 0.3rem 0.3rem;
}
.search .search-list1 .item a:hover .pic img {
  transform: scale(1.1);
}
.search .search-list1 .item a:hover .txt h2 {
  color: #94c33b;
}
.search .search-list1 .item a:hover .txt .des {
  color: #94c33b;
}
.search .search-list1 .item a:hover .txt .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.search .search-list1 .item a pre {
  white-space: inherit;
}
.search .search-list1 .item a .pic {
  padding-top: 97.61904762%;
  position: relative;
  overflow: hidden;
}
.search .search-list1 .item a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  max-height: 100%;
}
.search .search-list1 .item a .txt {
  text-align: center;
}
.search .search-list1 .item a .txt h2 {
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.13rem;
}
.search .search-list1 .item a .txt .des {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}
.search .search-list1 .item a .txt .more span {
  display: inline-block;
  padding-right: 0.18rem;
  color: #555555;
  line-height: 1;
  background-image: url(../images/icon_more_555.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.08rem 0.12rem;
}
.search .search-list2 .item {
  transition: 0.3s;
  margin-bottom: 0.2rem;
}
.search .search-list2 .item:hover .pic img {
  transform: scale(1.1);
}
.search .search-list2 .item:hover .txt .info .des,
.search .search-list2 .item:hover .txt .info h2 {
  color: #94c33b;
}
.search .search-list2 .item:hover .txt .info .more span {
  color: #94c33b;
  background-image: url(../images/icon_more_green.svg);
}
.search .search-list2 .item:hover .txt .time {
  border-color: #94c33b;
}
.search .search-list2 .item a {
  display: flex;
}
.search .search-list2 .item .pic {
  flex-shrink: 0;
  margin-right: 0.6rem;
  overflow: hidden;
}
.search .search-list2 .item .pic img {
  width: 3rem;
  height: 2rem;
  object-fit: cover;
  transition: 0.3s;
}
.search .search-list2 .item .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9eced;
  flex: 1;
}
.search .search-list2 .item .txt .info h2 {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: normal;
}
.search .search-list2 .item .txt .info .des {
  height: 3.5em;
  color: #666666;
  margin-bottom: 0.4rem;
}
.search .search-list2 .item .txt .info .more span {
  display: inline-block;
  color: #888888;
  padding-right: 0.18rem;
  line-height: 1;
  background-image: url(../images/icon_more_grey.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.search .search-list2 .item .txt .time {
  width: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-left: 1px solid #e5e5e5;
  color: #94c33b;
}
.search .search-list2 .item .txt .time .day {
  font-size: 0.52rem;
}
.search .search-list2 .item .txt .time .year {
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .search .search_box .text {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
  }
  .search .search_info {
    display: block;
  }
  .search .search_info .keyword {
    font-size: 0.27rem;
  }
  .search .search_info .types .item {
    width: 50%;
    text-align: center;
    font-size: 0.28rem;
  }
  .search .search-list1 .item {
    width: 50%;
  }
  .search .search-list1 .item a .txt h2 {
    font-size: 0.28rem;
  }
  .search .search-list2 .item .pic {
    margin-right: 0.2rem;
  }
  .search .search-list2 .item .txt .info h2 {
    font-size: 0.28rem;
    line-height: inherit;
    margin-bottom: 0.15rem;
  }
  .search .search-list2 .item .txt .info .des {
    height: auto;
    margin-bottom: 0.15rem;
  }
}
.friends {
  padding: 0.8rem 0;
}
.friends .inner {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.friends .inner .item {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}
.friends .inner a {
  display: block;
  line-height: 0.6rem;
  padding: 0 0.15rem;
  background-color: #f5f5f5;
  text-align: center  ;
  transition: 0.3s;
}
.friends .inner a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .friends .inner .item {
    width: 50%;
  }
}
.sitemap {
  padding: 0.8rem 0;
}
.sitemap li {
  padding: 0.8% 0;
  border-bottom: solid 1px #eeeeee;
  line-height: 0.5rem;
}
.sitemap li span {
  font-size: 16px;
}
.sitemap dl {
  padding: 0.5% 0;
}
.sitemap dt {
  display: inline-block;
  opacity: 0.8;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .sitemap li span {
    font-size: 0.28rem;
  }
  .sitemap li {
    line-height: 0.6rem;
  }
}
.pro_ban {
  position: relative;
}
.pro_ban img {
  display: block;
}
.pro_ban .txt {
  width: 96%;
  max-width: 1120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 1.5;
}
.pro_ban .txt i {
  display: inline-block;
  width: 0.34rem;
  height: 0.5rem;
  background: url(../images/icon_leaf2.svg) center center / contain no-repeat;
  margin-bottom: 0.15rem;
}
.pro_ban p {
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  word-break: break-word;
  white-space: pre-line;
}
.pro-select {
  padding: 0.5rem 0;
  margin-left: .2rem;
}
.pro-select .select {
  /* width: 2.5rem; */
  position: relative;
  z-index: 12;
}
.pro-select h2 {
  position: relative;
  padding: 0 0.15rem;
  border-radius: 0.05rem;
  /* border: 1px solid #94c33b; */
  line-height: 0.36rem;
  /* font-weight: normal; */
  color: #94c33b;
  cursor: pointer;
}
/* .pro-select h2::after {
  content: '';
  width: 0.375em;
  height: 0.625em;
  position: absolute;
  right: 0.15rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_more_green.svg) center / contain no-repeat;
  transition: 0.3s;
} */
.pro-select h2.active::after {
  transform: rotate(90deg);
}
.pro-select .sub {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 2.4rem;
  padding: .1rem;
  right: 0;
  max-height: 3.2rem;
  box-shadow: 0 0 5px 0 #eee;
  overflow-y: auto;
}
.pro-select .sub::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.pro-select .sub::-webkit-scrollbar-track-piece {
  margin-right: 10px;
  background-color: #EEE;
  -webkit-border-radius: 8px;
}
.pro-select .sub::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #DDD;
  -webkit-border-radius: 8px;
}
.pro-select .sub::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: #EEE;
  -webkit-border-radius: 8px;
}
.pro-select .sub dd {
  line-height: 0.38rem;
  padding: 0 0.15rem;
  cursor: pointer;
  transition: .3s;
  border-radius: .05rem;
}
.pro-select .sub dd:hover{
  background-color: #94c33b;
  color: #fff;
}
@media (max-width: 1024px) {
  .pro-select {
    /* width: 100%; */
    padding: 0.3rem 0;
  }
  .pro-select .select {
    width: 100%;
  }
  .pro-select h2 {
    line-height: 0.5rem;
    width: 100%;
    font-size: .5rem;
  }
  .pro-select .sub{
    max-height: none;
    padding: 0;
    padding-bottom: .4rem;
  }
  .pro-select .sub dl{
    max-height: 3.5rem;
    overflow-y: auto;
    padding: 0.1rem;
    
  }
  .pro-select .sub::before{
    content: '';
    width: 0;
    height: 0;
    border: .12rem solid transparent;
    border-top-color: #666;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;
    margin: auto;
  }
  .pro-select .sub dd {
    line-height: 0.6rem;
  }
}
