:root {
  --swiper-navigation-sides-offset: 10px;
}

.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 5.6rem;
  position: relative;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.banner .banner-text .title-en {
  text-transform: uppercase;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--pri-color);
}
.banner .banner-text .title-zh {
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 2;
}

.topTitle {
  padding: 0.2rem 0 0;
}
.topTitle .title {
  font-size: 0.28rem;
  font-weight: 500;
  color: #000;
  line-height: 0.35rem;
  margin: 0.1rem 0;
  text-align: center;
}
.topTitle .time {
  font-size: 0.14rem;
  color: #A8A8A8;
  text-align: center;
  padding-top: 0;
}

.bread-box {
  border-bottom: 1px solid #F0F0F0;
}
.bread-box .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.12rem 0;
}
.bread-box .breadcrumb li, .bread-box .breadcrumb a {
  padding: 0 2px;
  font-size: 0.14rem;
  line-height: 2;
  color: #999999;
}

.tem-cont {
  padding: 0.5rem 0;
}
.tem-cont .mySwiper2 {
  height: 7rem;
}
.tem-cont .mySwiper2 .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tem-cont .mySwiper {
  margin-top: 10px;
}
.tem-cont .mySwiper .swiper-slide {
  width: auto;
}
.tem-cont .mySwiper .swiper-slide .img {
  height: 1.5rem;
  width: 2rem;
  object-fit: cover;
}

@media screen and (orientation: portrait) {
  .banner {
    margin-top: 50px;
    height: 3rem;
    align-items: center;
    text-align: center;
  }
  .banner .banner-text .title-en {
    font-size: 0.2rem;
  }
  .banner .banner-text .title-zh {
    font-size: 0.3rem;
  }
  .tem-cont {
    padding: 0.2rem 0;
  }
  .tem-cont .mySwiper2 {
    height: 2rem;
  }
  .tem-cont .mySwiper .swiper-slide .img {
    height: 0.75rem;
    width: 1rem;
  }
}

/*# sourceMappingURL=imagetemplate.css.map */
