body {
  margin: 0;
  display: flex;
  flex-direction: column;

  a {
    text-decoration: none;
  }
}

.home-bg {
  width: 100%;
  height: 364px;
  overflow: hidden;
  position: relative;
}

.home-bg #home-bg-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-bg #home-bg-img-wrapper a {
  min-width: 100%;
  height: 100%;
}

.home-bg .home-bg-controls {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.home-bg .home-bg-controls > * {
  pointer-events: auto;
}

.home-bg #home-bg-prev-btn {
  cursor: pointer;
}

.home-bg #home-bg-next-btn {
  cursor: pointer;
}

.home-bg img {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.index-service-hotline {
  z-index: 100;
  position: fixed;
  top: 167px;
  right: 0;
  width: 256px;
  height: 66px;
  opacity: 0.9;
  border-radius: 40px 0px 0px 0px;
  background: linear-gradient(90deg, rgba(48, 102, 239, 1) 0%, rgba(13, 97, 9, 1) 100%);

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-1 {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-title-wrapper {
  width: 180px;
  padding-bottom: 12px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-title-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgba(0, 83, 165, 1) 50%, rgba(48, 102, 239, 0.3) 0%);
  z-index: -1;
}

.home-4-news-more {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home-4-news-more a{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(127, 127, 127, 1);
}

.home-title {
  width: fit-content;
  height: 38px;

  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: rgba(11, 25, 38, 1);
}

.home-subtitle {
  width: fit-content;
  height: 20px;
  margin-top: 4px;

  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(191, 191, 191, 1);
}

.home-1-list-wrapper {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.home-1-item-img {
  width: calc(50% - 20px);
  height: 336px;
  overflow: hidden;
}

.home-1-item-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-1-item-img-wrapper a {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.home-1-item-img-wrapper img {
  width: 100%;
  height: 100%;
}

.home-1-item-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 12px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}

.home-1-item {
  width: calc(50% - 20px);
}

.home-1-item a {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 4px;
}

.home-1-item-link:hover {
  background: rgba(241, 244, 248, 1);
}

.home-1-item-link:hover .home-1-item-date-day,
.home-1-item-link:hover .home-1-item-date-year,
.home-1-item-link:hover .home-1-item-title {
  color: rgba(0, 83, 165, 1);
}

.home-1-item-date {
  width: 82px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-1-item-date span {
  text-align: right;
  font-weight: 500;
  color: rgba(76, 76, 76, 1);
}

.home-1-item-date-day {
  font-size: 24px;
  line-height: 32px;
}

.home-1-item-date-year {
  font-size: 14px;
  line-height: 22px;
}

.home-1-item-divider {
  margin: 0 16px;
  width: 0px;
  height: 100%;
  border: 1px solid rgba(217, 217, 217, 1);
}

.home-1-item-content {
  width: calc(100% - 116px);
}

.home-1-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(76, 76, 76, 1);
}

.home-1-item-descrip {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(127, 127, 127, 1);
}

.home-2 {
  margin-top: 117px;
  height: 207px;
  width: 100%;
}

.home-2 img {
  width: 100%;
  height: 100%;
}

.home-3 {
  margin-top: 80px;
  width: 100%;
  height: 531px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-3-bg-img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
}

.home-3-btns-wrapper {
  margin-top: 72px;
  width: 1120px;
  height: 272px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.home-3-btn {
  width: 220px;
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.home-3-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
}

.home-3-btn span {
  margin-top: 20px;
  height: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(76, 76, 76, 1);
}

.home-4 {
  margin-top: 27px;
  width: 100%;
  height: 825px;
  position: relative;
  padding-top: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.home-4-bg-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.home-4-news-wrapper {
  margin-top: 25px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.home-4-news-wrapper > * {
  margin-bottom: 40px;
}

.home-4-news-item {
  width: 270px;
  height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-4-news-item:hover .home-4-news-item-title {
  color: rgba(0, 83, 165, 1);
}

.home-4-news-item img {
  width: 100%;
  height: 160px;
  border-radius: 1px;
}

.home-4-news-item-content {
  width: 100%;
  height: calc(100% - 160px);
  background: rgba(255, 255, 255, 1);
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(217, 217, 217, 1);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  box-sizing: border-box;
}

.home-4-news-item-title {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(76, 76, 76, 1);
}

.home-4-news-item-descrip {
  display: none;
}

.home-4-info-wrapper {
  margin-top: 40px;
  width: 1200px;
  height: 282px;
  display: flex;
  justify-content: space-between;
}

.home-4-info-item {
  width: 373.33px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-4-info-item-title {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  box-sizing: border-box;
  background: rgba(0, 159, 168, 0.1);
}

.home-4-info-item-title img {
  width: 24px;
  height: 24px;
}

.home-4-info-item-title span {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 159, 168, 1);
}

.home-4-info-item-title a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(127, 127, 127, 1);
}

.water-stop {
  background: rgba(247, 233, 233, 1);
}

.water-stop span {
  color: rgba(197, 2, 0, 1);
}

.home-4-info-item-content {
  height: calc(100% - 48px);
  width: 100%;
  border: 1px solid rgba(247, 233, 233, 1);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 12px 4px 12px;
  box-sizing: border-box;
}

.home-4-info-item-content-item {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 0px;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(48, 102, 239, 0.2);
}

.home-4-info-item-content-item:hover .home-4-info-item-content-item-title {
  color: rgba(0, 83, 165, 1);
}

.home-4-info-item-content-item:last-child {
  border-bottom: none;
}

.home-4-info-item-content-item-title {
  width: calc(100% - 76px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(76, 76, 76, 1);
}

.home-4-info-item-content-item-date {
  width: 76px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(127, 127, 127, 1);
}

.home-5 {
  margin-top: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-5-bg-img {
  width: 1200px;
  height: 165px;
}

.home-5-bg-img img {
  width: 100%;
  height: 100%;
}

.home-5-title-container {
  margin-top: 52px;
  width: 1200px;
  display: flex;
  justify-content: flex-start;
}

.home-5-title-wrapper {
  width: 180px;
  padding-bottom: 16px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: end;
}

.home-5-title-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(48, 102, 239, 1) 33%, rgba(48, 102, 239, 0.3) 0%);
  z-index: -1;
}

.home-5-title {
  width: fit-content;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
}

.home-5-subtitle {
  width: fit-content;
  margin-left: 7px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(191, 191, 191, 1);
}

.home-5-img-news-wrapper {
  margin: 20px 0 52px 0;
  width: 1200px;
  height: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.home-5-img-news-wrapper #home-5-img-news-wrapper-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-5-img-news-item {
  width: 282px;
  min-width: 282px;
  height: 100%;
  margin-left: 24px;
}

.home-5-img-news-item:first-child {
  margin-left: 0px;
}

.home-5-img-news-item img {
  width: 100%;
  height: 100%;
}

.home-5-friend-link {
  margin: 40px 0 131px 0;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-5-friend-link-item {
  width: 282px;
  height: 118px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: -24px;
}

.home-5-friend-link-item > * {
  margin-bottom: 24px;
}

.home-5-friend-link-item img {
  width: 100%;
  height: 100%;
}

.m-home-3-bg-img {
  display: none;
}

.m-home-5-title-container {
  display: none;
}

.m-home-1-more-btn {
  display: none;
}

@media (max-width: 768px) {
  body {
    background: rgba(242, 245, 247, 1);
  }

  .home-bg {
    height: 180px;
  }

  .home-bg .home-bg-controls {
    width: calc(100% - 36px);
  }

  .home-bg #home-bg-prev-btn {
    width: 28px;
    height: 28px;
  }

  .home-bg #home-bg-next-btn {
    width: 28px;
    height: 28px;
  }

  .index-service-hotline {
    display: none;
  }

  .home-1 {
    width: calc(100% - 32px);
    margin: auto;
    padding-top: 16px;
  }

  .home-title-wrapper {
    width: 90px;
  }

  .home-4-news-more {
    display: none;
  }

  .home-title {
    height: 19px;
    font-size: 15px;
    line-height: 19px;
  }

  .home-subtitle {
    height: 10px;
    font-size: 6px;
    line-height: 10px;
  }

  .home-title-wrapper::after {
    height: 2px;
  }

  .home-1-list-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    flex-direction: column;
    margin-top: 16px;
  }

  .home-1-item-img {
    width: 100%;
    height: 202px;
  }

  .home-1-item {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .home-1-item a {
    height: 84px;
    padding: 8px 0;
    box-sizing: content-box;
    flex-direction: row-reverse;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
  }

  .home-1-item a:last-child {
    border-bottom: none;
  }

  .home-1-item-content {
    width: calc(100% - 80px);
  }

  .home-1-item-divider {
    display: none;
  }

  .home-1-item-date {
    margin-left: 12px;
    width: 68px;
    height: 68px;
    border-radius: 4px;
    background: rgba(48, 102, 239, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-1-item-date-day {
    font-size: 16px;
    line-height: 22.4px;
  }

  .home-1-item-date-year {
    font-size: 12px;
    line-height: 16.8px;
    color: rgba(191, 191, 191, 1);
  }

  .m-home-1-more-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px 12px 12px;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(127, 127, 127, 1);
  }

  .m-home-1-more-btn img {
    margin-left: 4px;
    width: 20px;
    height: 20px;
  }

  .home-2 {
    margin-top: 13px;
    height: 90px;
  }

  .home-3 {
    margin-top: 28px;
    height: 243px;
  }

  .home-3-btns-wrapper {
    margin-top: 54px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .home-3-bg-img {
    display: none;
  }

  .m-home-3-bg-img {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 243px;
  }

  .home-3-btn {
    width: 68px;
    height: 68px;
  }

  .home-3-btn img {
    border: 0.61px solid rgba(255, 255, 255, 1);
  }

  .home-3-btn span {
    height: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 9.77px;
  }

  .home-4 {
    height: auto;
    padding-top: 0;
  }

  .home-4-news-wrapper {
    margin-top: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    margin-bottom: -12px;
  }

  .home-4-news-wrapper > * {
    margin-bottom: 12px;
  }

  .home-4-news-item {
    width: 100%;
    height: 99px;
    flex-direction: row;
  }

  .home-4-news-item img {
    width: 40%;
    height: 100%;
    border-radius: 1px;
  }

  .home-4-news-item-content {
    width: 60%;
    height: 100%;
  }

  .home-4-news-item-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    min-height: 22px;

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(25, 25, 25, 1);
  }

  .home-4-news-item-descrip {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(127, 127, 127, 1);
  }

  .home-4-info-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .home-4-info-item {
    width: 100%;
    margin-top: 16px;
  }

  .home-4-info-item-title span {
    font-size: 16px;
    line-height: 24px;
  }

  .home-5 {
    margin-top: 28px;
  }

  .home-5-bg-img {
    width: 100%;
    height: 90px;
  }

  .home-5-title-container {
    display: none;
  }

  .m-home-5-title-container {
    display: block;
    margin-top: 26px;
  }

  .home-5-img-news-wrapper {
    width: 100%;
    height: 100px;
    padding: 0 16px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px 0 28px 0;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-5-img-news-item {
    min-width: 156px;
    width: 156px;
  }

  .home-5-friend-link {
    width: 100%;
    height: 65px;
    padding: 0 16px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px 0 56px 0;
    flex-wrap: nowrap;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-5-friend-link::-webkit-scrollbar,
  .home-5-img-news-wrapper::-webkit-scrollbar {
    display: none;
  }

  .home-5-friend-link-item {
    width: 156px;
    min-width: 156px;
    height: 100%;
    margin-left: 13px;
  }

  .home-5-friend-link-item:first-child {
    margin-left: 0;
  }
}
