/* solutions-detail */
.solutions-detail {
  padding: 30px 0;
}

.solutions-detail .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1440 / 630;
}

.solutions-detail .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin-top: 0;
  display: block;
}

.solutions-detail .swiper-pagination-bullet {
  background: #fff;
}

.solutions-detail .item-wrap {
  margin-top: 30px;
}

.solutions-detail .title {
  text-align: left;
  margin-bottom: 8px;
}

.solutions-detail .info {
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
}

.solutions-detail .btn {
  color: #fff;
  padding: 7px 15px;
  border-radius: 6px;
  background: var(--style-color);
}

@media (min-width: 1200px) {
  .solutions-detail {
    padding: 50px 0 60px;
  }

  .solutions-detail .swiper-pagination {
    bottom: 30px;
  }

  .solutions-detail .item-wrap {
    margin-top: 34px;
    display: flex;
    align-items: center;
  }

  .solutions-detail .info-group {
    padding-right: 30px;
  }

  .solutions-detail .info {
    margin-bottom: 0;
  }

  .solutions-detail .btn {
    width: 315px;
    flex-shrink: 0;
    margin-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
  }

  .solutions-detail .btn::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 10px);
    background: #E6E6E6;
  }
}

@media (min-width: 1440px) {
  .solutions-detail {
    padding-bottom: 73px;
  }

  .solutions-detail .info-group {
    padding-right: 62px;
  }

  .solutions-detail .btn {
    margin-left: 62px;
  }

  .solutions-detail .btn::before {
    left: -62px;
  }
}


/* features */
.features-bg {
  background: var(--style-color);
}

.features {
  padding: 30px 0 36px;
}

.features .title {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.features .swiper-slide {
  color: #fff;
  font-weight: normal;
}

.features .tit {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.features .info {
  opacity: .7;
}

.features .swiper-pagination {
  display: block;
}

.features .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
}

.features .swiper-pagination-bullet-active {
  background: #fff;
}

@media (min-width: 1200px) {
  .features {
    padding-top: 60px;
  }

  .features .title {
    margin-bottom: 63px;
  }

  .features .tit {
    padding-bottom: 25px;
    margin-bottom: 27px;
  }

  .features .tit:hover {
    color: #FFA743;
    border-color: rgba(255, 167, 67, 0.8);
  }

  .features .swiper-pagination {
    margin-top: 32px;
  }
}

@media (min-width: 1440px) {
  .features {
    padding-top: 74px;
  }
}


/* specifications */
.specifications {
  padding: 30px 0;
}

.specifications .title {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #D8D8D8;
}

.specifications .tab-list li {
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 6px;
  color: var(--style-color);
  border: 1px solid var(--style-color);
  cursor: pointer;
}

.specifications .tab-list li.active {
  color: #fff;
  background: var(--style-color);
}

.specifications .tab-content {
  margin-top: 20px;
}

.specifications .sub-info tr:first-child, .specifications .bottom-info tr:first-child {
  color: #fff;
  font-weight: bold;
  background: #1057C5;
}

.specifications .sub-info th, .specifications .sub-info td, .specifications .bottom-info th, .specifications .bottom-info td {
  border-color: #C4D5EA;
}

.specifications .info {
  color: #1057C5;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .specifications .tab-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .specifications .tab-list li {
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .specifications {
    padding: 60px 0;
  }

  .specifications .title {
    margin-bottom: 40px;
  }

  .specifications .tab-list li {
    padding: 11px 20px;
  }

  .specifications .tab-content {
    margin-top: 40px;
  }

  .specifications .sub-info tr {
    font-size: 18px;
  }

  .specifications .sub-info th, .specifications .sub-info td, .specifications .bottom-info th, .specifications .bottom-info td {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .specifications .info {
    margin-bottom: 67px;
  }
}

@media (min-width: 1440px) {
  .specifications {
    padding-bottom: 75px;
  }
}


/* related-products */
.related-products {
  padding: 30px 0 36px;
  background: #F4F7FC;
}

.related-products .top-wrap {
  margin-bottom: 20px;
}

.related-products .btn {
  padding: 0;
  border: none;
  line-height: 1;
  font-weight: bold;
  color: var(--style-color);
  display: block;
}

.related-products .btn i {
  font-size: 12px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}

.related-products .title {
  text-align: left;
  padding-bottom: 11px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}

.related-products .scale-img {
  border-radius: 10px;
  margin-bottom: 18px;
}

.related-products .scale-img img {
  width: 100%;
  aspect-ratio: 340 / 222;
}

.related-products .tit {
  margin-bottom: 9px;
}

.related-products .info {
  color: #666666;
  margin-bottom: 16px;
}

.related-products .btn-wrap {
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.related-products .btn-wrap .btn {
  width: 105px;
  padding: 0;
}

.related-products .swiper-pagination {
  display: block;
}

@media (min-width: 768px) {
  .related-products .top-wrap {
    padding-bottom: 5px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .related-products .title {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .related-products {
    padding-top: 60px;
  }

  .related-products .btn i {
    font-size: 14px;
    display: inline-block;
    transition: transform .3s;
  }

  .related-products .btn:hover i {
    transform: translateX(6px);
  }

  .related-products .top-wrap {
    padding-bottom: 11px;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .related-products .swiper-pagination {
    margin-top: 56px;
  }
}

@media (min-width: 1440px) {
  .related-products {
    padding-top: 74px;
  }
}


/* why-choose-us */
@font-face {
  font-family: 'DIN-Bold';
  src: url('../public/Themes/fonts/DIN-Bold.ttf');
}

.why-choose-us {
  padding: 30px 0;
}

.why-choose-us .title {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #D8D8D8;
}

.why-choose-us .top-img, .why-choose-us .bottom-img {
  display: none;
}

.why-choose-us .lt {
  position: relative;
  margin-bottom: 30px;
}

.why-choose-us .lt .scrollbar-y {
  max-height: 410px;
}

.why-choose-us .item {
  display: flex;
  align-items: center;
}

.why-choose-us .item:not(:last-child) {
  margin-bottom: 30px;
}

.why-choose-us .num-info {
  width: 80px;
  height: 80px;
  font-size: 26px;
  border-radius: 50%;
  border: 2px solid var(--style-color);
}

.why-choose-us .num {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
  font-family: 'DIN-Bold';
  border: 3px solid #fff;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us .icon {
  display: none;
}

.why-choose-us .info-group {
  flex: 1;
  padding-left: 30px;
}

.why-choose-us .info {
  margin-top: 5px;
  color: #999999;
}

.why-choose-us .rt {
  text-align: center;
}

.why-choose-us .rt img {
  width: 100%;
  max-width: 619px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .why-choose-us .lt {
    position: relative;
  }

  .why-choose-us .lt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 225px;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border: 1px dashed #555555;
  }

  .why-choose-us .item {
    position: relative;
    z-index: 1;
  }

  .why-choose-us .num-wrap {
    width: 180px;
    flex-shrink: 0;
    position: relative;
  }

  .why-choose-us .num-wrap::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    height: 2px;
    background: var(--style-color);
  }

  .why-choose-us .num-info {
    position: relative;
    z-index: 1;
  }

  .why-choose-us .icon {
    width: auto;
    height: 30px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    flex-shrink: 0;
  }

  .why-choose-us .info-group {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .why-choose-us {
    padding: 60px 0;
    position: relative;
  }

  .why-choose-us .top-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .why-choose-us .bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .why-choose-us .container {
    position: relative;
    z-index: 1;
  }

  .why-choose-us .title {
    margin-bottom: 40px;
  }

  .why-choose-us .item-wrap {
    display: flex;
    align-items: center;
  }

  .why-choose-us .lt {
    flex: 1;
    padding-right: 45px;
    margin-bottom: 0;
  }

  .why-choose-us .rt {
    flex: 0 0 calc((619 / 1440) * 100%);
    max-width: calc((619 / 1440) * 100%);
  }

  .why-choose-us .lt .scrollbar-y {
    max-height: 450px;
  }

  .why-choose-us .num-info {
    width: 90px;
    height: 90px;
    font-size: 34px;
  }
}

@media (min-width: 1440px) {
  .why-choose-us {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .why-choose-us .lt {
    padding-right: 80px;
  }

  .why-choose-us .lt::before {
    left: 245px;
  }

  .why-choose-us .lt .scrollbar-y {
    max-height: 518px;
  }

  .why-choose-us .item:not(:last-child) {
    margin-bottom: 50px;
  }

  .why-choose-us .num-wrap {
    width: 200px;
  }

  .why-choose-us .info {
    margin-top: 11px;
  }
}


/* video */
.video {
  padding: 30px 0;
  background: #F4F7FC;
}

.video .top-img, .video .bottom-img {
  display: none;
}

.video .title {
  color: var(--style-color);
  margin-bottom: 20px;
}

.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 730;
  border-radius: 10px;
  display: block;
  background: #eee;
}

@media (min-width: 1200px) {
  .video {
    padding: 60px 0;
    position: relative;
  }

  .video .top-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .video .bottom-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((320 / 1920) * 100%);
    display: block;
  }

  .video .title {
    margin-bottom: 44px;
  }
}

@media (min-width: 1200px) {
  .video {
    padding-top: 74px;
    padding-bottom: 80px;
  }
}


/* our-cases */
.our-cases {
  background: #F4F7FC;
}

.our-cases .cases-wrap {
  padding: 30px 0;
  background-size: 100% 400px;
  background-position: top center;
  background-repeat: no-repeat;
}

.our-cases .title {
  color: #fff;
  margin-bottom: 4px;
}

.our-cases .sub-info {
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.our-cases .swiper-container {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-cases .swiper-slide {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.our-cases .swiper-slide img {
  width: 100%;
  aspect-ratio: 676 / 446;
  border-radius: 6px;
}

.our-cases .tit {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1200px) {
  .our-cases .cases-wrap {
    padding: 60px 0;
  }

  .our-cases .swiper-container {
    margin: -10px 0;
    padding: 10px 0;
  }

  .our-cases .swiper-slide {
    width: 581px;
  }

  .our-cases .swiper-slide:not(.swiper-slide-active) {
    box-shadow: none;
  }

  .our-cases .tit {
    bottom: 25px;
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  .our-cases .cases-wrap {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  .our-cases .sub-info {
    margin-bottom: 43px;
  }

  .our-cases .swiper-slide {
    width: 675px;
  }

  .our-cases .tit {
    bottom: 34px;
    font-size: 26px;
  }
}

@media (min-width: 1640px) {
  .our-cases .swiper-slide {
    width: 700px;
  }
}


/* faq */
.faq {
  padding: 30px 0;
}

.faq .lt {
  margin-bottom: 20px;
}

.faq .lt img {
  border-radius: 10px;
}

.faq .title {
  max-width: 450px;
  text-align: left;
  margin-bottom: 15px;
}

.faq .title span {
  color: var(--style-color);
}

.faq .item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}

.faq .item-title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq .item-title.active {
  color: var(--style-color);
}

.faq .item-title i {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: 20px;
  position: relative;
}

.faq .item-title i::before,
.faq .item-title i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
}

.faq .item-title.active i::before,
.faq .item-title.active i::after {
  background: var(--style-color);
}

.faq .item-title i::before {
  width: 2px;
  height: 100%;
  transition: height .3s;
}

.faq .item-title.active i::before {
  height: 0;
}

.faq .item-title i::after {
  width: 100%;
  height: 2px;
}

.faq .item-info {
  line-height: 30px;
  margin-top: 2px;
  margin-bottom: -3px;
  display: none;
}

@media (min-width: 992px) {
  .faq .container {
    display: flex;
  }

  .faq .lt {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .faq .rt {
    flex: 1;
    padding-top: 15px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .faq {
    padding: 60px 0;
  }

  .faq .rt {
    padding-top: 27px;
    padding-left: 60px;
  }

  .faq .title {
    margin-bottom: 26px;
  }

  .faq .item-title i {
    margin-right: 36px;
  }
}

@media (min-width: 1440px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}