.listImg img {
  width: 100%;
}
.banner {
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide {
  z-index: 1;
}
.banner .swiper-slide .bacImg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .bacImg i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .bacImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .bacImg .mobile {
  display: none;
}
.banner .swiper-slide .textImg {
  transform: translateY(100px);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .textImg .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .textImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .textImg .mobile {
  display: none;
}
.banner .swiper-slide.swiper-slide-active .bacImg i {
  transform: scale(1.08);
  transition: all 2s 0.7s;
}
.banner .swiper-slide.swiper-slide-active .textImg {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.8s 0.5s;
}
.banner .paginationInfo {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  position: initial;
  height: 25px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  position: relative;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: transparent;
  margin: 0 10px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.scrollMainBox {
  position: absolute;
  bottom: 45px;
  z-index: 1;
  right: 5%;
  width: 25px;
}
.scrollMainBox img {
  width: 18px;
  margin: 0 auto;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: scrolls;
}
@keyframes scrolls {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@media (max-width: 1200px) {
  .banner .swiper-slide .bacImg .pc {
    display: none;
  }
  .banner .swiper-slide .bacImg .mobile {
    display: block;
  }
  .banner .swiper-slide .bacImg i {
    transform: scale(1.05);
  }
  .banner .swiper-slide .textImg .pc {
    display: none;
  }
  .banner .swiper-slide .textImg .mobile {
    display: block;
  }
  .banner .swiper-slide.swiper-slide-active .bacImg i {
    transform: scale(1);
    transition: all 2s 0.7s;
  }
  .banner .paginationInfo {
    bottom: 1.08rem;
  }
  .banner .swiper-pagination {
    width: 100%;
    height: 0.9rem;
    justify-content: left;
    flex-direction: row;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.25rem !important;
  }
  .banner .swiper-pagination .swiper-pagination-bullet:after {
    width: 0.24rem;
    height: 0.24rem;
  }
  .banner .sum,
  .banner .lie_em {
    display: none;
  }
  .scrollMainBox {
    bottom: 1.2rem;
    right: 4%;
    width: 0.5rem;
  }
  .scrollMainBox img {
    width: 0.5rem;
  }
}
.ind01 {
  position: relative;
  padding: 120px 0 40px;
  background: #f6f6f6;
}
.ind01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind01_bac.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 240px;
  background: #eee;
  content: "";
}
.ind01 .tab {
  position: relative;
  z-index: 4;
  margin-top: 60px;
}
.ind01 .tab .tab_title {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  margin-top: -60px;
  min-width: 120px;
}
.ind01 .tab .tab_title a {
  position: relative;
  cursor: pointer;
}
.ind01 .tab .tab_title a::after {
  transition: all 0.5s;
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 3px;
  background: #ef1c23;
  content: "";
}
.ind01 .tab .tab_title a p {
  transition: all 0.5s;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
}
.ind01 .tab .tab_title a.cur::after {
  transition: all 0.5s;
  width: 3vw;
  max-width: 60px;
}
.ind01 .tab .tab_title a.cur p {
  transition: all 0.5s;
  font-size: 24px;
  color: #0844bc;
  font-weight: bold;
}
.ind01 .tab .next {
  position: relative;
}
.ind01 .tab .mySwiper {
  width: 100%;
  height: 680px;
}
.ind01 .tab .mySwiper .swiper-slide {
  transition: all 0.3s;
  opacity: 0 !important;
  height: 480px;
}
.ind01 .tab .mySwiper .swiper-slide.swiper-slide-active {
  transition: all 0.3s;
  opacity: 1 !important;
}
.ind01 .tab .mySwiper .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 50px;
  width: calc(100% - 42% - 50px);
  height: 100%;
}
.ind01 .tab .mySwiper .pic img {
  transition: all 0.5s;
  transform: scale(1);
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ind01 .tab .mySwiper .pic:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.ind01 .tab .mySwiper .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21%;
}
.ind01 .tab .mySwiper .text b {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.ind01 .tab .mySwiper .text p {
  margin-bottom: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ind01 .tab .mySwiper .swiper-button-next,
.ind01 .tab .mySwiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 10px;
  height: 200px;
}
.ind01 .tab .mySwiper .swiper-button-prev {
  left: 0;
  background: url(../images/icon/i6.png) right center no-repeat;
  background-size: 100% auto;
}
.ind01 .tab .mySwiper .swiper-button-next {
  right: 0;
  background: url(../images/icon/i7.png) right center no-repeat;
  background-size: 100% auto;
}
.ind01 .tab .pos_swiper {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 200px;
}
.ind01 .tab .pos_swiper .pos_bac {
  display: none;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 25%;
  height: 132px;
  background: url(../images/icon/i5.png) right center no-repeat;
  background-size: auto 100%;
}
.ind01 .tab .mySwiperList .swiper-slide {
  padding: 40px 0;
  width: 25%;
  cursor: pointer;
}
.ind01 .tab .mySwiperList .swiper-slide::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background: #1963af;
  content: "";
}
.ind01 .tab .mySwiperList .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  height: 120px;
  opacity: 0.4;
}
.ind01 .tab .mySwiperList .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ind01 .tab .mySwiperList .swiper-slide.swiper-slide-thumb-active::after {
  transition: all 0.5s;
  width: 26%;
}
.ind01 .tab .mySwiperList .swiper-slide.swiper-slide-thumb-active .pic {
  opacity: 1;
}
@media (max-width: 1200px) {
  .ind01 {
    padding: 1.7rem 0 1.9rem;
  }
  .ind01::after {
    background: url(../images/mobile/index/ind01_bac.png) top 3.98rem center no-repeat;
    background-size: 85.86% auto;
  }
  .ind01::before {
    height: 60%;
  }
  .ind01 .tab {
    margin-top: 1.2rem;
  }
  .ind01 .tab .tab_title {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    margin-top: 0;
    width: 100%;
  }
  .ind01 .tab .tab_title .wow {
    display: flex;
    justify-content: space-between;
  }
  .ind01 .tab .tab_title a::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 0;
    height: 0.05rem;
  }
  .ind01 .tab .tab_title a p {
    line-height: 1.2rem;
    font-size: 0.6rem;
  }
  .ind01 .tab .tab_title a.cur::after {
    width: 100%;
    max-width: 100%;
  }
  .ind01 .tab .tab_title a.cur p {
    font-size: 0.6rem;
  }
  .ind01 .tab .mySwiper {
    width: 100%;
    height: 17.3rem;
  }
  .ind01 .tab .mySwiper .swiper-slide {
    height: 13.6rem;
  }
  .ind01 .tab .mySwiper .pic {
    margin: 0.9rem auto;
    padding-right: 0;
    width: 100%;
    height: 6.2rem;
  }
  .ind01 .tab .mySwiper .text {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
  .ind01 .tab .mySwiper .text b {
    margin-bottom: 0.7rem;
    font-size: 0.72rem;
    text-align: center;
  }
  .ind01 .tab .mySwiper .text p {
    margin-bottom: 0.7rem;
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.52rem;
    -webkit-line-clamp: 2;
  }
  .ind01 .tab .mySwiper .text .more_02 {
    margin: 0 auto;
  }
  .ind01 .tab .mySwiper .swiper-button-next,
  .ind01 .tab .mySwiper .swiper-button-prev {
    width: 0.27rem;
    height: 3.6rem;
  }
  .ind01 .tab .pos_swiper {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 3.6rem;
  }
  .ind01 .tab .mySwiperList .swiper-slide {
    padding: 0.5rem 0;
    width: 33.33%;
  }
  .ind01 .tab .mySwiperList .swiper-slide .pic {
    height: 2.6rem;
  }
  .ind01 .tab .mySwiperList .swiper-slide .pic img {
    max-width: 80%;
  }
  .ind01 .tab .mySwiperList .swiper-slide.swiper-slide-thumb-active::after {
    transition: all 0.5s;
    width: 26%;
  }
  .ind01 .tab .mySwiperList .swiper-slide.swiper-slide-thumb-active .pic {
    opacity: 1;
  }
}
.ind02 {
  padding: 90px 0 100px;
}
.ind02 .swiper {
  margin-top: 50px;
}
.ind02 .swiper-slide {
  width: 56.2%;
  height: 670px;
}
.ind02 .swiper-slide a {
  position: relative;
  margin: 0 15px;
  width: calc(100% - 30px);
}
.ind02 .swiper-slide a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/index/ind02_bac.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind02 .swiper-slide a .pic {
  transition: all 0.5s 0.3s;
  width: 100%;
  height: 510px;
  overflow: hidden;
}
.ind02 .swiper-slide a .pic video,
.ind02 .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind02 .swiper-slide a .pic .img1 {
  display: none;
}
.ind02 .swiper-slide a .pos {
  position: absolute;
  left: 6.5%;
  bottom: 36px;
  z-index: 3;
  width: 87%;
}
.ind02 .swiper-slide a .pos b {
  margin-bottom: 10px;
  font-size: 24px;
  color: #b8d0ff;
  text-transform: uppercase;
}
.ind02 .swiper-slide a .pos i {
  margin-bottom: 20px;
  font-size: 16px;
  color: #b8d0ff;
  font-family: Arial;
  text-transform: uppercase;
}
.ind02 .swiper-slide a .pos .text {
  transition: all 0.5s 0.3s;
  height: 0px;
  overflow: hidden;
}
.ind02 .swiper-slide a .pos .text p {
  margin-bottom: 36px;
  font-size: 16px;
  color: #c9d5ed;
  opacity: 0.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind02 .swiper-slide a .pos .text em {
  margin-bottom: 34px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.ind02 .swiper-slide a .pos .text span {
  transition: all 0.5s;
  transform: rotate(0deg);
  width: 12px;
  height: 12px;
  background: url(../images/icon/i9.png) center no-repeat;
  background-size: 100% auto;
}
.ind02 .swiper-slide.swiper-slide-active a .pic {
  transition: all 0.5s 0.3s;
  height: 670px;
}
.ind02 .swiper-slide.swiper-slide-active a .pos .text {
  transition: all 0.5s 0.3s;
  height: 104px;
}
.ind02 .swiper-slide.swiper-slide-active:hover a span {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.ind02 .swiper-pagination {
  display: none;
}
@media (max-width: 1200px) {
  .ind02 {
    padding: 1.8rem 0 2.1rem;
  }
  .ind02 .swiper {
    margin-top: 1.4rem;
  }
  .ind02 .swiper-slide {
    width: 100%;
    height: 17.9rem;
  }
  .ind02 .swiper-slide a {
    margin: 0 4%;
    width: 92%;
  }
  .ind02 .swiper-slide a .pic {
    height: 17.9rem;
  }
  .ind02 .swiper-slide a .pic video,
  .ind02 .swiper-slide a .pic img {
    display: none;
  }
  .ind02 .swiper-slide a .pic .img1 {
    display: block;
  }
  .ind02 .swiper-slide a .pos {
    left: 4%;
    bottom: 1rem;
    width: 92%;
  }
  .ind02 .swiper-slide a .pos b {
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    color: #fff;
  }
  .ind02 .swiper-slide a .pos i {
    margin-bottom: 0.88rem;
    font-size: 0.6rem;
    color: #fff;
  }
  .ind02 .swiper-slide a .pos .text {
    height: auto;
    overflow: hidden;
  }
  .ind02 .swiper-slide a .pos .text p {
    margin-bottom: 0.47rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
    opacity: 1;
    -webkit-line-clamp: 2;
    color: #fff;
  }
  .ind02 .swiper-slide a .pos .text em {
    margin-bottom: 0.65rem;
  }
  .ind02 .swiper-slide a .pos .text span {
    width: 0.5rem;
    height: 0.5rem;
  }
  .ind02 .swiper-slide.swiper-slide-active a .pic {
    height: 17.9rem;
  }
  .ind02 .swiper-slide.swiper-slide-active a .pos .text {
    height: auto;
  }
  .ind02 .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: auto;
    padding-top: 1rem;
  }
  .ind02 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.16rem;
    opacity: 1;
    width: 1.1rem;
    height: 0.06rem;
    background: #dcdcdc;
    border-radius: 0;
  }
  .ind02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0844bc;
  }
}
.ind03 {
  padding: 90px 0 100px;
  background: url(../images/index/ind03_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind03 .topNew {
  margin-top: 50px;
  padding: 50px 0 60px;
  border-top: #efefef 1px solid;
}
.ind03 .topNew .next {
  float: left;
  padding-top: 70px;
  width: 50%;
}
.ind03 .topNew .next .text i {
  margin-bottom: 12px;
  font-size: 16px;
  color: #bbb;
  font-weight: bold;
}
.ind03 .topNew .next .text b {
  margin-bottom: 22px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind03 .topNew .next .text p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind03 .topNew .pic {
  float: right;
  position: relative;
  width: 46%;
}
.ind03 .topNew .pic .overImg {
  width: 100%;
  height: 363px;
  overflow: hidden;
}
.ind03 .topNew .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind03 .topNew .pic span {
  position: absolute;
  left: -3px;
  top: 20px;
  padding: 0 15px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  background: rgba(239, 29, 36, 0.6);
}
.ind03 .topNew:hover .next .text b {
  color: #0844bc;
}
.ind03 .topNew:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind03 .list {
  border-top: #efefef 1px solid;
}
.ind03 .list a {
  position: relative;
  float: left;
  width: 50%;
  border-bottom: #efefef 1px solid;
}
.ind03 .list a::after {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0%;
  height: calc(100% + 2px);
  background: #0844bc;
  content: "";
}
.ind03 .list a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #efefef;
  content: "";
}
.ind03 .list a:nth-child(2n)::before {
  display: none;
}
.ind03 .list a .bor {
  transition: all 0.6s;
  position: relative;
  z-index: 2;
  margin: 0 20px 0 30px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
}
.ind03 .list a i {
  float: left;
}
.ind03 .list a p {
  float: left;
  width: calc(100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind03 .list a em {
  transition: all 0.6s;
  float: right;
  font-weight: bold;
  font-size: 16px;
  color: #999;
}
.ind03 .list a:hover::after {
  transition: all 0.6s;
  width: 100%;
}
.ind03 .list a:hover .bor,
.ind03 .list a:hover em {
  transition: all 0.6s;
  color: #fff;
}
@media (max-width: 1200px) {
  .ind03 {
    padding: 1.75rem 0 1.9rem;
    background-image: url(../images/mobile/index/ind03_bac.jpg);
  }
  .ind03 .topNew {
    margin-top: 0;
    padding: 1.2rem 0 0;
    border-top: none;
  }
  .ind03 .topNew .next {
    padding-top: 0;
    width: 100%;
  }
  .ind03 .topNew .next .text i {
    margin-bottom: 0.16rem;
    font-size: 0.5rem;
  }
  .ind03 .topNew .next .text b {
    margin-bottom: 0.3rem;
    font-size: 0.6rem;
  }
  .ind03 .topNew .next .text p {
    margin-bottom: 0.6rem;
    max-height: 1.6rem;
    font-size: 0.52rem;
    line-height: 0.8rem;
  }
  .ind03 .topNew .next .more_02 {
    display: none;
  }
  .ind03 .topNew .pic {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .ind03 .topNew .pic .overImg {
    height: 7.7rem;
  }
  .ind03 .topNew .pic span {
    left: 0px;
    top: 0.48rem;
    padding: 0 0.3rem;
    line-height: 0.77rem;
    font-size: 0.48rem;
    opacity: 1;
    background: rgba(239, 29, 36, 0.6);
  }
  .ind03 .list {
    border-top: #efefef 1px solid;
  }
  .ind03 .list a {
    width: 100%;
  }
  .ind03 .list a::after,
  .ind03 .list a::before {
    display: none;
  }
  .ind03 .list a .bor {
    padding: 0.7rem 0;
    margin: 0;
    line-height: 1.2;
    font-size: 0.58rem;
  }
  .ind03 .list a p {
    width: calc(100% - 2.9rem);
  }
  .ind03 .list a em {
    margin-bottom: 0.3rem;
    width: 100%;
    font-size: 0.5rem;
  }
  .ind03 .list a:hover {
    color: #333;
  }
}
.ind04 {
  position: relative;
  padding: 90px 0 0;
  overflow: hidden;
}
.ind04 .w1400 {
  position: relative;
  z-index: 2;
}
.ind04 .title_01 {
  margin-bottom: 70px;
}
.ind04 .next {
  margin-bottom: 100px;
  width: 64.3%;
}
.ind04 .next .text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 36px;
}
.ind04 .next .list {
  display: flex;
  justify-content: space-between;
}
.ind04 .next .list .mode div {
  display: flex;
  align-items: end;
  margin-bottom: 15px;
}
.ind04 .next .list .mode div span {
  line-height: 60px;
  font-size: 60px;
  color: #ee1d23;
  font-weight: bold;
  font-family: Arial;
}
.ind04 .next .list .mode em {
  font-size: 20px;
}
.ind04 .botMode {
  position: relative;
  z-index: 3;
  margin-left: 13.545%;
  width: 86.455%;
}
.ind04 .botMode .mes {
  box-sizing: border-box;
  float: left;
  padding: 65px 75px 0;
  width: 50%;
  height: 400px;
  background: #0d3e9c;
}
.ind04 .botMode .mes .text {
  float: left;
  width: 55%;
  color: #fff;
}
.ind04 .botMode .mes .text b {
  margin-bottom: 40px;
  font-size: 36px;
}
.ind04 .botMode .mes .text .clearfix {
  font-size: 16px;
  line-height: 30px;
}
.ind04 .botMode .mes .text .clearfix p {
  display: flex;
  margin-bottom: 25px;
}
.ind04 .botMode .mes .text .clearfix p i {
  font-size: 30px;
  font-weight: bold;
}
.ind04 .botMode .mes .icon {
  float: right;
  width: 21.9%;
}
.ind04 .botMode .mes .icon img {
  width: 100%;
}
.ind04 .botMode .mes:nth-child(2) {
  background: linear-gradient(to bottom, #6ac3f3, #d6ecf9);
}
.ind04 .botMode .mes:nth-child(2) .text {
  color: #333;
}
.ind04 .botMode .mes:nth-child(2) .text b,
.ind04 .botMode .mes:nth-child(2) .text .textColor {
  color: #0d3e9c;
}
.ind04 .mapInfo {
  position: absolute;
  width: 45vw;
  height: 45vw;
  right: -12vw;
  bottom: 4vw;
}
.ind04 .map {
  animation: rotate 20s linear infinite;
}
.ind04 .map img {
  width: 100%;
}
@media (max-width: 1646px) {
  .ind04 .botMode {
    margin-left: calc(50% - 600px);
    width: calc(100% - (50% - 600px));
  }
}
.ind05 {
  position: relative;
  padding: 90px 0 40px;
  overflow: hidden;
}
.ind05 .w1400 {
  position: relative;
  z-index: 2;
}
.ind05 .title_01 {
  align-items: normal;
}
.ind05 .title_01 .more_01 {
  display: none;
}
.ind05 .next {
  margin-bottom: 80px;
  width: 74.28%;
}
.ind05 .next .text {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.ind05 .next .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 108px;
}
.ind05 .list a {
  position: relative;
  float: left;
  margin-right: 1.9%;
  width: 23.575%;
}
.ind05 .list a:nth-child(4n) {
  margin-right: 0;
}
.ind05 .list a::after {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i29.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.ind05 .list a .pic {
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.ind05 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind05 .list a .icon {
  position: absolute;
  left: 9%;
  top: 40px;
  height: 44px;
}
.ind05 .list a .icon img {
  max-height: 44px;
}
.ind05 .list a .text {
  transition: all 0.5s;
  position: absolute;
  left: 9%;
  bottom: 15px;
  z-index: 3;
  width: 82%;
}
.ind05 .list a .text b {
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ind05 .list a .text p {
  transition: all 0.5s;
  max-height: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.ind05 .list a:hover::after {
  transition: all 0.5s;
  opacity: 1;
}
.ind05 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind05 .list a:hover .text {
  transition: all 0.5s;
  bottom: 30px;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
.ind05 .list a:hover .text p {
  transition: all 0.5s;
  margin-bottom: 20px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 1.9rem 0 0.8rem;
  }
  .ind05 .title_01 {
    margin-bottom: 1.1rem;
    width: 100%;
  }
  .ind05 .title_01 .more_01 {
    display: block;
  }
  .ind05 .next {
    margin-bottom: 0;
    width: 100%;
  }
  .ind05 .next .text {
    margin-bottom: 1rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .ind05 .next .text p {
    -webkit-line-clamp: 6;
    max-height: 4.8rem;
  }
  .ind05 .next .more_01 {
    display: none;
  }
  .ind05 .list a {
    margin: 0 2% 2% 0;
    width: 48%;
  }
  .ind05 .list a:nth-child(2n) {
    margin-right: 0;
  }
  .ind05 .list a .pic {
    height: 8rem;
  }
  .ind05 .list a .icon {
    left: 0.6rem;
    top: 0.76rem;
    height: 1.13rem;
  }
  .ind05 .list a .icon img {
    max-height: 1.13rem;
  }
  .ind05 .list a .text {
    left: 0.6rem;
    bottom: 0.9rem;
    width: calc(100% - 1.2rem);
  }
  .ind05 .list a .text b {
    margin-bottom: 0;
    font-size: 0.6rem;
  }
  .ind05 .list a .text p {
    display: none !important;
  }
  .ind05 .list a:hover .text {
    bottom: 0.9rem;
    border-bottom: none;
  }
}
.page img {
  width: 100%;
}
