.container-q1 {
  padding-top: 79px;
  padding-bottom: 70px;
  text-align: center;
}
.container-q1 .titles {
  font-size: 30px;
  color: #0550A2;
}
.container-q1 .desc {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
}
.container-q1 .cart-s {
  padding-top: 80px;
}
.container-q1 .cart-s .cart-item {
  position: relative;
  width: 224px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.container-q1 .cart-s .cart-item img {
  width: 100%;
  height: 100%;
}
.container-q1 .cart-s .cart-item .tc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 28px;
  background-color: rgba(0, 45, 106, 0.5);
  transition: 0.5s;
}
.container-q1 .cart-s .cart-item .tc:hover {
  opacity: 1;
}
.container-q1 .cart-s .cart-item .tc .c1 {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 34px;
}
.container-q1 .cart-s .cart-item .tc .a1 {
  margin-top: 41px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-decoration-line: underline;
  cursor: pointer;
}

.container-q2 {
  height: 600px;
  padding-top: 123px;
  text-align: center;
  background-color: #F5F7F9;
}
.container-q2 .title {
  font-size: 30px;
  color: #0550A2;
}
.container-q2 .desc {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
}
.container-q2 .items {
  column-gap: 65px;
  padding-top: 106px;
}
.container-q2 .items .item .yuan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
  border: 6px solid #fff;
  background-color: #0550A2;
}
.container-q2 .items .item .text {
  margin-top: 20px;
  font-size: 18px;
  color: #0550A2;
}
.container-q2 .items .icon {
  padding-top: 32px;
}
.container-q2 .items .icon img {
  width: 32px;
  height: 48px;
}

/*# sourceMappingURL=service-1.css.map */
