:root {
  --contentPadding: 60px;
}
@media screen and (max-width: 1440px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --contentPadding: 30px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 30px;
  }
}
.banner {
  position: relative;
}
.banner .pic img {
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .controlBox {
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  z-index: 20;
  display: none;
}
.banner .controlBox .slick-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  line-height: 1;
  font-weight: 500;
  padding: 0 30px;
  color: #fff;
  background: none;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .banner .controlBox .slick-arrow {
    padding: 0 20px;
  }
}
.banner .controlBox .slick-arrow::after {
  content: '';
  -webkit-mask: url('../images/icon/icon_more.svg') center no-repeat;
  mask: url('../images/icon/icon_more.svg') center no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  width: 118px;
  height: 11px;
  display: block;
  flex-shrink: 0;
  margin: 0 0 0 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .banner .controlBox .slick-arrow::after {
    width: 40px;
    height: 5px;
  }
}
.banner .controlBox .slick-arrow.slick-prev {
  border-right: #8d969c 1px solid;
}
.banner .controlBox .slick-arrow.slick-prev::after {
  order: -1;
  margin: 0 10px 0 0;
  transform: scaleX(-1);
}
.banner .controlBox .slick-arrow:hover {
  color: #f39627;
}
.banner .controlBox .slick-arrow:hover::after {
  background: #f39627;
}
.application .listBox {
  display: flex;
  flex-wrap: wrap;
  --gap: 64px;
  gap: var(--gap);
}
@media screen and (max-width: 1000px) {
  .application .listBox {
    --gap: 30px;
  }
}
.application .listBox .item {
  width: calc((100% - var(--gap) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .application .listBox .item {
    width: 100%;
  }
}
.application .listBox .item .pic {
  margin-bottom: 20px;
}
.application .listBox .item .title {
  font-size: 1.75rem;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .application .listBox .item .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .application .listBox .item .title {
    font-size: 1.25rem;
  }
}
.applicationDetail {
  overflow: hidden;
}
.applicationDetail .blockTitle {
  width: 20%;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 2.625rem;
}
@media screen and (max-width: 1000px) {
  .applicationDetail .blockTitle {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .applicationDetail .blockTitle {
    font-size: 1.75rem;
    width: 100%;
  }
}
.applicationDetail .content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .applicationDetail .content {
    flex-direction: column;
  }
}
.applicationDetail .content .description {
  width: 72%;
  font-size: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .applicationDetail .content .description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .applicationDetail .content .description {
    width: 100%;
  }
}
.applicationDetail .products {
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  border-top: #dddddd 1px solid;
}
.applicationDetail .products .blockTitle {
  width: 100%;
}
/* .applicationDetail .products .swiper {
  overflow: visible;
} */
/* old slider
.applicationDetail .products .swiper-slide {
  padding: 30px 0;
}
.applicationDetail .products .swiper-slide a {
  background: #e2e1e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px;
  position: relative;
  border: 1px solid #e2e1e6;
  height: 100%;
  box-shadow: 0 0 30px 0px rgba(247, 155, 63, 0);
}
.applicationDetail .products .swiper-slide a::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  aspect-ratio: 1;
  bottom: 0;
  border-radius: 50%;
  transform: scale(1.4);
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 60%);
}
.applicationDetail .products .swiper-slide .pic {
  position: relative;
  z-index: 5;
  overflow-X: hidden;
  text-align: center;
}
.applicationDetail .products .swiper-slide .pic img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: auto;
  min-height: auto;
}
@media(min-width:769px) {
  .applicationDetail .products .swiper-slide .pic img {
    height: 180px;
    width: auto;
  }
}
@media(min-width:1200px) {
  .applicationDetail .products .swiper-slide .pic img {
    height: 190px;
    width: auto;
  }
}
@media(min-width:1400px) {
  .applicationDetail .products .swiper-slide .pic img {
    height: 180px;
    width: auto;
  }
}
@media(min-width:1680px) {
  .applicationDetail .products .swiper-slide .pic img {
    height: 240px;
    width: auto;
  }
}
.applicationDetail .products .swiper-slide .title {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  z-index: 9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .applicationDetail .products .swiper-slide .title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .applicationDetail .products .swiper-slide .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.applicationDetail .products .swiper-slide .description {
  color: #666666;
  font-size: 1rem;
}
.applicationDetail .products .swiper-slide:hover a {
  border-color: #f39627;
  background: #fff;
  box-shadow: 0 0 30px 0px rgba(247, 155, 63, 0.5);
}
.applicationDetail .products .swiper-horizontal > .swiper-scrollbar, .applicationDetail .products .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  width: 100%;
}
*/
/*Slick Slider*/
.applicationDetail .products .industry-slider {
  margin: 0;
  padding-top: 20px;
}
@media(min-width:992px) {
  .applicationDetail .products .industry-slider {
    margin: -5px -15px;
    padding-top: 20px;
  }
}
.applicationDetail .products .industry-slider .slick-track{
	margin:0;
}
.applicationDetail .products .industry-slider .slider-wrap {
  padding: 20px 15px;
}
.applicationDetail .products .industry-slider .slider-wrap a {
  display: block;
  padding: 30px;
  background: #e2e1e6;
  ox-shadow: 0 0 30px 0px rgba(247, 155, 63, 0);
  border: 1px solid #e2e1e6;
  z-index: 1;
  position: relative;
}
.applicationDetail .products .industry-slider .slider-wrap a::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  aspect-ratio: 1;
  bottom: 0;
  border-radius: 50%;
  transform: scale(1.4);
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 60%);
  z-index: 0;
}
.applicationDetail .products .industry-slider .slider-wrap a:hover {
  border-color: #f39627;
  background: #fff;
  box-shadow: 0 0 22px 0px rgba(247, 155, 63, 0.5);
}
.applicationDetail .products .industry-slider .slider-wrap a .title {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  z-index: 9;
  transition: all 0.3s ease;
}
.applicationDetail .products .industry-slider .slider-wrap a img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: auto;
  min-height: auto;
  margin: 0 auto;
}
@media(min-width:769px) {
  .applicationDetail .products .industry-slider .slider-wrap a img {
    height: 180px;
    width: auto;
  }
}
@media(min-width:1200px) {
  .applicationDetail .products .industry-slider .slider-wrap a img {
    height: 190px;
    width: auto;
  }
}
@media(min-width:1400px) {
  .applicationDetail .products .industry-slider .slider-wrap a img {
    height: 180px;
    width: auto;
  }
}
@media(min-width:1680px) {
  .applicationDetail .products .industry-slider .slider-wrap a img {
    height: 260px;
    width: auto;
  }
}
.applicationDetail .products .industry-slider .slick-prev:before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: #8d969c;
  transform: scale(0.5);
  opacity: 0.3;
}
.applicationDetail .products .industry-slider .slick-next:before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: #8d969c;
  transform: rotate(180deg) scale(0.5);
  opacity: 0.3;
}
.applicationDetail .products .arrow {
  width: 20px;
  aspect-ratio: 124/177;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: none;
  z-index: 3;
}
.applicationDetail .products .arrow button {
  position: absolute;
  display: block;
  inset: 0;
  background: none;
  border: none;
  transition: all 0.5s ease;
}
.applicationDetail .products .arrow button::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: #8d969c;
  opacity: 0.3;
}
.applicationDetail .products .arrow.next {
  right: calc(100% + 10px);
}
.applicationDetail .products .arrow.prev {
  left: calc(100% + 10px);
}
.applicationDetail .products .arrow.prev button::before {
  transform: scaleX(-1);
}
.applicationDetail .products .arrow.active button {
  pointer-events: unset;
  transform: scale(1) translate(-50%, -50%);
} /*# sourceMappingURL=application.css.map */
.swiper-button-lock {
  display: none !important;
}