.s-title p {
  width: 1200px;
  color: #333;
}
.ctn1 {
  padding-top: 60px;
  overflow: hidden;
}
.ctn1 .tu {
  width: 100%;
  margin-top: 80px;
}
.ctn1 .tu img {
  width: 100%;
}
.ctn2 {
  padding: 60px 0 120px;
  overflow: hidden;
  background: #f7f9fb;
}
.ctn2 .ctn-list {
  margin-top: 60px;
  position: relative;
}
.ctn2 .ctn-list ul {
  display: flex;
  justify-content: center;
}
.ctn2 .ctn-list ul li {
  background: #fff;
  flex: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .tu {
  height: 300px;
  overflow: hidden;
}
.ctn2 .ctn-list ul li .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn2 .ctn-list ul li .text {
  height: 250px;
  text-align: center;
  padding: 30px 40px 0;
  position: relative;
}
.ctn2 .ctn-list ul li .text:after {
  content: '';
  width: 4px;
  height: 0;
  background: var(--blue);
  position: absolute;
  left: 0;
  top: 34px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .text h2 {
  font-weight: 700;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .text .txt {
  margin-top: 10px;
  color: #333;
  position: relative;
}
.ctn2 .ctn-list ul li .text .txt .p1 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  line-height: 1.8;
  height: 5.4em;
}
.ctn2 .ctn-list ul li .text .txt .p2 {
  opacity: 0;
  position: absolute;
  line-height: 1.8;
  left: 0;
  top: 0;
  height: 130px;
  overflow-y: auto;
  padding-right: 10px;
}
.ctn2 .ctn-list ul li .text .txt .p2::-webkit-scrollbar {
  width: 3px;
}
.ctn2 .ctn-list ul li .text .txt .p2::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.ctn2 .ctn-list ul li .text .txt .p2::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #005698;
}
.ctn2 .ctn-list ul li:not(:last-child) {
  margin-right: 18px;
}
.ctn2 .ctn-list ul li:hover {
  flex: 2;
}
.ctn2 .ctn-list ul li:hover .text {
  text-align: left;
}
.ctn2 .ctn-list ul li:hover .text:after {
  height: 32px;
}
.ctn2 .ctn-list ul li:hover .text h2 {
  color: var(--blue);
}
.ctn2 .ctn-list ul li:hover .text .txt .p1 {
  opacity: 0;
}
.ctn2 .ctn-list ul li:hover .text .txt .p2 {
  opacity: 1;
  transition: all 0.3s ease 0.4s;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
}
.ctn3 {
  overflow: hidden;
}
.ctn3 img {
  width: 100%;
}
.ctn4 {
  padding: 60px 0 120px;
  overflow: hidden;
}
.ctn4 .ctn-list {
  margin-top: 30px;
}
.ctn4 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn4 .ctn-list ul li {
  width: 23.5%;
  margin-top: 30px;
  border: 1px solid #E9E9E9;
  padding: 30px 40px 40px;
}
.ctn4 .ctn-list ul li h2 {
  font-weight: 700;
}
.ctn4 .ctn-list ul li p {
  margin-top: 10px;
}
.ctn4 .ctn-list ul li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.ctn5 {
  padding: 60px 0 120px;
  overflow: hidden;
  background: #F7F9FB;
}
.ctn5 .ctn-list {
  margin-top: 30px;
}
.ctn5 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn5 .ctn-list ul li {
  width: 30.8%;
  margin-top: 30px;
  background: #fff;
}
.ctn5 .ctn-list ul li .tu {
  position: relative;
  overflow: hidden;
}
.ctn5 .ctn-list ul li .tu:before {
  content: '';
  display: inline-block;
  padding-top: calc(300 / 444 * 100%);
}
.ctn5 .ctn-list ul li .tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-list ul li .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn5 .ctn-list ul li .text {
  padding: 30px 40px 60px;
  text-align: center;
}
.ctn5 .ctn-list ul li .text h2 {
  font-weight: 700;
}
.ctn5 .ctn-list ul li .text p {
  margin-top: 10px;
}
.ctn5 .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 3.8%;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    padding-top: 3vw;
  }
  .ctn1 .tu {
    margin-top: 4vw;
  }
  .ctn2 {
    padding: 3vw 0 6vw;
  }
  .ctn2 .ctn-list {
    margin-top: 3vw;
  }
  .ctn2 .ctn-list ul li .tu {
    height: 270px;
  }
  .ctn2 .ctn-list ul li .text {
    height: 220px;
    padding: 1.5vw 2vw 0;
  }
  .ctn2 .ctn-list ul li .text:after {
    top: 1.7vw;
  }
  .ctn4 {
    padding: 3vw 0 6vw;
  }
  .ctn4 .ctn-list {
    margin-top: 1.5vw;
  }
  .ctn4 .ctn-list ul li {
    margin-top: 1.5vw;
    padding: 1.5vw 2vw 2vw;
  }
  .ctn5 {
    padding: 3vw 0 6vw;
  }
  .ctn5 .ctn-list {
    margin-top: 1.5vw;
  }
  .ctn5 .ctn-list ul li {
    margin-top: 1.5vw;
  }
  .ctn5 .ctn-list ul li .text {
    padding: 1.5vw 2vw 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .ctn2 .ctn-list ul li .tu {
    height: 220px;
  }
  .ctn2 .ctn-list ul li .text {
    height: 200px;
  }
  .ctn2 .ctn-list ul li:hover .text:after {
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding-top: 40px;
  }
  .ctn1 .tu {
    margin-top: 30px;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-list {
    margin-top: 10px;
  }
  .ctn2 .ctn-list ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ctn2 .ctn-list ul li {
    width: 48.5%;
    flex: none!important;
    margin-right: 0!important;
    margin-top: 14px;
  }
  .ctn2 .ctn-list ul li .tu {
    height: 90px;
  }
  .ctn2 .ctn-list ul li .text {
    height: auto;
    padding: 20px;
    text-align: left;
  }
  .ctn2 .ctn-list ul li .text:after {
    width: 3px;
    height: 20px;
    top: 22px;
  }
  .ctn2 .ctn-list ul li .text h2 {
    color: var(--blue);
  }
  .ctn2 .ctn-list ul li .text .txt .p1 {
    opacity: 1!important;
    line-height: 1.6;
    height: 4.8em;
  }
  .ctn2 .ctn-list ul li .text .txt .p2 {
    opacity: 0!important;
  }
  .ctn2 .ctn-list ul li:not(:nth-child(even)) {
    margin-right: 3%!important;
  }
  .ctn4 {
    padding: 40px 0;
  }
  .ctn4 .ctn-list {
    margin-top: 10px;
  }
  .ctn4 .ctn-list ul li {
    width: 48.5%;
    margin-top: 14px;
    padding: 14px;
  }
  .ctn4 .ctn-list ul li p {
    margin-top: 6px;
  }
  .ctn4 .ctn-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn4 .ctn-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .ctn5 {
    padding: 40px 0;
  }
  .ctn5 .ctn-list {
    margin-top: 10px;
  }
  .ctn5 .ctn-list ul li {
    width: 100%;
    margin-top: 20px;
  }
  .ctn5 .ctn-list ul li .text {
    padding: 20px 20px 30px;
  }
  .ctn5 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}