.ctn1 {
  overflow: hidden;
  position: relative;
}
.ctn1 .content1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ctn1 .content1 .titles {
  position: relative;
  padding-bottom: 200px;
}
.ctn1 .content1 .titles .txt {
  height: 130px;
  overflow: hidden;
}
.ctn1 .content1 .titles .txt h2 {
  font-family: FWC26-UltraCondensedBlack;
  font-size: 150px;
  line-height: 130px;
  letter-spacing: -4px;
  color: #111;
  display: flex;
  justify-content: center;
  transform: translateY(0);
  /* ���⶯��������ص���ȷ����״̬ */
}
.ctn1 .content1 .titles .txt.big {
  height: 140px;
}
.ctn1 .content1 .titles .txt.big h2 {
  font-size: 170px;
  line-height: 140px;
  letter-spacing: -5px;
}
.ctn1 .content1 .titles .txt.big h2 span {
  display: inline-block;
  /* ���� inline Ԫ�ض�����˸ */
  position: relative;
  width: 4ch;
}
.ctn1 .content1 .titles .txt.big h2 span:not(:last-child) {
  margin-right: 310px;
}
.ctn1 .content1 .titles .tu {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  /* ����������ʼλ�� */
  transform: translate(-50%, 260px);
  /* X: -50% ���У�Y: 300px ���� */
}
.ctn1 .content1 .titles .tu img {
  width: 250px;
  height: 434px;
}
.ctn1 .content1 .titles .tu .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  text-align: center;
}
.ctn1 .content1 .titles .tu .text h3 {
  font-family: FWC26-UltraCondensedBlack;
  color: #fff;
  line-height: 1;
}
.ctn1 .content1 .titles .tu .text h4 {
  font-family: FWC26-UltraCondensedBlack;
  color: #fff;
  line-height: 1;
}
.ctn1 .content1 .titles .tu video {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 60px;
}
.ctn1 .content2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: url(#clipPath);
  opacity: 0;
  z-index: 3;
}
.ctn1 .content2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn1 .content2 .swiper-container {
  position: relative;
  z-index: 1;
}
.ctn1 .content2 .swiper-container .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.ctn1 .content2 .swiper-container .swiper-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, transparent 40%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn1 .content2 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: 3s linear;
  transform: scale(1.05, 1.05);
}
.ctn1 .content2 .swiper-container .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 3;
}
.ctn1 .content2 .swiper-container .swiper-slide .text h2 {
  font-family: FWC26-UltraCondensedBlack;
  font-size: 90px;
  color: #fff;
  line-height: 70px;
  position: relative;
  opacity: 0;
  transform: translateY(60px);
}
.ctn1 .content2 .swiper-container .swiper-slide .text p {
  width: 594px;
  max-width: 100%;
  color: #fff;
  line-height: 1.2;
  position: relative;
  opacity: 0;
  transform: translateY(60px);
}
.ctn1 .content2 .swiper-container .swiper-slide.active img {
  transform: scale(1, 1);
}
.ctn1 .content2 .swiper-container .swiper-slide.active .text h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.3s;
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
}
.ctn1 .content2 .swiper-container .swiper-slide.active .text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
}
.ctn1 .content2 .swiper-container .swiper-pagination {
  bottom: 40px;
}
.ctn1 .content2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 0.4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 0 10px;
}
.ctn1 .content2 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ctn1 .content2.active:after {
  opacity: 0;
  z-index: -1;
}
.ctn1 .svg_logo {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.ctn1 .svg_logo svg {
  width: 100%;
  height: 100vh;
}
.ctn1 .xian {
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.ctn1 .xian img {
  width: 66%;
}
.ctn2 {
  background: #304ffe;
  padding: 28px 0;
  overflow: hidden;
}
.ctn2 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ctn2 .center ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}
.ctn2 .center ul li {
  text-align: center;
  position: relative;
}
.ctn2 .center ul li h2 {
  font-family: FWC26-UltraCondensedBlack;
  font-size: 110px;
  color: #fff;
  line-height: 1;
}
.ctn2 .center ul li h3 {
  font-family: FWC26-NormalThin;
  color: #fff;
}
.ctn2 .center ul li.sign {
  margin: 0 50px;
  top: -12px;
}
.ctn2 .center ul li:last-child h2 {
  width: 2ch;
}
.ctn2 .center p {
  font-family: FWC26-NormalThin;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
}
.ctn3 {
  overflow: hidden;
}
.ctn3 .s-title {
  display: flex;
  justify-content: center;
}
.ctn3 .s-title .center {
  position: relative;
}
.ctn3 .s-title .center h3 {
  font-family: FWC26-UltraCondensedBlack;
}
.ctn3 .s-title .center .sign {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ctn3 .s-title .center .sign svg {
  height: 140px;
}
.ctn3 .s-title .center .sign svg .st0 {
  fill: #FF5CE1;
}
.ctn3 .s-title .center .sign svg .st1 {
  fill: #3B91E5;
}
.ctn3 .s-title .center .sign svg .st2 {
  fill: #FF7B48;
}
.ctn3 .s-title .center .sign svg .st3 {
  fill: #00E4BD;
}
.ctn3 .s-title .center .sign svg .st4 {
  fill: #F2E144;
}
.ctn3 .s-title .center .sign svg path {
  transform-box: fill-box;
  transform-origin: center;
}
.ctn3 .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn3 .ctn-list ul li {
  width: 49.125%;
  margin-top: 28px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.ctn3 .ctn-list ul li .tu {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.47191011;
  z-index: 1;
}
.ctn3 .ctn-list ul li .tu:before {
  content: "";
  display: block;
  padding-top: calc(534 / 786 * 100%);
}
.ctn3 .ctn-list ul li .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, transparent 60%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn3 .ctn-list ul li .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list ul li .text {
  position: absolute;
  z-index: 2;
  width: 75%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 60px 0 0 50px;
}
.ctn3 .ctn-list ul li .text h3 {
  font-family: FWC26-NormalThin;
  color: #fff;
}
.ctn3 .ctn-list ul li .text h2 {
  font-family: FWC26-NormalMedium;
  color: #fff;
  line-height: 1.1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list ul li .text p {
  position: absolute;
  left: 50px;
  bottom: 40px;
  color: #fff;
  font-family: FWC26-NormalThin;
  line-height: 1.3;
}
.ctn3 .ctn-list ul li:first-child {
  width: 100%;
}
.ctn3 .ctn-list ul li:first-child .tu {
  aspect-ratio: 2.99625468;
}
.ctn3 .ctn-list ul li:first-child .tu:before {
  padding-top: calc(534 / 1600 * 100%);
}
.ctn3 .ctn-list ul li:first-child .text {
  width: 40%;
}
.ctn3 .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 .ctn-list ul li:hover .text h2 {
  color: var(--color);
}
.ctn4 {
  background: #000;
  overflow: hidden;
}
.ctn4 .bottom {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
}
.ctn4 .bottom ul {
  flex: 1;
  position: relative;
}
.ctn4 .bottom ul li {
  overflow: hidden;
  position: relative;
}
.ctn4 .bottom ul li:before {
  content: "";
  display: block;
  padding-top: calc(708 / 946 * 100%);
  /* ����������߶�ռ���ȵı��� */
}
.ctn4 .bottom ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .bottom ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ctn4 .bottom ul li video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.ctn4 .bottom ul li h2 {
  position: absolute;
  font-family: FWC26-NormalThin;
  line-height: 1.2;
  color: #fff;
  left: 30px;
  bottom: 30px;
  width: 50%;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .bottom ul li.l1 {
  border-radius: 300px 30px 300px 30px;
  z-index: 1;
  overflow: hidden;
}
.ctn4 .bottom ul li.l1 h2 {
  width: 30%;
}
.ctn4 .bottom ul li.l2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 120px 0px 300px 0px;
  z-index: 2;
}
.ctn4 .bottom ul li.l2:before {
  padding-top: 100%;
}
.ctn4 .bottom ul li.l3 {
  border-radius: 30px 300px 30px 236px;
  z-index: 1;
}
.ctn4 .bottom ul li.l3 h2 {
  width: 30%;
  left: auto;
  right: 30px;
}
.ctn4 .bottom ul li.l4 {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  border-radius: 30px 0px 300px 0px;
  z-index: 2;
}
.ctn4 .bottom ul li.l4:before {
  padding-top: 100%;
}
.ctn4 .bottom ul li.l5 {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-radius: 0px 120px 0px 236px;
  z-index: 3;
}
.ctn4 .bottom ul li.l5:before {
  padding-top: calc(236 / 472 * 100%);
  /* ����������߶�ռ���ȵı��� */
}
.ctn4 .bottom ul li.l5 h2 {
  left: auto;
  right: 30px;
}
.ctn4 .bottom ul li:hover:after {
  opacity: 1;
}
.ctn4 .bottom ul li:hover h2 {
  opacity: 1;
}
.ctn4 .bottom ul:first-child {
  margin-right: 8px;
}
.ctn5 {
  position: relative;
  overflow: hidden;
}
.ctn5:before {
  content: '';
  width: 100%;
  height: var(--bg-height);
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctn5 .con {
  position: relative;
  z-index: 2;
}
.ctn5 .con .ctn-list ul {
  display: flex;
}
.ctn5 .con .ctn-list ul li {
  width: 32.5%;
  border-radius: 30px;
  overflow: hidden;
}
.ctn5 .con .ctn-list ul li .tu {
  position: relative;
  aspect-ratio: 1;
  /* ���������� */
  overflow: hidden;
}
.ctn5 .con .ctn-list ul li .tu:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* �߶� = ���ȣ����������� */
}
.ctn5 .con .ctn-list ul li .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .con .ctn-list ul li .text {
  background: #000;
  padding: 60px 40px 30px;
}
.ctn5 .con .ctn-list ul li .text h3 {
  font-family: FWC26-NormalThin;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
}
.ctn5 .con .ctn-list ul li .text h2 {
  width: 90%;
  font-family: FWC26-NormalMedium;
  color: #fff;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 7.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .con .ctn-list ul li .text h4 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
}
.ctn5 .con .ctn-list ul li .text h4 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .con .ctn-list ul li .text h4 span.hover {
  left: -40px;
  top: 40px;
  color: var(--color);
}
.ctn5 .con .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 1.25%;
}
.ctn5 .con .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn5 .con .ctn-list ul li:hover .text h2 {
  color: var(--color);
}
.ctn5 .con .ctn-list ul li:hover .text h4 span.regular {
  top: -40px;
  left: 40px;
}
.ctn5 .con .ctn-list ul li:hover .text h4 span.hover {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1700px) {
  .ctn1 .content1 .titles .txt {
    height: 6.8vw;
  }
  .ctn1 .content1 .titles .txt h2 {
    font-size: 7.8vw;
    line-height: 6.8vw;
  }
  .ctn1 .content1 .titles .txt.big {
    height: 7.3vw;
  }
  .ctn1 .content1 .titles .txt.big h2 {
    font-size: 8.8vw;
    line-height: 7.3vw;
  }
  .ctn1 .content1 .titles .txt.big h2 span:not(:last-child) {
    margin-right: 290px;
  }
  .ctn1 .content1 .titles .tu {
    transform: translate(-50%, 15vw);
  }
  .ctn1 .content1 .titles .tu img {
    width: 212.5px;
    height: 368.9px;
  }
  .ctn1 .content1 .titles .tu .text {
    top: 50px;
  }
  .ctn1 .content1 .titles .tu video {
    width: 150px;
    height: 150px;
    bottom: 40px;
  }
  .ctn1 .content2 .swiper-container .swiper-slide .text h2 {
    font-size: 4.6vw;
    line-height: 3.6vw;
  }
  .ctn1 .content2 .swiper-container .swiper-pagination {
    bottom: 2vw;
  }
  .ctn1 .content2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
  .ctn2 .center ul li h2 {
    font-size: 5.7vw;
  }
  .ctn2 .center ul li.sign {
    margin: 0 2.5vw;
    top: -0.625vw;
  }
  .ctn3 .s-title .center .sign svg {
    height: 7.3vw;
  }
  .ctn3 .ctn-list ul li {
    margin-top: 1.5vw;
  }
  .ctn3 .ctn-list ul li .text {
    padding: 3vw 0 0 2.5vw;
  }
  .ctn3 .ctn-list ul li .text p {
    left: 2.5vw;
    bottom: 2vw;
  }
  .ctn4 .bottom ul li h2 {
    left: 1.5vw;
    bottom: 1.5vw;
  }
  .ctn4 .bottom ul li.l1 {
    border-radius: 15vw 1.5vw 15vw 1.5vw;
  }
  .ctn4 .bottom ul li.l2 {
    border-radius: 6vw 0 15vw 0;
  }
  .ctn4 .bottom ul li.l2 h2 {
    right: 1.5vw;
  }
  .ctn4 .bottom ul li.l3 {
    border-radius: 1.5vw 15vw 1.5vw 14vw;
  }
  .ctn4 .bottom ul li.l4 {
    border-radius: 1.5vw 0 15vw 0;
  }
  .ctn4 .bottom ul li.l5 {
    border-radius: 0 6vw 0 14vw;
  }
  .ctn4 .bottom ul li.l5 h2 {
    right: 1.5vw;
  }
  .ctn5 .con .ctn-list ul li .text {
    padding: 3vw 2vw 1.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .ctn1 .content1 .titles .txt h2 {
    letter-spacing: -2px;
  }
  .ctn1 .content1 .titles .txt.big h2 {
    letter-spacing: -2px;
  }
  .ctn1 .content1 .titles .txt.big h2 span:not(:last-child) {
    margin-right: 220px;
  }
  .ctn1 .content1 .titles .tu img {
    width: 187.5px;
    height: 325.5px;
  }
  .ctn1 .content1 .titles .tu .text {
    top: 40px;
  }
  .ctn1 .content1 .titles .tu .text h4 {
    font-size: 28px;
  }
  .ctn1 .content1 .titles .tu video {
    width: 140px;
    height: 140px;
    bottom: 35px;
  }
  .ctn1 .content2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .ctn2 {
    padding: 20px 0;
  }
  .ctn2 .center ul {
    padding-bottom: 14px;
  }
  .ctn2 .center p {
    margin-top: 14px;
  }
  .ctn4 .bottom ul li h2 {
    width: 60%;
  }
  .ctn4 .bottom ul li.l1 h2 {
    width: 40%;
  }
  .ctn4 .bottom ul li.l3 h2 {
    width: 40%;
  }
  .ctn5 .con .ctn-list ul li .text h4 {
    width: 32px;
    height: 32px;
  }
  .ctn5 .con .ctn-list ul li .text h4 span {
    font-size: 32px;
  }
  .ctn5 .con .ctn-list ul li .text h4 span.hover {
    left: -32px;
    top: 32px;
  }
  .ctn5 .con .ctn-list ul li:hover h4 span.regular {
    top: -32px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 .content1 .titles .txt {
    height: 40px;
  }
  .ctn1 .content1 .titles .txt h2 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .ctn1 .content1 .titles .txt.big {
    height: 44px;
  }
  .ctn1 .content1 .titles .txt.big h2 {
    letter-spacing: 0;
    font-size: 44px;
    line-height: 44px;
  }
  .ctn1 .content1 .titles .txt.big h2 span:not(:last-child) {
    margin-right: 160px;
  }
  .ctn1 .content1 .titles .tu {
    transform: translate(-50%, 90px);
  }
  .ctn1 .content1 .titles .tu img {
    width: 162.5px;
    height: 282.1px;
  }
  .ctn1 .content1 .titles .tu .text h4 {
    font-size: 20px;
  }
  .ctn1 .content1 .titles .tu video {
    width: 120px;
    height: 120px;
    bottom: 30px;
  }
  .ctn1 .content2 .swiper-container .swiper-slide .text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .ctn1 .content2 .swiper-container .swiper-pagination {
    bottom: 20px;
  }
  .ctn1 .content2 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .ctn2 .center ul li h2 {
    font-size: 40px;
    margin: 0 auto;
  }
  .ctn2 .center ul li.sign {
    margin: 0 14px;
    top: -6px;
  }
  .ctn3 .s-title .center .sign svg {
    height: 48px;
  }
  .ctn3 .ctn-list ul li {
    border-radius: 10px;
    margin-top: 6px;
  }
  .ctn3 .ctn-list ul li .tu:after {
    display: none;
  }
  .ctn3 .ctn-list ul li .text {
    width: 100%!important;
    padding: 20px 14px;
    position: relative;
    background: #000;
  }
  .ctn3 .ctn-list ul li .text h2 {
    font-size: 16px;
    margin-top: 2vw;
  }
  .ctn3 .ctn-list ul li .text p {
    font-size: 14px;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 2vw;
  }
  .ctn4 .bottom {
    display: block;
  }
  .ctn4 .bottom ul {
    width: 100%;
    margin-right: 0!important;
    margin-top: 4vw;
  }
  .ctn4 .bottom ul li h2 {
    font-size: 14px;
    left: 14px;
    bottom: 14px;
  }
  .ctn4 .bottom ul li.l2 h2 {
    right: 14px;
  }
  .ctn4 .bottom ul li.l5 h2 {
    right: 14px;
  }
  .ctn5 .con .ctn-list ul {
    display: block;
  }
  .ctn5 .con .ctn-list ul li {
    width: 100%;
    margin-top: 4vw;
    border-radius: 10px;
  }
  .ctn5 .con .ctn-list ul li .text {
    padding: 20px;
  }
}

