.mySwiper .swiper-pagination {
  left: 75%;
  bottom: 20px;
  width: 22%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
.mySwiper .swiper-pagination span {
  opacity: 1;
  margin: 0 4px !important;
  width: 18px;
  height: 3px;
  background: #fff;
  border-radius: 0;
}
.mySwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00622f;
}
@media (max-width: 1200px) {
  .mySwiper .swiper-pagination {
    left: 75%;
    bottom: 0.3rem;
    width: 22%;
    height: 0.8rem;
  }
  .mySwiper .swiper-pagination span {
    margin: 0 0.1rem !important;
    width: 0.3rem;
    height: 0.05rem;
  }
}
.index {
  background: #f8f8f8;
}
.ind01 {
  padding-top: 70px;
}
.ind01 .next {
  margin-top: 60px;
}
.ind01 .next .left {
  width: 50%;
}
.ind01 .next .left .mySwiper .bigPic {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.ind01 .next .left .mySwiper .bigPic::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind01_bac.png) bottom center no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind01 .next .left .mySwiper .bigPic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .next .left .mySwiper .bigPic p {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 3%;
  bottom: 20px;
  z-index: 3;
  width: 70%;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .next .left .mySwiper .bigPic:hover i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind01 .next .left .mySwiper .swiper-slide-active a p {
  transition: all 0.5s;
  opacity: 1;
}
.ind01 .next .right {
  width: 47.8%;
}
.ind01 .next .right .top {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background: #fff;
}
.ind01 .next .right .top .time {
  align-items: center;
  justify-content: center;
  margin-right: 5.6%;
  padding: 20px 16px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  font-family: Arial;
  background: #00622f;
}
.ind01 .next .right .top .time i {
  font-size: 18px;
  font-weight: bold;
}
.ind01 .next .right .top .time span {
  font-weight: bold;
}
.ind01 .next .right .top .text {
  flex: 1;
}
.ind01 .next .right .top .text b {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ind01 .next .right .top .text p {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind01 .next .right .top:hover {
  transition: all 0.5s;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.ind01 .next .right .top:hover .text b {
  color: #00622f;
}
.ind01 .next .right ul {
  margin-top: 24px;
}
.ind01 .next .right ul a {
  padding-left: 23px;
  line-height: 46px;
  font-size: 18px;
  color: #333;
  background: url(../images/icon/i4.png) left center no-repeat;
  background-size: 7px auto;
}
.ind01 .next .right ul a p {
  float: left;
  max-width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind01 .next .right ul a i {
  float: right;
  color: #999;
}
.ind01 .next .right ul a:hover p {
  color: #00622f;
}
@media (max-width: 1200px) {
  .ind01 {
    padding-top: 1.2rem;
  }
  .ind01 .next {
    margin-top: 0;
  }
  .ind01 .next .left {
    margin-bottom: 0.94rem;
    width: 100%;
  }
  .ind01 .next .left .mySwiper .bigPic {
    height: 8.7rem;
  }
  .ind01 .next .left .mySwiper .bigPic p {
    left: 3%;
    bottom: 0.3rem;
    width: 70%;
    line-height: 0.8rem;
    font-size: 0.48rem;
  }
  .ind01 .next .right {
    width: 100%;
  }
  .ind01 .next .right .top {
    padding: 0.67rem 0.6rem;
    align-items: start;
  }
  .ind01 .next .right .top .time {
    margin-right: 0.55rem;
    padding: 0.3rem 0.3rem;
    line-height: 0.9rem;
    font-size: 0.66rem;
  }
  .ind01 .next .right .top .time i {
    font-size: 0.48rem;
  }
  .ind01 .next .right .top .text {
    flex: 1;
  }
  .ind01 .next .right .top .text b {
    margin-bottom: 0.2rem;
    height: auto;
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
  }
  .ind01 .next .right .top .text p {
    height: auto;
    max-height: 1.4rem;
    line-height: 0.7rem;
    font-size: 0.5rem;
  }
  .ind01 .next .right .top:hover {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  }
  .ind01 .next .right ul {
    margin-top: 0.8rem;
  }
  .ind01 .next .right ul a {
    margin-bottom: 0.6rem;
    padding-left: 0.46rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
    background: url(../images/icon/i4.png) left 0.39rem no-repeat;
    background-size: auto 0.13rem;
  }
  .ind01 .next .right ul a p {
    width: 100%;
    max-width: 100%;
  }
  .ind01 .next .right ul a i {
    float: left;
    font-size: 0.56rem;
    color: #333;
  }
  .ind01 .next .right ul li:last-child a {
    margin-bottom: 0;
  }
}
.ind02 {
  padding: 56px 0 80px;
}
.ind02 .mode {
  margin-right: 30px;
  width: calc(50% - 15px);
}
.ind02 .mode:nth-child(2n) {
  margin-right: 0;
}
.ind02 .mode .list a {
  float: left;
  margin-right: 30px;
  width: calc(50% - 15px);
  background: #fff;
}
.ind02 .mode .list a:nth-child(2n) {
  margin-right: 0;
}
.ind02 .mode .list a .bor {
  padding: 20px 8%;
}
.ind02 .mode .list a i {
  margin-bottom: 15px;
  font-size: 16px;
  color: #00622f;
  font-family: Arial;
}
.ind02 .mode .list a b {
  margin-bottom: 10px;
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind02 .mode .list a p {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind02 .mode .list a:hover b {
  color: #00622f;
}
@media (max-width: 1200px) {
  .ind02 {
    padding: 1.2rem 0;
  }
  .ind02 .mode {
    margin: 0 0 1.2rem 0;
    width: 100%;
  }
  .ind02 .mode:last-child {
    margin-bottom: 0;
  }
  .ind02 .mode .list a {
    margin: 0 0 0.66rem 0;
    width: 100%;
  }
  .ind02 .mode .list a:last-child {
    margin-bottom: 0;
  }
  .ind02 .mode .list a .bor {
    padding: 0.9rem 0.7rem;
  }
  .ind02 .mode .list a i {
    margin-bottom: 0.75rem;
    font-size: 0.54rem;
  }
  .ind02 .mode .list a b {
    margin-bottom: 0.46rem;
    height: auto;
    max-height: 2.16rem;
    line-height: 1.08rem;
    font-size: 0.6rem;
  }
  .ind02 .mode .list a p {
    height: auto;
    max-height: 1.8rem;
    line-height: 0.9rem;
    font-size: 0.56rem;
  }
}
.ind03 {
  padding: 80px 0;
  background: #fff;
}
.ind03 .leftMode {
  float: left;
  width: 62.1%;
}
.ind03 .leftMode .title_01 {
  margin-bottom: 55px;
}
.ind03 .leftMode .mySwiper .bigPic {
  position: relative;
  float: left;
  width: 52%;
  height: 318px;
  overflow: hidden;
}
.ind03 .leftMode .mySwiper .bigPic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .leftMode .mySwiper .bigPic .pos {
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 0;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  background: #00622f;
}
.ind03 .leftMode .mySwiper .bigPic .pos span {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial;
}
.ind03 .leftMode .mySwiper .bigPic .pos em {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}
.ind03 .leftMode .mySwiper .bigPic .pos p {
  font-size: 16px;
}
.ind03 .leftMode .mySwiper .next {
  float: left;
  width: 48%;
  height: 318px;
  background: #f8f8f8 url(../images/index/ind03_bac2.png) right bottom no-repeat;
  background-size: 44% auto;
}
.ind03 .leftMode .mySwiper .next .bor {
  padding: 50px 6% 0;
}
.ind03 .leftMode .mySwiper .next b {
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ind03 .leftMode .mySwiper .next dl {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.ind03 .leftMode .mySwiper .next dl dt {
  padding-left: 30px;
  color: #00622f;
}
.ind03 .leftMode .mySwiper .next dl dd {
  flex: 1;
}
.ind03 .leftMode .mySwiper .next dl.time dt {
  background: url(../images/icon/i5.png) left 5px no-repeat;
  background-size: auto 16px;
}
.ind03 .leftMode .mySwiper .next dl.place dt {
  background: url(../images/icon/i6.png) left 4px no-repeat;
  background-size: auto 18px;
}
.ind03 .leftMode .mySwiper .next dl.phone dt {
  background: url(../images/icon/i7.png) left 5px no-repeat;
  background-size: auto 15px;
}
.ind03 .leftMode .mySwiper .swiper-slide:hover .bigPic i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.ind03 .leftMode .mySwiper .swiper-slide-active {
  transition: all 0.5s;
  opacity: 1;
}
.ind03 .leftMode .mySwiper .swiper-slide-active a p {
  transition: all 0.5s;
  opacity: 1;
}
.ind03 .leftMode .mySwiper .swiper-pagination {
  left: 4%;
  width: 44%;
}
.ind03 .rightMode {
  float: right;
  width: 33.57%;
}
.ind03 .rightMode .next {
  position: relative;
  margin-bottom: 23px;
  height: 277px;
  background: url(../images/index/ind03_bac3.jpg) center bottom no-repeat;
  background-size: cover;
  /* .title{
                display: flex;
                justify-content: center;
                margin-bottom: 25px;
                i{
                    width: 23px;
                    background: url(../images/icon/i8.png) center no-repeat;
                    background-size: 100%;
                }
                b{
                    margin: 0 18px;
                    font-size: 28px;
                    color: #00622f;
                    font-weight: bold;
                }
            }
            .inp{
                position: relative;
                margin-bottom: 18px;
                padding: 0 7%;
                background: #fff;
                input{
                    height: 56px;
                    line-height: 56px;
                    font-size: 18px;
                    color: #333;
                    &::placeholder{
                        color: #333;
                    }
                }
            }
            .but{
                padding-top: 6px;
                .more_02{
                    width: 46%;
                }
            } */
}
.ind03 .rightMode .next .but {
  padding: 48px 0 0 50px;
}
.ind03 .rightMode .next .but .title {
  margin-bottom: 35px;
}
.ind03 .rightMode .next .but .title .mobile {
  display: none;
}
.ind03 .rightMode .next .but .title img {
  height: 37px;
}
.ind03 .rightMode .next .but .but2 {
  margin-top: 14px;
  border: #1e9256 1px solid;
  background: #1e9256;
}
.ind03 .rightMode .a1 img {
  width: 100%;
  height: 137px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 1.2rem 0;
  }
  .ind03 .leftMode {
    width: 100%;
  }
  .ind03 .leftMode .title_01 {
    margin-bottom: 0.67rem;
  }
  .ind03 .leftMode .mySwiper .bigPic {
    width: 100%;
    height: 8.6rem;
  }
  .ind03 .leftMode .mySwiper .bigPic .pos {
    left: 0.76rem;
    padding: 0.3rem 0.3rem 0.2rem;
    line-height: 0.9rem;
  }
  .ind03 .leftMode .mySwiper .bigPic .pos span {
    font-size: 0.81rem;
  }
  .ind03 .leftMode .mySwiper .bigPic .pos em {
    font-size: 0.58rem;
  }
  .ind03 .leftMode .mySwiper .bigPic .pos p {
    font-size: 0.48rem;
  }
  .ind03 .leftMode .mySwiper .next {
    margin-bottom: 1.2rem;
    width: 100%;
    height: auto;
  }
  .ind03 .leftMode .mySwiper .next .bor {
    padding: 1.4rem 0.8rem 0.9rem;
  }
  .ind03 .leftMode .mySwiper .next b {
    margin-bottom: 0.7rem;
    font-size: 0.6rem;
  }
  .ind03 .leftMode .mySwiper .next dl {
    margin-bottom: 0.1rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
  }
  .ind03 .leftMode .mySwiper .next dl dt {
    padding-left: 0.87rem;
  }
  .ind03 .leftMode .mySwiper .next dl.time dt {
    background: url(../images/icon/i5.png) left 0.235rem no-repeat;
    background-size: auto 0.43rem;
  }
  .ind03 .leftMode .mySwiper .next dl.place dt {
    background: url(../images/icon/i6.png) left 0.21rem no-repeat;
    background-size: auto 0.49rem;
  }
  .ind03 .leftMode .mySwiper .next dl.phone dt {
    background: url(../images/icon/i7.png) left 0.235rem no-repeat;
    background-size: auto 0.43rem;
  }
  .ind03 .leftMode .mySwiper .next .more_02 {
    float: none;
    margin: 1rem auto 0;
  }
  .ind03 .leftMode .mySwiper .swiper-pagination {
    left: 4%;
    bottom: 0;
    top: 7.5rem;
    width: 92%;
  }
  .ind03 .rightMode {
    width: 100%;
  }
  .ind03 .rightMode .next {
    margin-bottom: 0.8rem;
    height: 7.39rem;
    background-image: url(../images/mobile/index/ind03_bac3.jpg);
    /* .title{
                    margin-bottom:0.75rem;
                    i{
                        width:0.6rem;
                    }
                    b{
                        margin: 0 0.36rem;
                        font-size:0.8rem;
                    }
                }
                .inp{
                    margin-bottom:0.6rem;
                    padding: 0 8%;
                    input{
                        height:1.86rem;
                        line-height:1.86rem;
                        font-size:0.48rem;
                    }
                }
                .but{
                    padding-top:0;
                } */
  }
  .ind03 .rightMode .next .but {
    padding: 1.38rem 0 0 1.18rem;
  }
  .ind03 .rightMode .next .but .title {
    margin-bottom: 0.8rem;
  }
  .ind03 .rightMode .next .but .title .pc {
    display: none;
  }
  .ind03 .rightMode .next .but .title .mobile {
    display: block;
  }
  .ind03 .rightMode .next .but .title img {
    height: 1.02rem;
  }
  .ind03 .rightMode .next .but .but2 {
    margin-top: 14px;
  }
  .ind03 .rightMode .a1 img {
    height: auto;
  }
}
.ind04 {
  padding: 80px 0;
}
.ind04 .leftMode {
  float: left;
  width: 48.2%;
}
.ind04 .leftMode .title_01 {
  margin-bottom: 50px;
}
.ind04 .leftMode .text {
  margin-bottom: 40px;
  height: 108px;
  line-height: 36px;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ind04 .leftMode .list {
  display: flex;
  margin-bottom: 50px;
}
.ind04 .leftMode .list .mode {
  width: 33.33%;
  color: #00622f;
}
.ind04 .leftMode .list .mode div {
  display: flex;
  margin-bottom: 15px;
}
.ind04 .leftMode .list .mode div span {
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial;
}
.ind04 .leftMode .list .mode div i {
  margin-left: 3px;
  font-size: 24px;
  font-weight: bold;
}
.ind04 .leftMode .list .mode em {
  font-size: 16px;
}
.ind04 .leftMode .aMode {
  display: flex;
  justify-content: space-between;
}
.ind04 .leftMode .aMode a {
  width: 48%;
}
.ind04 .leftMode .aMode a .bor {
  padding: 30px 24px;
}
.ind04 .leftMode .aMode a b {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
.ind04 .leftMode .aMode a i {
  transition: all 0.5s;
  width: 26px;
  height: 26px;
  background: url(../images/icon/i9.png) center no-repeat;
  background-size: contain;
}
.ind04 .leftMode .aMode a.a1 {
  color: #607460;
  background: url(../images/index/ind04_bac1.jpg) right bottom no-repeat;
  background-size: cover;
}
.ind04 .leftMode .aMode a.a2 {
  color: #496071;
  background: url(../images/index/ind04_bac2.jpg) right bottom no-repeat;
  background-size: cover;
}
.ind04 .leftMode .aMode a.a3 {
  color: #6e6e56;
  background: url(../images/index/ind04_bac3.jpg) right bottom no-repeat;
  background-size: cover;
}
.ind04 .leftMode .aMode a:hover i {
  transition: all 0.5s;
  margin-left: 16px;
}
.ind04 .rightMode {
  float: right;
  width: 48.28%;
  background: #fff url(../images/index/ind04_bac4.png) right bottom no-repeat;
  background-size: 54% auto;
}
.ind04 .rightMode .title {
  line-height: 81px;
  font-size: 22px;
  color: #00622f;
  text-align: center;
  background: url(../images/index/ind04_bac5.png) center no-repeat;
  background-size: cover;
}
.ind04 .rightMode .next {
  padding: 30px;
}
.ind04 .rightMode .next .auto {
  padding: 0 30px;
  height: 396px;
  overflow-y: auto;
}
.ind04 .rightMode .next .auto::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.ind04 .rightMode .next .auto::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #00622f;
}
.ind04 .rightMode .next .auto::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.ind04 .rightMode .next .auto dl {
  display: flex;
  line-height: 36px;
  font-size: 16px;
}
.ind04 .rightMode .next .auto dl dt {
  margin-right: 10px;
  width: 80px;
  height: 36px;
  color: #333;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.ind04 .rightMode .next .auto dl dt::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
}
.ind04 .rightMode .next .auto dl dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  color: #00622f;
}
.ind04 .rightMode .next .auto dl dd a {
  color: #00622f;
}
.ind04 .rightMode .next .auto dl dd a:last-child i {
  display: none;
}
.ind04 .rightMode .next .auto dl dd i {
  display: inline;
}
@media (max-width: 1200px) {
  .ind04 {
    padding: 1.2rem 0;
  }
  .ind04 .leftMode {
    width: 100%;
  }
  .ind04 .leftMode .title_01 {
    margin-bottom: 0.67rem;
  }
  .ind04 .leftMode .text {
    margin-bottom: 0.6rem;
    height: auto;
    max-height: 6rem;
    line-height: 1rem;
    font-size: 0.56rem;
    -webkit-line-clamp: 6;
  }
  .ind04 .leftMode .list {
    margin-bottom: 0.8rem;
  }
  .ind04 .leftMode .list .mode div {
    margin-bottom: 0.2rem;
  }
  .ind04 .leftMode .list .mode div span {
    line-height: 1.4rem;
    font-size: 1rem;
  }
  .ind04 .leftMode .list .mode div i {
    font-size: 0.6rem;
  }
  .ind04 .leftMode .list .mode em {
    font-size: 0.48rem;
  }
  .ind04 .leftMode .aMode {
    margin-bottom: 0.8rem;
  }
  .ind04 .leftMode .aMode a .bor {
    padding: 0.6rem 0.4rem;
  }
  .ind04 .leftMode .aMode a b {
    margin-bottom: 0.45rem;
    font-size: 0.48rem;
  }
  .ind04 .leftMode .aMode a i {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ind04 .leftMode .aMode a:hover i {
    margin-left: 0;
  }
  .ind04 .rightMode {
    width: 100%;
  }
  .ind04 .rightMode .title {
    padding: 0.2rem;
    line-height: 1rem;
    font-size: 0.56rem;
  }
  .ind04 .rightMode .next {
    padding: 0.8rem 0.4rem;
  }
  .ind04 .rightMode .next .auto {
    padding: 0 0.4rem;
    height: 13rem;
  }
  .ind04 .rightMode .next .auto::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .ind04 .rightMode .next .auto dl {
    line-height: 1rem;
    font-size: 0.48rem;
  }
  .ind04 .rightMode .next .auto dl dt {
    margin-right: 0.3rem;
    width: 2.45rem;
    height: 1rem;
  }
}
.ind05 {
  padding: 30px 0;
  background: #eaf0ea;
}
.ind05 .w1400 {
  position: relative;
  display: flex;
  align-items: center;
}
.ind05 .tit {
  font-size: 20px;
  color: #333;
}
.ind05 .swiper {
  margin-right: 105px;
  width: calc(100% - 230px);
}
.ind05 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 70px;
}
.ind05 .swiper-slide img {
  max-width: 82%;
  max-height: 100%;
}
.ind05 .swiper-button-next,
.ind05 .swiper-button-prev {
  opacity: 1;
  width: 26px;
  height: 26px;
  margin-top: -13px;
}
.ind05 .swiper-button-prev {
  left: auto;
  right: 33px;
  background: url(../images/icon/i10.png) center no-repeat;
  background-size: 100% auto;
}
.ind05 .swiper-button-prev:hover {
  background-image: url(../images/icon/i10s.png);
}
.ind05 .swiper-button-next {
  right: 0;
  background: url(../images/icon/i11.png) center no-repeat;
  background-size: 100% auto;
}
.ind05 .swiper-button-next:hover {
  background-image: url(../images/icon/i11s.png);
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 1.1rem 0;
  }
  .ind05 .w1400 {
    flex-wrap: wrap;
  }
  .ind05 .tit {
    line-height: 0.7rem;
    font-size: 0.66rem;
  }
  .ind05 .swiper {
    margin: 0.7rem 0 0;
    width: 100%;
  }
  .ind05 .swiper-slide {
    width: 50%;
    height: 1.4rem;
  }
  .ind05 .swiper-slide img {
    max-width: 82%;
    max-height: 100%;
  }
  .ind05 .swiper-button-next,
  .ind05 .swiper-button-prev {
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0;
  }
  .ind05 .swiper-button-prev {
    right: 1.2rem;
  }
}
