.home-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* background-color: #fff; */
  margin: 0 auto !important;
}
.home-box-banner {
  width: 100%;
  height: auto;
}
/* 关于我们 */
.home-gywm {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 177px;
  margin-bottom: 146px;
}
.home-gywm-content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.home-gywm-content-small {
  display: none;
}
.home-gywm-content-middle {
  display: none;
}
.home-gywm-content-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.home-gywm-content-title p {
  font-size: 42px;
  color: #999999;
}
.home-gywm-content-title h1 {
  font-size: 40px;
  color: #333;
  letter-spacing: 0.04em;
}
.home-gywm-content-title-span {
  color: #0975d3;
}
.home-gywm-content-p {
  flex: 1;
  padding-right: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.home-gywm-content-p p {
  margin: 30px 0;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
.home-gywm-content-btn {
  width: 100%;
  height: 54px;
}
#btn {
  width: 180px;
  height: 54px;
  border: 1px solid #999;
  border-radius: 27px;
  cursor: pointer;
  background: transparent;
  font-size: 20px;
  color: #999;
  font-weight: 500;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-gywm-img img {
  width: 100%;
}
/* 服务内容 */
.home-fwnr {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 146px;
  background: url("../images/fwnr_bg.png") no-repeat;
  background-size: 100%;
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
.home-fwnr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 68px;
}
.home-fwnr-header-title {
  display: flex;
  flex-direction: column;
}
.home-fwnr-header-title p {
  font-size: 42px;
  color: #999999;
}
.home-fwnr-header-title h1 {
  font-size: 40px;
  color: #333;
  letter-spacing: 0.04em;
}
.home-fwnr-header-title-span {
  color: #0975d3;
}
.home-fwnr-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  overflow: hidden;
}
.home-fwnr-content-item {
  padding: 42px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.home-fwnr-content-item-small {
  display: none;
}

.home-fwnr-content-item-img {
  width: 262px;
  height: 262px;
  padding-bottom: 40px;
}
.home-fwnr-content-item p {
  font-size: 28px;
  color: #3d3d3d;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通知公告 */
.home-tzgg {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 117px;
  display: flex;
  flex-direction: column;
}
.home-tzgg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}
.home-tzgg-header-title {
  display: flex;
  flex-direction: column;
}

.home-tzgg-header-title p {
  font-size: 42px;
  color: #999999;
}
.home-tzgg-header-title h1 {
  font-size: 40px;
  color: #333;
  letter-spacing: 0.04em;
}
.home-tzgg-header-title-span {
  color: #0975d3;
}
.home-tzgg-header-btn button {
  width: 180px;
  height: 54px;
  font-size: 20px;
  color: #999;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 27px;
  cursor: pointer;
}
.home-tzgg-content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.home-tzgg-content-item {
  flex: 0 0 calc((100% / 3) - 66.67px); /* 每个子项占据 1/3 的宽度，减去间距 */
  margin-right: 100px;
  width: 100%;
  /* padding: 35px 40px 70px 40px; */
  border-radius: 12px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-tzgg-content-item img{
  width: 100%;
  height: 360px;
}
.home-tzgg-content-item-center{
  display: flex;
  flex-direction: column;
  padding: 23px 17px;
  background-color: #fff;
}
.home-tzgg-content-item-center-title{
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home-tzgg-content-item-center-footer{
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0;
}
.home-tzgg-content-item-center-footer span{
  color: #666;
}
.home-tzgg-content-small,
.home-tzgg-content-item-small,
.home-tzgg-content-item-small-title {
  display: none;
}

/* 联系我们 */
.home-lxwm {
  width: 95%;
  margin: 0 auto;
  background: url("../images/contact_bg.png") no-repeat;
  background-size: 100%;
  padding: 75px 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 122px;
  border-radius: 30px;
}
.home-lxwm-title {
  display: flex;
  flex-direction: column;
}
.home-lxwm-title p {
  font-size: 42px;
  color: #ffffff;
}
.home-lxwm-title h1 {
  font-size: 40px;
  color: #ffffff;
}
.home-lxwm-span {
  padding: 33px 0;
  font-size: 40px;
  color: #fff;
}
.home-lxwm-content {
  flex: 1;
}
.home-lxwm-content-item {
  width: 360px;
  height: 140px;
  border-radius: 20px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.26);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 27px;
}
.home-lxwm-content-item-img {
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.home-lxwm-content-item-text {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.home-lxwm-content-item-text h1 {
  font-size: 30px;
  color: #fff;
}
.home-lxwm-content-item-text span {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* 联系我们 */
  .home-lxwm {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 10px 20px;
  }
  .home-lxwm-title p {
    font-size: 18px;
  }
  .home-lxwm-title h1 {
    font-size: 18px;
  }
  .home-lxwm-span {
    display: none;
  }
  .home-lxwm-content-item {
    width: 155px;
    height: auto;
    border-radius: 5px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.26);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  .home-lxwm-content-item-img {
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .home-lxwm-content-item-img img {
    width: 60%;
  }
  .home-lxwm-content-item-text h1 {
    font-size: 12px;
  }
  .home-lxwm-content-item-text span {
    font-size: 12px;
  }
  .home-lxwm-content {
    padding: 0;
    margin-top: 15px;
  }
  /* 通知公告 */
  .home-tzgg {
    width: 90%;
    margin-bottom: 50px;
  }
  .home-tzgg-content {
    display: grid;
    grid-template-columns: repeat(1, 3fr);
    gap: 10px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .home-tzgg-header {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-tzgg-header-title p {
    font-size: 18px;
  }
  .home-tzgg-header-title h1 {
    font-size: 18px;
  }

  .home-tzgg-content-item,
  .home-tzgg-content-item-date,
  .home-tzgg-content-item-title,
  .home-tzgg-content-item-p,
  .home-tzgg-content-item-link {
    display: none;
  }
  .home-tzgg-content-item-small {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #ddd;
  }
  .home-tzgg-content-item-small-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-tzgg-content-item-small-title h1 {
    font-size: 16px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .home-tzgg-content-item-small-title span {
    color: #999;
    font-size: 12px;
    -webkit-transform: scale(1);
  }
  .home-tzgg-content-item-small-p {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #btn {
    width: 120px;
    height: 34px;
    font-size: 15px;
    color: #999;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 27px;
    cursor: pointer;
  }

  /* 服务内容 */
  .home-fwnr {
    width: 90%;
    background: transparent;
    margin-bottom: 50px;
    padding: 0;
  }
  .home-fwnr-header {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-fwnr-header-title p {
    font-size: 18px;
  }
  .home-fwnr-header-title h1 {
    font-size: 18px;
  }
  .home-fwnr-content {
    display: grid;
    grid-template-columns: repeat(1, 3fr);
    gap: 10px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .home-fwnr-content-item {
    display: none;
  }
  .home-fwnr-content-item-small {
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: flex;
  }
  .home-fwnr-content-item-small-img {
    width: 100px;
    height: auto;
    object-fit: cover;
  }
  .home-fwnr-content-item-small-center {
    flex: 1;
    padding: 5px 10px;
  }
  .home-fwnr-content-item-small-center h1 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .home-fwnr-content-item-small-center-p {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /* 关于我们 */
  .home-gywm {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content {
    display: none;
  }
  .home-gywm-img {
    display: none;
  }

  .home-gywm-content-small {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-gywm-content-header-title-small {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-title-small p {
    font-size: 18px;
    color: #999999;
  }
  .home-gywm-content-header-title-small h1 {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.04em;
  }
  .home-gywm-content-header-title-span-small {
    color: #0975d3;
  }
  .home-gywm-content-p-small p {
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .home-gywm-small-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 联系我们 */
  .home-lxwm {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 20px 20px;
  }
  .home-lxwm-title p {
    font-size: 23px;
  }
  .home-lxwm-title h1 {
    font-size: 23px;
  }
  .home-lxwm-span {
    font-size: 18px;
    padding: 15px 0;
  }
  .home-lxwm-content-item {
    width: 250px;
    height: auto;
    border-radius: 5px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.26);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  .home-lxwm-content-item-img {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .home-lxwm-content-item-img img {
    width: 60%;
  }
  .home-lxwm-content-item-text h1 {
    font-size: 18px;
  }
  .home-lxwm-content-item-text span {
    font-size: 18px;
  }
  .home-lxwm-content {
    padding: 0;
  }
  /* 通知公告 */
  .home-tzgg {
    width: 95%;
    margin-bottom: 80px;
  }
  .home-tzgg-content {
    display: grid;
    grid-template-columns: repeat(1, 3fr);
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .home-tzgg-header {
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-tzgg-header-title p {
    font-size: 23px;
  }
  .home-tzgg-header-title h1 {
    font-size: 23px;
  }

  .home-tzgg-content-item,
  .home-tzgg-content-item-date,
  .home-tzgg-content-item-title,
  .home-tzgg-content-item-p,
  .home-tzgg-content-item-link {
    display: none;
  }
  .home-tzgg-content-item-small {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #ddd;
  }
  .home-tzgg-content-item-small-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-tzgg-content-item-small-title h1 {
    font-size: 20px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .home-tzgg-content-item-small-title span {
    color: #999;
    font-size: 16px;
    -webkit-transform: scale(1);
  }
  .home-tzgg-content-item-small-p {
    font-size: 18px;
    margin: 7px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #btn {
    width: 130px;
    height: 34px;
    font-size: 18px;
    color: #999;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 27px;
    cursor: pointer;
  }
  /* 服务内容 */
  .home-fwnr {
    width: 95%;
    background: transparent;
    margin-bottom: 80px;
    padding: 0;
  }
  .home-fwnr-header {
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-fwnr-header-title p {
    font-size: 23px;
  }
  .home-fwnr-header-title h1 {
    font-size: 23px;
  }
  .home-fwnr-content {
    display: grid;
    grid-template-columns: repeat(1, 3fr);
    gap: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .home-fwnr-content-item {
    display: none;
  }
  .home-fwnr-content-item-small {
    width: 100%;
    height: 130px;
    overflow: hidden;
    display: flex;
  }
  .home-fwnr-content-item-small-img {
    width: 160px;
    height: auto;
    object-fit: cover;
  }
  .home-fwnr-content-item-small-center {
    flex: 1;
    padding: 10px 15px;
  }
  .home-fwnr-content-item-small-center h1 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .home-fwnr-content-item-small-center-p {
    font-size: 18px;
    margin: 10px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /* 关于我们 */
  .home-gywm {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content {
    display: none;
  }
  .home-gywm-img {
    display: none;
  }

  .home-gywm-content-middle {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-gywm-content-header-title-middle {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-title-middle p {
    font-size: 23px;
    color: #999999;
  }
  .home-gywm-content-header-title-middle h1 {
    font-size: 23px;
    color: #333;
    letter-spacing: 0.04em;
  }
  .home-gywm-content-header-title-span-middle {
    color: #0975d3;
  }
  .home-gywm-content-center-middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .home-gywm-content-center-p-middle {
    flex: 1;
    width: calc(100% / 2);
    padding-right: 30px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .home-gywm-content-center-img-middle {
    width: calc(100% / 2);
    padding: 0 10px;
  }
  .home-gywm-content-center-img-middle img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1550px) {
  /* 联系我们 */
  .home-lxwm {
    padding: 40px 50px;
    margin-bottom: 100px;
  }
  .home-lxwm-title p {
    font-size: 32px;
  }
  .home-lxwm-title h1 {
    font-size: 30px;
  }
  .home-lxwm-span {
    padding: 17px 0;
    font-size: 30px;
  }
  .home-lxwm-content-item {
    width: 230px;
    height: 100px;
    padding: 13px 20px;
  }
  .home-lxwm-content-item-text h1 {
    font-size: 25px;
  }
  .home-lxwm-content-item-text span {
    font-size: 15px;
  }
  .home-lxwm-content-item-img {
    width: 60px;
    height: 60px;
  }
  /* 通知公告 */
  .home-tzgg {
    width: 90%;
    margin-bottom: 100px;
  }
  .home-tzgg-header-title p {
    font-size: 32px;
  }
  .home-tzgg-header-title h1 {
    font-size: 30px;
  }
  #btn {
    width: 170px;
    height: 44px;
  }
  .home-tzgg-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .home-tzgg-header {
    margin-bottom: 25px;
  }
  .home-tzgg-content-item-date {
    font-size: 22px;
  }
  .home-tzgg-content-item-title {
    font-size: 20px;
    padding: 18px 0px;
  }
  .home-tzgg-content-item-p {
    margin: 10px 0px;
  }
  /* 服务内容 */
  .home-fwnr {
    padding: 35px 50px;
    margin-bottom: 100px;
  }
  .home-fwnr-header-title p {
    font-size: 32px;
  }
  .home-fwnr-header-title h1 {
    font-size: 30px;
  }
  .home-fwnr-header {
    margin-bottom: 25px;
  }
  .home-fwnr-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .home-fwnr-content-item {
    padding: 21px 20px;
  }
  .home-fwnr-content-item-img {
    width: 190px;
    height: 190px;
    padding-bottom: 20px;
  }
  .home-fwnr-content-item p {
    font-size: 18px;
  }
  /* 关于我们 */
  .home-gywm {
    width: 95%;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content {
    display: none;
  }
  .home-gywm-img {
    display: none;
  }

  .home-gywm-content-middle {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
  }
  .home-gywm-content-header-title-middle {
    display: flex;
    flex-direction: column;
  }
  .home-gywm-content-header-title-middle p {
    font-size: 32px;
    color: #999999;
  }
  .home-gywm-content-header-title-middle h1 {
    font-size: 31px;
    color: #333;
    letter-spacing: 0.04em;
  }
  .home-gywm-content-header-title-span-middle {
    color: #0975d3;
  }
  .home-gywm-content-center-middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .home-gywm-content-center-p-middle {
    flex: 1;
    width: calc(100% / 2);
    padding-right: 30px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .home-gywm-content-center-img-middle {
    width: calc(100% / 2);
    padding: 0 10px;
  }
  .home-gywm-content-center-img-middle img {
    width: 100%;
    height: auto;
  }
}
