#ft-latest {
  overflow: hidden;
}
#ft-latest .latest-wr {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
  overflow: hidden;
  background: #f2f2f2;
}
#ft-latest .title {
  text-align: center;
  color: #393939;
  padding-top: 100px;
}
#ft-latest .title h2 {
  font: 400 48px var(--serif);
  line-height: 1.3;
  padding-bottom: 30px;
}
#ft-latest .title a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background: #393939;
  display: block;
  padding: 2px 24px 3px;
  border-radius: 28px;
}
#ft-latest .case-wr {
  width: 2700px;
  height: 1048px;
  position: relative;
  left: calc(50% - 1350px);
  overflow: hidden;
}
#ft-latest .case-wr::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 546px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
}
#ft-latest .case-wr .txt-box {
  text-align: center;
  color: #393939;
  position: absolute;
  left: 50%;
  top: 154px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
#ft-latest .case-wr .txt-box .tit {
  font: 400 70px var(--Qeilab);
  line-height: 1.3;
}
#ft-latest .case-wr .txt-box .desc {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 0.6em;
}
#ft-latest .case-wr .txt-box .cate-slk {
  width: 740px;
  font-size: 24px;
}
#ft-latest .case-wr .txt-box .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0 50px;
}
#ft-latest .case-wr .txt-box .dots ul li {
  margin: 0 4px;
}
#ft-latest .case-wr .txt-box .dots ul li button {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: none;
  background: #393939;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ft-latest .case-wr .txt-box .dots ul li.slick-active button {
  width: 130px;
}
#ft-latest .case-wr .txt-box::before, #ft-latest .case-wr .txt-box::after {
  content: "";
  width: 740px;
  border-left: 10px solid #393939;
  border-right: 10px solid #393939;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
#ft-latest .case-wr .txt-box::before {
  height: 460px;
  border-top: 10px solid #393939;
  top: -90px;
}
#ft-latest .case-wr .txt-box::after {
  height: 245px;
  border-bottom: 10px solid #393939;
  top: 416px;
}
#ft-latest .case-wr .lt {
  margin: 0 auto;
  padding-top: 439px;
  position: relative;
  z-index: 2;
}
#ft-latest .case-wr .lt .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ft-latest .case-wr .lt .box .bar {
  font-size: 25px;
  padding: 6px 0;
  color: #fff;
}
#ft-latest .case-wr .lt .box .before .bar {
  background: #979797;
}
#ft-latest .case-wr .lt .box .after .bar {
  background: #021d4a;
}
#ft-latest .case-wr .lt .slick-slide {
  margin: 0 100px;
}
#ft-latest .case-wr .lt .slick-arrow {
  width: 22px;
  height: 55px;
  background: url(img/arr.png) center no-repeat;
  font-size: 0;
  position: absolute;
  top: 519px;
  z-index: 1;
}
#ft-latest .case-wr .lt .slick-prev {
  left: calc(50% - 460px);
  -webkit-transform: rotatey(-180deg);
      -ms-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
}
#ft-latest .case-wr .lt .slick-next {
  left: calc(50% + 430px);
}
#ft-latest .empty_li {
  text-align: center;
}