.title {
  text-align: center;
}
.title b {
  margin-bottom: 26px;
  font-size: 36px;
  color: #02723d;
  font-weight: bold;
}
.title i {
  margin-bottom: 60px;
  font-size: 18px;
  color: #333;
}
@media (max-width: 1200px) {
  .title b {
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
  }
  .title i {
    margin-bottom: 1.85rem;
    font-size: 0.56rem;
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.banner .f1Swiper {
  opacity: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide {
  background: #fff;
}
.banner .swiper-slide .img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .posText {
  transition: all 0.5s 1s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .posText1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .posText2 .w1400 {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.banner .swiper-slide .posText2 .text {
  opacity: 0;
  display: flex;
  margin-bottom: 50px;
  width: 100%;
  font-size: 64px;
  color: #fff;
}
.banner .swiper-slide .posText2 .text p {
  margin-right: 26px;
}
.banner .swiper-slide .posText2 .text2 {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 30px;
  font-family: "poppins";
}
.banner .swiper-slide .video {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  content: "";
}
.banner .swiper-slide .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
}
.banner .swiper-slide-active .posText2 .text {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: textLeft100;
  animation-name: textLeft100;
}
.banner .swiper-slide-active .posText2 .text2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner .swiper-slide-active .posText1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: textLeft100;
  animation-name: textLeft100;
}
.banner .pos {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  z-index: 9;
  font-family: "poppins";
}
.banner .pos .sum {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.banner .pos .sum i {
  padding-top: 2px;
  width: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.banner .pos .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0 30px;
  width: 220px;
  height: 3px;
  background: url(../images/icon/i1.png) center repeat-x;
}
.banner .pos .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.banner .pos .swiper-button-next,
.banner .pos .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  margin: 0 20px;
  width: 11px;
  height: 20px;
}
.banner .pos .swiper-button-prev {
  background: url(../images/icon/i6.png) center no-repeat;
  background-size: 100% auto;
}
.banner .pos .swiper-button-next {
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: 100% auto;
}
@keyframes textLeft100 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.scrollMainBox {
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: scrolls;
}
.scrollMainBox i {
  padding-right: 40px;
  font-size: 18px;
  color: #fff;
  font-family: "poppins";
  background: url(../images/icon/i2.png) right center no-repeat;
}
@keyframes scrolls {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 1200px) {
  .banner .pos {
    bottom: 1.7rem;
  }
  .banner .pos .sum {
    margin-right: 0;
  }
  .banner .pos .sum i {
    padding-top: 0px;
    width: 0.78rem;
    font-size: 0.54rem;
  }
  .banner .pos .swiper-pagination {
    margin: 0 0.7rem;
    width: 6.6rem;
  }
  .banner .pos .swiper-button-next,
  .banner .pos .swiper-button-prev {
    display: none;
  }
  .scrollMainBox {
    display: none;
  }
}
.ind01 {
  position: relative;
  z-index: 2;
  padding: 110px 0 140px;
  background: #fff url(../images/index/ind01_1.jpg) center no-repeat;
  background-size: cover;
  /* .pic{
        position: relative;
        z-index: 3;
        width: 100%;
        img{
            width: 100%;
            backdrop-filter:blur(12px);
        }
    } */
}
.ind01 .pos {
  position: absolute;
  left: 0;
  bottom: 13.4%;
  width: 100%;
}
.ind01 .pos img {
  margin-left: 13%;
  width: 54%;
}
.ind01 .next {
  position: relative;
  z-index: 3;
}
.ind01 .next .left {
  margin-top: 45px;
  width: 43.5%;
}
.ind01 .next .left .t {
  margin-bottom: 50px;
  font-size: 22px;
  color: #00713b;
  font-weight: bold;
}
.ind01 .next .left b {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}
.ind01 .next .left p {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 42px;
  color: #333;
}
.ind01 .next .left .more {
  justify-content: left;
}
.ind01 .next .right {
  padding-bottom: 60px;
  width: 47.8%;
}
.ind01 .next .right a {
  transition: all 0.5s;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
  width: calc(50% - 15px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  background-color: rgba(244, 255, 243, 0.8);
}
.ind01 .next .right a:nth-child(2n) {
  margin-right: 0;
  transform: translateY(90px);
}
.ind01 .next .right a::after,
.ind01 .next .right a::before {
  transition: all 0.5s;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.ind01 .next .right a::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 146%;
  height: 146%;
  background: url(../images/index/ind01_bac3.png) center no-repeat;
  background-size: cover;
}
.ind01 .next .right a:before {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: url(../images/index/ind01_bac2.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.ind01 .next .right a .bor {
  position: relative;
  z-index: 3;
  padding: 40px;
}
.ind01 .next .right a .icon {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: 43px;
}
.ind01 .next .right a .icon img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.ind01 .next .right a .icon .img2 {
  transition: all 0.5s;
  opacity: 0;
}
.ind01 .next .right a .mode {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.ind01 .next .right a .mode .num {
  display: flex;
  justify-content: end;
  margin-bottom: 4px;
  width: 100%;
  color: #00713b;
}
.ind01 .next .right a .mode .num span,
.ind01 .next .right a .mode .num em {
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  font-family: "poppins";
}
.ind01 .next .right a .mode .num em {
  padding-top: 4px;
}
.ind01 .next .right a .mode .num i {
  padding: 20px 0 0 4px;
  font-size: 22px;
}
.ind01 .next .right a .mode p {
  font-size: 18px;
  color: #333;
}
.ind01 .next .right a:hover {
  transition: all 0.5s;
}
.ind01 .next .right a:hover::after,
.ind01 .next .right a:hover::before {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .next .right a:hover .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.ind01 .next .right a:hover .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .next .right a:hover .mode .num,
.ind01 .next .right a:hover .mode p {
  color: #fff;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 2rem 0 2.9rem;
    background: #fff url(../images/mobile/index/ind01_1.jpg) right top no-repeat;
    background-size: 92% auto;
  }
  .ind01 .pos {
    bottom: 2.9rem;
  }
  .ind01 .pos img {
    margin-left: 5% !important;
    width: 90%;
  }
  .ind01 .next .left {
    margin: 0 auto 0.9rem;
    width: 100%;
  }
  .ind01 .next .left .t {
    margin-bottom: 0.8rem;
    font-size: 0.66rem;
  }
  .ind01 .next .left b {
    margin-bottom: 1.1rem;
    font-size: 0.8rem;
    line-height: 1.24rem;
  }
  .ind01 .next .left p {
    margin-bottom: 1.5rem;
    font-size: 0.56rem;
    line-height: 1.08rem;
  }
  .ind01 .next .right {
    padding-bottom: 3.4rem;
    width: 100%;
  }
  .ind01 .next .right a {
    margin: 0 0.6rem 0.6rem 0;
    width: calc(50% - 0.3rem);
    backdrop-filter: blur(10px);
    border-radius: 0.3rem;
  }
  .ind01 .next .right a:nth-child(2n) {
    transform: translateY(2rem);
  }
  .ind01 .next .right a::after,
  .ind01 .next .right a:before {
    display: none;
  }
  .ind01 .next .right a .bor {
    padding: 1rem 0.7rem;
  }
  .ind01 .next .right a .icon {
    margin-bottom: 1.2rem;
    height: 1.18rem;
  }
  .ind01 .next .right a .mode .num {
    margin-bottom: 0;
  }
  .ind01 .next .right a .mode .num span,
  .ind01 .next .right a .mode .num em {
    line-height: 1;
    font-size: 1.14rem;
  }
  .ind01 .next .right a .mode .num em {
    padding-top: 0.1rem;
  }
  .ind01 .next .right a .mode .num i {
    padding: 0.36rem 0 0 0.02rem;
    font-size: 0.52rem;
  }
  .ind01 .next .right a .mode p {
    font-size: 0.5rem;
  }
  .ind01 .next .right a:hover .icon .img1 {
    opacity: 1;
  }
  .ind01 .next .right a:hover .icon .img2 {
    opacity: 0;
  }
  .ind01 .next .right a:hover .mode .num {
    color: #00713b;
  }
  .ind01 .next .right a:hover .mode p {
    color: #333;
  }
}
.ind02 {
  position: relative;
  height: 90vh;
  background: url(../images/index/ind02_1.jpg) center fixed no-repeat;
  background-size: cover;
}
.ind02 .pos {
  position: absolute;
  left: 0;
  bottom: 13%;
  width: 100%;
  color: #fff;
}
.ind02 .pos p {
  margin-bottom: 60px;
  font-size: 56px;
  font-weight: bold;
}
.ind02 .pos i {
  font-size: 26px;
  line-height: 46px;
  font-family: "poppins";
}
@media (max-width: 1200px) {
  .ind02 {
    height: 90vh;
    background-image: url(../images/index/ind02_1.jpg);
  }
  .ind02 .pos {
    bottom: 1.9rem;
  }
  .ind02 .pos p {
    margin-bottom: 0.8rem;
    line-height: 1.4rem;
    font-size: 0.9rem;
  }
  .ind02 .pos i {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
}
.ind03 {
  padding: 100px 0 120px;
}
.ind03 .list {
  display: flex;
}
.ind03 .list.mobile {
  display: none;
}
.ind03 .list a {
  position: relative;
  margin-right: 1%;
  width: 20%;
  height: 550px;
  border-radius: 30px;
  overflow: hidden;
}
.ind03 .list a:last-child {
  margin-right: 0;
}
.ind03 .list a::after {
  transition: all 0.5s;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
}
.ind03 .list a .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind03 .list a .pic i {
  width: 100%;
  height: 100%;
}
.ind03 .list a .bac {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind03_bac1.png) center bottom no-repeat;
  background-size: 100% auto;
}
.ind03 .list a .pos {
  transition: all 0.5s;
  position: absolute;
  left: 7%;
  bottom: 30px;
  z-index: 3;
  width: 86%;
  color: #fff;
  text-align: center;
}
.ind03 .list a .pos b {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
}
.ind03 .list a .pos .text {
  transition: all 0.5s;
  max-height: 0px;
  overflow: hidden;
}
.ind03 .list a .pos .text p {
  font-size: 18px;
  line-height: 36px;
}
.ind03 .list a.cur {
  width: 37%;
}
.ind03 .list a.cur::after {
  transition: all 0.5s;
  opacity: 0;
}
.ind03 .list a.cur .bac {
  transition: all 0.5s;
  opacity: 1;
}
.ind03 .list a.cur .text {
  transition: all 0.5s;
  margin-bottom: 20px;
  max-height: 72px;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 1.8rem 0 2.5rem;
  }
  .ind03 .list {
    margin-left: 4%;
    width: 96%;
  }
  .ind03 .list.pc {
    display: none;
  }
  .ind03 .list.mobile {
    display: flex;
  }
  .ind03 .list a {
    margin-right: 0.85rem;
    width: 9.2rem;
    height: 11.55rem;
    border-radius: 0.6rem;
  }
  .ind03 .list a:last-child {
    margin-right: 0.4rem;
  }
  .ind03 .list a::after {
    display: none;
  }
  .ind03 .list a .bac {
    opacity: 1;
    background: url(../images/mobile/index/ind03_bac1.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .ind03 .list a .pos {
    left: 0.8rem;
    bottom: 1rem;
    width: calc(100% - 1.6rem);
    text-align: left;
  }
  .ind03 .list a .pos b {
    margin-bottom: 0.58rem;
    font-size: 0.8rem;
  }
  .ind03 .list a .pos .text {
    max-height: 10rem;
  }
  .ind03 .list a .pos .text p {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
}
.ind04 {
  position: relative;
  height: 100vh;
  background: #f2fff1 url(../images/index/ind04_bac1.png) left bottom no-repeat;
  background-size: 15.6% auto;
}
.ind04::before {
  position: absolute;
  right: 12%;
  top: 0;
  width: 22.7%;
  height: 100vh;
  background: url(../images/index/ind04_bac2.png) left top no-repeat;
  background-size: 100% auto;
  content: '';
}
.ind04 .mode {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
}
.ind04 .mode.pc {
  display: flex;
  align-items: center;
}
.ind04 .mode .text {
  width: 100vw;
  flex-shrink: 0;
  text-align: center;
}
.ind04 .mode .text i {
  margin-bottom: 20px;
  font-size: 46px;
  color: #333;
  font-weight: bold;
}
.ind04 .mode .text b {
  margin-bottom: 40px;
  line-height: 70px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
}
.ind04 .mode .text p {
  font-size: 24px;
  line-height: 36px;
  color: #02723d;
}
.ind04 .mode .cen {
  position: relative;
  width: 100vh;
  flex-shrink: 0;
  height: 100%;
}
.ind04 .mode .cen .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  transform: translateX(-50%) scale(0.35);
}
.ind04 .mode .right {
  flex-shrink: 0;
  height: 100vh;
  background: #30635f;
}
.ind04 .mode .right img {
  height: 100%;
}
@media (max-width: 1200px) {
  .ind04 {
    height: auto;
    background: #f2fff1;
  }
  .ind04::before {
    display: none;
  }
  .ind04 .mode {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  .ind04 .mode.pc {
    display: none;
  }
  .ind04 .mode .text {
    padding: 3.3rem 0 1.3rem;
  }
  .ind04 .mode .text i {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
  .ind04 .mode .text p {
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .ind04 .mode .cen {
    margin: 0 auto 3.68rem;
    width: 11.6rem;
    height: 10.6rem;
  }
  .ind04 .mode .cen .pic {
    background-position: center;
    border-radius: 0.6rem;
    transform: translateX(0) scale(1);
  }
  .ind04 .mode .right {
    height: auto;
  }
  .ind04 .mode .right img {
    width: 100%;
    height: auto;
  }
}
.ind05 {
  padding: 100px 0 120px;
  background: url(../images/index/ind05_bac.jpg) center center no-repeat;
  background-size: cover;
}
.ind05 .mode {
  margin-bottom: 90px;
}
.ind05 .swiper {
  width: 45%;
}
.ind05 .swiper .swiper-slide {
  background: #fff;
}
.ind05 .swiper .swiper-slide:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.1);
}
.ind05 .swiper .pic {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}
.ind05 .swiper .pic::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/page/picBac.png) left bottom no-repeat;
  background-size: 100% auto;
  content: '';
}
.ind05 .swiper .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind05 .swiper .pos {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  z-index: 3;
  left: 36px;
  top: 36px;
  width: calc(100% - 72px);
  height: calc(100% - 62px);
  color: #fff;
}
.ind05 .swiper .pos .time {
  transition: all 0.5s;
  padding: 6px 15px;
  line-height: 28px;
  border-radius: 10px;
  font-family: "poppins";
  background: rgba(1, 114, 61, 0.8);
}
.ind05 .swiper .pos .time i {
  font-weight: bold;
  font-size: 30px;
}
.ind05 .swiper .pos .time em {
  font-size: 16px;
}
.ind05 .swiper .pos .text {
  width: 100%;
}
.ind05 .swiper .pos .text b {
  height: 64px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind05 .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: initial;
}
.ind05 .swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #e3e0e0;
  cursor: pointer;
}
.ind05 .swiper .swiper-pagination-bullet-active {
  background: #02723d;
}
.ind05 .list {
  width: 50%;
}
.ind05 .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: #e6e6e6 1px solid;
}
.ind05 .list a:last-child {
  border-bottom: none;
}
.ind05 .list a .time {
  transition: all 0.5s;
  padding: 6px 15px;
  line-height: 28px;
  border-radius: 10px;
  font-family: "poppins";
  color: #02723d;
  background: #fff;
}
.ind05 .list a .time i {
  font-weight: bold;
  font-size: 30px;
}
.ind05 .list a .time em {
  font-size: 16px;
}
.ind05 .list a .text {
  width: calc(100% - 24px - 100px);
}
.ind05 .list a .text b {
  max-height: 64px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind05 .list a:hover .time {
  transition: all 0.5s;
  color: #f7f7f7;
  background: #02723d;
}
.ind05 .list a:hover .text b {
  color: #02723d;
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 1.9rem 0 1.7rem;
    background-image: url(../images/mobile/index/ind05_bac.jpg);
  }
  .ind05 .mode {
    margin-bottom: 1rem;
  }
  .ind05 .swiper {
    width: 100%;
  }
  .ind05 .swiper .pic {
    margin-bottom: 4rem;
    height: 7.75rem;
    border-radius: 0.6rem;
  }
  .ind05 .swiper .pos {
    left: 0;
    top: 0.9rem;
    width: 100%;
  }
  .ind05 .swiper .pos .time {
    margin-left: 0.78rem;
    padding: 0.12rem 0.4rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
  }
  .ind05 .swiper .pos .time i {
    font-size: 0.76rem;
  }
  .ind05 .swiper .pos .time em {
    font-size: 0.38rem;
  }
  .ind05 .swiper .pos .text {
    width: 100%;
    color: #333;
  }
  .ind05 .swiper .pos .text b {
    height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
  .ind05 .swiper .swiper-pagination {
    position: absolute;
    display: block;
  }
  .ind05 .swiper .swiper-pagination-bullet {
    background: #d3eadf;
  }
  .ind05 .swiper .swiper-pagination-bullet-active {
    background: #02723d;
  }
  .ind05 .list {
    width: 100%;
  }
  .ind05 .list a {
    padding: 0.8rem 0;
  }
  .ind05 .list a:last-child {
    border-bottom: #e6e6e6 1px solid;
  }
  .ind05 .list a .time {
    padding: 0.12rem 0.4rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
  }
  .ind05 .list a .time i {
    font-size: 0.76rem;
  }
  .ind05 .list a .time em {
    font-size: 0.38rem;
  }
  .ind05 .list a .text {
    width: calc(100% - 0.6rem - 2.5rem);
  }
  .ind05 .list a .text b {
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
  }
}
.ind06 {
  position: relative;
  height: 100vh;
  background: url(../images/index/ind06_bac.png) center center no-repeat;
  background-size: cover;
}
.ind06 .pos {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
}
.ind06 .pos span {
  margin-bottom: 40px;
  font-size: 22px;
  color: #02723d;
  font-weight: bold;
}
.ind06 .pos b {
  margin-bottom: 50px;
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .ind06 {
    background-image: url(../images/mobile/index/ind06_bac.png);
  }
  .ind06 .pos {
    top: 20%;
  }
  .ind06 .pos span {
    margin-bottom: 0.8rem;
    font-size: 0.66rem;
  }
  .ind06 .pos b {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
}
