/*================首页样式及公共部分样式================*/
.banner {
  position: relative;
}
.banner .swiper-slide {
  position: relative;
  display: block;
  height: 100.5vh;
}
.banner .swiper-slide .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .pic i {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .pimg {
  display: block;
}
.banner .swiper-slide .mimg,
.banner .swiper-slide .videoText {
  display: none;
}
.banner .swiper-slide .w1400 {
  position: relative;
  z-index: 2;
}
.banner .swiper-slide .text.imgText {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .text.imgText img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .video_ves {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 788px;
}
.banner .swiper-slide .video_obj {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .text {
  visibility: visible;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .swiper-num {
  position: absolute;
  z-index: 2;
  right: 27.78%;
  bottom: 68px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: baseline;
  font-family: Arial;
}
.banner .lit_box {
  margin-right: 2px;
}
.banner .lit {
  font-size: 20px;
}
.banner .swiper-slide .pimimg {
  display: none;
}
.banner .swiper .swiper-button-next,
.banner .swiper .swiper-button-prev {
  top: initial;
  bottom: 7.8%;
  width: 56px;
  height: 58px;
}
.banner .swiper .swiper-button-next::after,
.banner .swiper .swiper-button-prev::after {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 54px;
  height: 54px;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  border-radius: 100%;
  content: "";
}
.banner .swiper .swiper-button-prev {
  left: initial;
  right: calc((100vw - 1500px)*0.6 + 75px);
}
.banner .swiper .swiper-button-prev::after {
  background: url(../images/icon/icon_20.png) center no-repeat;
}
.banner .swiper .swiper-button-next {
  right: calc((100vw - 1500px)*0.6);
}
@media (max-width: 1524px) {
  .banner .swiper .swiper-button-prev {
    left: initial;
    right: calc((100vw - 1200px)*0.6 + 75px);
  }
  .banner .swiper .swiper-button-next {
    right: calc((100vw - 1200px)*0.6);
  }
}
.banner .swiper .swiper-button-next::after {
  background: url(../images/icon/icon_21.png) center no-repeat;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .circle {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .circle.circle_right {
  right: 0;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .circle.circle_left {
  left: 0;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .circleProgress {
  width: 54px;
  height: 54px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .rightcircle {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  -webkit-animation: circleProgressLoad_right 5s linear;
  animation: circleProgressLoad_right 5s linear;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .leftcircle,
.banner .swiper .swiper-button-next .circleProgress_wrapper .rightcircle {
  transform: rotate(45deg);
  box-sizing: content-box !important;
  box-sizing: initial !important;
}
.banner .swiper .swiper-button-next .circleProgress_wrapper .leftcircle {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 0;
  -webkit-animation: circleProgressLoad_left 5s linear;
  animation: circleProgressLoad_left 5s linear;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes circleProgressLoad_left {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.scroll {
  position: absolute;
  z-index: 10;
  bottom: 96px;
  left: 10.78%;
  margin-left: -20px;
  width: 41px;
  height: 181px;
  background: url(../images/icon/icon_6.png) center no-repeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
@media (max-width: 1200px) {
  .banner .swiper-slide {
    /* height: 10.34rem; */
    height: 100.5vh;
  }
  .banner .swiper-slide .pimg {
    display: none;
  }
  .banner .swiper-slide .mimg {
    display: block;
  }
  .banner .swiper-slide .text {
    width: 100%;
  }
  .banner .swiper .swiper-button-next {
    right: 0.3rem;
  }
  .banner .swiper .swiper-button-prev {
    right: 1.4rem;
  }
  .banner .swiper .swiper-button-next,
  .banner .swiper .swiper-button-prev {
    width: 0.78rem;
    height: 0.78rem;
  }
  .banner .swiper .swiper-button-next::after,
  .banner .swiper .swiper-button-prev::after {
    width: 0.74rem;
    height: 0.74rem;
  }
  .banner .swiper .swiper-button-next .circleProgress_wrapper .circleProgress {
    width: 0.7rem;
    height: 0.7rem;
  }
  .banner .swiper .swiper-button-next .circleProgress_wrapper {
    width: 0.78rem;
    height: 0.78rem;
    top: 0;
    left: 0;
  }
  .banner .swiper-num {
    left: 0.3rem;
    bottom: 1.26rem;
    font-size: 0.36rem;
  }
  .banner .lit {
    font-size: 0.28rem;
  }
  .scroll {
    display: none;
  }
}
.ind01 {
  position: relative;
  height: 891px;
  overflow: hidden;
}
.ind01 .picture {
  width: 43.59%;
  height: 891px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ind01 .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind01 .w1500 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.ind01 .regards {
  width: 48.93%;
}
.ind01 .regards .tit {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}
.ind01 .regards .tit::after {
  content: '';
  width: 42px;
  height: 6px;
  background: #408444;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ind01 .regards .te {
  margin-top: 60px;
}
.ind01 .regards p {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.ind01 .regards p b,
.ind01 .regards p strong {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  display: inline;
}
.ind01 .regards .btm {
  margin-top: 60px;
  display: flex;
}
.ind01 .regards .btm .left {
  font-size: 52px;
  color: #ce632e;
  display: flex;
  align-items: center;
}
.ind01 .regards .btm .num {
  font-size: 66px;
  color: #ce632e;
  font-family: DMontserratAlternates;
}
.ind01 .regards .btm .ind03-box:last-child {
  margin-left: 129px;
}
.ind01 .regards .btm .ind03-box:last-child .left {
  font-size: 24px;
  align-items: baseline;
}
.ind01 .regards .realizes {
  font-size: 18px;
  color: #595959;
  display: flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.5s;
}
.ind01 .regards .realizes .flop {
  width: 41px;
  height: 6px;
  margin-left: 14px;
  transition: all 0.5s;
}
.ind01 .regards .realizes:hover {
  margin-left: 13px;
}
.ind01 .regards .realizes:hover .flop {
  margin-left: 30px;
}
.mind01 {
  display: none;
}
@media (max-width: 1200px) {
  .ind01 {
    display: none;
  }
  .mind01 {
    display: block;
    padding: 0.96rem 0 0;
  }
  .mind01 .regards .tit {
    font-size: 0.48rem;
    color: #333333;
    font-weight: bold;
    padding-bottom: 0.4rem;
    position: relative;
  }
  .mind01 .regards .tit::after {
    content: '';
    width: 0.42rem;
    height: 0.06rem;
    background: #408444;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mind01 .regards .te {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.5rem;
  }
  .mind01 .regards .te b {
    color: #333333;
    font-weight: bold;
    display: inline;
  }
  .mind01 .regards .btm {
    display: flex;
    margin-top: 0.4rem;
  }
  .mind01 .regards .btm .ind03-box:last-child {
    margin-left: 1.2rem;
  }
  .mind01 .regards .btm .ind03-box:last-child .left {
    font-size: 0.28rem;
  }
  .mind01 .regards .btm .left {
    font-size: 0.52rem;
    color: #ce632e;
    display: flex;
    align-items: center;
  }
  .mind01 .regards .btm .num {
    font-size: 0.7rem;
    color: #ce632e;
    font-family: DMontserratAlternates;
    margin-right: 0.1rem;
  }
  .mind01 .regards .btm p {
    font-size: 0.26rem;
    color: #333333;
    line-height: 32px;
  }
  .mind01 .regards .realizes {
    font-size: 0.26rem;
    color: #595959;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }
  .mind01 .regards .realizes .flop {
    width: 0.6rem;
    margin-left: 0.26rem;
  }
  .mind01 .regards .realizes .flop img {
    width: 100%;
  }
  .mind01 .picture {
    width: 100%;
    margin-top: 0.8rem;
  }
  .mind01 .picture img {
    width: 100%;
  }
}
.ind02 {
  position: relative;
  padding: 120px 0 130px;
  background: #f9f9f9;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.ind02 .picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 56.4%;
  height: 100%;
}
.ind02 .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind02 .w1500 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ind02 .w1700 {
  width: 89.06%;
}
.ind02 .product_tit {
  width: 31.57%;
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}
.ind02 .product_tit::after {
  content: '';
  width: 42px;
  height: 6px;
  background: #408444;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ind02 .product {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.ind02 .realize {
  opacity: 0;
  width: 31.57%;
  margin-top: 70px;
  background: #f9f9f9;
}
.ind02 .realize .txt {
  font-size: 36px;
  color: #408444;
  font-weight: bold;
  font-family: Arial;
}
.ind02 .realize .text_p {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 30px;
}
.ind02 .realize .safety {
  display: flex;
  margin-top: 40px;
}
.ind02 .realize .s_icon {
  margin-right: 68px;
}
.ind02 .realize .s_icon:last-child {
  margin-right: 0;
}
.ind02 .realize .s_icon i {
  transition: all 0.5s;
  transform: rotateY(0deg);
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
}
.ind02 .realize .s_icon p {
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.ind02 .realize .s_icon:hover i {
  transition: all 0.5s;
  transform: rotateY(180deg);
}
.ind02 .realize .realizes {
  font-size: 18px;
  color: #595959;
  display: flex;
  align-items: center;
  margin-top: 80px;
  transition: all 0.5s;
}
.ind02 .realize .realizes .flop {
  width: 41px;
  height: 6px;
  margin-left: 14px;
  transition: all 0.5s;
}
.ind02 .realize .realizes:hover {
  margin-left: 13px;
}
.ind02 .realize .realizes:hover .flop {
  margin-left: 30px;
}
.ind02 .chart {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.27%;
}
.ind02 .chart img {
  max-width: 100%;
  max-height: 100%;
}
.ind02 .swiper-slide {
  opacity: 0 !important;
}
.ind02 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.ind02 .swiper-slide.swiper-slide-active .chart {
  visibility: visible;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.ind02 .swiper-slide.swiper-slide-active .realize {
  visibility: visible;
  -webkit-animation-duration: 1.3;
  animation-duration: 1.3s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.ind02 .productSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  bottom: 0;
}
.ind02 .productSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  font-size: 0;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  margin-right: 14px;
}
.ind02 .productSwiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ind02 .productSwiper .swiper-pagination-bullet-active {
  width: auto;
  height: auto;
  font-size: 18px;
  color: #ce632e;
  background: none;
  font-family: 'DMontserratAlternates';
}
.ind02 .productSwiper .swiper-button-next,
.ind02 .productSwiper .swiper-button-prev {
  top: initial;
  bottom: 0%;
  width: 56px;
  height: 58px;
}
.ind02 .productSwiper .swiper-button-next::after,
.ind02 .productSwiper .swiper-button-prev::after {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 54px;
  height: 54px;
  border: rgba(147, 147, 147, 0.8) 1px solid;
  border-radius: 100%;
  content: "";
}
.ind02 .productSwiper .swiper-button-next::after {
  border: rgba(64, 132, 68, 0.8) 1px solid;
}
.ind02 .productSwiper .swiper-button-prev {
  left: initial;
  right: calc((100vw - 1500px)*0.6 + 75px);
}
.ind02 .productSwiper .swiper-button-prev::after {
  background: url(../images/icon/icon_7.png) center no-repeat;
}
.ind02 .productSwiper .swiper-button-next {
  right: calc((100vw - 1500px)*0.6);
}
@media (max-width: 1524px) {
  .ind02 .productSwiper .swiper-button-prev {
    left: initial;
    right: calc((100vw - 1200px)*0.6 + 75px);
  }
  .ind02 .productSwiper .swiper-button-next {
    right: calc((100vw - 1200px)*0.6);
  }
}
.ind02 .productSwiper .swiper-button-next::after {
  background: url(../images/icon/icon_8.png) center no-repeat;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle.circle_right {
  right: 0;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle.circle_left {
  left: 0;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circleProgress {
  width: 54px;
  height: 54px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .rightcircle {
  border-top: 2px solid #4b8a4e;
  border-right: 2px solid #4b8a4e;
  right: 0;
  -webkit-animation: circleProgressLoad_right 5s linear;
  animation: circleProgressLoad_right 5s linear;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .leftcircle,
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .rightcircle {
  transform: rotate(45deg);
  box-sizing: content-box !important;
  box-sizing: initial !important;
}
.ind02 .productSwiper .swiper-button-next .circleProgress_wrapper .leftcircle {
  border-bottom: 2px solid #4b8a4e;
  border-left: 2px solid #4b8a4e;
  left: 0;
  -webkit-animation: circleProgressLoad_left 5s linear;
  animation: circleProgressLoad_left 5s linear;
}
.mind02 {
  display: none;
}
@media (max-width: 1200px) {
  .ind02 {
    display: none;
  }
  .mind02 {
    display: block;
    padding: 0.9rem 0 1rem;
  }
  .mind02 .product_tit {
    font-size: 0.48rem;
    color: #333333;
    font-weight: bold;
    padding: 0 0.3rem;
    padding-bottom: 0.4rem;
    position: relative;
  }
  .mind02 .product_tit::after {
    content: '';
    width: 0.42rem;
    height: 0.06rem;
    background: #408444;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
  }
  .mind02 .product {
    margin-top: 0.6rem;
  }
  .mind02 .chart {
    width: 100%;
    background: url(../images/mobile/index/chart_bg.png) center no-repeat;
    background-size: cover;
    padding: 1.2rem 0 1.9rem;
  }
  .mind02 .chart img {
    width: 100%;
    height: 5.2rem;
    object-fit: contain;
  }
  .mind02 .realize {
    margin-top: 0.9rem;
  }
  .mind02 .realize .txt {
    font-size: 0.36rem;
    color: #408444;
    font-weight: bold;
    font-family: Arial;
  }
  .mind02 .realize .text_p {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.5rem;
  }
  .mind02 .realize .safety {
    display: flex;
    margin-top: 0.6rem;
  }
  .mind02 .realize .s_icon {
    width: 1.16rem;
    margin-right: 0.64rem;
  }
  .mind02 .realize .s_icon:last-child {
    margin-right: 0;
  }
  .mind02 .realize .s_icon i {
    width: 100%;
    height: 1.16rem;
  }
  .mind02 .realize .s_icon p {
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-top: 0.35rem;
  }
  .mind02 .realize .realizes {
    font-size: 0.26rem;
    color: #595959;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
  }
  .mind02 .realize .realizes .flop {
    width: 0.6rem;
    margin-left: 0.26rem;
  }
  .mind02 .realize .realizes .flop img {
    width: 100%;
  }
  .mind02 .productSwiper .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
  }
  .mind02 .productSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    font-size: 0;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-right: 14px;
  }
  .mind02 .productSwiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .mind02 .productSwiper .swiper-pagination-bullet-active {
    width: auto;
    height: auto;
    font-size: 18px;
    color: #ce632e;
    background: none;
    font-family: 'DMontserratAlternates';
  }
  .mind02 .productSwiper .swiper-button-next,
  .mind02 .productSwiper .swiper-button-prev {
    top: 7.53rem;
    /* bottom: 47.6%; */
    margin-top: 0;
    width: 0.78rem;
    height: 0.78rem;
  }
  .mind02 .productSwiper .swiper-button-next::after,
  .mind02 .productSwiper .swiper-button-prev::after {
    display: block;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    width: 0.74rem;
    height: 0.74rem;
    border: rgba(147, 147, 147, 0.8) 1px solid;
    border-radius: 100%;
    content: "";
  }
  .mind02 .productSwiper .swiper-button-next::after {
    border: rgba(64, 132, 68, 0.8) 1px solid;
  }
  .mind02 .productSwiper .swiper-button-prev {
    left: initial;
    right: 1.4rem;
  }
  .mind02 .productSwiper .swiper-button-prev::after {
    background: url(../images/icon/icon_7.png) center no-repeat;
  }
  .mind02 .productSwiper .swiper-button-next {
    right: 0.3rem;
  }
  .mind02 .productSwiper .swiper-button-next::after {
    background: url(../images/icon/icon_8.png) center no-repeat;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper {
    width: 0.78rem;
    height: 0.78rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle.circle_right {
    right: 0;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circle.circle_left {
    left: 0;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .circleProgress {
    width: 0.7rem;
    height: 0.7rem;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .rightcircle {
    border-top: 2px solid #4b8a4e;
    border-right: 2px solid #4b8a4e;
    right: 0;
    -webkit-animation: circleProgressLoad_right 5s linear;
    animation: circleProgressLoad_right 5s linear;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .leftcircle,
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .rightcircle {
    transform: rotate(45deg);
    box-sizing: content-box !important;
    box-sizing: initial !important;
  }
  .mind02 .productSwiper .swiper-button-next .circleProgress_wrapper .leftcircle {
    border-bottom: 2px solid #4b8a4e;
    border-left: 2px solid #4b8a4e;
    left: 0;
    -webkit-animation: circleProgressLoad_left 5s linear;
    animation: circleProgressLoad_left 5s linear;
  }
  .mind02 .productSwiper .swiper-num {
    display: flex;
    align-items: baseline;
    position: absolute;
    top: 7.7rem;
    left: 0.3rem;
    z-index: 1;
  }
  .mind02 .productSwiper .swiper-num .lit_box {
    font-size: 0.36rem;
    color: #48894d;
    font-family: 'DMontserratAlternates';
    margin-right: 0.1rem;
  }
  .mind02 .productSwiper .swiper-num .lit {
    font-size: 0.28rem;
    color: #838383;
    font-family: 'DMontserratAlternates';
  }
}
.ind03 {
  position: relative;
  padding: 120px 0 124px;
}
.ind03 .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind03 .bac .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind03 .bac i {
  width: 100%;
  height: 100%;
}
.ind03 .bac i.mobile {
  display: none;
}
.ind03 .solve {
  width: 42.86%;
}
.ind03 .solve_tit {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}
.ind03 .solve_tit::after {
  content: '';
  width: 42px;
  height: 6px;
  background: #408444;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ind03 .text_p {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 30px;
}
.ind03 .realizes {
  font-size: 18px;
  color: #595959;
  display: flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.5s;
}
.ind03 .realizes .flop {
  width: 41px;
  height: 6px;
  margin-left: 14px;
  transition: all 0.5s;
}
.ind03 .realizes:hover {
  margin-left: 13px;
}
.ind03 .realizes:hover .flop {
  margin-left: 30px;
}
.ind03 .articles {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin-top: 16px;
}
.ind03 .articles .list {
    float: left;
  width: 170px;
  height: 94px;
  border: 1px solid #d0d0ce;
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-right: 54px;
  margin-top: 44px;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}

.ind03 .articles .list:nth-child(2),.ind03 .articles .list:nth-child(4) {
  margin-right: 0;
}
.ind03 .articles .list:hover,
.ind03 .articles .list.cur {
  background: #408444;
  border: 1px solid #408444;
  transition: all 0.5s;
}
.ind03 .articles .list:hover span,
.ind03 .articles .list.cur span {
  color: #fff;
  transition: all 0.5s;
}
.ind03 .articles .list:hover p,
.ind03 .articles .list.cur p {
  color: #fff;
  transition: all 0.5s;
}
.ind03 .articles .list:hover i.i1,
.ind03 .articles .list.cur i.i1 {
  opacity: 0;
}
.ind03 .articles .list:hover i.i2,
.ind03 .articles .list.cur i.i2 {
  opacity: 1;
}
.ind03 .articles span {
  font-size: 20px;
  color: #333333;
  font-family: 'DMontserratAlternates';
  transition: all 0.5s;
}
.ind03 .articles p {
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  transition: all 0.5s;
}
.ind03 .articles i {
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.ind03 .articles i.i2 {
  opacity: 0;
}
.ind03 .mobile {
  display: none;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 1rem 0 4.1rem;
    background: url(../images/mobile/index/ind03.jpg) center no-repeat;
    background-size: cover;
  }
  .ind03 .bac i.pc {
    display: none;
  }
  .ind03 .bac i.mobile {
    display: block;
  }
  .ind03 .pc {
    display: none;
  }
  .ind03 .mobile {
    display: block;
  }
  .ind03 .solve {
    width: 100%;
  }
  .ind03 .solve_tit {
    font-size: 0.48rem;
    padding-bottom: 0.5rem;
  }
  .ind03 .solve_tit::after {
    width: 0.42rem;
    height: 0.06rem;
  }
  .ind03 .text_p {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.5rem;
  }
  .ind03 .realizes {
    font-size: 0.26rem;
    margin-top: 0.6rem;
  }
  .ind03 .articles {
    margin-top: 0.7rem;
  }
  .ind03 .articles .list {
    width: 2.66rem;
    padding: 0.4rem 0.3rem;
    margin-right: 0.3rem;
    margin-top: 0.7rem;
  }
  .ind03 .articles span {
    font-size: 0.32rem;
  }
  .ind03 .articles p {
    font-size: 0.26rem;
  }
  .ind03 .articles i {
    width: 0.62rem;
    height: 0.62rem;
    background-size: contain !important;
  }
}
/* .footer .footer_pos img{visibility: hidden;} */
.footer.active .footer_pos img {
  visibility: visible;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
.footer.active .footer_pos .img1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.footer.active .footer_pos .img2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.footer.active .footer_pos .img3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}








  .header {
    transition: all 0.5s;
  }
  .header .logo .logo1 {
    display: none;
  }
  .header .logo .logo2 {
    display: block;
  }
  .header .search {
    background: url(../images/icon/icon_2s.png) center no-repeat;
  }
  .header .language .text i {
    background-image: url(../images/icon/icon_4s.png);
  }
  .header .language .text p {
    color: #333;
    background-image: url(../images/icon/tops.png);
  }
  .header .nav .one_a {
    color: #333;
  }










