.top {
  margin-top: 55px;
  height: 8.8rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: 600;
  padding: 0 2.62rem;
}
.top > p {
  padding: 0.36rem 0;
  border-bottom: 1px solid #333333;
}
.top > p > span {
  display: inline-block;
  width: 0.09rem;
  height: 0.2rem;
  vertical-align: top;
  background-color: #45c7c8;
}
#video {
  width: 10.22rem;
  height: 6.32rem;
  margin: 0.72rem auto;
}
.showSwiper {
  border-top: 1px solid #979797;
  background-color: #f9f9f9;
  margin-top: 55px;
  height: 11.5rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 600;
  /* padding: 0 2.62rem; */
}
.row {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* margin-top: 0.8rem */
}

.box {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0 0.2rem;
  width: 1.7rem;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.box-none {
  cursor: default;
}
.box:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.28rem;
  font-weight: 600;
  width: 0;
  content: attr(data-beforeContent);
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0;
}
.box p {
  margin: 0;
  font-size: 0.14rem;
  color: #666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box img {
  height: 1rem;
}
.swiperList {
  height: 4.4rem;
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
  margin-top: 0.8rem;
}
.row-left {
  width: 20%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.row-left img {
  height: 1.5rem;
}
.row-left dd {
  margin-top: 0.2rem;
}
.row-right .row .box {
  /* height: 2.26rem; */
  height: 1.8rem;
}
/* .border{
    border: 1px solid #57B9FF;
} */
.mt {
  margin-top: 0.5rem;
}
/* 轮播图  2.26rem*/
.lunbo {
  height: 10.5rem;
  padding: 0 3rem;
}
.lunbo > .row {
  margin-bottom: 0.6rem;
}
.lunbo > .row img {
  width: 100%;
}
#slideshow {
  height: 6rem;
  margin-top: 0.6rem;
}
.item img {
  /* height: 6rem !important; */
  /* width: 80%; */
  width: 100%;
  height: calc(100% - 0.6rem);
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.carousel-indicators > li {
  width: 0.24rem;
  background-color: #999;
  border: none;
}
.carousel-indicators > .active {
  width: 0.24rem;
  border: none;
  background-color: #2698b6;
}
.toLeft {
  margin-right: 0.5rem;
  height: 0.62rem;
}
.toRight {
  margin-left: 0.5rem;
  height: 0.62rem;
}
.last {
  border-top: 1px solid #999;
  background-color: #f9f9f9;
}
.last > .row {
  padding: 0 1.2rem;
}
.slide {
  padding: 0 2rem;
}
.itemList {
  height: 5rem;
  display: flex !important;
  align-items: center;
  font-weight: 500;
}
.itemList > div {
  height: 3rem;
}
.itemList dl {
  padding: 0 0.3rem;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .itemList {
    height: 7rem;
  }
}
#div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 16;
}
#div img {
  position: absolute;
  height: 80%;
  width: auto;
  cursor: move;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clos {
  position: absolute;
  top: 1rem;
  color: #fff;
  font-size: 0.5rem;
  right: 0.8rem;
  cursor: pointer;
}

.activeList {
  background-color: #d9f2fa;
  border: 1px solid #57b9ff;
}
#slideitem1 {
  display: none;
}
