.s-title p {
  margin-top: 10px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.banner .text .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .text .con .left {
  width: 47.2%;
}
.banner .text .con .left .txt p {
  line-height: 1.5;
  margin-top: 20px;
}
.banner .text .con .right {
  width: 460px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px;
}
.banner .text .con .right ul li {
  display: flex;
}
.banner .text .con .right ul li h3 {
  width: 160px;
}
.banner .text .con .right ul li:not(:first-child) {
  margin-top: 6px;
}
.ctn1 .s-title .top {
  display: flex;
  align-items: center;
}
.ctn1 .s-title .top h2 {
  margin-right: 16px;
}
.ctn1 .s-title .top img {
  width: 40px;
}
.ctn1 .box:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn1 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn1 .ctn-list ul li {
  width: 32%;
  background: #f7f7f7;
  padding: 60px 60px 100px;
}
.ctn1 .ctn-list ul li .top {
  display: flex;
  align-items: center;
}
.ctn1 .ctn-list ul li .top .sign {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
}
.ctn1 .ctn-list ul li .text p {
  color: #777;
  line-height: 1.8;
  margin-top: 20px;
}
.ctn1 .ctn-list ul li .text 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 .ctn-list ul li .text p a:hover {
  color: var(--color);
}
.ctn1 .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.ctn1 .ctn-list ul li:nth-child(n+4) {
  margin-top: 30px;
}
.ctn1 .ctn-list ul.two li {
  width: 49%;
}
.ctn1 .ctn-list ul.two li:not(:nth-child(3n)) {
  margin-right: 0;
}
.ctn1 .ctn-list ul.two li:nth-child(n+4) {
  margin-top: 0;
}
.ctn1 .ctn-list ul.two li:not(:nth-child(even)) {
  margin-right: 2%;
}
.ctn1 .ctn-list ul.two li:nth-child(n+3) {
  margin-top: 30px;
}
.ctn1 .tel-box {
  background: #f7f7f7;
  padding: 60px;
  display: flex;
  align-items: center;
}
.ctn1 .tel-box .icons {
  width: 48px;
  margin-right: 30px;
}
.ctn1 .tel-box .icons img {
  width: 100%;
}
.ctn1 .tel-box .text {
  padding-left: 30px;
  position: relative;
}
.ctn1 .tel-box .text:before {
  content: '';
  width: 1px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .tel-box .text h2 a {
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .tel-box .text h2 a:hover {
  color: var(--color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.ctn2 {
  position: relative;
}
.ctn2 .con {
  position: relative;
  z-index: 2;
  color: #fff;
}
.ctn2 .con .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn2 .con .ctn-list ul li {
  width: 47%;
  display: flex;
}
.ctn2 .con .ctn-list ul li .icons {
  width: 48px;
  flex-shrink: 0;
  margin-right: 30px;
}
.ctn2 .con .ctn-list ul li .icons img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .con .ctn-list ul li .text p {
  line-height: 1.8;
}
.ctn2 .con .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);
}
.ctn2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctn2 .bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ctn2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .ctn1 .ctn-list ul li {
    padding: 3vw 3vw 5vw;
  }
  .ctn1 .ctn-list ul li:nth-child(n+4) {
    margin-top: 1.5vw;
  }
  .ctn1 .ctn-list ul.two li:nth-child(n+3) {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .banner .text .con .left .txt p {
    margin-top: 14px;
  }
  .banner .text .con .right {
    padding: 30px;
    width: 420px;
  }
  .ctn1 .s-title .top h2 {
    margin-right: 12px;
  }
  .ctn1 .s-title .top img {
    width: 36px;
  }
  .ctn1 .ctn-list ul li .text p {
    margin-top: 14px;
  }
  .ctn1 .tel-box {
    padding: 3vw;
  }
  .ctn1 .tel-box .icons {
    width: 42px;
  }
  .ctn1 .tel-box .text:before {
    height: 54px;
  }
  .ctn2 .con .ctn-list ul li .icons {
    width: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    margin-top: 70px;
  }
  .banner .text .con .right {
    padding: 20px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    color: #222;
    margin-top: 6vw;
  }
  .banner .text .con {
    display: block;
  }
  .banner .text .con .left {
    width: 100%;
  }
  .banner .text .con .right {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 6vw;
  }
  .banner .text .con .right ul li {
    display: block;
  }
  .banner .text .con .right ul li h3 {
    width: 100%;
  }
  .ctn1 .s-title .top img {
    width: 32px;
  }
  .ctn1 .ctn-list ul {
    display: block;
  }
  .ctn1 .ctn-list ul li {
    width: 100%!important;
    margin-right: 0!important;
    margin-top: 14px!important;
    padding: 20px;
  }
  .ctn1 .ctn-list ul li .top .sign {
    margin-right: 10px;
  }
  .ctn1 .ctn-list ul li .text p {
    margin-top: 10px;
    line-height: 1.6;
  }
  .ctn1 .tel-box {
    padding: 20px;
  }
  .ctn1 .tel-box .icons {
    width: 40px;
    margin-right: 20px;
  }
  .ctn1 .tel-box .text {
    padding-left: 20px;
  }
  .ctn1 .tel-box .text h3 {
    line-height: 1.3;
  }
  .ctn2 .con .ctn-list ul {
    display: block;
  }
  .ctn2 .con .ctn-list ul li {
    width: 100%;
  }
  .ctn2 .con .ctn-list ul li .icons {
    width: 34px;
  }
  .ctn2 .con .ctn-list ul li .text p {
    line-height: 1.5;
    margin-top: 4px;
  }
}

