/*========定义基础样式========*/
.banner .banner_bac {
  position: relative;
  background: #f2f7fe;
}
.banner .pic {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .m_pic {
  display: none;
}
.banner .swiper-slide i {
  transform: scale(1);
  transition-duration: 20s;
  width: 100%;
  height: 100%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 76px;
  height: 76px;
}
.banner .swiper-button-next {
  right: 4%;
  background: url(../images/icon/i_2.png) center no-repeat;
}
.banner .swiper-button-next:hover {
  background: url(../images/icon/i_2s.png) center no-repeat;
}
.banner .swiper-button-prev {
  left: 4%;
  background: url(../images/icon/i_1.png) center no-repeat;
}
.banner .swiper-button-prev:hover {
  background: url(../images/icon/i_1s.png) center no-repeat;
}
.banner .bor {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 40px;
  background: #f2f7fe;
}
.banner .wave {
  position: absolute;
  left: 0;
  bottom: -66px;
  z-index: 8;
  width: 100%;
}
.banner .waves {
  position: relative;
  width: 100%;
  height: 200px;
  /*Fix for safari gap*/
  min-height: 150px;
  /* max-height: 180px; */
}
.banner .parallax > use {
  animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.banner .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}
.banner .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}
.banner .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}
.banner .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}
/*Shrinking for mobile*/
@media (max-width: 1200px) {
  .banner .swiper-slide .pic {
    display: none;
  }
  .banner .swiper-slide .m_pic {
    display: block;
    height: 100vh;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .wave {
    bottom: -0.27rem;
  }
  .banner .waves {
    height: 2rem;
    min-height: 1.5rem;
  }
}
.ind01 {
  padding: 170px 0 126px;
  background: url(../images/i/i01_1.png) left bottom no-repeat;
  background-size: 100% auto;
}
.ind01 .next {
  width: 535px;
}
.ind01 .next .text {
  margin-bottom: 6px;
  font-size: 40px;
  color: #8d8d8d;
}
.ind01 .next .titleBoxI {
  margin-bottom: 36px;
  font-size: 31px;
  color: #4394d2;
}
.ind01 .next .titleBoxI i {
  float: left;
  font-weight: bold;
}
.ind01 .next .titleBoxI em {
  float: left;
  font-weight: bold;
  color: #4caa94;
}
.ind01 .next p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.ind01 .next .more em {
  float: left;
  margin-top: 26px;
  font-size: 16px;
  color: #666;
  padding-right: 32px;
  background: url(../images/icon/i_4.png) right center no-repeat;
}
.ind01 .next .more em:hover {
  color: #4997d3;
  background: url(../images/icon/i_4s.png) right center no-repeat;
}
.ind01 .pic {
  position: relative;
  width: 534px;
}
.ind01 .video_icon {
  position: relative;
  height: 378px;
  cursor: pointer;
}
.ind01 .pic i {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ind01 .pic .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 86px;
  height: 86px;
  background: url(../images/icon/i_6.png) center no-repeat;
}
.ind01 .pic .bac {
  position: absolute;
  right: -75px;
  top: -87px;
  width: 320px;
  height: 219px;
  border-radius: 10px;
  background: #4394d2;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 0.77rem 0 0.9rem;
    background: url(../images/m/i/i01_1.png) left center no-repeat;
    background-size: 100% auto;
  }
  .ind01 .next {
    margin-bottom: 1.37rem;
    width: 100%;
  }
  .ind01 .next .text {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
  }
  .ind01 .next .titleBoxI {
    margin-bottom: 0.56rem;
    font-size: 0.5rem;
  }
  .ind01 .next p {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .ind01 .next .more em {
    margin-top: 0;
    font-size: 0.26rem;
    padding-right: 0.42rem;
    background: url(../images/m/icon/i_4.png) right center no-repeat;
    background-size: 0.36rem auto;
  }
  .ind01 .pic {
    width: 100%;
  }
  .ind01 .video_icon {
    width: 5.9rem;
    height: 4.16rem;
  }
  .ind01 .video_icon i {
    border-radius: 0.1rem;
  }
  .ind01 .video_icon .pos {
    width: 5.9rem;
    height: 0.95rem;
    background: url(../images/m/icon/i_6.png) center no-repeat;
    background-size: auto 100%;
  }
  .ind01 .pic .bac {
    position: absolute;
    right: 0;
    top: -0.96rem;
    width: 3.53rem;
    height: 2.42rem;
    border-radius: 0.1rem;
  }
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 36px;
  height: 35px;
  background: url(../images/icon/icon_37.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .pop_video {
    width: 92%;
  }
  .pop_video i {
    right: 0.3rem;
    top: 0.3rem;
    width: 0.36rem;
    height: 0.35rem;
    background: url(../images/icon/icon_37.png) center no-repeat;
    background-size: 0.34rem auto;
  }
}
.ind02 {
  padding: 94px 0 130px;
  background: url(../images/i/ind02_1.jpg) center no-repeat;
  background-size: cover;
}
.ind02 .title b {
  opacity: 0.1;
  color: #fff;
}
.ind02 .title .clearfix i {
  color: #fff;
}
.ind02 .title .clearfix em {
  color: #fff;
}
.ind02 .list {
  margin-top: 60px;
}
.ind02 .list.m_list {
  display: none;
}
.ind02 .list a {
  transition: all 0.5s;
  float: left;
  margin: 20px 38px 0 0;
  width: 374px;
  height: 388px;
  border-radius: 4px;
  background: #fff;
}
.ind02 .list a:nth-child(3n) {
  margin-right: 0;
}
.ind02 .list a .bor {
  padding: 57px 33px 0;
}
.ind02 .list a .bor .icon {
  margin-bottom: 20px;
  display: flex;
  width: 63px;
  height: 54px;
}
.ind02 .list a .bor .icon img {
  width: 100%;
  height: 100%;
}
.ind02 .list a .bor b {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ind02 .list a .bor p {
  margin-bottom: 50px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.ind02 .list a .bor .more em {
  float: left;
  padding-right: 32px;
  font-size: 16px;
  color: #4792bf;
  background: url(../images/icon/i_5.png) right center no-repeat;
}
.ind02 .list a:hover {
  margin-top: 0;
  background: #fff url(../images/i/ind02_2.jpg) center no-repeat;
  background-size: cover;
}
.ind02 .list a:hover .bor b {
  color: #4394d2;
}
@media (max-width: 1200px) {
  .ind02 {
    padding: 0.96rem 0 0.83rem;
    background: url(../images/m/i/ind02_1.jpg) center no-repeat;
    background-size: cover;
  }
  .ind02 .list {
    display: none;
    margin-top: 0.6rem;
  }
  .ind02 .list.m_list {
    display: block;
  }
  .ind02 .list a {
    float: initial;
    margin: 0 0 0.6rem 0;
    width: 100%;
    height: 5.67rem;
    border-radius: 0.08rem;
    background: #fff;
  }
  .ind02 .list a .bor {
    padding: 0.97rem 0.33rem 0;
  }
  .ind02 .list a .bor .icon {
    margin-bottom: 0.3rem;
    display: flex;
    width: 0.98rem;
    height: 0.79rem;
  }
  .ind02 .list a .bor .icon img {
    width: 100%;
    height: 100%;
  }
  .ind02 .list a .bor b {
    margin-bottom: 0.24rem;
    font-size: 0.34rem;
    color: #333;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ind02 .list a .bor p {
    margin-bottom: 0.58rem;
    line-height: 0.43rem;
    font-size: 0.26rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind02 .list a .bor .more em {
    padding-right: 0.29rem;
    font-size: 0.24rem;
    background: url(../images/icon/i_5.png) right center no-repeat;
    background-size: 0.18rem auto;
  }
}
.ind03 {
  padding: 94px 0 130px;
  background: url(../images/i/i03_1.png) center no-repeat;
  background-size: cover;
}
.ind03 .top {
  margin-top: 46px;
}
.ind03 .top .pic {
  width: 49.8%;
  height: 393px;
  overflow: hidden;
  border-radius: 6px;
}
.ind03 .top .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .top .text {
  width: 46%;
}
.ind03 .top .text .time {
  margin: 24px 0 18px;
  padding-left: 24px;
  font-size: 18px;
  color: #444;
  font-family: Arial;
  background: url(../images/icon/i_10.png) left center no-repeat;
}
.ind03 .top .text i {
  margin-bottom: 45px;
  width: 25px;
  height: 4px;
  background: url(../images/icon/i_11.png) center no-repeat;
}
.ind03 .top .text p {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
}
.ind03 .top .text b {
  margin-bottom: 52px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.ind03 .top .text .clearfix {
  width: 145px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: #4394d2 1px solid;
  border-radius: 10px;
}
.ind03 .top .text span {
  padding: 0 24px 0 30px;
  font-size: 16px;
  color: #4394d2;
  font-family: Arial;
  font-weight: bold;
  background: url(../images/icon/i_5.png) right center no-repeat;
}
.ind03 .top:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.ind03 .top:hover .text p {
  color: #4394d2;
}
.ind03 .bot {
  margin-top: 67px;
}
.ind03 .bot li {
  float: left;
  margin-right: 2.7%;
  width: 31.53%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.ind03 .bot li:nth-child(3n) {
  margin-right: 0;
}
.ind03 .bot li a {
  position: relative;
  height: 218px;
  background: #fff;
}
.ind03 .bot li .pos {
  transition: all 0.5s;
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4daa94;
  border-radius: 10px;
}
.ind03 .bot li .text {
  position: relative;
  z-index: 2;
  padding: 34px 30px 0;
}
.ind03 .bot li .text .time {
  margin: 0 0 18px;
  padding-left: 24px;
  font-size: 18px;
  color: #666;
  font-family: Arial;
  background: url(../images/icon/i_10.png) left center no-repeat;
}
.ind03 .bot li .text i {
  margin-bottom: 26px;
  width: 25px;
  height: 4px;
  background: url(../images/icon/i_11.png) center no-repeat;
}
.ind03 .bot li .text p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}
.ind03 .bot li:hover .pos {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}
.ind03 .bot li:hover .text .time {
  color: #fff;
  background: url(../images/icon/i_10s.png) left center no-repeat;
}
.ind03 .bot li:hover .text i {
  background: url(../images/icon/i_11s.png) center no-repeat;
}
.ind03 .bot li:hover .text p {
  color: #fff;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 0.9rem 0 1.3rem;
    background: url(../images/i/i03_1.png) center no-repeat;
    background-size: cover;
  }
  .ind03 .top {
    margin-top: 0.46rem;
  }
  .ind03 .top .pic {
    width: 100%;
    height: 3.76rem;
    border-radius: 0.08rem;
  }
  .ind03 .top .text {
    width: 100%;
  }
  .ind03 .top .text .time {
    margin: 0.26rem 0 0.2rem;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    background: url(../images/m/icon/i_10.png) left center no-repeat;
    background-size: 0.22rem auto;
  }
  .ind03 .top .text i {
    margin-bottom: 0.45rem;
    width: 0.5rem;
    height: 0.04rem;
    background: #4daa94;
    border-radius: 0.04rem;
  }
  .ind03 .top .text p {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind03 .top .text b {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind03 .top .text .clearfix {
    display: flex;
    justify-content: center;
    width: 1.85rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
  }
  .ind03 .top .text span {
    padding: 0 0.29rem 0 0;
    font-size: 0.24rem;
    background: url(../images/m/icon/icon_5.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .ind03 .bot {
    margin-top: 0.4rem;
  }
  .ind03 .bot li {
    display: none;
    margin-right: 0%;
    width: 100%;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.08);
  }
  .ind03 .bot li:nth-child(1) {
    display: block;
  }
  .ind03 .bot li a {
    height: auto;
  }
  .ind03 .bot li .pos {
    transform: scale(1);
    opacity: 1;
    border-radius: 0.1rem;
  }
  .ind03 .bot li .text {
    padding: 0.34rem 0.3rem;
  }
  .ind03 .bot li .text .time {
    margin: 0 0 0.2rem;
    padding-left: 24px;
    font-size: 18px;
    color: #fff;
    background: url(../images/m/icon/i_10s.png) left center no-repeat;
    background-size: 0.22rem auto;
  }
  .ind03 .bot li .text i {
    margin-bottom: 0.26rem;
    width: 0.5rem;
    height: 0.06rem;
    border-radius: 0.02rem;
    background: #fff;
  }
  .ind03 .bot li .text p {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
    line-height: 1.4;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind03 .bot li:hover .text .time {
    background: url(../images/m/icon/i_10s.png) left center no-repeat;
    background-size: 0.22rem auto;
  }
  .ind03 .bot li:hover .text i {
    background: #fff;
  }
}
.ind04 {
  padding: 60px 0 100px;
  background: url(../images/i/ind04_4.jpg) center no-repeat;
  background-size: cover;
}
.ind04 .technicalBox {
  margin-top: 40px;
}
.ind04 .technicalBox.swiper {
  display: none;
}
.ind04 .technicalBox .technical {
  position: relative;
  margin-right: 30px;
  width: 380px;
  height: 436px;
  cursor: pointer;
}
.ind04 .technicalBox .technical:nth-child(3n) {
  margin-right: 0;
}
.ind04 .technicalBox .technical .pic {
  width: 100%;
  height: 100%;
}
.ind04 .technicalBox .technical .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind04 .technicalBox .technical .briefMain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ind04 .technicalBox .technical .briefMain .briefInfo {
  width: 80%;
  padding: 0 10%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault {
  opacity: 1;
  transition: all 0.6s;
  padding-top: 50px;
}
.ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault h2 {
  font-size: 20px;
  color: #fff;
}
.ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault .brief {
  color: #fefefe;
  font-size: 18px;
  margin-top: 10px;
}
.ind04 .technicalBox .technical .briefMain .briefHover {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0%;
  left: 0;
  color: #fff;
  transition: all 0.6s;
  transform: scale(0.76);
  opacity: 0;
  background: rgba(33, 97, 166, 0.8);
}
.ind04 .technicalBox .technical .briefMain .briefHover > div {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  transform: translateY(-50%);
}
.ind04 .technicalBox .technical .briefMain .briefHover h2 {
  margin-bottom: 13px;
  font-size: 24px;
}
.ind04 .technicalBox .technical .briefMain .briefHover .brief {
  margin-bottom: 40px;
  font-size: 18px;
  margin-top: 10px;
}
.ind04 .technicalBox .technical .briefMain .briefHover p {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.ind04 .technicalBox .technical .briefMain .briefHover .understand {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  opacity: 0.6;
}
.ind04 .technicalBox .technical .briefMain .briefHover .understand a {
  color: #fefefe;
}
.ind04 .technicalBox .technical .briefMain .briefHover .understand .rightImg {
  width: 14px;
  margin-left: 5px;
}
.ind04 .technicalBox .technical:hover .briefMain .briefInfo {
  opacity: 0;
}
.ind04 .technicalBox .technical:hover .briefMain .briefHover {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1200px) {
  .ind04 {
    padding: 0.6rem 0 0.8rem;
    background: url(../images/i/ind04_4.jpg) center no-repeat;
    background-size: cover;
  }
  .ind04 .technicalBox {
    display: none;
    margin-top: 0.4rem;
  }
  .ind04 .technicalBox.swiper {
    display: block;
  }
  .ind04 .technicalBox .technical {
    margin: 0 0 0.65rem 0;
    width: 100%;
    height: 6.8rem;
  }
  .ind04 .technicalBox .technical .pic {
    width: 100%;
    height: 100%;
  }
  .ind04 .technicalBox .technical .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ind04 .technicalBox .technical .briefMain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .ind04 .technicalBox .technical .briefMain .briefInfo {
    width: 90%;
    padding: 0 5%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault {
    opacity: 1;
    transition: all 0.6s;
    padding-top: 0.6rem;
  }
  .ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault h2 {
    font-size: 0.34rem;
    color: #fff;
  }
  .ind04 .technicalBox .technical .briefMain .briefInfo .briefDefault .brief {
    color: #fefefe;
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  .ind04 .technicalBox .technical:hover .briefMain .briefInfo {
    opacity: 1;
  }
}
.ind05 {
  padding: 86px 0 0;
  background: #fff;
}
.ind05 .next {
  position: relative;
  padding: 72px 0 92px;
}
.ind05 .next .bor {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.ind05 .next .swiper-slide {
  margin: 20px 20px 82px;
  width: calc(100% - 42px);
  border-radius: 10px;
  border: #e1e3e6 1px solid;
}
.ind05 .next .swiper-slide .pic {
  transition: all 0.5s;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 3px) / 4);
  height: 110px;
  transform: scale(1);
  border-right: #e1e3e6 1px solid;
}
.ind05 .next .swiper-slide .pic img {
  transition: all 0.5s;
  max-width: 90%;
  max-height: 90%;
}
.ind05 .next .swiper-slide .pic:last-child {
  border-right: 0px;
}
.ind05 .next .swiper-slide .pic:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(38, 94, 138, 0.1);
  background: #fff;
  border-radius: 10px;
  border-right: #fff 1px solid;
  overflow: hidden;
}
.ind05 .next .swiper-slide .pic:hover:last-child {
  border-right: 0px;
}
.ind05 .next .swiper-slide .pic:hover img {
  filter: grayscale(0);
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 0.86rem 0 0;
    background: #fff;
  }
  .ind05 .next {
    position: relative;
    padding: 0.7rem 0 0.9rem;
  }
  .ind05 .next .bor {
    margin-left: 0px;
    width: 100%;
  }
  .ind05 .next .swiper-slide {
    margin: 0.2rem 0 0.6rem;
    width: calc(100% - 0px);
    border-radius: 0.1rem;
    border: #e1e3e6 0px solid;
  }
  .ind05 .next .swiper-slide .pic {
    margin-bottom: 0.23rem;
    width: calc(50% - 2px);
    height: 1.2rem;
    transform: scale(1);
    border: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic img {
    transition: all 0.5s;
    filter: grayscale(0);
    max-width: 90%;
    max-height: 90%;
  }
  .ind05 .next .swiper-slide .pic:nth-child(2n) {
    border-left: #e1e3e6 0px solid;
  }
  .ind05 .next .swiper-slide .pic:last-child {
    border-right: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic:hover {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(38, 94, 138, 0.1);
    background: #fff;
    border-radius: 0;
    border-right: #fff 1px solid;
    overflow: hidden;
  }
  .ind05 .next .swiper-slide .pic:hover:last-child {
    border-right: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic:hover img {
    filter: grayscale(0);
  }
}
