@charset "UTF-8";
/**!
* 老年人服务
* date:2023-09-06
* author: gyc;
*/
.container {
  width: 1200px !important;
  margin: 0 auto;
}

.content {
  padding-bottom: 30px;
}

.banner {
  height: 300px;
  padding-top: 103px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/banner.jpg") no-repeat center;
}
.banner .title {
  width: 481px;
  height: 94px;
  background: url("../images/bg-title.png") no-repeat center;
}

.do {
  padding-top: 30px;
}
.do-title {
  height: 99px;
  background: url("../images/do-title.png") no-repeat center;
}
.do-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.do-list > li {
  width: 585px;
  height: 120px;
  text-align: center;
  background: url("../images/bg-do.png") no-repeat center;
}
.do-list > li:hover {
  background: url("../images/bg-do-active.png") no-repeat center;
  -webkit-box-shadow: 4px 0px 6px 0px rgba(239, 89, 12, 0.19);
          box-shadow: 4px 0px 6px 0px rgba(239, 89, 12, 0.19);
}
.do-list > li:hover > a {
  color: #fff;
}
.do-list > li + li {
  margin-left: 30px;
}
.do-list > li:nth-child(2n+1) {
  margin-left: 0;
}
.do-list > li:nth-child(n+3) {
  margin-top: 30px;
}
.do-list > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 28px;
  font-size: 40px;
  color: #592b19;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.do-list > li > a > p {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
}

.search {
  margin-top: 60px;
}
.search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 99px;
  background: url("../images/search-title.png") no-repeat center;
}
.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.search-input {
  width: 451px;
  height: 64px;
  outline: none;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  border: 0;
  background-color: rgb(247, 247, 247);
}
.search-btn {
  width: 120px;
  height: 64px;
  line-height: 64px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 87, 12)), to(rgb(255, 156, 0)));
  background: linear-gradient(0deg, rgb(239, 87, 12) 0%, rgb(255, 156, 0) 100%);
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.search .do-list {
  margin-top: 30px;
}

.swiper-box {
  position: relative;
  margin-top: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -60px;
  -webkit-box-shadow: 0.939px 5.926px 16px 0px rgba(246, 115, 8, 0.2);
          box-shadow: 0.939px 5.926px 16px 0px rgba(246, 115, 8, 0.2);
}

.swiper-button-prev {
  left: -132px;
  opacity: 1;
  background: url("../images/icon-prev.png") no-repeat center;
}

.swiper-button-next {
  right: -132px;
  opacity: 1;
  background: url("../images/icon-next.png") no-repeat center;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../images/icon-next-disabled.png") no-repeat center;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../images/icon-prev-disabled.png") no-repeat center;
}