@charset "utf-8";

.fotn32 {
  font-size: .32rem
}

.font40 {
  font-size: .4rem
}

@media (max-width: 767px) {
  .font40 {
    font-size: 24px
  }
}

.font58 {
  font-size: .58rem;
  line-height: 1.2
}

@media (max-width: 767px) {
  .font58 {
    font-size: 24px
  }
}

.newsbox {
  padding-top: 1.2rem;
  position: relative;
  background: #f8fbf8;
  overflow: hidden
}

.newsbox .public-breadcrumb {
  position: relative;
  top: 0;
  padding: .25rem 0
}

.newsbox_menu {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 767px) {
  .newsbox_menu {
    flex-wrap: wrap
  }
}

.newsbox_menu .newsbox_menu_nav {
  margin: 0;
  margin-left: -0.1rem;
  flex: 1 1 auto;
  width: auto
}

.newsbox_menu .newsbox_menu_nav .swiper-slide {
  padding: 0 .14rem .2rem;
  width: auto
}

.newsbox_menu .newsbox_menu_nav .swiper-slide .item {
  color: #666666;
  transition: all .4s;
  border-radius: 30px;
  padding: .17rem .24rem;
  min-width: 1.6rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px .14rem 0 rgba(0, 0, 0, 0.08)
}

.newsbox_menu .newsbox_menu_nav .swiper-slide:hover:not(.on) .item {
  color: var(--color)
}

.newsbox_menu .newsbox_menu_nav .swiper-slide.on .item {
  background: var(--color);
  color: #fff;
  box-shadow: 0 1px .14rem 0 rgba(0, 0, 0, 0)
}

.newsbox_menu .f_select {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap
}

@media (max-width: 767px) {
  .newsbox_menu .f_select {
    justify-content: space-between;
    margin-bottom: .15rem
  }
}

.newsbox_menu .f_select .li {
  width: 1.9rem;
  margin-right: .2rem
}

@media (max-width: 767px) {
  .newsbox_menu .f_select .li {
    width: 31%;
    margin: 0;
    width: calc(33.333% - .1rem)
  }
}

.newsbox_menu .f_select .li select {
  width: 100%;
  border-radius: 29px;
  border: solid 1px #ededed;
  padding: .16rem .22rem;
  color: #666666;
  background: #ffffff url(../images/seleincimg1.svg) 88% center / 10px auto no-repeat
}

.newsbox_menu .f_form {
  flex: 0 0 auto;
  border: solid 1px #ededed;
  border-radius: 30px;
  margin-left: .3rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  width: 3rem;
  margin-bottom: .14rem
}

@media (max-width: 767px) {
  .newsbox_menu .f_form {
    width: 100%;
    margin-left: 0;
    margin-top: .2rem
  }
}

.newsbox_menu .f_form input {
  width: calc(100% - .54rem);
  padding: .16rem .26rem;
  color: #333
}

@media (max-width: 767px) {
  .newsbox_menu .f_form input {
    padding: .22rem .26rem;
    width: calc(100% - .74rem)
  }
}

.newsbox_menu .f_form input::placeholder {
  color: #999999
}

.newsbox_menu .f_form input:-webkit-input-placeholder {
  color: #999999
}

.newsbox_menu .f_form input:-moz-placeholder {
  color: #999999
}

.newsbox_menu .f_form .f_sub {
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s
}

@media (max-width: 767px) {
  .newsbox_menu .f_form .f_sub {
    width: .74rem;
    height: .74rem
  }
}

.newsbox_menu .f_form .f_sub:hover {
  opacity: .9
}

.newsbox_menu .f_form .f_sub img,
.newsbox_menu .f_form .f_sub svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain
}

.newsbox_menu .f_form .f_sub img path,
.newsbox_menu .f_form .f_sub svg path {
  fill: #fff !important
}

.newsbox_tag {
  display: flex;
  align-items: flex-start
}

.newsbox_tag .f_name {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: .1rem 0;
  margin-right: .25rem;
  margin-bottom: 10px
}

.newsbox_tag .f_link {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto
}

.newsbox_tag .f_link .li {
  box-shadow: 0 1px .14rem 0 rgba(0, 0, 0, 0.04);
  border-radius: 22px;
  color: #666666;
  padding: .1rem .2rem;
  min-width: 1rem;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center
}

@media (max-width: 767px) {
  .newsbox_tag .f_link .li {
    padding: .14rem .24rem
  }
}

.newsbox_tag .f_link .li:hover:not(.on) {
  color: var(--color)
}

.newsbox_tag .f_link .li.on {
  background-color: var(--color);
  color: #fff;
  box-shadow: 0 1px .14rem 0 rgba(0, 0, 0, 0)
}

@media (max-width: 767px) {
  .newsbox_tag {
    flex-wrap: wrap
  }

  .newsbox_tag .f_name {
    width: 100%
  }

  .newsbox_tag .f_link {
    width: 100%;
    margin-top: .14rem
  }
}

.newsbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem
}

.newsbox_list .item {
  width: 33.333%;
  padding: 0 .12rem;
  margin-bottom: .26rem
}

@media (max-width: 991px) {
  .newsbox_list .item {
    width: 50%
  }
}

@media (max-width: 767px) {
  .newsbox_list .item {
    width: 100%
  }
}

.newsbox_list .item .list {
  display: block;
  background: #f9fbf9;
  height: 100%;
  border-radius: .2rem
}

.newsbox_list .item .list .img {
  border-radius: .2rem
}

.newsbox_list .item .list .img:before {
  padding-top: 59.68992248%
}

.newsbox_list .item .list .font {
  padding: .32rem .36rem .3rem
}

.newsbox_list .item .list .font .f_time {
  color: #999999;
  margin-bottom: .16rem;
  display: block
}

@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_time {
    font-size: .24rem
  }
}

.newsbox_list .item .list .font .f_tit {
  color: #333333;
  line-height: 1.25;
  height: 3.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  transition: all .4s;
  -webkit-box-orient: vertical;
  margin-bottom: .28rem
}

@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_tit {
    font-size: .32rem;
    margin-bottom: .4rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.5em
  }
}

.newsbox_list .item .list .font .f_tag {
  padding-top: .36rem;
  border-top: 1px solid #e0e1e0;
  display: flex;
  flex-wrap: wrap
}

.newsbox_list .item .list .font .f_tag .li {
  margin-right: 15px;
  margin-bottom: 10px;
  display: block;
  padding: 0 5px;
  color: #2d973d;
  background: #fff
}

@media (max-width: 1580px) {
  .newsbox_list .item .list .font .f_tag .li {
    margin-right: 10px
  }
}

@media (max-width: 767px) {
  .newsbox_list .item .list .font .f_tag .li {
    font-size: .24rem
  }
}

.newsbox_list .item .list .font .f_tag .li span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all .4s
}

.newsbox_list .item .list .font .f_tag .li:hover span {
  background-size: 100% 100%
}

.newsbox_list .item .list .font a:hover .f_tit {
  color: var(--color)
}

.newsbox_list .item .list:hover .img img {
  transform: scale(1.08)
}

.newsbox-sec1 {
  background: #f8fbf8;
  padding: .5rem 0 .96rem;
  position: relative
}

@media (max-width: 767px) {
  .newsbox-sec1 {
    padding: 1.2rem 0 1.4rem
  }
}

.newsbox-sec1 .c-bg {
  position: absolute;
  left: -2.5rem;
  bottom: -3.6rem;
  z-index: 1;
  width: 7.3rem;
  height: 7.3rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite
}

.newsbox-sec1 .c-bg2 {
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 1;
  width: 8.3rem;
  pointer-events: none;
  animation: circleMove 6s linear infinite
}

.newsbox-sec1 .container {
  position: relative
}

.newsbox-sec1 .container .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.newsbox-sec1 .container .item .img {
  width: 45.3125%;
  border-radius: .2rem
}

@media (max-width: 767px) {
  .newsbox-sec1 .container .item .img {
    width: 100%
  }
}

.newsbox-sec1 .container .item .img:before {
  padding-top: 62.62068966%
}

.newsbox-sec1 .container .item .font {
  width: 54.6875%;
  padding: .54rem 0 .54rem 1rem
}

@media (max-width: 991px) {
  .newsbox-sec1 .container .item .font {
    padding: .2rem 0 .2rem .6rem
  }
}

@media (max-width: 767px) {
  .newsbox-sec1 .container .item .font {
    width: 100%;
    padding: .5rem 0 0
  }
}

.newsbox-sec1 .container .item .font .f_wen {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px
}

.newsbox-sec1 .container .item .font .f_wen .f_time {
  color: #999999;
  display: block
}

.newsbox-sec1 .container .item .font .f_wen .f_time,
.newsbox-sec1 .container .item .font .f_wen .li {
  margin-right: 14px;
  margin-bottom: 10px
}

@media (max-width: 1580px) {

  .newsbox-sec1 .container .item .font .f_wen .f_time,
  .newsbox-sec1 .container .item .font .f_wen .li {
    margin-right: 10px
  }
}

.newsbox-sec1 .container .item .font .f_wen .li {
  color: var(--color);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  display: block;
  transition: all .4s
}

.newsbox-sec1 .container .item .font .f_wen .li:hover {
  background-size: 100% 100%
}

.newsbox-sec1 .container .item .font .f_tit {
  line-height: 1.25;
  color: #000;
  height: 2.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem
}

@media (max-width: 991px) and (min-width: 768px) {
  .newsbox-sec1 .container .item .font .f_tit {
    font-size: .36rem
  }
}

.newsbox-sec1 .container .item:hover .img img {
  transform: scale(1.08)
}

.newsbox-sec1 .container .item:hover .font .public-btn {
  color: #333
}

.newsbox-sec1 .container .item:hover .font .public-btn::before {
  width: 50px
}

.newsbox-sec2 {
  position: relative;
  z-index: 2;
  background: #fff url(../images/fotbagimf1.png) left bottom / 100% auto no-repeat;
  padding: .4rem 0 0
}

.newsbox-sec2 .newsbox_menu {
  margin-bottom: .4rem
}

@media (max-width: 767px) {
  .newsbox-sec2 .newsbox_menu {
    margin-bottom: .6rem
  }
}

.newsbox-sec2 .newsbox_tag {
  margin-bottom: .3rem;
  padding-top: .4rem;
  border-top: 1px solid #f5f5f5
}

@media (max-width: 767px) {
  .newsbox-sec2 .newsbox_tag {
    padding-top: .6rem;
    margin-bottom: .5rem
  }
}

.newsbox-sec2 .public-pagination {
  margin-top: .66rem
}

.newsbox-sec2 .c-no-data {
  text-align: center
}

.labelbox {
  padding-top: 1.2rem;
  background: #f7fbf8;
  position: relative
}

.labelbox .public-breadcrumb {
  position: relative;
  top: 0;
  padding: .25rem 0;
  border-bottom: 1px solid #dee1df
}

.labelbox-sec1 {
  padding: .54rem 0 1.2rem
}

@media (max-width: 767px) {
  .labelbox-sec1 {
    padding: 1.2rem 0
  }
}

.labelbox-sec1 .f_title1 {
  text-align: center;
  margin-bottom: .6rem;
  color: #000000
}

.labelbox-sec1 .newsbox_tag {
  padding-bottom: .22rem;
  border-bottom: 1px solid #dee1df;
  margin-bottom: .4rem
}

@media (max-width: 767px) {
  .labelbox-sec1 .newsbox_tag {
    margin-bottom: .6rem;
    padding-bottom: .42rem
  }
}

.labelbox-sec1 .public-pagination {
  margin-top: .66rem
}

.new_infobox {
  padding-top: 1.2rem;
  /* background: #f7fbf8; */
  position: relative
}

.new_infobox .public-breadcrumb {
  position: relative;
  top: 0;
  padding: .25rem 0;
  border-bottom: 1px solid #dee1df
}

.new_infobox-sec1 {
  padding: .96rem 0 1.2rem
}

.new_infobox-sec1 .container {
  max-width: 800px
}

.new_infobox-sec1 .cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}

.new_infobox-sec1 .cont .lt {
  width: 100%
}

.new_infobox-sec1 .cont .lt .f_title {
  letter-spacing: -1px;
  color: #333333;
  line-height: 1.25;
  margin-bottom: .6rem
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .f_title {
    margin-bottom: .4rem
  }
}

.new_infobox-sec1 .cont .lt .f_jut {
  display: flex;
  justify-content: space-between;
  padding-bottom: .12rem;
  border-bottom: 1px solid #e8ece9;
  margin-bottom: .34rem
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .f_jut {
    flex-wrap: wrap;
    width: 100%
  }
}

.new_infobox-sec1 .cont .lt .f_jut .f_list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin-top: .14rem
}

.new_infobox-sec1 .cont .lt .f_jut .f_list .li {
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: .4rem;
  margin-bottom: .1rem
}

.new_infobox-sec1 .cont .lt .f_jut .f_list .li:last-child {
  margin-right: 0
}

.new_infobox-sec1 .cont .lt .f_jut .f_list .li span {
  color: #000000
}

.new_infobox-sec1 .cont .lt .f_jut .f_list .li img,
.new_infobox-sec1 .cont .lt .f_jut .f_list .li svg {
  margin-right: 10px;
  width: 20px;
  height: 20px
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen {
  margin-left: .3rem;
  display: flex;
  flex: 0 0 auto;
  align-items: center
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .f_jut .f_fen {
    width: 100%;
    margin-left: 0
  }
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen .f_name {
  color: #666666;
  flex: 0 0 auto;
  margin-right: .22rem
}

@media (max-width: 1580px) {
  .new_infobox-sec1 .cont .lt .f_jut .f_fen .f_name {
    margin-bottom: 10px
  }
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen .f_share {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen .f_share a {
  margin-bottom: 13px;
  margin-right: 13px !important;
  margin: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  transition: all .4s;
  align-items: center;
  justify-content: center
}

@media (max-width: 1580px) {
  .new_infobox-sec1 .cont .lt .f_jut .f_fen .f_share a {
    width: 34px;
    height: 34px;
    margin-right: 10px !important;
    margin-bottom: 10px
  }
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen .f_share a:last-child {
  margin-right: 0 !important
}

.new_infobox-sec1 .cont .lt .f_jut .f_fen .f_share a:hover {
  background-color: var(--color);
  color: #ffffff
}

.new_infobox-sec1 .cont .lt .public-content {
  margin-bottom: .36rem;
  padding-bottom: .72rem;
  border-bottom: 1px solid #dee1df;
  display: block
}

.new_infobox-sec1 .cont .lt .qie {
  display: flex;
  align-items: flex-start
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .qie {
    flex-wrap: wrap
  }
}

.new_infobox-sec1 .cont .lt .qie .f_list {
  flex: 1 1 auto
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .qie .f_list {
    flex: 0 0 100%
  }
}

.new_infobox-sec1 .cont .lt .qie .f_list .li {
  width: 100%;
  margin-bottom: .12rem
}

.new_infobox-sec1 .cont .lt .qie .f_list .li a {
  transition: all .4s;
  background-size: 0 100%;
  background-repeat: no-repeat;
  color: #999;
  overflow: hidden
}

.new_infobox-sec1 .cont .lt .qie .f_list .li a:hover {
  color: #333333;
  background-size: 100% 100%
}

.new_infobox-sec1 .cont .lt .qie .f_list .li:last-child {
  margin-bottom: 0
}

.new_infobox-sec1 .cont .lt .qie .f_but {
  margin-left: .3rem;
  min-width: 1.68rem;
  padding: .16rem .2rem;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: all .4s;
  white-space: nowrap
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .lt .qie .f_but {
    margin: .4rem 0 0
  }
}

.new_infobox-sec1 .cont .lt .qie .f_but:hover {
  opacity: .8
}

.new_infobox-sec1 .cont .gt {
  display: none;
  width: 29.29%
}

@media (max-width: 991px) {
  .new_infobox-sec1 .cont .gt {
    width: 100%;
    margin-top: .7rem
  }
}

@media (min-width: 992px) {
  .new_infobox-sec1 .cont .gt {
    position: sticky;
    position: -webkit-sticky;
    top: 1rem
  }
}

.new_infobox-sec1 .cont .gt .f_title {
  width: 100%;
  margin-bottom: .28rem;
  color: #000000;
  padding-top: .08rem
}

@media (max-width: 1260px) {
  .new_infobox-sec1 .cont .gt .f_title {
    padding-top: .2rem
  }
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .gt .f_title {
    font-size: .32rem
  }
}

.new_infobox-sec1 .cont .gt .f_jut .item {
  margin-bottom: .35rem
}

.new_infobox-sec1 .cont .gt .f_jut .item .list {
  display: block;
  padding-top: .34rem;
  border-top: 1px solid #e8ece9
}

.new_infobox-sec1 .cont .gt .f_jut .item .list .img {
  border-radius: .2rem;
  margin-bottom: .24rem
}

.new_infobox-sec1 .cont .gt .f_jut .item .list .img:before {
  padding-top: 59.68992248%
}

.new_infobox-sec1 .cont .gt .f_jut .item .list .f_time {
  display: block;
  color: #999999;
  margin-bottom: 3px
}

.new_infobox-sec1 .cont .gt .f_jut .item .list .f_tit {
  color: #333333;
  line-height: 1.55555556;
  height: 3.11111111em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: color .4s linear;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.new_infobox-sec1 .cont .gt .f_jut .item .list .f_tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background .4s
}

.new_infobox-sec1 .cont .gt .f_jut .item .list:hover .img img {
  transform: scale(1.08)
}

.new_infobox-sec1 .cont .gt .f_jut .item .list:hover .font .f_tit {
  color: var(--color)
}

.new_infobox-sec1 .cont .gt .f_jut .item .list:hover .font .f_tit span {
  background-size: 100% 100%
}

@media (max-width: 991px) {
  .new_infobox-sec1 .cont .gt .f_jut {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem
  }

  .new_infobox-sec1 .cont .gt .f_jut .item {
    width: 33.333%;
    padding: 0 .15rem
  }

  .new_infobox-sec1 .cont .gt .f_jut .item .list {
    padding-top: 0;
    border-top: none
  }
}

@media (max-width: 767px) {
  .new_infobox-sec1 .cont .gt .f_jut .item {
    width: 50%
  }
}

.investorbanner .c-text-box .c-subtitle {
  line-height: 1.20689655;
  margin-top: .4rem
}

.invertorbox {
  background: #f8fbf8
}

.invertorbox_tit .f_tit {
  color: #000000
}

.invertorbox_tit .f_text {
  margin-top: .22rem;
  color: #666666;
  line-height: 1.06666667
}

.invertorbox-sec1 {
  position: relative;
  z-index: 5;
  padding: .88rem 0 1.2rem;
  background: #f8fbf8
}

.invertorbox-sec1 .invertorbox_tit {
  margin-bottom: .52rem
}

.invertorbox-sec1 .cont {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: .2rem;
  padding: .52rem .8rem .5rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 6.04rem;
  align-items: flex-start
}

@media (max-width: 767px) {
  .invertorbox-sec1 .cont {
    padding: .66rem .34rem
  }
}

.invertorbox-sec1 .cont .lt {
  width: 42.52%;
  padding-right: .3rem
}

@media (max-width: 991px) {
  .invertorbox-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: .6rem
  }
}

.invertorbox-sec1 .cont .lt .f_tit {
  color: #999999;
  margin-bottom: .3rem
}

.invertorbox-sec1 .cont .lt .shs {
  color: #000000;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: .72rem;
  line-height: .9;
  margin-bottom: 1rem
}

@media (max-width: 991px) {
  .invertorbox-sec1 .cont .lt .shs {
    margin-bottom: .4rem
  }
}

.invertorbox-sec1 .cont .lt .f_jut .li {
  display: flex;
  color: #000000;
  margin-bottom: .1rem
}

.invertorbox-sec1 .cont .lt .f_jut .li:last-child {
  margin-bottom: 0
}

.invertorbox-sec1 .cont .lt .f_jut .li span {
  display: flex;
  align-items: center;
  margin-left: .2rem
}

.invertorbox-sec1 .cont .lt .f_jut .li span img,
.invertorbox-sec1 .cont .lt .f_jut .li span svg {
  width: 6px;
  height: 14px;
  margin-right: 6px
}

@media (max-width: 1580px) {

  .invertorbox-sec1 .cont .lt .f_jut .li span img,
  .invertorbox-sec1 .cont .lt .f_jut .li span svg {
    width: 4px;
    height: 10px
  }
}

.invertorbox-sec1 .cont .lt .f_jut .li span img path,
.invertorbox-sec1 .cont .lt .f_jut .li span svg path {
  fill: #000000 !important
}

.invertorbox-sec1 .cont .lt .f_jut .li.on span img,
.invertorbox-sec1 .cont .lt .f_jut .li.on span svg {
  transform: rotate(180deg)
}

.invertorbox-sec1 .cont .gt {
  display: flex;
  flex-wrap: wrap;
  width: 57.48%;
  padding-top: .4rem;
  border-top: 1px solid #e5e5e5
}

@media (max-width: 991px) {
  .invertorbox-sec1 .cont .gt {
    width: 100%
  }
}

.invertorbox-sec1 .cont .gt .item {
  width: 33.333%;
  padding-right: .2rem;
  margin-bottom: .6rem
}

@media (max-width: 767px) {
  .invertorbox-sec1 .cont .gt .item {
    margin-bottom: .3rem
  }
}

.invertorbox-sec1 .cont .gt .item .f_name {
  color: #999999;
  margin-bottom: .14rem
}

@media (max-width: 767px) {
  .invertorbox-sec1 .cont .gt .item .f_name {
    font-size: .24rem
  }
}

.invertorbox-sec1 .cont .gt .item .shu {
  line-height: .9
}

.invertorbox-sec1 .cont .gt .item .shu span {
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.invertorbox-sec1 .cont .f_tag {
  margin-top: auto;
  width: 100%;
  color: #666666
}

@media (max-width: 767px) {
  .invertorbox-sec1 .cont .f_tag {
    margin-top: .4rem
  }
}

.invertorbox-sec1 .cont .c-bg {
  position: absolute;
  right: -2.8rem;
  bottom: -3.8rem;
  z-index: 1;
  width: 7.3rem;
  height: 7.3rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite
}

.invertorbox-sec2 .container {
  padding: .88rem 0 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.invertorbox-sec2 .container .invertorbox_tit {
  margin-bottom: .54rem
}

.invertorbox-sec2 .container .cont {
  background-color: #000000;
  border-radius: .2rem;
  position: relative;
  overflow: hidden
}

.invertorbox-sec2 .container .cont .img:before {
  padding-top: 35%
}

@media (max-width: 767px) {
  .invertorbox-sec2 .container .cont .img:before {
    padding-top: 80%
  }
}

.invertorbox-sec2 .container .cont .img img {
  opacity: .8
}

.invertorbox-sec2 .container .cont .font {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  z-index: 2;
  text-align: center;
  color: #ffffff
}

@media (max-width: 767px) {
  .invertorbox-sec2 .container .cont .font {
    width: 90%
  }
}

.invertorbox-sec2 .container .cont .font .f_tit {
  line-height: 1.5;
  margin-bottom: .38rem
}

.invertorbox-sec2 .container .cont .font .public-btn div {
  transition: all .4s
}

.invertorbox-sec2 .container .cont .font .public-btn:hover div {
  transform: rotate(45deg)
}

.invertorbox-sec3 {
  position: relative;
  padding: .88rem 0 1.06rem
}

@media (max-width: 767px) {
  .invertorbox-sec3 {
    padding: 0 0 1.4rem
  }

  .invertorbox-sec3 .container {
    border-radius: .2rem;
    overflow: hidden;
    padding-top: .88rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.invertorbox-sec3 .bag {
  width: 100%;
  height: 100%
}

@media (min-width: 768px) {
  .invertorbox-sec3 .bag {
    position: absolute;
    top: 0;
    left: 0
  }
}

.invertorbox-sec3 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.invertorbox-sec3 .cont {
  position: relative;
  width: 520px;
  background: #ffffff;
  border-radius: .2rem;
  padding: .48rem .52rem .68rem
}

@media (max-width: 991px) {
  .invertorbox-sec3 .cont {
    width: 6.6rem
  }
}

@media (max-width: 767px) {
  .invertorbox-sec3 .cont {
    padding: .52rem .34rem .6rem;
    width: 100%;
    border-radius: 0
  }
}

.invertorbox-sec3 .cont .f_tit {
  display: flex;
  align-items: flex-start;
  color: #000000;
  padding-bottom: .42rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: .4rem
}

.invertorbox-sec3 .cont .f_tit img,
.invertorbox-sec3 .cont .f_tit svg {
  width: .32rem;
  height: .32rem;
  flex: 0 0 auto;
  position: relative;
  top: .75em;
  transform: translateY(-50%);
  margin-right: .2rem;
  object-fit: contain
}

@media (max-width: 767px) {

  .invertorbox-sec3 .cont .f_tit img,
  .invertorbox-sec3 .cont .f_tit svg {
    width: .5rem;
    height: .5rem
  }
}

.invertorbox-sec3 .cont .f_tit img path,
.invertorbox-sec3 .cont .f_tit svg path {
  fill: var(--color) !important
}

.invertorbox-sec3 .cont .f_jut {
  margin-bottom: .32rem
}

.invertorbox-sec3 .cont .f_jut .li {
  margin-bottom: .12rem;
  color: #666666;
  display: flex;
  align-items: flex-start;
  font-size: 18px
}

@media (max-width: 1580px) {
  .invertorbox-sec3 .cont .f_jut .li {
    font-size: 16px
  }
}

.invertorbox-sec3 .cont .f_jut .li strong {
  display: flex;
  color: #000000;
  flex: 0 0 auto
}

.invertorbox-sec3 .cont .f_jut .li strong img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: relative;
  top: 5px
}

@media (max-width: 1580px) {
  .invertorbox-sec3 .cont .f_jut .li strong img {
    top: 4px
  }
}

.invertorbox-sec3 .cont .f_jut .li:last-child {
  margin-bottom: 0
}

.invertorbox-sec3 .cont .but {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: .15rem .3rem;
  color: var(--color);
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s
}

.invertorbox-sec3 .cont .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .3rem;
  background: #ffffff;
  height: .3rem;
  margin-left: .12rem;
  transition: all .4s;
  border-radius: 50%
}

.invertorbox-sec3 .cont .but i img,
.invertorbox-sec3 .cont .but i svg {
  width: 46.66666667%;
  height: 46.66666667%;
  object-fit: contain
}

.invertorbox-sec3 .cont .but i img path,
.invertorbox-sec3 .cont .but i svg path {
  fill: var(--color) !important
}

.invertorbox-sec3 .cont .but:hover {
  background-color: var(--color);
  color: #ffffff
}

.invertorbox-sec3 .cont .but:hover i {
  background-color: #ffffff;
  transform: rotate(45deg)
}

.base_prev,
.base_next {
  position: relative;
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  transition: all .4s;
  background: #ffffff;
  left: 0;
  right: 0;
  margin-top: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06)
}

@media (max-width: 767px) {

  .base_prev,
  .base_next {
    width: .7rem;
    height: .7rem
  }
}

.base_prev:after,
.base_next:after {
  display: none
}

.base_prev img,
.base_next img,
.base_prev svg,
.base_next svg {
  width: 30.35714286%;
  height: 25%;
  object-fit: contain
}

.base_prev img path,
.base_next img path,
.base_prev svg path,
.base_next svg path {
  fill: var(--color) !important
}

.base_prev:hover,
.base_next:hover {
  background-color: var(--color)
}

.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #ffffff !important
}

.joinbox_tit {
  text-align: center
}

.joinbox_tit .f_tit {
  color: #010101
}

.joinbox_tit .f_text {
  margin-top: .2rem;
  line-height: 1.6;
  color: #666666
}

.joinbox-sec1 {
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  padding: 1.2rem 0 0 0;
  overflow: hidden
}

.joinbox-sec1 .c-bg {
  position: absolute;
  left: -4rem;
  bottom: -2.6rem;
  z-index: 1;
  width: 6.3rem;
  height: 6.3rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite
}

.joinbox-sec1 .c-bg2 {
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 1;
  width: 8.3rem;
  pointer-events: none;
  animation: circleMove 6s linear infinite
}

.joinbox-sec1:before {
  content: "";
  display: block;
  position: absolute;
  left: .68rem;
  top: 2.6rem;
  width: .67rem;
  height: .68rem;
  background-color: var(--color);
  opacity: .1;
  animation: circleMove 6s linear infinite;
  border-radius: 50%
}

.joinbox-sec1 .f_form {
  margin-bottom: 1rem;
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  border: solid 1px #ededed;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: #ffffff;
  width: 100%
}

.joinbox-sec1 .f_form input {
  width: calc(100% - .54rem);
  padding: .16rem .26rem;
  color: #333
}

@media (max-width: 767px) {
  .joinbox-sec1 .f_form input {
    padding: .22rem .26rem;
    width: calc(100% - .74rem)
  }
}

.joinbox-sec1 .f_form input::placeholder {
  color: #999999
}

.joinbox-sec1 .f_form input:-webkit-input-placeholder {
  color: #999999
}

.joinbox-sec1 .f_form input:-moz-placeholder {
  color: #999999
}

.joinbox-sec1 .f_form .f_sub {
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s
}

@media (max-width: 767px) {
  .joinbox-sec1 .f_form .f_sub {
    width: .74rem;
    height: .74rem
  }
}

.joinbox-sec1 .f_form .f_sub:hover {
  opacity: .9
}

.joinbox-sec1 .f_form .f_sub img,
.joinbox-sec1 .f_form .f_sub svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain
}

.joinbox-sec1 .f_form .f_sub img path,
.joinbox-sec1 .f_form .f_sub svg path {
  fill: #fff !important
}

.joinbox-sec1 .joinbox_tit {
  width: 100%;
  margin: 0 auto .52rem;
  max-width: 1040px
}

@media (max-width: 767px) {
  .joinbox-sec1 .joinbox_tit {
    width: 100%
  }
}

.joinbox-sec1 .container {
  position: relative;
  z-index: 1
}

.joinbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.13rem
}

.joinbox-sec1 .cont .item {
  width: 50%;
  padding: 0 .13rem;
  margin-bottom: .26rem
}

@media (max-width: 767px) {
  .joinbox-sec1 .cont .item {
    width: 100%
  }
}

.joinbox-sec1 .cont .item .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 3px .2rem 0 rgba(87, 93, 108, 0.1);
  border-radius: .2rem;
  padding: .66rem .5rem .86rem;
  height: 100%
}

@media (max-width: 767px) {
  .joinbox-sec1 .cont .item .list {
    padding: .5rem .34rem .5rem
  }
}

.joinbox-sec1 .cont .item .list .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.64rem;
  height: 1.64rem;
  background: #f7fbf8;
  border-radius: 50%;
  margin-bottom: .25rem
}

@media (max-width: 767px) {
  .joinbox-sec1 .cont .item .list .f_icon {
    width: 1.4rem;
    height: 1.4rem
  }
}

.joinbox-sec1 .cont .item .list .f_icon img,
.joinbox-sec1 .cont .item .list .f_icon svg {
  height: auto;
  width: auto;
  max-height: 43.90243902%;
  max-width: 56.09756098%
}

.joinbox-sec1 .cont .item .list .f_icon img path,
.joinbox-sec1 .cont .item .list .f_icon svg path {
  fill: var(--color) !important
}

.joinbox-sec1 .cont .item .list .f_tit {
  color: #000000;
  line-height: 1.25;
  margin-bottom: .4rem
}

.joinbox-sec1 .cont .item .list .but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  border: solid 1px var(--color);
  padding: .13rem .24rem;
  min-width: 1.8rem;
  color: var(--color);
  transition: all .4s
}

@media (max-width: 767px) {
  .joinbox-sec1 .cont .item .list .but {
    padding: .1rem .3rem;
    line-height: 1.2
  }
}

.joinbox-sec1 .cont .item .list .but:hover {
  background: var(--color);
  color: #ffffff
}

.joinbox-sec1 .cont .item .list:hover .but {
  background: var(--color);
  color: #ffffff
}

.joinbox-sec2 {
  padding: 1.08rem 0 1.1rem
}

.joinbox-sec2 .invertorbox_tit {
  margin-bottom: .48rem
}

.joinbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem
}

.joinbox-sec2 .cont .item {
  width: 50%;
  padding: 0 .15rem;
  margin-bottom: .3rem
}

@media (max-width: 767px) {
  .joinbox-sec2 .cont .item {
    width: 100%
  }
}

.joinbox-sec2 .cont .item .list {
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px .2rem 0 rgba(87, 93, 108, 0.1);
  border-radius: .2rem;
  overflow: hidden
}

.joinbox-sec2 .cont .item .list .img {
  width: 100%
}

.joinbox-sec2 .cont .item .list .img:before {
  content: "";
  display: block;
  padding-top: 66.15776081%
}

.joinbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(39, 151, 60, 0.8), rgba(255, 255, 255, 0) 60%)
}

.joinbox-sec2 .cont .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 69.97%;
  z-index: 2;
  color: #ffffff;
  padding: 0 .4rem .4rem;
  transition: all .4s
}

@media (max-width: 1580px) {
  .joinbox-sec2 .cont .item .list .font {
    width: 80%
  }
}

@media (max-width: 1260px) {
  .joinbox-sec2 .cont .item .list .font {
    width: 100%
  }
}

@media (min-width: 992px) {
  .joinbox-sec2 .cont .item .list .font {
    transform: translateY(74%);
    transform: translateY(calc(100% - 1em - .34rem))
  }
}

.joinbox-sec2 .cont .item .list .font .f_tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: .2rem
}

@media (max-width: 991px) {
  .joinbox-sec2 .cont .item .list .font .f_tit {
    margin-bottom: .1rem
  }
}

.joinbox-sec2 .cont .item .list .font .f_text {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: .36rem;
  font-size: 16px
}

@media (max-width: 1580px) {
  .joinbox-sec2 .cont .item .list .font .f_text {
    font-size: 14px
  }
}

@media (max-width: 991px) {
  .joinbox-sec2 .cont .item .list .font .f_text {
    margin-bottom: 0
  }
}

.joinbox-sec2 .cont .item .list .font .public-btn {
  font-size: 16px
}

@media (max-width: 1580px) {
  .joinbox-sec2 .cont .item .list .font .public-btn {
    font-size: 14px
  }
}

@media (max-width: 991px) {
  .joinbox-sec2 .cont .item .list .font .public-btn {
    display: none
  }
}

.joinbox-sec2 .cont .item .list .font .public-btn div {
  transition: all .4s;
  -webkit-transition: all .4s
}

.joinbox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.04)
}

.joinbox-sec2 .cont .item .list:hover .font {
  transform: translateY(0)
}

.joinbox-sec3 {
  background: #f7fbf8;
  padding: 1.2rem 0;
}

.joinbox-sec3 .invertorbox_tit {
  padding-bottom: .48rem;
  border-bottom: 1px solid #e3e7e4;
  margin-bottom: .8rem
}

.joinbox-sec3 .joinbox3_cont {
  overflow: visible
}

.joinbox-sec3 .joinbox3_cont .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.joinbox-sec3 .joinbox3_cont .item .font {
  width: 50%;
  /* padding-top: .56rem; */
  padding-right: 1.2rem;
  /* padding-bottom: .7rem */
}

@media (max-width: 991px) {
  .joinbox-sec3 .joinbox3_cont .item .font {
    padding-right: .3rem
  }
}

@media (max-width: 767px) {
  .joinbox-sec3 .joinbox3_cont .item .font {
    width: 100%;
    order: 1;
    padding-right: 0;
    padding-top: 0.56rem;
  }
}

.joinbox-sec3 .joinbox3_cont .item .font .f_tit {
  line-height: 1.25;
  color: #000000;
  margin-bottom: .43rem
}

@media (min-width: 992px) {
  .joinbox-sec3 .joinbox3_cont .item .font .f_tit span {
    display: block
  }
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text {
  position: relative;
  padding: 0 28px;
  color: #333333;
  line-height: 1.6
}

@media (max-width: 1580px) {
  .joinbox-sec3 .joinbox3_cont .item .font .f_text {
    font-size: 14px;
    padding: 0 24px
  }
}

@media (max-width: 767px) {
  .joinbox-sec3 .joinbox3_cont .item .font .f_text {
    padding: 0
  }
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text:before,
.joinbox-sec3 .joinbox3_cont .item .font .f_text:after,
.gh_shzr .gh_shzrul .item .font .f_text:before,
.gh_shzr .gh_shzrul .item .font .f_text:after {
  content: "";
  display: block;
  position: absolute;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: .56rem;
  color: var(--color);
  line-height: .8;
  width: 17px
}

@media (max-width: 1580px) {

  .joinbox-sec3 .joinbox3_cont .item .font .f_text:before,
  .joinbox-sec3 .joinbox3_cont .item .font .f_text:after,
  .gh_shzr .gh_shzrul .item .font .f_text:before,
  .gh_shzr .gh_shzrul .item .font .f_text:after {
    width: 15px
  }
}

@media (max-width: 991px) {

  .joinbox-sec3 .joinbox3_cont .item .font .f_text:before,
  .joinbox-sec3 .joinbox3_cont .item .font .f_text:after,
  .gh_shzr .gh_shzrul .item .font .f_text:before,
  .gh_shzr .gh_shzrul .item .font .f_text:after {
    width: 12px
  }
}

@media (max-width: 767px) {

  .joinbox-sec3 .joinbox3_cont .item .font .f_text:before,
  .joinbox-sec3 .joinbox3_cont .item .font .f_text:after,
  .gh_shzr .gh_shzrul .item .font .f_text:before,
  .gh_shzr .gh_shzrul .item .font .f_text:after {
    display: none
  }
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text:before,
.gh_shzr .gh_shzrul .item .font .f_text:before {
  content: "“";
  left: 0;
  top: 0
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text:after,
.gh_shzr .gh_shzrul .item .font .f_text:after {
  content: "”";
  right: 0;
  bottom: -0.5em
}

.joinbox-sec3 .joinbox3_cont .item .img {
  width: 50%;
  border-radius: .2rem
}

@media (max-width: 767px) {
  .joinbox-sec3 .joinbox3_cont .item .img {
    width: 100%
  }
}

.joinbox-sec3 .joinbox3_cont .item .img:before {
  padding-top: 63.95348837%
}

.joinbox-sec3 .joinbox3_cont .qie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (min-width: 992px) {
  .joinbox-sec3 .joinbox3_cont .qie {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46.25%;
    padding-right: 1.36rem;
    z-index: 2
  }
}

.joinbox-sec3 .joinbox3_cont .qie .swiper-pagination {
  position: relative;
  left: 0;
  color: #999999;
  bottom: 0;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: left
}

.joinbox-sec3 .joinbox3_cont .qie .swiper-pagination span {
  font-size: .56rem;
  color: var(--color)
}

.joinbox-sec3 .joinbox3_cont .qie .f_btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center
}

.joinbox-sec3 .joinbox3_cont .qie .f_btn .base_next {
  margin-left: 16px
}

@media (max-width: 1580px) {
  .joinbox-sec3 .joinbox3_cont .qie .f_btn .base_next {
    margin-left: 12px
  }
}

.join_infobox_list .item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: .3rem
}

@media (max-width: 767px) {
  .join_infobox_list .item {
    margin-bottom: .46rem
  }
}

.join_infobox_list .item:last-child {
  margin-bottom: 0
}

.join_infobox_list .item .f_head {
  background-color: #ffffff;
  padding: .36rem .36rem .24rem
}

.join_infobox_list .item .f_head .f_title {
  display: flex;
  align-items: flex-start;
  margin-bottom: .3rem
}

.join_infobox_list .item .f_head .f_title .f_tit,
.join_infobox_list .item .f_head .f_title .f_name {
  flex: 1 1 auto;
  padding-right: .24rem
}

.join_infobox_list .item .f_head .f_title .f_tit {
  width: 25.52%;
  color: #333333;
  margin-top: .12rem
}

@media (max-width: 1260px) {
  .join_infobox_list .item .f_head .f_title .f_tit {
    width: 34%
  }
}

@media (max-width: 991px) {
  .join_infobox_list .item .f_head .f_title .f_tit {
    width: 50%
  }
}

@media (max-width: 767px) {
  .join_infobox_list .item .f_head .f_title .f_tit {
    margin-top: .04rem
  }
}

.join_infobox_list .item .f_head .f_title .f_name {
  width: 15.7%;
  color: #666666;
  display: flex;
  margin-top: .16rem;
  align-items: center
}

@media (max-width: 1260px) {
  .join_infobox_list .item .f_head .f_title .f_name {
    width: 24%
  }
}

@media (max-width: 991px) {
  .join_infobox_list .item .f_head .f_title .f_name {
    width: 24%
  }
}

.join_infobox_list .item .f_head .f_title .f_name:nth-child(3) {
  width: 50.71%
}

@media (max-width: 1260px) {
  .join_infobox_list .item .f_head .f_title .f_name:nth-child(3) {
    width: 36%
  }
}

@media (max-width: 991px) {
  .join_infobox_list .item .f_head .f_title .f_name:nth-child(3) {
    width: 30%
  }
}

.join_infobox_list .item .f_head .f_title .f_name img,
.join_infobox_list .item .f_head .f_title .f_name svg {
  width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 8px
}

@media (max-width: 1580px) {

  .join_infobox_list .item .f_head .f_title .f_name img,
  .join_infobox_list .item .f_head .f_title .f_name svg {
    margin-right: 6px;
    width: 18px;
    max-height: 18px
  }
}

.join_infobox_list .item .f_head .f_title .f_name img path,
.join_infobox_list .item .f_head .f_title .f_name svg path {
  fill: #666666 !important
}

.join_infobox_list .item .f_head .f_title .f_name span {
  color: var(--color)
}

@media (max-width: 767px) {
  .join_infobox_list .item .f_head .f_title .f_name {
    display: none
  }
}

.join_infobox_list .item .f_head .f_title .but {
  min-width: 1.3rem;
  border-radius: 22px;
  border: solid 1px #2d973d;
  padding: .09rem .24rem;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 auto;
  cursor: pointer;
  color: var(--color);
  transition: all .4s
}

@media (max-width: 767px) {
  .join_infobox_list .item .f_head .f_title .but {
    padding: .08rem .24rem;
    font-size: .24rem
  }
}

.join_infobox_list .item .f_head .f_title .but:hover {
  color: #ffffff;
  background: var(--color)
}

.join_infobox_list .item .f_head .f_condi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: .3rem;
  border-top: 1px solid #e5e5e5
}

.join_infobox_list .item .f_head .f_condi .f_tag {
  display: flex;
  flex-wrap: wrap
}

.join_infobox_list .item .f_head .f_condi .f_tag .li {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f7fbf8;
  border-radius: 4px;
  line-height: 1.85714286;
  color: var(--color);
  padding: 0 14px
}

@media (max-width: 1580px) {
  .join_infobox_list .item .f_head .f_condi .f_tag .li {
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 8px
  }
}

.join_infobox_list .item .f_head .f_condi .but {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  color: #999999;
  flex: 0 0 auto;
  transition: all .4s;
  margin-left: .4rem
}

.join_infobox_list .item .f_head .f_condi .but span:nth-child(2) {
  display: none
}

.join_infobox_list .item .f_head .f_condi .but i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .4s;
  justify-content: center;
  border: solid 1px #999999;
  margin-left: 8px
}

@media (max-width: 1580px) {
  .join_infobox_list .item .f_head .f_condi .but i {
    width: 14px;
    height: 14px
  }
}

.join_infobox_list .item .f_head .f_condi .but i:before,
.join_infobox_list .item .f_head .f_condi .but i:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #999999;
  transition: all .4s
}

.join_infobox_list .item .f_head .f_condi .but i:after {
  margin-top: -1px;
  transform: rotate(90deg)
}

.join_infobox_list .item .f_head .f_condi .but:hover {
  color: var(--color)
}

.join_infobox_list .item .f_head .f_condi .but:hover i {
  border-color: var(--color)
}

.join_infobox_list .item .f_head .f_condi .but:hover i:after,
.join_infobox_list .item .f_head .f_condi .but:hover i:before {
  background: var(--color)
}

@media (max-width: 767px) {
  .join_infobox_list .item .f_head .f_condi {
    flex-wrap: wrap
  }

  .join_infobox_list .item .f_head .f_condi .f_tag {
    width: 100%;
    margin-bottom: .1rem
  }

  .join_infobox_list .item .f_head .f_condi .but {
    margin-left: 0;
    text-align: center;
    justify-content: center;
    width: 100%
  }
}

.join_infobox_list .item .f_jut {
  padding: .44rem .36rem .52rem;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  display: none
}

.join_infobox_list .item .f_jut .li {
  padding-bottom: .44rem;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: .44rem
}

.join_infobox_list .item .f_jut .li:last-child {
  margin-bottom: 0;
  border-bottom: none
}

.join_infobox_list .item .f_jut .li .f_tit {
  color: #333333;
  margin-bottom: .2rem
}

.join_infobox_list .item .f_jut .li .f_text {
  color: #666666
}

.join_infobox_list .item .f_jut .li .f_text p {
  margin-bottom: 6px
}

@media (max-width: 1580px) {
  .join_infobox_list .item .f_jut .li .f_text p {
    margin-bottom: 4px
  }
}

.join_infobox_list .item .f_jut .li .f_text p:last-child {
  margin-bottom: 0
}

.join_infobox_list .item.on .f_head {
  position: relative;
  z-index: 2;
  box-shadow: 0 .17rem .2rem 0 rgba(0, 0, 0, 0.03)
}

.join_infobox_list .item.on .f_head .f_condi .but span {
  display: none
}

.join_infobox_list .item.on .f_head .f_condi .but span:nth-child(2) {
  display: block
}

.join_infobox_list .item.on .f_head .f_condi .but i:after {
  opacity: 0
}

.join_infobox-sec1 {
  position: relative;
  z-index: 5;
  background: #f7fbf8;
  padding: .4rem 0 1.2rem
}

@media (max-width: 767px) {
  .join_infobox-sec1 {
    padding: 1.2rem 0
  }
}

.join_infobox-sec1 .newsbox_menu {
  padding-bottom: .3rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #e9e9e9
}

.join_infobox-sec1 .public-pagination {
  margin-top: .8rem
}

.joinAlt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 666;
  display: none;
  overflow: hidden
}

.joinAlt .bag {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .1
}

.joinAlt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 11.9rem;
  border-radius: 24px;
  background: #ffffff;
  max-width: 90%;
  padding: .3rem .64rem .67rem
}

@media (max-width: 767px) {
  .joinAlt .cont {
    width: 90%;
    padding: .4rem .32rem .5rem;
    max-height: 88vh;
    overflow: auto
  }
}

.joinAlt .cont .f_tit {
  color: #000000;
  margin-bottom: 2px
}

.joinAlt .cont .f_text {
  color: #999999;
  padding-bottom: .26rem;
  margin-bottom: .46rem;
  border-bottom: 3px solid #e5e5e5
}

@media (max-width: 1580px) {
  .joinAlt .cont .f_text {
    border-width: 2px
  }
}

.joinAlt .cont .f_form {
  margin: 0 -0.12rem;
  overflow: hidden
}

.joinAlt .cont .f_form .item {
  width: 50%;
  padding: 0 .12rem;
  float: left;
  margin-bottom: .15rem
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .item {
    width: 100%
  }
}

.joinAlt .cont .f_form .item .list {
  width: 100%
}

.joinAlt .cont .f_form .item .list .f_name {
  height: 1.5em;
  color: #333333;
  margin-bottom: .5em
}

.joinAlt .cont .f_form .item .list .f_name span {
  color: #d10707
}

.joinAlt .cont .f_form .item .list .f_int {
  position: relative
}

.joinAlt .cont .f_form .item .list .f_int input,
.joinAlt .cont .f_form .item .list .f_int select {
  width: 100%;
  border-radius: 6px;
  color: #333333;
  height: .58rem;
  padding: .1rem .2rem;
  border: solid 1px #ededed
}

@media (max-width: 767px) {

  .joinAlt .cont .f_form .item .list .f_int input,
  .joinAlt .cont .f_form .item .list .f_int select {
    padding: .12rem .34rem;
    height: .7rem
  }
}

.joinAlt .cont .f_form .item .list .f_int input::placeholder,
.joinAlt .cont .f_form .item .list .f_int select::placeholder {
  color: #999999
}

.joinAlt .cont .f_form .item .list .f_int input::-webkit-input-placeholder,
.joinAlt .cont .f_form .item .list .f_int select::-webkit-input-placeholder {
  color: #999999
}

.joinAlt .cont .f_form .item .list .f_int input:-ms-input-placeholder,
.joinAlt .cont .f_form .item .list .f_int select:-ms-input-placeholder {
  color: #999999
}

.joinAlt .cont .f_form .item .list .f_int input:-moz-placeholder,
.joinAlt .cont .f_form .item .list .f_int select:-moz-placeholder {
  color: #999999
}

.joinAlt .cont .f_form .item .list .f_int select {
  color: #999999;
  background: url(../images/selecinimg1.svg) 94% center / 12px auto no-repeat;
  background: url(../images/selecinimg1.svg) calc(100% - .2rem) center / 12px auto no-repeat
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .item .list .f_int select {
    background-size: calc(100% - .34rem) center
  }
}

.joinAlt .cont .f_form .item .list .f_int select.on {
  color: #333333
}

.joinAlt .cont .f_form .item .list .f_sub {
  width: 100%;
  background: var(--color);
  color: #ffffff;
  border-radius: 30px;
  transition: all .4s;
  height: .58rem
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .item .list .f_sub {
    height: .7rem
  }
}

.joinAlt .cont .f_form .item .list .f_sub:hover {
  opacity: .8
}

.joinAlt .cont .f_form .f_file .list .f_int {
  display: flex;
  flex-direction: column;
  height: 1.64rem;
  border-radius: 6px;
  border: solid 1px #ededed;
  padding: .16rem .2rem
}

@media (max-width: 1900px) {
  .joinAlt .cont .f_form .f_file .list .f_int {
    height: 1.7rem
  }
}

@media (max-width: 1580px) {
  .joinAlt .cont .f_form .f_file .list .f_int {
    height: 1.76rem
  }
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_file .list .f_int {
    padding: .24rem .34rem;
    height: auto
  }
}

.joinAlt .cont .f_form .f_file .list .f_int .f_txt1 {
  color: #999999;
  margin-bottom: .24rem
}

.joinAlt .cont .f_form .f_file .list .f_int .but {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_name {
  opacity: 0;
  color: #222222;
  background-color: #f7fbf8;
  border-radius: 5px;
  position: relative;
  height: .48rem;
  max-width: calc(100% - 160px);
  padding: .1rem .3rem
}

@media (max-width: 1580px) {
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_name {
    max-width: calc(100% - 140px)
  }
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_name {
    height: .66rem
  }
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_name span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_name i {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  transition: all .4s
}

@media (max-width: 1580px) {
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_name i {
    width: 14px;
    top: -7px;
    right: -7px
  }
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_name i img {
  width: 100%;
  float: left
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_name i:hover {
  transform: rotate(90deg)
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn {
  margin-top: auto;
  width: 140px;
  color: #ffffff;
  transition: all .4s;
  height: .48rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .1rem .1rem;
  cursor: pointer;
  background-color: #cccccc;
  border-radius: 6px
}

@media (max-width: 1580px) {
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_btn {
    width: 120px
  }
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_btn {
    height: .66rem
  }
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn img,
.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn svg {
  display: block;
  width: .2rem;
  height: .2rem;
  object-fit: contain;
  margin-right: 8px
}

@media (max-width: 767px) {

  .joinAlt .cont .f_form .f_file .list .f_int .but .file_btn img,
  .joinAlt .cont .f_form .f_file .list .f_int .but .file_btn svg {
    width: .3rem;
    height: .3rem
  }
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn img path,
.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn svg path {
  fill: #ffffff !important
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn input {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0
}

.joinAlt .cont .f_form .f_file .list .f_int .but .file_btn:hover {
  background: var(--color)
}

.joinAlt .cont .f_form .f_file .list .f_int .but.on .file_name {
  opacity: 1
}

.joinAlt .cont .f_form .f_code .list .f_int {
  display: flex;
  border-radius: 6px;
  height: .58rem;
  border: solid 1px #ededed;
  padding: 6px .2rem
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_code .list .f_int {
    height: .7rem;
    padding: 4px .34rem
  }
}

.joinAlt .cont .f_form .f_code .list .f_int input {
  height: auto;
  border: none;
  padding: 0;
  flex: 1 1 auto;
  padding-right: .2rem
}

.joinAlt .cont .f_form .f_code .list .f_int img {
  height: 100%;
  flex: 0 0 auto
}

.joinAlt .cont .f_form .item_left {
  float: left
}

.joinAlt .cont .f_form .item_right {
  float: right
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_tij {
    margin-top: .4rem
  }
}

@media (max-width: 767px) {
  .joinAlt .cont .f_form .f_tij .f_name {
    display: none
  }
}

.joinAlt .cont .f_close {
  position: absolute;
  width: .48rem;
  height: .48rem;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .4s;
  margin-top: .3rem;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 768px) {
  .joinAlt .cont .f_close {
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (max-width: 767px) {
  .joinAlt .cont .f_close {
    right: .2rem;
    top: 0;
    width: .8rem;
    height: .8rem;
    margin-top: .1rem
  }
}

.joinAlt .cont .f_close img,
.joinAlt .cont .f_close svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain
}

.joinAlt .cont .f_close img path,
.joinAlt .cont .f_close svg path {
  fill: #000000 !important;
  transition: all .4s
}

@media (min-width: 768px) {
  .joinAlt .cont .f_close:hover {
    background: var(--color)
  }

  .joinAlt .cont .f_close:hover svg path {
    fill: #fff !important
  }
}

.make-text {
  line-height: 1.625;
  color: #1a1a1a;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important
}

@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
    line-height: 1.5
  }
}

@media (max-width: 1260px) {
  .make-text {
    line-height: 1.3
  }
}

.make-text img {
  max-width: 100%
}

.make-text table td {
  border: 1px solid #ddd
}

.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit
}

.make-text ul {
  padding-left: 20px
}

.make-text video {
  width: auto;
  max-width: 100%;
  height: auto !important
}

.make-text a {
  color: #666666
}

.make-text a:hover {
  text-decoration: underline
}

.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 20px;
  color: #000000
}

@media (max-width: 1580px) {

  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px
  }
}

@media (max-width: 767px) {

  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px !important;
    line-height: 1.3
  }
}

.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666
}

@media (max-width: 767px) {

  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px !important
  }
}

.policybox {
  padding-top: 1.2rem;
  background: #f7fbf8
}

.policybox .public-breadcrumb {
  position: relative;
  top: 0;
  border-bottom: 1px solid #dee1df
}

.policybox-sec1 {
  padding: 1rem 0 1.4rem
}

.policybox-sec1 .container {
  max-width: 1400px
}

.policybox-sec1 .f_title {
  text-align: center;
  color: #000000;
  margin-bottom: .9rem
}

@media (max-width: 767px) {
  .policybox-sec1 .f_title {
    margin-bottom: .6rem
  }
}

.policybox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.policybox-sec1 .f_cont .lt {
  width: 20.72%;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem
}

@media (max-width: 1580px) {
  .policybox-sec1 .f_cont .lt {
    top: 1.5rem
  }
}

@media (max-width: 767px) {
  .policybox-sec1 .f_cont .lt {
    display: none
  }
}

.policybox-sec1 .f_cont .lt .f_nav {
  display: block
}

.policybox-sec1 .f_cont .lt .f_nav li {
  display: flex;
  margin-bottom: 1.2em
}

.policybox-sec1 .f_cont .lt .f_nav li .f_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
  min-width: 1.8rem;
  min-height: .58rem;
  background: #fff;
  transition: all .4s linear;
  color: #666666;
  -webkit-transition: all .4s linear
}

.policybox-sec1 .f_cont .lt .f_nav li:hover:not(.on) .f_tit {
  color: var(--color)
}

.policybox-sec1 .f_cont .lt .f_nav li.on .f_tit {
  background-color: var(--color);
  color: #ffffff
}

.policybox-sec1 .f_cont .gt {
  width: 79.28%
}

@media (max-width: 767px) {
  .policybox-sec1 .f_cont .gt {
    width: 100%
  }
}

.policybox-sec1 .f_cont .gt .f_jut {
  width: 100%;
  margin-bottom: .42rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .25rem;
  border-bottom: 1px dashed #999999
}

.policybox-sec1 .f_cont .gt .f_jut .li {
  color: #000000;
  margin-right: .2rem;
  margin-bottom: .1rem
}

.policybox-sec1 .f_cont .gt .f_jut .li:last-child {
  margin-right: 0
}

@media (max-width: 767px) {
  .policybox-sec1 .f_cont .gt .f_jut .li {
    font-size: .26rem
  }
}

.webstiembox {
  padding-top: 1.2rem;
  background: #f7fbf8;
  padding-bottom: 1.4rem
}

.webstiembox .public-breadcrumb {
  position: relative;
  top: 0;
  border-bottom: 1px solid #dee1df
}

.webstiembox .breadbox {
  margin-bottom: 1rem
}

.webstiembox>.container {
  max-width: 1400px;
  padding-top: 1rem
}

.webstiembox .container .fztit1 {
  color: #000000;
  margin-bottom: .38rem
}

.webstiembox .container .cont .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
  padding-bottom: .16rem;
  line-height: 28px;
  margin-bottom: .52rem
}

@media (max-width: 1580px) {
  .webstiembox .container .cont .jut {
    line-height: 24px
  }
}

@media (max-width: 767px) {
  .webstiembox .container .cont .jut {
    line-height: 1.5
  }
}

.webstiembox .container .cont .jut:last-child {
  margin-bottom: 0
}

.webstiembox .container .cont .jut .tit {
  display: inline-block;
  color: #231815;
  margin-bottom: .24rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #231815 0%);
  background-size: 0 100%;
  line-height: 1.5;
  transition: all .4s;
  background-repeat: no-repeat
}

.webstiembox .container .cont .jut .tit:hover {
  background-size: 100% 100%
}

.webstiembox .container .cont .jut .nei {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.webstiembox .container .cont .jut .nei .li {
  display: inline-block;
  margin-bottom: .1rem;
  color: #666666;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, var(--color) 0%);
  background-size: 0 100%;
  transition: all .4s;
  background-repeat: no-repeat;
  margin-right: .52rem
}

@media (max-width: 991px) {
  .webstiembox .container .cont .jut .nei .li {
    width: auto;
    margin-right: .4rem
  }
}

@media (max-width: 767px) {
  .webstiembox .container .cont .jut .nei .li {
    width: auto;
    margin-right: .4rem;
    font-size: .24rem
  }
}

.webstiembox .container .cont .jut .nei .li:hover {
  color: var(--color);
  background-size: 100% 100%
}

.generalbanner:before {
  opacity: 0
}

.generalbanner .c-text-box .c-title {
  color: #333333
}

.generalbanner .c-text-box .c-subtitle {
  color: #000000
}

.generalbox-sec1 {
  z-index: 5;
  background: #f7fbf8;
  padding: 1rem 0 1.2rem;
  position: relative
}

.generalbox-sec1 .container {
  position: relative
}

.generalbox-sec1 .container:after {
  clear: both
}

.generalbox-sec1 .container .lt {
  float: left;
  display: none;
  position: relative;
  z-index: 3
}

@media (min-width: 768px) {
  .generalbox-sec1 .container .lt {
    width: 22.5%;
    position: sticky;
    position: -webkit-sticky;
    top: 1.4rem;
    display: block;
    padding-right: .3rem
  }
}

.generalbox-sec1 .container .lt .f_xian {
  position: absolute;
  left: 0;
  top: .25em;
  height: 92%;
  height: calc(100% - .5em);
  width: 3px;
  border-radius: 2px;
  background: #ffffff
}

.generalbox-sec1 .container .lt .f_xian span {
  width: 100%;
  display: block;
  height: 0%;
  background: var(--color);
  border-radius: 2px;
  position: relative
}

.generalbox-sec1 .container .lt .f_xian span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
  border: 3px solid #ffffff
}

.generalbox-sec1 .container .lt .f_nav li {
  cursor: pointer;
  margin-bottom: .28rem
}

.generalbox-sec1 .container .lt .f_nav li:last-child {
  margin-bottom: 0
}

.generalbox-sec1 .container .lt .f_nav li .f_tit {
  padding-left: .2rem;
  letter-spacing: -1px;
  color: #999999;
  font-family: 'Manrope-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.generalbox-sec1 .container .lt .f_nav li.on .f_tit {
  color: var(--color)
}

.generalbox-sec1 .container .lt.active {
  position: fixed
}

.generalbox-sec1 .container .gt {
  float: right;
  width: 77.5%
}

@media (max-width: 767px) {
  .generalbox-sec1 .container .gt {
    width: 100%
  }
}

.generalbox-sec1 .container .gt .f_jut {
  width: 100%;
  position: relative;
  margin-bottom: .84rem
}

.generalbox-sec1 .container .gt .f_jut .f_title1 {
  color: var(--color);
  font-size: .56rem;
  margin-bottom: .3rem
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont {
  overflow: inherit;
  padding-bottom: .8rem
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  right: 100%;
  top: 0;
  height: 100%;
  background: #f7fbf8;
  z-index: 1
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dee1df
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .swiper-slide {
  height: auto
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item {
  display: block;
  background: #ffffff;
  height: 100%
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item .img {
  border-radius: .1rem
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item .img:before {
  padding-top: 141.37931034%
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item .f_tit {
  padding: .2rem .3rem;
  color: #333333;
  transition: all .4s
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item:hover .img img {
  transform: scale(1.08)
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .item:hover .f_tit {
  color: var(--color)
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .generalbox1_pagin {
  position: absolute;
  top: inherit;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: transparent
}

.generalbox-sec1 .container .gt .f_jut .generalbox1_cont .generalbox1_pagin span {
  background: var(--color);
  height: 100%
}

.generalbox-sec1 .container .gt .f_jut:last-child {
  margin-bottom: 0
}

.generalbox-sec1 .cont {
  overflow: hidden
}

.generalbox-sec1 .cont_lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0 1.2rem
}

@media (max-width: 767px) {
  .generalbox-sec1 .cont_lt {
    display: none
  }
}

.generalbox-sec1 .cont_lt .container {
  height: 100%
}

.benefitbox-sec1 {
  position: relative;
  z-index: 5;
  padding: 1.18rem 0 0;
  background: #fff
}

.benefitbox-sec1 .joinbox_tit {
  position: relative;
  z-index: 2;
  width: 10.6rem;
  max-width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .benefitbox-sec1 .joinbox_tit {
    width: 100%
  }
}

.benefitbox-sec1 .cont {
  text-align: center;
  margin-top: -1rem;
  height: 7.78rem
}

.benefitbox-sec1 .cont img {
  max-width: 100%;
  height: 100%;
  object-fit: contain
}

.benefitbox-sec2 .cont {
  position: relative
}

.benefitbox-sec2 .cont .bag {
  width: 100%;
  height: 7.5rem;
  position: relative;
  overflow: hidden
}

.benefitbox-sec2 .cont .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.benefitbox-sec2 .cont .bag img:nth-child(2) {
  display: none
}

@media (min-width: 768px) {
  .benefitbox-sec2 .cont .bag img {
    height: 100%
  }
}

.benefitbox-sec2 .cont .f_jut {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%)
}

.benefitbox-sec2 .cont .f_jut .container {
  overflow: hidden
}

.benefitbox-sec2 .cont .f_jut .container .font {
  color: #ffffff;
  width: 6rem;
  max-width: 100%
}

@media (max-width: 767px) {
  .benefitbox-sec2 .cont .f_jut .container .font {
    width: 100%
  }
}

.benefitbox-sec2 .cont .f_jut .container .font .f_icon {
  height: .74rem;
  margin-bottom: .18rem
}

.benefitbox-sec2 .cont .f_jut .container .font .f_icon img,
.benefitbox-sec2 .cont .f_jut .container .font .f_icon svg {
  height: 100%
}

.benefitbox-sec2 .cont .f_jut .container .font .f_tit {
  margin-bottom: .32rem
}

.benefitbox-sec2 .cont .f_jut .container .font .f_text {
  line-height: 1.6
}

@media (min-width: 768px) {
  .benefitbox-sec2 .cont:nth-child(2n) .f_jut .container .font {
    float: right
  }
}

.benefitbox-sec3 {
  position: relative;
  padding: 1.2rem 0 0;
}

/* @media (max-width: 767px) {
  .benefitbox-sec3 {
    padding: 1.18rem 0 1.2rem
  }
} */

.benefitbox-sec3 .bag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%
}

.benefitbox-sec3 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.benefitbox-sec3 .bag:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 99%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(238, 242, 243, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to top, rgba(238, 242, 243, 0.8), rgba(255, 255, 255, 0))
}

.benefitbox-sec3 .container .f_font {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .58rem
}

.benefitbox-sec3 .container .f_font .f_tit {
  flex: 1 1 auto;
  color: #000000
}

.benefitbox-sec3 .container .f_font .public-btn {
  flex: 0 0 auto;
  margin-left: .24rem
}

@media (max-width: 767px) {
  .benefitbox-sec3 .container .f_font {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }

  .benefitbox-sec3 .container .f_font .f_tit {
    width: 100%;
    margin-bottom: .24rem
  }
}

.benefitbox-sec3 .container .cont {
  display: flex;
  margin: 0 -0.12rem
}

@media (max-width: 767px) {
  .benefitbox-sec3 .container .cont {
    margin: 0;
    flex-wrap: wrap
  }
}

.benefitbox-sec3 .container .cont .item {
  flex: 1 1 0;
  width: 33.333%;
  padding: 0 .12rem;
  margin-bottom: .24rem
}

@media (max-width: 767px) {
  .benefitbox-sec3 .container .cont .item {
    flex: 0 0 100%;
    padding: 0;
    width: 100%;
    margin-bottom: .4rem
  }

  .benefitbox-sec3 .container .cont .item:last-child {
    margin-bottom: 0
  }
}

.benefitbox-sec3 .container .cont .item .list {
  display: block;
  border-radius: .2rem;
  background: #ffffff;
  padding: .44rem .45rem .4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--color);
  box-shadow: 0px 37px 15px 0px rgba(2, 36, 110, 0.01), 0px 21px 13px 0px rgba(2, 36, 110, 0.03), 0px 9px 9px 0px rgba(2, 36, 110, 0.04), 0px 2px 5px 0px rgba(2, 36, 110, 0.05);
}

.benefitbox-sec3 .container .cont .item .list .f_tit {
  color: #000000;
  margin-bottom: .2rem
}

.benefitbox-sec3 .container .cont .item .list .f_text {
  color: #999999;
  line-height: 1.5;
  margin-bottom: .6rem;
  min-height: 4.5em
}

@media (max-width: 991px) {
  .benefitbox-sec3 .container .cont .item .list .f_text {
    min-height: 6em
  }
}

.benefitbox-sec3 .container .cont .item .list .f_img {
  width: 100%;
  height: .86rem
}

.benefitbox-sec3 .container .cont .item .list .f_img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain
}

.governbox-sec1 {
  padding-bottom: .4rem
}

.governbox-sec2 .cont .bag:after {
  opacity: 1;
  background: linear-gradient(45deg, #e4e3e3 30%, rgba(255, 255, 255, 0) 80%)
}

@media (max-width: 767px) {
  .governbox-sec2 .cont .bag:after {
    background: linear-gradient(45deg, #e4e3e3 50%, rgba(255, 255, 255, 0) 100%);
    background: #000;
    opacity: .2
  }
}

@media (min-width: 768px) {
  .governbox-sec2 .cont .f_jut .container .font {
    width: 7.1rem
  }

  .governbox-sec2 .cont .f_jut .container .font .f_icon svg path {
    fill: var(--color) !important
  }

  .governbox-sec2 .cont .f_jut .container .font .f_tit {
    color: #000000
  }

  .governbox-sec2 .cont .f_jut .container .font .f_text {
    color: #666666
  }

  .governbox-sec2 .cont:nth-child(2n) .bag:after {
    background: linear-gradient(-45deg, #e4e3e3 46%, rgba(255, 255, 255, 0) 100%)
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .governbox-sec2 .cont .f_jut .container .font {
    width: 100%
  }
}

@media (max-width: 767px) {
  .governbox-sec2 .cont .f_jut .container .font .f_icon svg path {
    fill: #fff !important
  }
}

.governbox-sec3 .container .cont .item {
  width: 50%
}

@media (max-width: 767px) {
  .governbox-sec3 .container .cont .item {
    width: 100%
  }
}

.governbox-sec3 .container .cont .item .list .f_text {
  width: 5.6rem;
  max-width: 100%
}

@media (max-width: 767px) {
  .governbox-sec3 .container .cont .item .list .f_text {
    width: 100%
  }
}

.dutybox-sec1 {
  padding-bottom: .8rem
}

.dutybox-sec1 .joinbox_tit {
  margin-bottom: .46rem;
  width: 10rem
}

@media (max-width: 767px) {
  .dutybox-sec1 .joinbox_tit {
    width: 100%
  }
}

.dutybox-sec1 .cont {
  height: 5.4rem;
  margin-top: auto
}

.dutybox-sec2 .cont {
  background-color: #f2f9f3;
  overflow: hidden
}

@media (max-width: 767px) {
  .dutybox-sec2 .cont .bag {
    height: auto
  }
}

@media (max-width: 767px) {
  .dutybox-sec2 .cont .bag img {
    transform: translateY(0%);
    height: 100%;
    display: none
  }

  .dutybox-sec2 .cont .bag img:nth-child(2) {
    display: block
  }
}

.dutybox-sec2 .cont .f_jut {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0
}

@media (max-width: 767px) {
  .dutybox-sec2 .cont .f_jut {
    padding: 0 0 1.2rem;
    position: static;
    transform: translateY(0%)
  }
}

.dutybox-sec2 .cont .f_jut .container {
  margin: 0
}

.dutybox-sec2 .cont .f_jut .container .font {
  float: inherit;
  flex: 0 0 auto;
  width: 47%
}

@media (max-width: 767px) {
  .dutybox-sec2 .cont .f_jut .container .font {
    width: 100%;
    order: 1;
    margin-top: .4rem
  }
}

.dutybox-sec2 .cont .f_jut .container .font .f_icon svg path {
  fill: var(--color) !important
}

.dutybox-sec2 .cont .f_jut .container .font .f_tit {
  color: #000000
}

.dutybox-sec2 .cont .f_jut .container .font .f_text {
  color: #666666
}

.dutybox-sec2 .cont .f_jut .container .font .f_wen {
  margin-top: .1rem
}

.dutybox-sec2 .cont .f_jut .container .font .f_wen .li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 3px
}

.dutybox-sec2 .cont .f_jut .container .font .f_wen .li:last-child {
  margin-bottom: 3
}

.dutybox-sec2 .cont .f_jut .container .font .f_wen .li i {
  flex: 0 0 auto;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #27973c;
  margin: 0 14px 0 5px;
  position: relative;
  top: .75em;
  margin-top: -3px
}

@media (max-width: 1580px) {
  .dutybox-sec2 .cont .f_jut .container .font .f_wen .li i {
    margin: -3px 10px 0 5px
  }
}

.dutybox-sec2 .cont .f_jut .container .font .f_wen .li i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  opacity: 0;
  border-radius: 50%;
  background: var(--color);
  animation: scrole10 1.5s linear infinite
}

.dutybox-sec2 .cont .f_jut .container .img {
  flex: 0 0 auto;
  width: 53%;
  overflow: inherit
}

@media (max-width: 767px) {
  .dutybox-sec2 .cont .f_jut .container .img {
    width: 100%
  }
}

.dutybox-sec2 .cont .f_jut .container .img img {
  object-fit: contain;
  transform: translateX(10%)
}

.dutybox-sec2 .cont .f_jut .container .img:before {
  padding-top: 61.55143339%
}

@keyframes scrole10 {
  from {
    opacity: .6;
    transform: translate(-50%, -50%) scale(.3)
  }

  to {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0
  }
}

.sustainablebox-sec1 {
  background: #fafbf8;
  position: relative;
  z-index: 5;
  overflow: hidden
}

@media (max-width: 767px) {
  .sustainablebox-sec1 {
    padding: 1.2rem 0 1.8rem
  }
}

.sustainablebox-sec1:before {
  content: "";
  display: block;
  position: absolute;
  left: .72rem;
  top: .6rem;
  width: .68rem;
  height: .68rem;
  background-color: var(--color);
  opacity: .1;
  animation: circleMove 6s linear infinite;
  border-radius: 50%
}

.sustainablebox-sec1 .c-bg {
  position: absolute;
  left: -1rem;
  bottom: -1.2rem;
  z-index: 1;
  width: 3.64rem;
  height: 3.64rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite
}

.sustainablebox-sec1 .c-bg2 {
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 1;
  width: 5rem;
  pointer-events: none;
  animation: circleMove 6s linear infinite
}

.sustainablebox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.sustainablebox-sec1 .container .lt,
.sustainablebox-sec1 .container .gt {
  padding: 1.2rem 0;
  width: 50%
}

@media (max-width: 767px) {

  .sustainablebox-sec1 .container .lt,
  .sustainablebox-sec1 .container .gt {
    width: 100%;
    padding: 0
  }
}

.sustainablebox-sec1 .container .lt {
  padding-right: 1.58rem
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .lt {
    padding-right: .8rem
  }
}

@media (max-width: 991px) {
  .sustainablebox-sec1 .container .lt {
    padding-right: .2rem
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec1 .container .lt {
    padding-right: 0;
    border-right: none;
    text-align: center;
    margin-bottom: .54rem
  }
}

.sustainablebox-sec1 .container .lt .f_tit {
  margin-bottom: .17rem
}

.sustainablebox-sec1 .container .lt .f_text {
  color: #666666;
  line-height: 1.6
}

.sustainablebox-sec1 .container .gt {
  padding-left: 1.58rem;
  position: relative
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt {
    padding-left: 0;
    width: 40%
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec1 .container .gt {
    width: 100%
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_prev,
.sustainablebox-sec1 .container .gt .sustainablebox1_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 991px) {

  .sustainablebox-sec1 .container .gt .sustainablebox1_prev,
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    display: none
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_prev {
  left: .8rem
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_prev {
    left: 0
  }
}

@media (max-width:1180px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_prev {
    left: -0.4rem
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_next {
  right: -0.8rem;
  left: inherit
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    right: 0
  }
}

@media (max-width:1180px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_next {
    right: -0.4rem
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
  position: absolute;
  right: -1rem;
  left: initial;
  bottom: 50%;
  transform: translateY(50%);
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    right: -0.3rem
  }
}

@media (min-width: 992px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    display: none
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
  margin: .15rem 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  opacity: .2;
  transition: all .4s;
  border-radius: 50%
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
    width: 8px;
    height: 8px
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_pagin .swiper-pagination-bullet-active {
  background-color: var(--color);
  opacity: 1
}

@media (max-width: 991px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    top: calc(1.2rem + 180px);
    right: 0
  }

  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin span {
    margin: 0 .14rem
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_pagin {
    top: 180px
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont {
  width: 100%
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide {
  text-align: center
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
  height: 2rem;
  margin-bottom: .2rem
}

@media (max-width: 1580px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    height: 160px
  }
}

@media (max-width: 991px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    margin-bottom: .6rem
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img {
    margin-bottom: 40px
  }
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide .f_tit {
  color: #333333;
  text-align: justify;
}

.sustainablebox-sec2 {
  position: relative;
  padding: 1.4rem 0 .3rem;
  overflow: hidden;
  height: 100vh
}

@media (max-width: 767px) {
  .sustainablebox-sec2 {
    height: 560px
  }
}

.sustainablebox-sec2 .sustainablebox_bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.sustainablebox-sec2 .sustainablebox_bag .img {
  width: 100%;
  height: 100%
}

.sustainablebox-sec2 .sustainablebox_bag .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sustainablebox-sec2 .sustainablebox_bag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1
}

.sustainablebox-sec2 .container {
  position: relative;
  z-index: 2
}

.sustainablebox-sec2 .container .cont {
  position: relative;
  margin-bottom: 1.3rem;
  margin-bottom: .6rem;
  min-height: 5rem
}

.sustainablebox-sec2 .container .cont .f_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden
}

.sustainablebox-sec2 .container .cont .f_jut .f_title {
  text-align: center;
  color: #ffffff;
  margin-bottom: .56rem
}

.sustainablebox-sec2 .container .cont .f_jut .f_title span {
  font-weight: normal;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont {
  width: auto;
  margin: -0.12rem
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
  padding: 0 .12rem;
  width: 25%;
  height: auto
}

@media (max-width: 991px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
    width: 33.33%
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide {
    width: 80%
  }
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item {
  background: rgba(255, 255, 255, 0.96);
  border-radius: .2rem;
  padding: .36rem .3rem .58rem;
  height: 100%
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_icon {
  height: .6rem;
  margin-bottom: .52rem;
  margin-bottom: .32rem
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_icon img {
  height: 100%;
  max-width: 100%
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_tit {
  color: #000000;
  margin-bottom: .32rem;
  margin-bottom: .12rem
}

.sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
  color: #666666;
  line-height: 1.5;
  min-height: 7.5em
}

@media (max-width: 1580px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
    min-height: 9em
  }
}

@media (max-width:1180px) {
  .sustainablebox-sec2 .container .cont .f_jut .sustainablebox_cont .swiper-slide .item .f_text {
    min-height: 10.5em
  }
}

.sustainablebox-sec2 .container .cont .on {
  transition: all .4s;
  position: relative;
  opacity: 1;
  visibility: inherit
}

.sustainablebox-sec2 .sustainablebox2_nav {
  width: 100%;
  position: relative;
  z-index: 2
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide {
  width: 33.333%;
  color: #ffffff
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .xian {
  content: "";
  width: calc(100% - .4rem - 20px);
  position: absolute;
  top: .3rem;
  left: 50%;
  margin-left: calc(.2rem + 10px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6)
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .xian:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .f_dian {
  width: .4rem;
  height: .4rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .36rem;
  display: none
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .f_dian:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  background: #ffffff
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide .item .shu {
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #ffffff;
  line-height: 1;
  font-size: .58rem;
  margin-bottom: .14rem
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide:first-child .item:before {
  content: "";
  width: calc(100% - .4rem - 20px);
  position: absolute;
  top: .3rem;
  right: 50%;
  margin-right: calc(.2rem + 10px);
  height: 1px;
  background: #fff
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide:last-child .item .xian {
  width: calc(50% - .4rem)
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on~.swiper-slide .item .xian:after {
  width: 0
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on~.swiper-slide .item .f_dian,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on~.swiper-slide .item .shu,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on~.swiper-slide .item .f_tit {
  opacity: .6
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .xian:after {
  animation: width100 20s linear
}

.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .f_dian,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .shu,
.sustainablebox-sec2 .sustainablebox2_nav .swiper-slide.on .item .f_tit {
  opacity: 1
}

.sustainablebox-sec3 {
  background-color: #f8fbf8;
  padding: 1.2rem 0;
  overflow: hidden
}

.sustainablebox-sec3 .f_font {
  display: flex;
  align-items: flex-end;
  margin-bottom: .72rem;
  justify-content: space-between
}

.sustainablebox-sec3 .f_font .f_tit {
  color: #000000;
  line-height: 1.25
}

.sustainablebox-sec3 .f_font .qie {
  display: flex;
  align-items: center
}

.sustainablebox-sec3 .f_font .qie .base_next {
  margin-left: 16px
}

@media (max-width: 1580px) {
  .sustainablebox-sec3 .f_font .qie .base_next {
    margin-left: 12px
  }
}

.sustainablebox-sec3 .cont .f_jut {
  position: relative;
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap
}

.sustainablebox-sec3 .cont .f_jut .f_item1,
.sustainablebox-sec3 .cont .f_jut .swiper-slide {
  padding: 0 .12rem
}

.sustainablebox-sec3 .cont .f_jut .f_item1 {
  width: 25%;
  position: relative;
  z-index: 2;
  display: none;
}

@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .f_item1 {
    display: none
  }
}

.sustainablebox-sec3 .cont .f_jut .f_item1 .list {
  background-color: #ffffff;
  box-shadow: 0 3px .2rem 0 rgba(0, 0, 0, 0.06);
  border-radius: .2rem;
  overflow: hidden;
  min-height: 100%
}

.sustainablebox-sec3 .cont .f_jut .f_item1 .list:before {
  padding-top: 145.83333333%
}

.sustainablebox-sec3 .cont .f_jut .f_item1 .list img {
  object-fit: contain
}

.sustainablebox-sec3 .cont .f_jut .f_item1 .list img:nth-child(1) {
  animation: circleRotate 60s linear infinite
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont {
  width: 100%;
  overflow: inherit;
  position: relative
}

@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont {
    width: 100%
  }
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 130%;
  right: 100%;
  top: -10%;
  margin-right: 0;
  background-color: #f8fbf8;
  z-index: 2
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
  width: 35%;
  height: auto
}

@media (max-width: 991px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
    width: 60%
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide {
    width: 100%
  }
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px .2rem 0 rgba(0, 0, 0, 0.06);
  border-radius: .2rem;
  display: flex;
  flex-direction: column;
  padding: .34rem .46rem .4rem
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .shu {
  color: #143291;
  line-height: 1;
  margin-bottom: .28rem;
  font-family: 'Manrope-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_tit {
  line-height: 1.33333333;
  color: #333333;
  margin-bottom: .42rem
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
  color: #666666;
  line-height: 1.875;
  margin-top: auto;
  margin-bottom: 1rem;
  text-align: justify;
}

@media (max-width: 1580px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
    margin-bottom: .6rem
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_text {
    margin-bottom: .4rem
  }
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_img {
  height: .86rem
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .f_img img {
  height: 100%;
  max-width: 100%;
  object-fit: contain
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide .item .c-bg {
  position: absolute;
  right: -2.04rem;
  bottom: -1.85rem;
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  pointer-events: none;
  animation: circleRotate 60s linear infinite
}

.sustainablebox-sec3 .cont .f_jut .sustainablebox3_cont .swiper-slide:nth-child(2n) .item .shu {
  color: var(--color)
}

.sustainablebox-sec3 .cont .sustainablebox3_pagin {
  width: 100%;
  height: 1px;
  display: flex;
  align-content: flex-end;
  overflow: visible;
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 1rem
}

.sustainablebox-sec3 .cont .sustainablebox3_pagin span {
  height: 2px;
  top: initial;
  bottom: 0;
  background: var(--color)
}

.sustainablebox-sec3 .swiper-scrollbar {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  height: 2px;
  background: #e5e5e5
}

.sustainablebox-sec3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color)
}

.sustainablebox-sec4 {
  padding: 1.2rem 0;
}

/* @media (max-width: 767px) {
  .sustainablebox-sec4 {
    padding-top: 1.2rem
  }
} */

/* .sustainablebox-sec4 .container {
  padding-bottom: 1.36rem;
} */

.sustainablebox-sec4 .container .f_title {
  color: #000000;
  margin-bottom: .54rem
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .f_title {
    text-align: center
  }
}

.sustainablebox-sec4 .container .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}

.sustainablebox-sec4 .container .cont .lt {
  width: 25.375%;
  display: flex;
  flex-direction: column;
  padding-right: .2rem;
  align-items: flex-start
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .lt {
    width: 100%;
    margin-bottom: .1rem;
    padding-right: 0;
    padding-bottom: .24rem
  }
}

.sustainablebox-sec4 .container .cont .lt li {
  margin-bottom: .2rem
}

.sustainablebox-sec4 .container .cont .lt li:last-child {
  margin-bottom: 0
}

.sustainablebox-sec4 .container .cont .lt li .f_tit {
  background-color: #ffffff;
  box-shadow: 0 3px .2rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 29px;
  min-width: 1.8rem;
  padding: .16rem .32rem;
  text-align: center;
  color: #666666;
  cursor: pointer;
  transition: all .4s
}

.sustainablebox-sec4 .container .cont .lt li:hover:not(.on) .f_tit {
  color: var(--color)
}

.sustainablebox-sec4 .container .cont .lt li.on .f_tit {
  box-shadow: 0 3px .2rem 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  background: var(--color)
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .lt {
    flex-direction: row;
    overflow-x: auto
  }

  .sustainablebox-sec4 .container .cont .lt li {
    flex: 0 0 auto;
    margin: 0 .12rem
  }

  .sustainablebox-sec4 .container .cont .lt li:last-child {
    margin-right: auto
  }

  .sustainablebox-sec4 .container .cont .lt li:first-child {
    margin-left: auto
  }
}

.sustainablebox-sec4 .container .cont .gt {
  width: 74.625%;
  position: relative
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .gt {
    width: 100%
  }
}

.sustainablebox-sec4 .container .cont .gt .f_jut {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_flog_box {
  padding-top: .24rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_flog_box:first-child {
  padding-top: 0;
  border-top: none
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo {
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item {
  width: 20%;
  margin-bottom: .24rem;
  padding: 0 .12rem
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item {
    width: 25%
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item {
    width: 33.333%
  }
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item .list {
  background: #ffffff;
  border-radius: .2rem;
  box-shadow: 0 3px .2rem 0 rgba(0, 0, 0, 0.06)
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item .list:before {
  padding-top: 54.64285714%
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item .list img {
  object-fit: contain;
  transform: scale(.6)
}

.sustainablebox-sec4 .container .cont .gt .f_jut .f_logo .item .list:hover img {
  transform: scale(.8)
}

.sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem -0.4rem
}

@media (max-width: 1580px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list {
    margin: 0 -0.2rem -0.4rem
  }
}

.sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li {
  display: flex;
  width: 33.3333%;
  padding: 0 .4rem .4rem
}

@media (max-width: 1580px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li {
    padding: 0 .2rem .4rem
  }
}

@media (max-width:1180px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li {
    width: 50%
  }
}

.sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  text-align: center;
  background: url(../img/sustainablebox-sec4-bg1.png) no-repeat left center / auto 100%, url(../img/sustainablebox-sec4-bg2.png) no-repeat right center / auto 100%
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li .c-wrap {
    padding: 0 25px;
    height: 60px
  }
}

.sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li .c-wrap .c-title {
  color: #c79537
}

@media (max-width: 1580px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li .c-wrap .c-title {
    font-size: 16px;
    line-height: 1.5
  }
}

@media (max-width: 767px) {
  .sustainablebox-sec4 .container .cont .gt .f_jut:nth-child(2) .c-list li .c-wrap .c-title {
    font-size: 14px;
    line-height: 1.3
  }
}

.sustainablebox-sec4 .container .cont .gt .on {
  opacity: 1;
  position: relative;
  visibility: inherit
}

@keyframes width100 {
  from {
    width: 0%
  }

  to {
    width: 100%
  }
}

.joinbox_tit .f_text span {
  color: #2d973d;
}

.invertorbox-sec3 .cont .f_jut .li strong {
  display: block;
  margin-right: 14px;
}

.sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide {
  padding: 0 0.6rem;
}

@media (max-width: 767px) {
  .sustainablebox-sec1 .container .gt .sustainablebox1_cont .swiper-slide {
    padding: 0;
  }
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text p {
  text-align: justify;
  padding-bottom: 12px;
  text-indent: 2em;
}

.joinbox-sec3 .joinbox3_cont .item .font .f_text p:last-child {
  padding-bottom: 0px;
}

.gh_fzjt svg {
  transform: rotate(180deg);
}

.gh_shzr {
  background: #f7fbf8;
  padding: 1.2rem 0;
}

.gh_shzr .gh_shzrul {
  overflow: visible;
}

.gh_shzr .he_puti {
  text-align: left;
}

.gh_shzr .he_puti {
  text-align: left;
  margin-bottom: 0;
}

.gh_shzr .he_puti {
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #e3e7e4;
  margin-bottom: 0.8rem;
}

.gh_shzr .he_puti .he_b1p1ti {
  margin-bottom: 0;
}

.gh_shzr .he_puti .he_b1p1ti .g_margin5 {
  margin-bottom: 0;
}

.gh_shzr .gh_shzrul .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gh_shzr .gh_shzrul .item .font {
  width: 46.25%;
  padding-top: 0.56rem;
  padding-right: 1.36rem;
  padding-bottom: 0.7rem;
}

.gh_shzr .gh_shzrul .item .font .f_tit {
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.43rem;
}

.gh_shzr .gh_shzrul .item .font .f_text {
  position: relative;
  padding: 0 28px;
  color: #333333;
  line-height: 1.6;
}

.gh_shzr .gh_shzrul .item .img {
  width: 53.75%;
  border-radius: 0.2rem;
}

.gh_shzr .gh_shzrul .item .img:before {
  padding-top: 63.95348837%;
}

.gh_shzr .gh_shzrul .qie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gh_shzr .gh_shzrul .qie .swiper-pagination {
  position: relative;
  left: 0;
  color: #999999;
  bottom: 0;
  text-align: left;
}

.gh_shzr .gh_shzrul .qie .swiper-pagination span {
  font-size: .56rem;
  color: var(--color);
}

.gh_shzr .gh_shzrul .qie .f_btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.gh_shzr .gh_shzrul .qie .f_btn .base_next {
  margin-left: 16px;
}

@media (max-width: 1580px) {
  .gh_shzr .gh_shzrul .item .font .f_text {
    font-size: 16px;
    padding: 0 24px;
  }

  .gh_shzr .gh_shzrul .qie .f_btn .base_next {
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  .gh_shzr .gh_shzrul .qie {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46.25%;
    padding-right: 1.36rem;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .gh_shzr .gh_shzrul .item .font {
    padding-right: 0.3rem;
  }
}

@media (max-width: 767px) {
  .gh_shzr .gh_shzrul .item .font {
    width: 100%;
    order: 1;
  }

  .gh_shzr .gh_shzrul .item .font .f_text {
    padding: 0;
  }

  .gh_shzr .gh_shzrul .item .img {
    width: 100%;
  }
}