.s-title p {
  margin-top: 14px;
}
.ctn1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7f7f7 0%, transparent 100%);
  margin-top:100px;
}
.ctn1 .con .top {
  display: flex;
  justify-content: space-between;
}
.ctn1 .con .top .s-title {
  width: 100%;
}
.ctn1 .con .top .right {
  width: 44.5%;
}
.ctn1 .con .top .right ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn1 .con .top .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn1 .con .top .right ul li a {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn1 .con .top .right ul li a .text {
  width: 80%;
}
.ctn1 .con .top .right ul li a .text h2 {
  color: #222;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .top .right ul li a .text p {
  color: #777;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin-top: 6px;
}
.ctn1 .con .top .right ul li a .sign {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.ctn1 .con .top .right ul li a .sign span {
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-size: 24px;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .top .right ul li a .sign span:last-child {
  left: -24px;
  top: 24px;
}
.ctn1 .con .top .right ul li:hover a .text h2 {
  color: var(--color);
}
.ctn1 .con .top .right ul li:hover a .text p {
  color: var(--color);
}
.ctn1 .con .top .right ul li:hover a .sign span {
  color: var(--color);
}
.ctn1 .con .top .right ul li:hover a .sign span:first-child {
  top: -24px;
  left: 24px;
}
.ctn1 .con .top .right ul li:hover a .sign span:last-child {
  left: 0;
  top: 0;
}
.ctn1 .con .middle {
  position: relative;
  overflow: hidden;
}
.ctn1 .con .middle .tu {
  position: relative;
}
.ctn1 .con .middle .tu:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.ctn1 .con .middle .tu img {
  width: 100%;
}
.ctn1 .con .middle .text {
  position: absolute;
  width: 65%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.ctn1 .con .middle .text p {
  line-height: 1.8;
  margin-top: 14px;
}
.ctn1 .con .bottom h3 {
  color: var(--blue);
}
.ctn1 .con .bottom .box {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn1 .con .bottom .box .t-title p {
  color: #777;
  padding-left: 51px;
  margin-top: 10px;
}
.ctn1 .con .bottom .box .title {
  display: flex;
  align-items: center;
}
.ctn1 .con .bottom .box .title .sign {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}
.ctn1 .con .bottom .box .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn1 .con .bottom .box .ctn-list ul li {
  width: 30%;
}
.ctn1 .con .bottom .box .ctn-list ul li p {
  color: #777;
  line-height: 1.8;
}
.ctn1 .con .bottom .box .ctn-list ul li p a {
  color: var(--blue);
  text-decoration: underline;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .bottom .box .ctn-list ul li p a:hover {
  color: var(--color);
}
.ctn1 .con .bottom .box .ctn-list ul li p:not(:first-child) {
  margin-top: 14px;
}
.ctn1 .con .bottom .box.box1 {
  padding: 40px 0 60px;
}
.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list {
  display: flex;
  justify-content: space-between;
}
.ctn2 .ctn-list .left {
  width: 50%;
  overflow: hidden;
}
.ctn2 .ctn-list .left img {
  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;
}
.ctn2 .ctn-list .left:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-list .right {
  width: 50%;
  background: #f7f7f7;
  padding: 70px 80px;
}
.ctn2 .ctn-list .right ul {
  max-height: 570px;
}
.ctn2 .ctn-list .right ul li p {
  line-height: 1.8;
  color: #777;
  margin-top: 10px;
}
.ctn2 .ctn-list .right ul li:not(:first-child) {
  margin-top: 60px;
}
.ctn3 {
  position: relative;
  overflow: hidden;
}
.ctn3 .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.ctn3 .ctn-list ul li {
  width: 33.333%;
}
.ctn3 .ctn-list ul li .icons {
  text-align: center;
}
.ctn3 .ctn-list ul li .icons img {
  width: auto;
  height: 60px;
  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 {
  text-align: center;
}
.ctn3 .ctn-list ul li .text p {
  line-height: 1.3;
}
.ctn3 .ctn-list ul li .text a {
  color: #222;
}
.ctn3 .ctn-list ul li .text a:hover {
  text-decoration: underline;
}
.ctn3 .ctn-list ul li:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media screen and (max-width: 1600px) {
    .ctn1{
        margin-top:80px;
    }
  .ctn1 .con .top .right ul li a {
    padding: 2vw 0;
  }
  .ctn1 .con .top .right ul li a .sign {
    width: 20px;
    height: 20px;
  }
  .ctn1 .con .top .right ul li a .sign span {
    font-size: 20px;
  }
  .ctn2 .ctn-list .right {
    padding: 3.5vw 4vw;
  }
  .ctn2 .ctn-list .right ul {
    max-height: 33vw;
  }
  .ctn2 .ctn-list .right ul li:not(:first-child) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1440px) {
  .ctn3 .ctn-list ul li .icons img {
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
    .ctn1{
        margin-top:70px;
    }
  .ctn1 .con .middle .text {
    width: 80%;
  }
  .ctn1 .con .bottom .box {
    padding: 3vw 0;
  }
  .ctn1 .con .bottom .box.box1 {
    padding: 2vw 0 3vw;
  }
  .ctn2 .ctn-list .right ul {
    max-height: 38vw;
  }
}
@media screen and (max-width: 1024px) {
  .ctn2 .ctn-list .right ul {
    max-height: 39vw;
  }
}
@media screen and (max-width: 768px) {
  .s-title p {
    margin-top: 10px;
  }
  .ctn1{
      margin-top:60px;
  }
  .ctn1 .con .top {
    display: block;
  }
  .ctn1 .con .top .s-title {
    width: 100%;
  }
  .ctn1 .con .top .right {
    width: 100%;
    margin-top: 8vw;
  }
  .ctn1 .con .top .right ul li a {
    padding: 20px 0;
  }
  .ctn1 .con .middle {
    margin-top: 10vw;
  }
  .ctn1 .con .middle .tu:after {
    display: none;
  }
  .ctn1 .con .middle .text {
    position: relative;
    width: 100%;
    color: #222;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    margin-top: 4vw;
    text-align: left;
  }
  .ctn1 .con .middle .text p {
    margin-top: 10px;
    line-height: 1.6;
  }
  .ctn1 .con .bottom h3 {
    line-height: 1.5;
  }
  .ctn1 .con .bottom .box {
    padding: 30px 0;
  }
  .ctn1 .con .bottom .box .t-title p {
    padding-left: 45px;
    margin-top: 6px;
  }
  .ctn1 .con .bottom .box .title .sign {
    margin-right: 10px;
  }
  .ctn1 .con .bottom .box .ctn-list ul li {
    width: 100%;
  }
  .ctn1 .con .bottom .box .ctn-list ul li p {
    line-height: 1.6;
  }
  .ctn1 .con .bottom .box .ctn-list ul li p:not(:first-child) {
    margin-top: 6px;
  }
  .ctn1 .con .bottom .box .ctn-list ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .ctn1 .con .bottom .box.box1 {
    padding: 20px 0 30px;
  }
  .ctn2 .ctn-list {
    display: block;
  }
  .ctn2 .ctn-list .left {
    width: 100%;
  }
  .ctn2 .ctn-list .right {
    width: 100%;
    padding: 20px;
  }
  .ctn2 .ctn-list .right ul {
    max-height: 300px;
  }
  .ctn2 .ctn-list .right ul li p {
    line-height: 1.6;
    margin-top: 6px;
  }
  .ctn2 .ctn-list .right ul li:not(:first-child) {
    margin-top: 20px;
  }
  .ctn3 .ctn-list ul {
    display: block;
  }
  .ctn3 .ctn-list ul li {
    width: 100%;
  }
  .ctn3 .ctn-list ul li .icons img {
    height: 40px;
  }
  .ctn3 .ctn-list ul li:not(:first-child) {
    margin-top: 40px;
  }
}

