.parquetry-what-we-offer-block {
  background-color: #ffffff;
  padding: 30px 0;
  display: block;
  unicode-bidi: isolate;
  user-select: none;
}
@media (min-width: 768px) {
  .parquetry-what-we-offer-block {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block {
    padding: 70px 0;
  }
}
.parquetry-what-we-offer-block .oh {
  position: relative;
  overflow: hidden;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content {
      font-size: 60px;
      line-height: 1;
      color: var(--title-text-color);
      font-weight: 400;
      font-family: var(--title-font-family);
}
.zhuli-swiper2::
  after {
  content: "";
  background: #fff;
  box-shadow: 0 0 38px rgba(4, 0, 0, 0.08);
  position: absolute;
  left: 0;
  top: 0;
  right: 8%;
  bottom: 0;
}

.zhuli-swiper2 .tit {
  text-align: center;
  position: relative;
  z-index: 10;
}
.zhuli-swiper2 .tit
  em.title {
  font-size: 30px;
  color: var(--color-primary);
}
.zhuli-swiper2 .tit
  h3 {
  font-size: 60px;
  line-height: 1;
  color: var(--title-text-color);
  font-weight: 400;
}
.zhuli-swiper2 .tit .desc
  em {
  font-style: italic;
}
.zhuli-swiper2 .list {
  margin: 70px 0 0;
  position: relative;
  z-index: 10;
}

.zhuli-swiper2 .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.zhuli-swiper2 .swiper-slide .pic {
  width: 42.9%;
  display: block;
  border-radius: 18px;
  overflow: hidden;
}
.zhuli-swiper2 .swiper-slide .pic
  img {
  width: 100%;
}
.zhuli-swiper2 .swiper-slide .txt {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 20px 0 80px;
}
.zhuli-swiper2 .swiper-slide .txt
  h5 {
  font-size: 36px;
  color: #222;
}
.zhuli-swiper2 .swiper-slide .txt .t {
  margin: 50px 0 0;
}
.zhuli-swiper2 .swiper-slide .txt
  table {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  color: #454545;
}
.zhuli-swiper2 .swiper-slide .txt
  table tbody > tr {
  width: 100%;
}
.zhuli-swiper2 .swiper-slide .txt
  table tr > th {
  padding: 5px 2px;
  display: inline-block;
  white-space: nowrap;
  width: 20%;
}
.zhuli-swiper2 .swiper-slide .txt
  table tr > td {
  padding: 5px 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 30%;
  display: inline-block;
  white-space: nowrap;
}

.zhuli-swiper2 .swiper-pagination-bullets {
  left: calc(42.9% + 80px);
  bottom: -20px;
  width: auto;
  font-size: 0;
}
.zhuli-swiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  background: #bde6c3;
  border-radius: 50%;
  opacity: 1;
}
.zhuli-swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.zhuli-swiper2
  h3 ul {
  list-style-position:inside !important;
  list-style-type: disc;
}

.zhuli-swiper2
  h3 ol {
  list-style-position:inside !important;
  list-style-type: decimal;
}
  @media screen and (max-width: 1800px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 56px;
  }
}
  @media screen and (max-width: 1700px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 54px;
  }
  .zhuli-swiper2::
  after {
    right: 6%;
  }
  .zhuli-swiper2 .swiper-slide .txt {
  padding: 0 20px 0 60px;
  }
  .zhuli-swiper2 .swiper-slide .txt table {
  font-size: 17px;
  }
}
  @media screen and (max-width: 1600px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 50px;
  }
}
  @media screen and (max-width: 1500px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 48px;
  }
  .zhuli-swiper2 {
  margin-top: 0px;
  }
}
  @media screen and (max-width: 1441px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 46px;
  }
}
  @media screen and (max-width: 1367px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 44px;
  }
}
  @media screen and (max-width: 1281px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 40px;
  }
  .zhuli-swiper2 .swiper-slide .pic {
  width: 40%;
  }
  .zhuli-swiper2 .swiper-slide .txt {
  padding: 0 20px 0 40px;
  }
  .zhuli-swiper2 .swiper-slide .txt h5 {
  font-size: 30px;
  }
  .zhuli-swiper2 .swiper-slide .txt table {
  font-size: 15px;
  }
  .zhuli-swiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  }
}
  @media screen and (max-width: 768px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 26px;
  }

  .zhuli-swiper2 {
  padding: 30px 0 50px;
  margin-top: 0;
  }
  .zhuli-swiper2::
  after {
    right: 0;
  }
  .zhuli-swiper2 .tit {
  -webkit-flex-direction: column;
  flex-direction: column;
  }
  .zhuli-swiper2 .tit p {
  font-size: 17px;
  margin: 15px 0 0;
  }
  .zhuli-swiper2 .tit .more {
  font-size: 17px;
  width: auto;
  text-align: center;
  margin: 15px 0 0;
  }

  .zhuli-swiper2 .list {
  margin: 25px 0 0;
  }
  .zhuli-swiper2 .swiper-slide {
  display: block;
  }
  .zhuli-swiper2 .swiper-slide .pic {
  width: 60%;
  margin: 0 auto;
  }
  .zhuli-swiper2 .swiper-slide .txt {
  padding: 0 20px;
  margin-top: 20px;
  }
  .zhuli-swiper2 .swiper-slide .txt h5 {
  font-size: 24px;
  }
  .zhuli-swiper2 .swiper-slide .txt .t {
  margin: 20px 0 0;
  }
  .zhuli-swiper2 .swiper-slide .txt table {
  font-size: 14px;
  }
  .zhuli-swiper2 .swiper-pagination-bullets {
  left: calc(50% - 36px);
  bottom: -30px;
  width: auto;
  font-size: 0;
  }
  .zhuli-swiper2 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  }
}
  @media screen and (max-width: 480px) {
  .zhuli-swiper2 .tit h3 {
    font-size: 22px;
  }
  .zhuli-swiper2 .tit em.title {
  font-size: 20px;
  }
  .zhuli-swiper2 .swiper-slide .pic {
  width: 100%;
  }
  .zhuli-swiper2 .swiper-slide .txt table {
  font-size: 12px;
  }
}
  @media screen and (max-width: 400px) {
  .zhuli-swiper2 .swiper-slide .txt {
    padding: 0;
  }
};
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .content-view {
  margin-top: 40px;
}
.parquetry-what-we-offer-block .content-view .item {
  margin-bottom: 30px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight {
  position: relative;
  text-align: left;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sm .box-sportlight-arrow {
  width: 50px;
  margin-left: 15px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure {
  display: block;
  overflow: hidden;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .imageView {
  max-width: 450px;
  max-height: 400px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .bigView {
  max-height: 400px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
  width: 100%;
  transition: all 0.3s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 88px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
  transition: all 0.25s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before,
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-right: 4px;
  background-color: rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge {
  position: absolute;
  overflow: hidden;
  padding: 6px 10px 3px 18px;
  top: 30px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #151515;
  z-index: 1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-10deg);
  transform-origin: 50% 100%;
  z-index: -1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale {
  color: #ffffff;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale::before {
  background: #976f55;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-new::before {
  background: #fbef89;
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
    transform: scale(1.1);
    will-change: transform;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-figure img {
    transform: none;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-caption {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title {
    color: #ffffff;
    letter-spacing: 0.08em;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a,
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:focus,
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:active {
    color: inherit;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::before {
    width: 100%;
    background-color: #ffffff;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::after {
    border-left-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 15px 20px 15px 30px;
  }
}
@media (min-width: 1200px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 25px 22px 25px 38px;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight-title {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.025em;
  }
}

