/*================首页样式及公共部分样式================*/
.banner {
  position: relative;
}
.banner .swiper-slide {
  position: relative;
  display: block;
  height: 788px;
}
.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 {
  display: none;
}
.banner .swiper-slide .videoText {
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .w1400 {
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner .swiper-slide .text {
  padding-top: 314px;
  width: 700px;
  font-family: Arial;
  visibility: hidden;
}
.banner .swiper-slide .text .t {
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
  text-align: center;
}
.banner .swiper-slide .text .textBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 46px;
  font-size: 55px;
  color: #333;
}
.banner .swiper-slide .text .textBox b {
  font-weight: bold;
}
.banner .swiper-slide .text .textBox i {
  padding: 0 6px;
  color: #295db1;
  font-weight: bold;
}
.banner .swiper-slide .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 40px auto 0;
  padding: 16px 0;
  width: 216px;
  font-size: 16px;
  color: #333;
  border: 1px solid #3a3b3b;
}
.banner .swiper-slide .text .more p {
  position: relative;
  z-index: 2;
}
.banner .swiper-slide .text .more::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #1f4f9d;
  content: " ";
}
.banner .swiper-slide .text .more:hover {
  color: #fff;
  border: 1px solid #1f4f9d;
}
.banner .swiper-slide .text .more:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.banner .swiper-slide .text.imgText {
  padding-top: 0;
  width: 100%;
  height: 788px;
}
.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.5s;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -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-pagination {
  bottom: 34px;
  font-size: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 13px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: #6d6d6d 1px solid;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  border: #1f4e9d 1px solid;
  background: #1f4e9d;
}
.banner .swiper-button-prev {
  transition: all 0.5s;
  left: -80px;
}
.banner .swiper-button-next {
  transition: all 0.5s;
  right: -80px;
}
.banner:hover .swiper-button-prev {
  transition: all 0.5s;
  left: 3%;
}
.banner:hover .swiper-button-next {
  transition: all 0.5s;
  right: 3%;
}
@media (max-width: 1200px) {
  .banner .swiper-slide {
    /* height: 10.34rem; */
    height: 100vh;
  }
  .banner .swiper-slide .pimg {
    display: none;
  }
  .banner .swiper-slide .mimg {
    display: block;
  }
  .banner .swiper-slide .text {
    padding-top: 20.5vh;
    margin: 0 auto;
    width: 94%;
  }
  .banner .swiper-slide .text .t {
    margin-bottom: 0.4rem;
    width: 86%;
    line-height: 0.54rem;
    font-size: 0.38rem;
    text-align: left;
  }
  .banner .swiper-slide .text .textBox {
    margin-bottom: 0.45rem;
    line-height: 0.93rem;
    font-size: 0.75rem;
    justify-content: flex-start;
  }
  .banner .swiper-slide .text .textBox i {
    padding: 0 6px;
  }
  .banner .swiper-slide .text .more {
    margin: 0.5rem 0 0;
    padding: 0.25rem 0 0.23rem;
    width: 2.56rem;
    font-size: 0.24rem;
  }
  .banner .swiper-slide .text.imgText {
    padding-top: 0;
    width: 100%;
    height: 100vh;
  }
  .banner .swiper-slide .text.imgText img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-slide .videoText {
    padding-top: 0;
    width: 100%;
  }
  .banner .swiper-slide .videoText img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-slide.swiper-slide-active .text.videoText {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
  }
  .banner .swiper-slide .video_ves {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 0.7rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.ind01 {
  display: block;
  padding: 65px 0;
}
.ind01 .w1400 {
  position: relative;
}
.ind01 .d_img {
  width: 100%;
}
.ind01 .d_img img {
  width: 100%;
}
.ind01 .pos {
  position: absolute;
}
.ind01 .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind01 .pic i {
  transition-duration: 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .pic em {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/mask_grad.png) left top repeat-x;
}
.ind01 .pos_text {
  transition: all 0.5s;
  position: absolute;
  left: 44px;
  top: 40px;
  padding-right: 25px;
  color: #fff;
}
.ind01 .pos_text b {
  font-size: 28px;
  font-weight: bold;
}
.ind01 .pos_text p {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.ind01 .pos_text .more {
  transition: all 0.5s;
  margin-top: 3px;
  opacity: 0;
  display: flex;
}
.ind01 .pos_text em {
  padding-right: 12px;
  font-size: 16px;
  border: 1px solid #1e4e9d;
  padding: 10px;
  position: relative;
}
.ind01 .pos_text em p {
  margin-top: 0;
  font-size: inherit;
  position: relative;
  z-index: 2;
}
.ind01 .pos_text em::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #1f4f9d;
  content: " ";
}
.ind01 .pos_text em:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.ind01 .chunk01 {
  left: 0;
  top: 0;
  width: 66.1%;
  height: 48%;
}
.ind01 .chunk02 {
  right: 0;
  top: 0;
  /* width: 32.2%;
  height: 56.96%; */
  width: 31.7%;
  height: 48%;
}
.ind01 .chunk03 {
  left: 0;
  /* top: 34.28%; */
  bottom: 0;
  width: 31.7%;
  height: 48%;
}
.ind01 .chunk04 {
  left: 34.4%;
  /* top: 34.28%; */
  bottom: 0;
  width: 31.7%;
  height: 48%;
}
.ind01 .chunk05 {
  /* left: 0;
  bottom: 0%;
  width: 65.63%;
  height: 31.6%; */
  right: 0;
  bottom: 0;
  width: 31.7%;
  height: 48%;
}
.ind01 .chunk06 {
  display: none;
  right: 0%;
  bottom: 0;
  width: 32.2%;
  height: 40.43%;
}
.ind01 .chunk06 .pos_text b {
  color: #fff;
  font-family: Arial;
}
.ind01 .pos:hover .pic em {
  transition: all 0.5s;
  opacity: 0;
}
.ind01 .pos:hover .pic i {
  transition-duration: 0.5s;
  transform: scale(1.1);
}
.ind01 .pos:hover .pos_text {
  transition: all 0.5s;
  top: 70px;
}
.ind01 .pos:hover .pos_text .more {
  transition: all 0.5s;
  margin-top: 28px;
  opacity: 1;
}
.m_ind01 {
  display: none;
}
@media (max-width: 1200px) {
  .index .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }
  .index .swiper-pagination-bullet {
    margin: 0 0.16rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    border: #6d6d6d 1px solid;
    background: #fff;
    opacity: 1;
  }
  .index .swiper-pagination-bullet-active {
    transition: all 0.5s;
    background: #0e459c;
    border: #0e459c 1px solid;
  }
  .ind01 {
    display: none;
  }
  .m_ind01 {
    display: block;
    padding: 0.6rem 0 0.6rem;
  }
  .m_ind01 .swiper-slide {
    padding-bottom: 0.75rem;
  }
  .m_ind01 .swiper-slide a {
    position: relative;
    float: left;
    background: #f2f2f2;
  }
  .m_ind01 .swiper-slide a .pic {
    width: 100%;
    height: 2.4rem;
  }
  .m_ind01 .swiper-slide a .pic i {
    width: 100%;
    height: 100%;
  }
  .m_ind01 .swiper-slide a .text {
    padding: 0.37rem 0.25rem 0.65rem;
    min-height: 4rem;
  }
  .m_ind01 .swiper-slide a .text i {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
    color: #333;
  }
  .m_ind01 .swiper-slide a .text p {
    margin-bottom: 0.3rem;
    line-height: 0.34rem;
    font-size: 0.28rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .m_ind01 .swiper-slide a .text div {
    position: absolute;
    left: 0.25rem;
    bottom: 0.55rem;
  }
  .m_ind01 .swiper-slide a .text em {
    float: left;
    padding-right: 0.68rem;
    font-size: 0.22rem;
    line-height: 0.59rem;
    color: #666;
    border-bottom: #666 2px solid;
    background: url(../images/mobile/icon/icon_9.png) right center no-repeat;
    background-size: 0.12rem auto;
  }
  .m_ind01 .swiper-slide a:nth-child(1) {
    margin-bottom: 4%;
    width: 100%;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .pic {
    height: 4.36rem;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .text {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1.08rem);
    height: calc(100% - 0.6rem);
    padding: 0.4rem 0.54rem 0.2rem;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .text i {
    margin-bottom: 0.28rem;
    font-size: 0.34rem;
    color: #fff;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .text p {
    line-height: 0.32rem;
    color: #fff;
    -webkit-line-clamp: 6;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .text div {
    left: 0.54rem;
    bottom: 0.65rem;
  }
  .m_ind01 .swiper-slide a:nth-child(1) .text em {
    padding-right: 0.36rem;
    font-size: 0.28rem;
    color: #fff;
    border-bottom: #fff 2px solid;
    background: url(../images/mobile/icon/icon_9s.png) right center no-repeat;
    background-size: 0.12rem auto;
  }
  .m_ind01 .swiper-slide a:nth-child(2) {
      margin-bottom:4%;
      margin-right: 4%;
      width: 48%;
  }
  .m_ind01 .swiper-slide a:nth-child(3) {
      margin-bottom:4%;
      width: 48%;
  }
  .m_ind01 .swiper-slide a:nth-child(4) {
    margin-right: 4%;
    width: 48%;
  }
  .m_ind01 .swiper-slide a:nth-child(5) {
    width: 48%;
  }
}
.ind02 {
  position: relative;
}
.ind02 .title {
  margin-bottom: 55px;
}
.ind02 .title .left p {
  margin-bottom: 16px;
  font-size: 20px;
  color: #1e4e9d;
}
.ind02 .title .left b {
  line-height: 60px;
  font-size: 50px;
  color: #333;
}
.ind02 .btn {
  position: relative;
  margin: 20px auto 0;
  width: 160px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border: #1f4f9d 1px solid;
}
.ind02 .btn p {
  transition: all 0.5s;
  display: inline;
  position: relative;
  z-index: 2;
  /* padding-right: 20px; */
  color: #1f4f9d;
  /* background: url(../images/icon/icon_8.png) right 6px no-repeat; */
}
.ind02 .btn::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #1f4f9d;
  content: " ";
}
@media (min-width: 1200px) {
  .ind02 .btn:hover p {
    transition: all 0.5s;
    color: #fff;
    /* background: url(../images/icon/icon_8s.png) right 6px no-repeat; */
  }
  .ind02 .btn:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
}
.ind02 .btn.btn-1 {
  display: none;
}
.ind02 .swiper-button-next,
.ind02 .swiper-button-prev {
  margin-top: 50px;
}
.ind02 .swiper-slide {
  width: 25.3125%;
}
.ind02 .swiper-slide a {
  width: 100%;
  background: #f7f7f7;
}
.ind02 .swiper-slide a .pic {
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #fff;
}
.ind02 .swiper-slide a .pic i {
  transition: all 0.5s;
  opacity: 1 ;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind02 .swiper-slide a .text {
  padding: 38px 8%;
}
.ind02 .swiper-slide a .text i {
  margin-bottom: 10px;
  font-size: 18px;
  color: #3560a7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ind02 .swiper-slide a .text p {
  margin-bottom: 11px;
  height: 70px;
  line-height: 35px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind02 .swiper-slide a .text em {
  font-size: 14px;
  color: #999;
}
.ind02 .swiper-slide a:hover .pic i {
  transition: all 0.5s;
  opacity: 0.9;
  transform: scale(1.1);
}
.ind02 .swiper-pagination {
  display: none;
}
@media (max-width: 1200px) {
  .ind02 .title {
    position: relative;
    margin-bottom: 0.5rem;
  }
  .ind02 .title .left p {
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
  }
  .ind02 .title .left b {
    line-height: 0.47rem;
    font-size: 0.32rem;
  }
  .ind02 .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.38rem;
  }
  .ind02 .left {
    width: calc(100% - 2.6rem);
  }
  .ind02 .btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 2.26rem;
    height: 0.83rem;
    font-size: 0.26rem;
    line-height: 0.83rem;
  }
  .ind02 .btn.btn-1 {
    display: flex;
  }
  .ind02 .btn p {
    /* padding-right: 0.43rem;
    background: url(../images/mobile/icon/icon_8.png) right center no-repeat;
    background-size: 0.16rem auto; */
  }
  .ind02 .btn::after {
    display: none;
  }
  .ind02 .swiper {
    margin: 0 0 0.6rem;
    padding-bottom: 0.75rem;
  }
  .ind02 .swiper-button-next,
  .ind02 .swiper-button-prev {
    margin-top: 0.3rem;
  }
  .ind02 .swiper-slide a .pic {
    height: 4.4rem !important;
  }
  .ind02 .swiper-slide a .text {
    padding: 0.5rem;
  }
  .ind02 .swiper-slide a .text i {
    margin-bottom: 0.33rem;
    font-size: 0.28rem;
  }
  .ind02 .swiper-slide a .text p {
    margin-bottom: 0.3rem;
    height: 0.86rem;
    line-height: 0.43rem;
    font-size: 0.32rem;
  }
  .ind02 .swiper-slide a .text em {
    font-size: 0.28rem;
  }
  .ind02 .swiper-slide a:hover .pic i {
    transition: all 0.5s;
    opacity: 0.9;
    transform: scale(1.1);
  }
  .ind02 .swiper-pagination {
    display: flex;
  }
}
.ind03 {
  position: relative;
  margin: 65px auto 80px;
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.ind03 .next {
  transition: all 0.9s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 64.39vw;
  height: 100%;
  background: #f7f7f7 url(../images/index/ind03_bac.png) left center no-repeat;
}
.ind03 .next .text {
  position: absolute;
  left: 18.29%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 56.25%;
}
.ind03 .next .text i {
  margin-bottom: 17px;
  font-size: 20px;
  color: #1e4e9d;
}
.ind03 .next .text b {
  margin-bottom: 29px;
  font-size: 50px;
  color: #333;
  line-height: 60px;
}
.ind03 .next .text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.ind03 .next .pos_icon {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  background: url(../images/icon/icon_106.png) center no-repeat;
  cursor: pointer;
}
.ind03 .next .pos_icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_107.png) center no-repeat;
  content: "";
}
.ind03 .pos_icon.cur::after {
  background: url(../images/icon/icon_108.png) center no-repeat;
}
.ind03 .videos {
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 100%;
  overflow: hidden;
}
.ind03 .videos video,
.ind03 .videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind03 .pos_icon:hover::after {
  background: url(../images/icon/icon_107s.png) center no-repeat;
}
.ind03 .pos_icon.cur:hover::after {
  background: url(../images/icon/icon_108s.png) center no-repeat;
}
.ind03.ind03_box .next {
  transition: all 0.9s;
  transform: translateX(-48%);
}
.m_ind03 {
  display: none;
}
@media (max-width: 1200px) {
  .ind03 {
    display: none;
  }
  .m_ind03 {
    display: block;
    margin: 0 auto 0.8rem;
    padding: 0.75rem 0 0.8rem;
    height: auto;
    background: #f7f7f7;
  }
  .m_ind03 .next {
    margin-bottom: 0.4rem;
  }
  .m_ind03 .next i {
    margin-bottom: 0.28rem;
    font-size: 0.28rem;
    color: #1e4e9d;
  }
  .m_ind03 .next b {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    color: #333;
    line-height: 0.47rem;
  }
  .m_ind03 .next p {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.35rem;
  }
  .m_ind03 .videos {
    position: relative;
    width: 100%;
  }
  .m_ind03 .videos video,
  .m_ind03 .videos img {
    display: block;
    width: 100%;
    height: 5.27rem;
    object-fit: cover;
  }
  .m_ind03 .videos .icon {
    display: none;
    transition: all 0.5s;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mobile/icon/icon_12.png) center no-repeat;
    background-size: 1.29rem auto;
  }
  .m_ind03 .videos .icon.cur {
    transition: all 0.5s;
    opacity: 0;
  }
}
.ind01 a.pos {
  visibility: hidden;
}
.ind01.active a.pos {
  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: pulse;
  animation-name: pulse;
}
.ind01 a.pos.chunk01,
.ind01 a.pos.chunk02 {
  visibility: visible;
}
.ind01.active a.pos.chunk01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ind01.active a.pos.chunk02 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ind01.active a.pos.chunk03 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.ind01.active a.pos.chunk04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ind01.active a.pos.chunk05 {
  -webkit-animation-delay: 0.9;
  animation-delay: 0.9s;
}
.ind01.active a.pos.chunk06 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.ind02 .title,
.ind02 .swiper-container,
.ind02 .more {
  visibility: hidden;
}
.ind02 .title.active,
.ind02 .swiper-container.active,
.ind02 .more.active {
  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;
  animation-name: fadeInUp;
}
.ind02 .swiper-container.active {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
.ind03 {
  visibility: hidden;
}
.ind03.active {
  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 .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;
}
