.sect-1 {
  margin-top: 70px;
}
.sect-1 img {
  width: 100%;
  aspect-ratio: 1920/580;
  object-fit: cover;
  min-height: 300px;
}
.sect-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 10px 10px 0 rgba(238, 238, 238, 0.16);
  overflow-x: auto;
}
.sect-2 .item {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 15px;
  border-bottom: 2px solid #00000000;
  white-space: nowrap;
}
.sect-2 .act {
  border-bottom: 2px solid #11524E;
  font-weight: 400;
  color: #000000;
}
.sect-3 {
  padding-top: 50px;
  background-color: #F9F9F9;
}
.sect-3 .type-item a {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  display: inline-block;
}
.sect-3 .type-item a:hover {
  color: #11524e;
}
.sect-3 .type-item a:first-child {
  padding-left: 0;
}
.sect-3 .type-item .all {
  color: #000000;
}
.sect-3 .type-item .act {
  color: #11524e;
}
.sect-4 {
  padding: 20px 0 50px;
  background-color: #F9F9F9;
}
.sect-4 .pro-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.3s linear;
  border-bottom: 1px solid #E9E9E9;
}
.sect-4 .pro-item:hover {
  transform: translateY(-10px);
  border-color: #11524E;
}
.sect-4 .pro-item:hover .name {
  color: #11524E;
}
.sect-4 .pro-item img {
  width: 100%;
  aspect-ratio: 540/420;
  object-fit: cover;
}
.sect-4 .pro-item .name {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 0 20px;
  margin: 10px 0;
  width: 100%;
  display: -webkit-box;
  /* 使用弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  line-clamp: 2;
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  transition: all 0.3s linear;
}
.sect-4 .more-btn {
  width: 200px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 40px auto 0;
}
.sect-5 {
  padding: 50px 0;
}
.sect-5 .search-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sect-5 .search-box > div {
  margin: 6px 8px;
}
.sect-5 .search-box select {
  width: 300px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 0 14px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
}
.sect-5 .search-box select option {
  all: unset !important;
  width: 300px;
  height: 50px;
  background: #f8f8f8;
}
.sect-5 .search-box .search-btn {
  width: 160px;
  height: 50px;
  background: #11524e;
  border-radius: 6px;
  font-size: 16px;
  color: #11524e;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #11524e;
  background: linear-gradient(to right, #11524e, #11524e) no-repeat;
  background-size: 0 100%;
  transition: all 0.3s linear;
  margin: 6px 8px;
}
.sect-5 .search-box .search-btn:hover {
  background-size: 100% 100%;
  color: #fff;
}
.sect-5 .store-item {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 40px;
}
.sect-5 .store-item .name {
  font-size: 24px;
  font-weight: 400;
  color: #434343;
}
.sect-5 .store-item .address {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  margin-top: 20px;
}
.sect-5 .store-item .address img {
  width: 14px;
  height: auto;
  margin-right: 8px;
}
.sect-5 .store-item .tel {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  margin: 12px 0;
}
.sect-5 .store-item .tel img {
  width: 15px;
  height: auto;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .sect-1 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    margin-top: 100px;
  }
  .sect-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(238, 238, 238, 0.16);
    padding: 0;
  }
  .sect-2 .item {
    font-size: 18px;
    font-weight: 400;
    color: #5a5a5a;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-bottom: 2px solid #00000000;
  }
  .sect-2 .act {
    border-bottom: 2px solid #11524E;
    font-weight: 400;
    color: #000000;
  }
  .sect-3 {
    padding-top: 50px;
    background-color: #F9F9F9;
  }
  .sect-3 .type-item a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
    display: inline-block;
  }
  .sect-3 .type-item a:hover {
    color: #11524e;
  }
  .sect-3 .type-item a:first-child {
    padding-left: 0;
  }
  .sect-3 .type-item .all {
    color: #000000;
  }
  .sect-3 .type-item .act {
    color: #11524e;
  }
  .sect-4 {
    padding: 50px 0;
    background-color: #F9F9F9;
  }
  .sect-4 .pro-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    transition: all 0.3s linear;
  }
  .sect-4 .pro-item:hover {
    transform: translateY(-10px);
  }
  .sect-4 .pro-item:hover .name {
    color: #11524E;
    border-color: #11524E;
  }
  .sect-4 .pro-item img {
    width: 100%;
    aspect-ratio: 540/420;
    object-fit: cover;
  }
  .sect-4 .pro-item .name {
    font-size: 16px;
  }
  .sect-4 .more-btn {
    width: 200px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 40px auto 0;
  }
  .sect-5 {
    padding: 50px 0;
  }
  .sect-5 .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sect-5 .search-box > div {
    margin: 0 8px;
  }
  .sect-5 .search-box select {
    width: 300px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 6px;
    padding: 0 14px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
  }
  .sect-5 .search-box select option {
    all: unset !important;
    width: 300px;
    height: 50px;
    background: #f8f8f8;
  }
  .sect-5 .search-box .search-btn {
    width: 160px;
    height: 50px;
    background: #11524e;
    border-radius: 6px;
    font-size: 16px;
    color: #11524e;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #11524e;
    background: linear-gradient(to right, #11524e, #11524e) no-repeat;
    background-size: 0 100%;
    transition: all 0.3s linear;
    margin: 0 8px;
  }
  .sect-5 .search-box .search-btn:hover {
    background-size: 100% 100%;
    color: #fff;
  }
  .sect-5 .store-item {
    border-bottom: 1px solid #EEEEEE;
    margin-top: 40px;
  }
  .sect-5 .store-item .name {
    font-size: 24px;
    font-weight: 400;
    color: #434343;
  }
  .sect-5 .store-item .address {
    font-size: 16px;
    font-weight: 400;
    color: #949494;
    margin-top: 20px;
  }
  .sect-5 .store-item .address img {
    width: 14px;
    height: auto;
    margin-right: 8px;
  }
  .sect-5 .store-item .tel {
    font-size: 16px;
    font-weight: 400;
    color: #949494;
    margin: 12px 0;
  }
  .sect-5 .store-item .tel img {
    width: 15px;
    height: auto;
    margin-right: 8px;
  }
}
/*# sourceMappingURL=pro.css.map */