* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  min-width: 1400px;
}

.ly_carousel_1 .carousel_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
}

.ly_carousel_1 .carousel_wrapper .carousel_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item {
  position: absolute;
  width: 100%;
}

.ly_carousel_1 .carousel_wrapper .carousel_show {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.ly_carousel_1 .carousel_wrapper .animate_transition {
  transition: transform 0.5s ease-in 0.05s, opacity 0.5s ease-in 0.05s;
}

.ly_carousel_1 .carousel_wrapper .animate_transition .compute_item_img {
  max-width: 100%;
  margin: auto;
}

.ly_carousel_1
  .carousel_wrapper
  .animate_transition
  .compute_item_img
  .compute_process_img {
  padding-top: 46%;
}

.ly_carousel_1
  .carousel_wrapper
  .animate_transition
  .compute_item_img
  .compute_process_img
  img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.ly_products_19 {
  padding-top: 50px;
  padding-bottom: 65px;
  background-color: #ffffff;
  min-width: 1400px;
}

.ly_products_19 .txt_box {
  text-align: center;
}

.ly_products_19 .txt_box .txt_title {
  font-size: 25px;
  color: #2c2b2b;
}

.ly_products_19 .txt_box .txt_title {
  text-decoration: none;
}

.ly_products_19 .title_slide {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}

.ly_products_19 .title_slide span.Products-1:hover,
.ly_products_19 .title_slide span.Products-1.cur {
  color: #58be86;
}

.ly_products_19 .title_slide span.Products-1 {
  color: #2c2b2b;
}

.ly_products_19 .title_slide span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 30px;
  padding: 6px 22px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
}

.ly_products_19 .list_wrapper {
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  text-align: center;
  margin-top: 0 !important;
}

.ly_products_19 .list_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.themes_prod {
  width: 25%;
  position: relative;
}
.themes_prod:nth-child(1) {
  transform: translateX(-50px);
}
.themes_prod:nth-last-child(1) {
  transform: translateX(50px);
}
.themes_prodle {
  transform: translateX(-50px);
}

.themes_prodre {
  transform: translateX(50px);
}

.ly_products_19 .list_wrapper .themes_prod .pic_box {
  overflow: hidden;
}

.pic_box {
  min-height: 320px;
  height: 420px;
  text-align: center;
}

.ly_products_19 .compute_item_img {
  max-width: 100%;
  margin: auto;
  width: 520px;
}

.ly_products_19 .compute_process_img {
  padding-top: 100%;
}

.ly_products_19 .lazyloaded {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  min-height: 320px;
  object-fit: cover;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.ly_products_19 .lazyloaded:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.ly_products_19 .list_wrapper .themes_prod .name {
  margin-top: 48px;
  line-height: 1.625;
}

.ly_products_19 .list_wrapper .themes_prod .name a {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #2c2b2b;
}

.ly_products_19 .list_wrapper .themes_prod .brief {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.75;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.banner {
  min-width: 1400px;
}

.wide {
  min-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
}

.wide_content {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
  margin: 60px auto 0px;
}

.wide_content_item {
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.wide_content_item img {
  transition: all 0.3s;
}

.wide_content_item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.wide_content_item .desc {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.274);
  color: #fff;
  line-height: 100px;
  text-align: left;
  font-size: 30px;
  border-radius: 2px;
}

.wide_content_item .desc.w423 {
  width: 100%;
}

.wide_content_item.w930 {
  width: 830px;
  height: 450px;
}

.wide_content_item.w924 {
  width: 824px;
  height: 450px;
}

.wide_content_item.w440 {
  width: 540px;
  height: 450px;
}

.wide_content_item.w446-1 {
  width: 546px;
  height: 450px;
}

.wide_content_item.w446 {
  width: 446px;
  height: 320px;
}

.wide_content_item img {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
}

.wide_content_item.mr-0 {
  margin-right: 0;
}

.txt_title.themes_box_title {
  position: relative;
}

.txt_title.themes_box_title::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -12px;
  height: 2px;
  background-color: #d1686d;
  width: 50%;
}
.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}
.more_button {
  text-align: center;
  width: 200px;
  background-color: var(--color);
  margin: 0 auto;
  height: 50px;
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
  color: white;
  margin-top: 48px;
}
