/*========定义基础样式========*/
.banner .banner_bac {
  position: relative;
  background: #f2f7fe;
}
.banner .pic {
  position: relative;
  width: 100%;
  height: 73.89vh;
  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 {
  transition: all 0.5s;
  width: 53px;
  height: 53px;
}
.banner .swiper-button-next {
  right: 4%;
  background: url(../images/icon/i_3.png) center no-repeat;
  background-size: contain;
}
.banner .swiper-button-next:hover {
  background: url(../images/icon/i_3s.png) center no-repeat;
  background-size: contain;
}
.banner .swiper-button-prev {
  left: 4%;
  background: url(../images/icon/i_2.png) center no-repeat;
  background-size: contain;
}
.banner .swiper-button-prev:hover {
  background: url(../images/icon/i_2s.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .banner .swiper-slide .pic {
    display: none;
  }
  .banner .swiper-slide .m_pic {
    display: block;
    height: 6.83rem;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 0.53rem;
    height: 0.53rem;
  }
  .index .swiper-button-next,
  .index .swiper-button-prev {
    transition: all 0.5s;
    top: initial;
    bottom: 0;
    width: 0.7rem;
    height: 0.7rem;
    opacity: 1;
  }
  .index .swiper-button-next {
    right: 2.5rem;
    background: url(../images/icon/i_10.png) center no-repeat;
    background-size: contain;
  }
  .index .swiper-button-next:hover {
    background: url(../images/icon/i_10s.png) center no-repeat;
    background-size: contain;
  }
  .index .swiper-button-prev {
    left: 2.5rem;
    background: url(../images/icon/i_9.png) center no-repeat;
    background-size: contain;
  }
  .index .swiper-button-prev:hover {
    background: url(../images/icon/i_9s.png) center no-repeat;
    background-size: contain;
  }
}
.ind01 {
  padding: 70px 0 110px;
  background: url(../images/i/ind01_1.jpg) center no-repeat;
  background-size: cover;
}
.ind01 .text {
  margin: 40px 0 90px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.ind01 .next {
  margin: 0 auto;
  width: 550px;
  border-radius: 60px;
  background: #fff;
}
.ind01 .next .fl {
  display: flex;
  align-items: center;
  width: 337px;
  height: 60px;
}
.ind01 .next .fl img {
  padding-left: 30px;
}
.ind01 .next .fr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  background: url(../images/icon/i_5.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.ind01 .next .fr p {
  padding-right: 55px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background: url(../images/icon/i_4.png) right center no-repeat;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 0.7rem 0 1rem;
    background: url(../images/m/i/ind01_1.jpg) center no-repeat;
    background-size: cover;
  }
  .ind01 .text {
    margin: 0.4rem 0 0.9rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .ind01 .next {
    width: 100%;
    border-radius: 0.75rem;
  }
  .ind01 .next .fl {
    width: calc(100% - 0.34rem - 2.56rem);
    height: 0.75rem;
  }
  .ind01 .next .fl img {
    padding-left: 0.34rem;
    height: 0.42rem;
  }
  .ind01 .next .fr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.56rem;
    height: 0.75rem;
    background: url(../images/icon/i_5.png) center no-repeat;
    background-size: cover;
  }
  .ind01 .next .fr p {
    padding-right: 0.66rem;
    font-size: 0.24rem;
    line-height: 0.75rem;
    background: url(../images/icon/i_4.png) right center no-repeat;
    background-size: 0.39rem auto;
  }
}
/*视频播放弹窗*/
.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/i02_2.jpg) center no-repeat;
  background-size: cover;
}
.ind02 .mySwiper {
  margin: 40px 0 0 -10px;
  width: calc(100% + 0px);
  padding: 10px;
}
.ind02 .swiper-slide {
  transition: all 0.5s;
  float: left;
  margin: 0 2.45% 0 0;
  width: 31.7%;
  height: 400px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ind02 .swiper-slide .pic {
  transition: all 0.5s;
  transform: scale(0.7);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url(../images/i/i02_1.jpg) center no-repeat;
  background-size: cover;
}
.ind02 .swiper-slide .bor {
  position: relative;
  z-index: 2;
  padding: 80px 13% 0;
}
.ind02 .swiper-slide .bor .icon {
  margin-bottom: 6px;
  width: 42px;
  height: 83px;
}
.ind02 .swiper-slide .bor .icon img {
  object-fit: cover;
}
.ind02 .swiper-slide .bor .icon img.img2 {
  display: none;
}
.ind02 .swiper-slide .bor b {
  margin-bottom: 26px;
  font-size: 24px;
  color: #333;
}
.ind02 .swiper-slide .bor p {
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.ind02 .swiper-slide:hover .pic {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
}
.ind02 .swiper-slide:hover .bor .icon .img1 {
  display: none;
}
.ind02 .swiper-slide:hover .bor .icon .img2 {
  display: block;
}
.ind02 .swiper-slide:hover .bor b,
.ind02 .swiper-slide:hover .bor p {
  color: #fff;
}
@media (max-width: 1200px) {
  .ind02 {
    padding: 0.94rem 0 0.7rem;
    background: url(../images/i/i02_2.jpg) center no-repeat;
    background-size: cover;
  }
  .ind02 .mySwiper {
    margin: 0.45rem 0 0 0;
    padding: 0.2rem 0;
  }
  .ind02 .swiper-slide {
    margin: 0 0.3rem 1.3rem;
    width: calc(100% - 0.6rem);
    height: 5.32rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .ind02 .swiper-slide .pic {
    transform: scale(1);
    opacity: 1;
    border-radius: 0.1rem;
    background: url(../images/i/i02_1.jpg) center no-repeat;
    background-size: cover;
  }
  .ind02 .swiper-slide .bor {
    z-index: 2;
    padding: 1rem 0.7rem 0;
  }
  .ind02 .swiper-slide .bor .icon {
    margin-bottom: 6px;
    width: 0.55rem;
    height: 1.1rem;
  }
  .ind02 .swiper-slide .bor .icon img {
    display: none;
    width: 100%;
  }
  .ind02 .swiper-slide .bor .icon img.img2 {
    display: block;
  }
  .ind02 .swiper-slide .bor b {
    margin-bottom: 0.35rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .ind02 .swiper-slide .bor p {
    line-height: 0.48rem;
    font-size: 0.24rem;
    color: #fff;
  }
}
.ind03 {
  padding: 77px 0 166px;
  background: url(../images/i/i03_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind03 .listBox {
  display: block;
  position: relative;
  margin: 70px auto 130px;
  width: 580px;
}
.ind03 .listBox img {
  width: 100%;
}
.ind03 .listBox a {
  position: absolute;
  width: 412px;
}
.ind03 .listBox a .bor {
  background-image: url(../images/icon/i_38.png);
  background-position: right 3px;
  background-repeat: no-repeat;
}
.ind03 .listBox a .bor b {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
}
.ind03 .listBox a .bor p {
  font-size: 18px;
  color: #999;
  line-height: 30px;
}
.ind03 .listBox a:nth-child(2) {
  right: 86%;
  top: 15%;
  text-align: right;
}
.ind03 .listBox a:nth-child(2) .bor {
  padding-right: 90px;
}
.ind03 .listBox a:nth-child(3) {
  right: 90%;
  top: 75%;
  text-align: right;
}
.ind03 .listBox a:nth-child(3) .bor {
  padding-right: 60px;
}
.ind03 .listBox a:nth-child(4) {
  right: 14%;
  top: 98%;
}
.ind03 .listBox a:nth-child(4) .bor {
  padding-top: 42px;
  background-position: top center;
}
.ind03 .listBox a:nth-child(4) .bor b {
  text-align: center;
}
.ind03 .listBox a:nth-child(5) {
  left: 86%;
  top: 15%;
  text-align: left;
}
.ind03 .listBox a:nth-child(5) .bor {
  padding-left: 90px;
  background-position: left 3px;
}
.ind03 .listBox a:nth-child(6) {
  left: 90%;
  top: 75%;
  text-align: left;
}
.ind03 .listBox a:nth-child(6) .bor {
  padding-left: 60px;
  background-position: left 3px;
}
.ind03 .listBox a:hover .bor {
  background-image: url(../images/icon/i_38s.png);
}
.ind03 .listBox a:hover .bor b {
  color: #0782f5;
}
.ind03 .list {
  display: block;
  margin-top: 40px;
  background: #fff;
}
.ind03 .list a {
  position: relative;
  float: left;
  width: calc((100% - 2px) / 3);
  height: 235px;
  border-right: #e5e6eb 1px solid;
  border-bottom: #e5e6eb 1px solid;
  overflow: hidden;
}
.ind03 .list a:nth-child(3n) {
  border-right: 0px;
}
.ind03 .list a:nth-child(7),
.ind03 .list a:nth-child(8),
.ind03 .list a:nth-child(9) {
  border-bottom: 0px;
}
.ind03 .list a:nth-child(5) {
  background: url(../images/i/i03_2.jpg) center no-repeat;
}
.ind03 .list a:nth-child(5)::before {
  display: none;
}
.ind03 .list a::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/i/i03_1.jpg) center no-repeat;
  background-size: cover;
  content: " ";
}
.ind03 .list a .bor {
  position: relative;
  z-index: 2;
  padding: 54px 9% 0;
}
.ind03 .list a .bor b {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333;
}
.ind03 .list a .bor p {
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.ind03 .list a .pos {
  position: absolute;
  right: -16px;
  bottom: -40px;
  font-size: 120px;
  color: #ccc;
  opacity: 0.15;
  font-family: Arial;
  font-weight: bold;
}
.ind03 .list a:hover::before {
  transition: all 0.5s;
  opacity: 1;
}
.ind03 .list a:hover .bor b,
.ind03 .list a:hover .bor p,
.ind03 .list a:hover .pos {
  color: #fff;
}
.ind03 .swiper {
  display: none;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 0.8rem 0 0.9rem;
    background: none;
  }
  .ind03 .listBox {
    display: none;
  }
  .ind03 .list {
    display: none;
    margin-top: 0.42rem;
    padding-bottom: 1.1rem;
  }
  .ind03 .list.swiper {
    display: block;
  }
  .ind03 .list a {
    margin-bottom: 0.34rem;
    width: 100%;
    height: auto;
    border: 0px;
    border-radius: 0.1rem;
  }
  .ind03 .list a::before {
    opacity: 1;
  }
  .ind03 .list a .bor {
    padding: 0.45rem 0.4rem;
  }
  .ind03 .list a .bor b {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .ind03 .list a .bor p {
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .ind03 .list a .pos {
    position: absolute;
    right: -16px;
    bottom: -40px;
    font-size: 120px;
    color: #ccc;
    opacity: 0.15;
    font-family: Arial;
    font-weight: bold;
  }
  .ind03 .list a:hover::before {
    transition: all 0.5s;
    opacity: 1;
  }
  .ind03 .list a:hover .bor b,
  .ind03 .list a:hover .bor p,
  .ind03 .list a:hover .pos {
    color: #fff;
  }
  .ind03 .swiper-button-next,
  .ind03 .swiper-button-prev {
    bottom: 0.06rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
}
.ind04 {
  padding: 80px 0 90px;
  background: url(../images/i/i04_1.png) center no-repeat;
  background-size: cover;
}
.ind04 .list {
  display: block;
  margin: 55px auto 0;
  height: 493px;
}
.ind04 .list a {
  transition: all 0.5s;
  position: relative;
  float: left;
  margin: 28px 2.2% 40px 0;
  width: 23.35%;
  height: 425px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  overflow: hidden;
}
.ind04 .list a:nth-child(4) {
  margin-right: 0;
}
.ind04 .list a::before {
  transition: all 0.5s;
  opacity: 0.6;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url(../images/i/i04_2.png) right bottom no-repeat;
  background-size: 41.41% auto;
  content: " ";
}
.ind04 .list a:nth-child(2)::before {
  background: url(../images/i/i04_3.png) right bottom no-repeat;
  background-size: 41.41% auto;
}
.ind04 .list a:nth-child(3)::before {
  background: url(../images/i/i04_4.png) right bottom no-repeat;
  background-size: 41.41% auto;
}
.ind04 .list a:nth-child(4)::before {
  background: url(../images/i/i04_5.png) right bottom no-repeat;
  background-size: 41.41% auto;
}
.ind04 .list a .top {
  padding: 15px 10% 10px;
  text-align: center;
  border-bottom: #dbe6ed 1px solid;
}
.ind04 .list a .top b {
  margin-bottom: 6px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.ind04 .list a .top p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.ind04 .list a .next {
  position: relative;
  z-index: 1;
  padding: 44px 10% 0;
}
.ind04 .list a .next .text {
  margin-bottom: 26px;
}
.ind04 .list a .next .text b {
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ind04 .list a .next .text p {
  font-size: 18px;
  color: #666;
  width: 235px;
  line-height: 24px;
}

/* .ind04 .list a.cur {
  margin: 0 1.1% 0 -1.1%;
  width: 25.55%;
  height: 493px;
}
.ind04 .list a.cur::before {
  transition: all 0.5s;
  opacity: 1;
}
.ind04 .list a.cur .top {
  padding: 43px 10% 11px;
}
.ind04 .list a.cur .top b {
  color: #d42e8e;
}
.ind04 .list a.cur .next .text b {
  color: #d42e8e;
}
.ind04 .list a:nth-child(4).cur {
  margin: 0 -1.1% 0 -1.1%;
} */


.ind04 .list a.cur::before {
  transition: all 0.5s;
  opacity: 1;
}

.ind04 .list a.cur .top b {
  color: #d42e8e;
}
.ind04 .list a.cur .next .text b {
  color: #d42e8e;
}



.ind04 .swiper {
  display: none;
}
@media (max-width: 1200px) {
  .ind04 {
    padding: 0.8rem 0;
    background: url(../images/i/i04_1.png) center no-repeat;
    background-size: cover;
  }
  .ind04 .list {
    display: none;
    margin: 0.6rem auto 0;
    padding-bottom: 1.3rem;
    height: auto;
  }
  .ind04 .list.swiper {
    display: block;
  }
  .ind04 .list a {
    transform: scale(0.8);
    margin: 0;
    width: 60.73%;
    height: 5.85rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
  }
  .ind04 .list a .top {
    padding: 0.22rem 6% 0.3rem;
  }
  .ind04 .list a .top b {
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
  }
  .ind04 .list a .top p {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .ind04 .list a .next {
    padding: 0.4rem 6% 0;
  }
  .ind04 .list a .next .text {
    margin-bottom: 0.36rem;
  }
  .ind04 .list a .next .text b {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
  }
  .ind04 .list a .next .text p {
    font-size: 0.22rem;
    width: 100%;
  }
  .ind04 .list a.swiper-slide-active {
    transform: scale(1);
  }
  .ind04 .list a.swiper-slide-active::before {
    transition: all 0.5s;
    opacity: 1;
  }
  .ind04 .list a.swiper-slide-active .top b {
    color: #d42e8e;
  }
  .ind04 .list a.swiper-slide-active .next .text b {
    color: #d42e8e;
  }
  .ind04 .swiper-button-next {
    right: calc(4% + 2.5rem);
  }
  .ind04 .swiper-button-prev {
    left: calc(4% + 2.5rem);
  }
  .ind04 .swiper-button-next,
  .ind04 .swiper-button-prev {
    bottom: 0.06rem;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
}
.ind05 {
  padding: 86px 0;
  background: #fbfbfd;
}
.ind05 .swiper1 {
  display: block;
  margin: 40px 0 0 -10px;
  padding: 10px 10px 100px;
}
.ind05 .swiper1 .swiper-button-next,
.ind05 .swiper1 .swiper-button-prev {
  transition: all 0.5s;
  top: initial;
  bottom: 10px;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.ind05 .swiper1 .swiper-button-next {
  right: calc(50% - 70px);
  background: url(../images/icon/i_10.png) center no-repeat;
  background-size: contain;
}
.ind05 .swiper1 .swiper-button-next:hover {
  background: url(../images/icon/i_10s.png) center no-repeat;
  background-size: contain;
}
.ind05 .swiper1 .swiper-button-prev {
  left: calc(50% - 70px);
  background: url(../images/icon/i_9.png) center no-repeat;
  background-size: contain;
}
.ind05 .swiper1 .swiper-button-prev:hover {
  background: url(../images/icon/i_9s.png) center no-repeat;
  background-size: contain;
}
.ind05 .swiper2 {
  display: none;
}
.ind05 .swiper-slide a {
  transition: all 0.5s;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 104px;
  border-radius: 10px;
}
.ind05 .swiper-slide a img {
  max-width: 80%;
  max-height: 80%;
}
.ind05 .swiper-slide a:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 0.9rem 0 0.8rem;
    background: #fbfbfd;
  }
  .ind05 .swiper1 {
    display: none;
  }
  .ind05 .swiper2 {
    display: block;
    margin: 0.5rem 0 0 -0.1rem;
    padding: 0.1rem 0.1rem 1.3rem;
  }
  .ind05 .swiper-slide a {
    width: 33.33%;
    height: 0.84rem;
    border-radius: 0.12rem;
  }
  .ind05 .swiper-slide a:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
}
.ind06 {
  padding: 70px 0 97px;
  background: url(../images/i/i06_1.png) right bottom no-repeat;
  background-size: cover;
}
.ind06 .left {
  width: 100%;
}
.ind06 .left .title {
  text-align: left;
}
.ind06 .left .next {
  margin-top: 35px;
  padding-top: 60px;
  border-top: #989898 2px solid;

  zoom: 1;
}
.ind06 .left .next:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}


.ind06 .left .next a {
  transition: all 0.5s;
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 18px;
  color: #4077fc;
  text-align: center;
  border-radius: 10px;
  border: #4077fc 1px solid;
      float: left;
    width: 200px;

    margin-left: 10px;
}
.ind06 .left .next a:hover {
  color: #fff;
  background: #4077fc;
}
.ind06 .left .next img{
  margin: 0 auto;
}
.ind06 .left .text{
  margin-top: 50px;
  font-size: 22px;
  color: #666;
  text-align: center;
}
.ind06 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
}
.ind06 .right img {
  width: 100%;
}
@media (max-width: 1200px) {
  .ind06 {
    padding: 0.8rem 0 1.4rem;
    background: url(../images/i/i06_3.png) right bottom no-repeat;
    background-size: cover;
  }
  .ind06 .left {
    width: 100%;
  }
  .ind06 .left .title {
    text-align: center;
  }
  .ind06 .left .next {
    margin-top: 0;
    padding-top: 0.7rem;
    border-top: 0px;
    width: 100%;
  }
  .ind06 .left .next a {
    width: calc(48% - 2px);
    margin: 0 4% 0.3rem 0;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #4077fc;
    text-align: center;
    border-radius: 0.1rem;
    border: #4077fc 1px solid;
  }
  .ind06 .left .next a:nth-child(2n){
    margin-right: 0;
  }
  .ind06 .left .next img{
    margin: 0 auto;
    height: 2.8rem;
  }
  .ind06 .left .text{
    margin-top: 0.6rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .ind06 .right {
    display: none;
  }
}
.ind07 {
  padding: 50px 0;
  background: url(../images/i/i07_1.png) center no-repeat;
  background-size: cover;
}
.ind07 .w1400 {
  text-align: center;
  color: #fff;
}
.ind07 b {
  margin-bottom: 12px;
  font-size: 24px;
}
.ind07 p {
  font-size: 18px;
}
.ind07 .more {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38px auto 0;
  width: 166px;
  border-radius: 54px;
  border: #fff 1px solid;
}
.ind07 .more i {
  padding-right: 30px;
  font-size: 18px;
  line-height: 54px;
  background: url(../images/icon/i_11.png) right center no-repeat;
}
.ind07 .more:hover {
  border: rgba(0, 0, 0, 0) 1px solid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .ind07 {
    padding: 0.8rem 0 0.6rem;
    background: url(../images/i/i07_1.png) center no-repeat;
    background-size: cover;
  }
  .ind07 b {
    margin-bottom: 0.12rem;
    font-size: 0.31rem;
  }
  .ind07 p {
    font-size: 0.23rem;
  }
  .ind07 .more {
    margin: 0.46rem auto 0;
    width: 2.2rem;
    border-radius: 0.73rem;
  }
  .ind07 .more i {
    padding-right: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.73rem;
    background: url(../images/m/icon/i_11.png) right center no-repeat;
    background-size: 0.22rem auto;
  }
}
