.ctn1 .con {
  display: flex;
  padding: 9vw 0 6vw;
}
.ctn1 .con .left {
  width: 42.7%;
  padding: 4vw;
  background: #f7f7f7;
}
.ctn1 .con .left h2 {
  color: #000;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
.ctn1 .con .left h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #929292;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ctn1 .con .left ul {
  margin-top: 2vw;
}
.ctn1 .con .left ul li {
  color: #777;
  margin-top: 10px;
}
.ctn1 .con .left ul li a {
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .left ul li a:hover {
  color: #004ea2;
}
.ctn1 .con .left .mores {
  margin-top: 7vw;
}
.ctn1 .con .left .mores a {
  margin: 0;
}
.ctn1 .con .right {
  width: 57.3%;
}
.ctn1 .con .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn2 {
  padding-bottom: 10vw;
}
.ctn2 ul li {
  display: flex;
  align-items: center;
  margin-top: 3vw;
}
.ctn2 ul li .tu {
  width: 50%;
  overflow: hidden;
}
.ctn2 ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 ul li .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 ul li .text {
  width: 50%;
  padding: 0 8.5vw 0 4vw;
}
.ctn2 ul li .text h2 {
  color: #333;
}
.ctn2 ul li .text p {
  color: #777;
  margin: 14px 0 4vw;
}
.ctn2 ul li .text .mores a {
  margin: 0;
}
.ctn2 ul li:nth-child(even) .tu {
  order: 2;
}
@media screen and (max-width: 768px) {
  .ctn1 .con {
    padding: 40px 0 0;
    flex-wrap: wrap;
  }
  .ctn1 .con .left {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .ctn1 .con .left h2 {
    padding-bottom: 14px;
  }
  .ctn1 .con .left ul {
    margin-top: 20px;
  }
  .ctn1 .con .left .mores {
    margin-top: 30px;
  }
  .ctn1 .con .right {
    width: 100%;
  }
  .ctn2 ul li {
    margin-top: 20px;
    display: block;
  }
  .ctn2 ul li .tu {
    width: 100%;
  }
  .ctn2 ul li .text {
    width: 100%;
    padding: 20px;
  }
  .ctn2 ul li .text p {
    margin: 14px 0 30px;
  }
}
/*# sourceMappingURL=contact.css.map */<!--ºÄÊ±1787063882.6894Ãë-->