.banner2 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 1.28rem;
  margin-bottom: 0.3rem;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -o-align-items: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .banner2 {
    width: 100%;
    flex-direction: column;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    margin-bottom: 0;
  }
}
.banner2-left {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .banner2-left {
    width: 100%;
  }
}
.banner2-left-ul {
  min-height: 5.3rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner2-left-ul {
    min-height: auto;
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
  }
}
.banner2-left-ul .banner2-left-li {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.18rem;
  width: 2.7rem;
  height: 0.4rem;
  background-color: #eaeaea;
  color: #333;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.banner2-left-ul .banner2-left-li:hover {
  background-color: #ee952f;
  color: #eaeaea;
}
@media screen and (max-width: 1024px) {
  .banner2-left-ul .banner2-left-li {
    width: 2.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    padding: 0 0.1rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
  }
}
.banner2-left-ul .bll-active {
  background-color: #ee952f;
  color: #eaeaea;
}
.banner2-left-ul li.listFirst {
  width: 3rem;
  height: 1.05rem;
  background-image: url("../image/banner2-left-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .banner2-left-ul li.listFirst {
    display: none;
  }
}
.banner2-left-ul li.listFirst .listFirst-1 {
  padding-top: 0.25rem;
  font-size: 0.36rem;
  color: #fff;
}
.banner2-left-ul li.listFirst .listFirst-2 {
  font-size: 0.14rem;
  color: #fff;
}
.banner2-left-ul li.listLast {
  margin-top: 0.2rem;
  background-color: #2f55d4;
  height: 2rem;
  text-align: center;
  padding-top: 0.15rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner2-left-ul li.listLast {
    display: none;
  }
}
.banner2-left-ul li.listLast img {
  width: 1.52rem;
  height: 1.57rem;
  margin-bottom: 0.05rem;
}
.banner2-left-ul li.listLast p {
  color: #f7f7f7;
  font-size: 0.14rem;
}
.banner2-right {
  width: 8.44rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner2-right {
    width: 100%;
  }
}
.banner2-right-ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.banner2-right-ul li.banner2-right-li {
  width: 2.44rem;
  height: 2.44rem;
  position: relative;
  margin-bottom: 0.4rem;
  cursor: pointer;
  overflow: hidden;
}
.banner2-right-ul li.banner2-right-li:hover img {
  animation: myfirst 0.5s linear;
  -moz-animation: myfirst 0.5s linear;
  -webkit-animation: myfirst 0.5s linear;
  -o-animation: myfirst 0.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
  .banner2-right-ul li.banner2-right-li {
    width: 3.35rem;
    height: 3.35rem;
  }
}
.banner2-right-ul li.banner2-right-li:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .banner2-right-ul li.banner2-right-li:nth-child(n+4) {
    margin-bottom: 0.4rem;
  }
}
.banner2-right-ul li.banner2-right-li:before {
  position: absolute;
  top: 0.11rem;
  left: 0.13rem;
  z-index: 1;
  content: "";
  display: block;
  width: 0.37rem;
  height: 0.36rem;
  background-image: url("../image/banner2-watermark.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.banner2-right-ul li.banner2-right-li img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.banner2-right-ul li.banner2-right-li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner2-right-ul li.banner2-right-li p {
    font-size: 0.26rem;
  }
}
@-moz-keyframes myfirst {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes myfirst {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes myfirst {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes myfirst {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.banner2-look {
  margin: 0 auto;
  width: 1.5rem;
  height: 0.5rem;
  background-color: #ee952f;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 25px;
  margin-bottom: 0.8rem;
}
.banner2-look a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner2-look {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    width: 2.45rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
    text-align: center;
    background-color: #ee952f;
    margin-bottom: 0.3rem;
  }
}
