.topBox {
    margin-bottom: 1vw;
}
.tuBox {
  padding-bottom: 10.88vw;
  position: relative;
  overflow: hidden;
    margin: 2vw 0;
}
.none {
    display: none!important;
}
.tuBox .topRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.tuBox .topRow .l {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  height: 100%;
  overflow: auto;
  margin-right: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.tuBox .topRow .l .c {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f6f8fe;
  border: 1px solid #e4e5eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 5px;
  cursor: pointer;
}
.tuBox .topRow .l .c .im {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background: url(../images/impression/lgm.png) no-repeat;
  background-size: 100% 100%;
}
.tuBox .topRow .l .c span {
  padding-right: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #0e2c8e;
}

.tuBox .topRow .l .c:hover,
.tuBox .topRow .l .c.active {
  background-color: #A0131A;
  border-color: #A0131A;
}
.tuBox .topRow .l .c:hover .im,
.tuBox .topRow .l .c.active .im {
  background-image: url(../images/impression/lgma.png);
}
.tuBox .topRow .l .c:hover span,
.tuBox .topRow .l .c.active span {
  color: #ffffff;
}
.tuBox .topRow .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  margin-left: 300px;
}
.tuBox .topRow .r::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.666%;
}
.tuBox .topRow .r .mySwiperBanner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tuBox .topRow .r .mySwiperBanner .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tuBox .topRow .r .mySwiperBanner .swiper-slide img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.tuBox .topRow .r .mySwiperBanner .swiper-btn {
  width: 3.5vw;
  height: 3.5vw;
  cursor: pointer;
}
.tuBox .topRow .r .mySwiperBanner .swiper-btn img {
  width: 100%;
  height: 100%;
}
.tuBox .topRow .r .mySwiperBanner .swiper-btn.t-swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tuBox .topRow .r .mySwiperBanner .swiper-btn.t-swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .tuBox .topRow .l {
    width: 250px;
  }
  .tuBox .topRow .l .c .im {
    width: 40px;
    height: 40px;
  }
  .tuBox .topRow .l .c span {
    font-size: 14px;
  }
  .tuBox .topRow .r {
    margin-left: 250px;
  }
}
@media (max-width: 1100px) {
  .histroyBox .box .hsSwiprt .swiper-btn {
    width: 40px;
    height: 40px;
  }
  .storeBox .box {
    position: relative;
  }
  .storeBox .box .leftList {
    position: relative;
    width: 18vw;
    z-index: 1;
  }
  .storeBox .box .leftList .cm {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: rgba(255, 255, 255, 0.78);
  }
  .storeBox .box .leftList .cm span {
    font-size: 12px !important;
    -webkit-line-clamp: 1 !important;
  }
  .storeBox .box .rightImgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .storeBox .box .rightImgBox .wrap {
    left: 18vw;
    width: auto;
    right: 0;
    padding: 10px 20px 20px 20px;
  }
  .storeBox .box .rightImgBox .wrap h5 {
    font-size: 16px;
  }
  .storeBox .box .rightImgBox .wrap p {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  .tuBox .topRow .l {
    width: 230px;
  }
  .tuBox .topRow .l .c .im {
    width: 40px;
    height: 40px;
  }
  .tuBox .topRow .l .c span {
    font-size: 12px;
  }
  .tuBox .topRow .r {
    margin-left: 230px;
  }
}
@media (max-width: 800px) {
  .breadcrumb {
    padding-top: 10px !important;
  }
  .histroyBox {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .histroyBox .topboxT {
    padding-left: 4%;
  }
  .histroyBox .box .hsSwiprt .swiper-btn {
    width: 40px;
    height: 40px;
  }
  .storeBox .box {
    display: block;
  }
  .storeBox .box .leftList {
    display: none;
    width: 100%;
  }
  .storeBox .box .rightImgBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .storeBox .box .rightImgBox a {
    width: 49% !important;
    margin-bottom: 2%;
    position: relative !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .storeBox .box .rightImgBox .wrap {
    left: 0;
    position: static !important;
    background-color: #ffffff !important;
    padding: 3px 10px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .storeBox .box .rightImgBox .wrap h5 {
    color: #333 !important;
    margin-bottom: 1px;
    font-size: 14px;
    width: 100%;
  }
  .storeBox .box .rightImgBox .wrap p {
    color: #333 !important;
    height: 18px;
    -webkit-line-clamp: 1;
    margin-bottom: 4px;
  }
  .tuBox .topRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .tuBox .topRow .l {
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 10px;
  }
  .tuBox .topRow .l .c {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
    height: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tuBox .topRow .l .c .im {
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
  .tuBox .topRow .l .c span {
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .tuBox .topRow .r {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
    margin-left: 0;
  }
  .tuBox .topRow .r .mySwiperBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
