/*---- top ----*/
.top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: 40px;
  }
}
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 22vw;
  background: rgba(162, 207, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-img::before {
    width: 85%;
  }
}
.top-img img {
  width: 80%;
  height: 22vw;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-img img {
    width: 85%;
  }
}
.top-head {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .top-head {
    width: 90%;
  }
}
.top-tit {
  position: absolute;
  font-size: 56px;
  left: 0;
  bottom: -24px;
  color: #000;
  line-height: 56px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .top-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-tit {
    font-size: 40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .top-tit {
    font-size: 30px;
  }
}

/*---- breadcrumb ----*/
.breadcrumb {
  margin-bottom: 196px;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb-list {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb-list {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb-list {
    width: 90%;
    text-align: right;
  }
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 40px;
  color: #999;
  letter-spacing: 0.1rem;
}
.breadcrumb-item::before {
  position: absolute;
  content: ">";
  top: 0;
  right: -28px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item::before {
    font-size: 0.5rem;
    top: 2px;
    right: -15px;
  }
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item:last-child::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    font-size: 0.8rem;
    margin-right: 15px;
  }
}
.breadcrumb-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
}
.breadcrumb-item a:hover {
  color: #009DE5;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------
 service
------------------------*/
.service-container {
  margin: auto;
  max-width: 1360px;
  width: 90%;
}
.service-catch {
  position: relative;
  margin: auto;
  max-width: 1360px;
  width: 90%;
}
.service-catch p {
  position: relative;
  margin: 24px 0;
  font-size: 20px;
  line-height: 40px;
}
@media print, screen and (max-width: 1360px) {
  .service-catch p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .service-catch p {
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0;
  }
}
.service-catch p._line {
  display: inline-block;
}
.service-catch p._line::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  top: 20px;
  right: -136px;
  background: #333;
}
@media screen and (max-width: 1024px) {
  .service-catch p._line::before {
    width: 32px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .service-catch p._line::before {
    display: none;
  }
}
.service-tit {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 112px;
  text-align: center;
  color: #0851A1;
  text-shadow: none;
}
@media print, screen and (max-width: 1360px) {
  .service-tit {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .service-tit {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 600px) {
  .service-tit {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.service-tit2 {
  position: relative;
  padding: 16px 8px 48px;
  font-size: 32px;
  color: #999;
  line-height: 24px;
  text-shadow: none;
}
@media screen and (max-width: 600px) {
  .service-tit2 {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 5px 20px;
  }
}
.service-tit2::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .service-tit2::before {
    top: 12px;
  }
}
.service-btn {
  margin: 0 0 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .service-btn {
    margin: 0 0 120px;
  }
}
.service-btn a {
  display: block;
  font-size: 30px;
  margin: auto;
  padding: 24px;
  width: 90%;
  max-width: 960px;
  font-weight: 600;
  border-radius: 60px;
  color: #fff;
  background: #0851A1;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1360px) {
  .service-btn a {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service-btn a {
    font-size: 18px;
    padding: 15px;
  }
}
.service-btn a:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

/*---- intro ----*/
.intro {
  margin: 200px auto;
  max-width: 1360px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .intro {
    margin: 144px auto;
  }
}
@media screen and (max-width: 1024px) {
  .intro {
    margin: 120px auto;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    margin: 50px auto;
    padding: 50px 0 5px;
    width: 90%;
  }
}
.intro-tit {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .intro-tit {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 600px) {
  .intro-tit {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.intro-txt {
  text-align: center;
}

/*---- needs ----*/
.needs {
  margin: 100px auto;
  padding: 96px 0 112px;
  background: rgba(92, 194, 240, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .needs {
    margin: 100px auto 50px;
    padding: 50px 0;
  }
}
.needs-container {
  margin: auto;
  max-width: 1360px;
  width: 95%;
}
.needs-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .needs-content {
    justify-content: center;
  }
}
.needs-detail {
  position: relative;
  padding-top: 16px;
  width: 25%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .needs-detail {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .needs-detail {
    margin: 10px 0 30px;
    padding-top: 0;
    width: 100%;
  }
}
.needs-detail::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (max-width: 1360px) {
  .needs-detail::before {
    width: 232px;
    height: 232px;
  }
}
@media screen and (max-width: 1024px) {
  .needs-detail::before {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .needs-detail::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .needs-detail::before {
    width: 160px;
    height: 160px;
  }
}
.needs-detail img {
  margin: 24px auto;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 1360px) {
  .needs-detail img {
    margin: 16px auto;
  }
}
@media screen and (max-width: 768px) {
  .needs-detail img {
    height: 64px;
  }
}
.needs-txt {
  font-size: 18px;
}
@media print, screen and (max-width: 1360px) {
  .needs-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .needs-txt span {
    display: none;
  }
}

/*---- about ----*/
.about {
  margin: auto;
  max-width: 1360px;
  width: 95%;
}
.about-tit span {
  display: none;
}
@media screen and (max-width: 600px) {
  .about-tit span {
    display: block;
    line-height: 10px;
  }
}
.about-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-item {
  margin: 0 0 56px;
  padding: 32px;
  width: 48%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .about-item {
    margin: 0 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-item {
    margin: 0 auto 20px;
    width: 95%;
  }
}
.about-item h3 {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #5CC2F0;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .about-item h3 {
    font-size: 16px;
  }
}
.about-item p {
  margin: 24px 0 32px;
}
@media screen and (max-width: 768px) {
  .about-item p {
    margin: 10px 0 20px;
  }
}
.about-tags p {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 8px 16px 0 0;
  padding: 3px 15px;
  border-radius: 20px;
  background: #0851A1;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .about-tags p {
    font-size: 12px;
    margin: 3px 5px 3px 0;
    padding: 3px 8px;
    letter-spacing: 0.15rem;
  }
}
.about-tags img {
  display: inline-block;
  width: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 8px;
  padding: 3px 0 0 0;
}
@media screen and (max-width: 600px) {
  .about-tags img {
    width: 12px;
    margin-right: 5px;
  }
}

/*---- price ----*/
.price {
  margin: 80px auto 200px;
  width: 95%;
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  .price {
    margin: 50px auto 120px;
  }
}
@media screen and (max-width: 600px) {
  .price {
    margin: 50px auto 80px;
  }
}
.price-tit {
  font-size: 24px;
  margin: 0 0 32px;
}
@media screen and (max-width: 600px) {
  .price-tit {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.price-content {
  padding: 40px;
  border: 1px solid rgba(0, 157, 229, 0.75);
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .price-content {
    padding: 20px 20px 20px 30px;
  }
}
.price-content span {
  color: #0851A1;
}
.price-list {
  margin: 0;
}
.price-item {
  margin: 0 0 16px;
  color: #333;
  letter-spacing: 0.25rem;
  list-style-type: disc;
}