@font-face{font-family:SourceSansPro-Bold;src:url(/skin/default/fonts/SourceSansPro-Bold.eot);src:url(/skin/default/fonts/SourceSansPro-Bold.eot?#iefix) format('embedded-opentype'),url(/skin/default/fonts/SourceSansPro-Bold.woff2) format('woff2'),url(/skin/default/fonts/SourceSansPro-Bold.woff) format('woff'),url(/skin/default/fonts/SourceSansPro-Bold.ttf) format('truetype'),url(/skin/default/fonts/SourceSansPro-Bold.svg#novecentowide-bold-webfont) format('svg')}
.container {
  width: 1280px;
  margin: 0 auto;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.mt30 {
  margin-top: 30px;
}
.public-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  background: #f7f7f7;
}
.public-nav .nav-left {
  width: 170px;
  height: 100%;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  background: #e8562f;
}
.public-nav .m-nav-name {
  display: none;
}
.public-nav .links {
  margin-right: 26px;
  display: flex;
  column-gap: 50px;
}
.public-nav .links .link {
  position: relative;
  font-size: 14px;
  font-weight: 350;
  line-height: 58px;
  color: #000000;
}
.public-nav .links .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  bottom: 0;
  left: 0;
  background: transparent;
}
.public-nav .links .on::after {
  background: #e8562f;
}
.public-top {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
.public-top img {
  width: 573px;
  height: 359px;
  object-fit: cover;
}
.public-top .text {
  border-bottom: 1px solid #d8d8d8;
}
.public-top .text h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.public-top .text h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #e7582e; font-family:SourceSansPro-Bold;
}
.public-top .text p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 350;
  line-height: 2.3;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.public-title h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.public-title .public-title-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-title .public-title-text h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #e7582e;
}
.public-title .public-title-text p {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #696969;
}
.zhuzhai-row1-wrap {
  height: 504px;
  background: #f8f8f8;
  padding: 80px 0 70px;
}
.zhuzhai-row1-wrap .content {
  display: flex;
  column-gap: 6px;
}
.zhuzhai-row1-wrap .content .row1-item {
  position: relative;
  flex: 1;
  height: 360px;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  transform-origin: left center;
  overflow: hidden;
}
.zhuzhai-row1-wrap .content .row1-item .title {
  margin-top: 300px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.zhuzhai-row1-wrap .content .row1-item .desc {
  position: absolute;
  right: -390px;
  top: 60px;
  transition: all 0.5s ease-in-out;
}
.zhuzhai-row1-wrap .content .row1-item .desc .p1 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.zhuzhai-row1-wrap .content .row1-item .desc .p2 {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #a1a1a1; margin-bottom: 10px;
}
.zhuzhai-row1-wrap .content .row1-item .desc .p3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.zhuzhai-row1-wrap .content .row1-item .desc .p3::before {
  margin-right: 5px;
  margin-bottom: 2px;
  content: "";
  width: 4.5px;
  height: 4.5px;
  display: inline-block;
  background: #e8562f;
  border-radius: 50%;
}
.zhuzhai-row1-wrap .content .row1-item:nth-child(1) {
  background-image: url("/images/img99.jpg");
}
.zhuzhai-row1-wrap .content .row1-item:nth-child(2) {
  background-image: url("/images/img100.jpg");
}
.zhuzhai-row1-wrap .content .row1-item:nth-child(3) {
  background-image: url("/images/img101.jpg");
}
.zhuzhai-row1-wrap .content .row1-item:nth-child(4) {
  background-image: url("/images/img102.jpg");
}
.zhuzhai-row1-wrap .content .row1-item:nth-child(5) {
  background-image: url("/images/img103.jpg");
}
.zhuzhai-row1-wrap .content .on {
  flex: 3.2;
}
.zhuzhai-row1-wrap .content .on .title {
  display: none;
}
.zhuzhai-row1-wrap .content .on .desc {
  right: 60px;
}
.zhuzhai-row1-wrap .content .row1-item.on:nth-child(1) {
  background-image: url("/images/img99-on.jpg");
}
.zhuzhai-row1-wrap .content .row1-item.on:nth-child(2) {
  background-image: url("/images/img100-on.jpg");
}
.zhuzhai-row1-wrap .content .row1-item.on:nth-child(3) {
  background-image: url("/images/img101-on.jpg");
}
.zhuzhai-row1-wrap .content .row1-item.on:nth-child(4) {
  background-image: url("/images/img102-on.jpg");
}
.zhuzhai-row1-wrap .content .row1-item.on:nth-child(5) {
  background-image: url("/images/img103-on.jpg");
}
.zhuzhai-row2 .content {
  margin-top: 35px;
  display: flex;
  column-gap: 15px;
}
.zhuzhai-row2 .content .row2-item {
  flex: 1;
}
.zhuzhai-row2 .content .row2-item .img-wrap {
  position: relative;
  height: 285px;
}
.zhuzhai-row2 .content .row2-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhuzhai-row2 .content .row2-item .img-wrap .desc {
  opacity: 0;
  padding: 15px 50px;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  text-indent: 2em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}
.zhuzhai-row2 .content .row2-item p {
  height: 87px;
  line-height: 87px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  background: #f8f8f8;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.zhuzhai-row2 .content .row2-item:hover .img-wrap .desc {
  opacity: 1;
}
.zhuzhai-row2 .content .row2-item:hover p {
  color: #fff;
  background: #e8562f;
}
.zhuzhai-row3 {
  padding-bottom: 100px;
}
.zhuzhai-row3 .content .row3-item {
  margin-top: 75px;
  display: flex;
  column-gap: 80px;
}
.zhuzhai-row3 .content .row3-item .item-text {
  flex: 1;
  border-bottom: 1px solid #d8d8d8;
}
.zhuzhai-row3 .content .row3-item .item-text .logo {
  display: block;
  height: 77px;
}
.zhuzhai-row3 .content .row3-item .item-text h2 {
  margin: 50px 0 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.zhuzhai-row3 .content .row3-item .item-text p {
  font-size: 14px;
  font-weight: 350;
  line-height: 234.86%;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.zhuzhai-row3 .content .row3-item .photo-wall {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 12px;
}
.zhuzhai-row3 .content .row3-item .photo-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhuzhai-row3 .content .row3-item:nth-child(even) {
  flex-direction: row-reverse;
}
.guoji-row1 {
  background: #f8f8f8;
  height: 540px;
}
.guoji-row1 .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.guoji-row1 .content .guoji-row1-item {
  padding: 105px 20px 0;
  overflow: hidden;
  transition: 0.3s;
}
.guoji-row1 .content .guoji-row1-item .img-wrap {
  margin: 0 auto 68px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.guoji-row1 .content .guoji-row1-item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
  transition: 0.3s;
}
.guoji-row1 .content .guoji-row1-item h3::after {
  margin: 20px auto;
  content: "";
  display: block;
  width: 25.52px;
  height: 2px;
  background: transparent;
  transition: 0.3s;
}
.guoji-row1 .content .guoji-row1-item p {
  font-size: 14px;
  font-weight: 350;
  line-height: 145.86%;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
  transform: translateY(120px);
  transition: 0.5s;
}
.guoji-row1 .content .guoji-row1-item:hover {
  background: #ffc6b7;
}
.guoji-row1 .content .guoji-row1-item:hover .img-wrap {
  transform: translateY(-50px);
}
.guoji-row1 .content .guoji-row1-item:hover .img-wrap img {
  filter: brightness(0.5) sepia(1) hue-rotate(-25deg) saturate(10);
}
.guoji-row1 .content .guoji-row1-item:hover h3 {
  transform: translateY(-80px);
}
.guoji-row1 .content .guoji-row1-item:hover h3::after {
  background: #e8562f;
}
.guoji-row1 .content .guoji-row1-item:hover p {
  transform: translateY(-70px);
}
.guoji-row2 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
.guoji-row2 .content .guoji-row2-item:nth-child(1) {
  background-image: url("/images/img104.jpg");
}
.guoji-row2 .content .guoji-row2-item:nth-child(2) {
  background-image: url("/images/img26.png");
}
.guoji-row2 .content .guoji-row2-item:nth-child(3) {
  background-image: url("/images/img27.png");
}
.guoji-row2 .content .guoji-row2-item:nth-child(4) {
  background-image: url("/images/img28.png");
}
.guoji-row2 .content .guoji-row2-item {
  height: 408px;
  padding: 216px 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}
.guoji-row2 .content .guoji-row2-item .num {
  font-size: 70px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.04em;
  transition: 0.3s ease-out;
  font-variation-settings: "opsz" auto;
  color: #e8562f;
}
.guoji-row2 .content .guoji-row2-item h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  transition: 0.3s ease-out;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.guoji-row2 .content .guoji-row2-item p {
  font-size: 14px;
  font-weight: 350;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: justify;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  transition: 0.5s ease-out;
  transform: translateY(100px);
}
.guoji-row2 .content .guoji-row2-item:hover {
  background: #e8562f;
}
.guoji-row2 .content .guoji-row2-item:hover .num {
  transform: translateY(-180px);
  color: #ffffff;
}
.guoji-row2 .content .guoji-row2-item:hover h3 {
  transform: translateY(-150px);
  color: #ffffff;
}
.guoji-row2 .content .guoji-row2-item:hover p {
  transform: translateY(-110px);
}
.guoji-row3 {
  padding-bottom: 160px;
}
.guoji-row3 .content .row3-set1 {
  display: flex;
  column-gap: 40px;
}
.guoji-row3 .content .row3-set1 img {
  width: 632px;
}
.guoji-row3 .content .row3-set1 .p1 {
  font-size: 14px;
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.guoji-row3 .content .row3-set1 .p2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 145.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #e8562f;
}
.guoji-row3 .content .row3-set2 {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 180px;
}
.guoji-row3 .content .row3-set2 .column1 {
  align-self: flex-end;
  width: 490px;
  border-bottom: 8px solid #e8562f;
}
.guoji-row3 .content .row3-set2 .imgs {
  height: 100%;
}
.guoji-row3 .content .row3-set2 .column2 {
  width: 92.71px;
  height: 100%;
  background: #e8562f;
}
.yiliao-row1 {
  padding: 50px 0;
  background: #f8f8f8;
}
.yiliao-row1 .content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #232323;
}
.yiliao-row1 .content .desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.yiliao-row1 .content .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
}
.yiliao-row1 .content .list .list-item {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.yiliao-row1 .content .list .list-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  filter: grayscale(100%);
}
.yiliao-row1 .content .list .list-item .text {
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  height: 90px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.yiliao-row1 .content .list .list-item .text h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.yiliao-row1 .content .list .list-item .text p {
  font-size: 14px;
  font-weight: 350;
  line-height: 145.86%;
  text-align: left;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.yiliao-row1 .content .list .list-item .text p::before {
  content: "";
  display: block;
  margin: 20px auto;
  width: 25px;
  height: 2px;
  background: transparent;
}
.yiliao-row1 .content .list .list-item:hover .bg-img {
  filter: grayscale(0%);
}
.yiliao-row1 .content .list .list-item:hover .text {
  height: 50%;
  background: #e7582e;
}
.yiliao-row1 .content .list .list-item:hover p::before {
  background: #fff;
}
.yiliao-row1 .content .class-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
.yiliao-row1 .content .class-list .class-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.yiliao-row1 .content .class-list .class-item p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 213.86%;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.yiliao-row2 {
  padding-bottom: 160px;
}
.yiliao-row2 .desc {
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.yiliao-row2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
.yiliao-row2 .list .list-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 310px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.yiliao-row2 .list .list-item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #4a4a4a;
}
.yiliao-row2 .list .list-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 40px 0 30px;
}
.yiliao-row2 .list .list-item p {
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.yiliao-row2 .list .list-item:hover {
  background: #ffd8cd;
}
.yiliao-row2 .list .list-item:hover h3 {
  color: #e8562f;
}
.yiliao-row2 .list .list-item:hover img {
  filter: grayscale(100%);
}
.yiliao-row2 .title {
  margin: 60px 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #232323;
}
.yiliao-row2 .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 45px;
}
.yiliao-row2 .case-list .case-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 230px;
}
.yiliao-row2 .case-list .case-item h3 {
  width: 45px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: #e8562f;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  writing-mode: vertical-rl;
  /* 垂直排列-从右到左 */
  text-orientation: upright;
  /* 保持文字正向 */
  display: flex;
  /* 使用flex布局 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
}
.yiliao-row2 .case-list .case-item .img-wrap {
  width: 280px;
  height: 100%;
  position: relative;
}
.yiliao-row2 .case-list .case-item .img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yiliao-row2 .case-list .case-item .img-wrap p {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 17px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
}
.duoyetai-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.duoyetai-list .list-item .text {
  width: 50%;
  padding-right: 130px;
}
.duoyetai-list .list-item .text .desc {
  margin: 30px 0 65px;
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.duoyetai-list .list-item .text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #232323;
}
.duoyetai-list .list-item .text .p1 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.duoyetai-list .list-item .swiper-wrap {
  width: 50%;
}
.duoyetai-list .list-item .swiper-wrap .swiper {
  height: 435px;
}
.duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide {
  position: relative;
}
.duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide h3 {
  position: absolute;
  padding: 16px;
  width: 100%;
  background: #e8562f;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 213.86%;
  text-align: center;
  letter-spacing: 0em;
  color: #ffffff;
}
.duoyetai-list .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.duoyetai-list .list-item:nth-child(even) .text {
  padding-left: 36px;
  padding-right: 100px;
}
.zengzhi-list .list-item {
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 375px;
}
.zengzhi-list .list-item .text {
  padding: 64px 22px;
  background: #f8f8f8;
  width: 48%;
  height: 375px;
}
.zengzhi-list .list-item .text img {
  height: 78px;
}
.zengzhi-list .list-item .text h2 {
  margin: 10px 0 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #e8562f;
}
.zengzhi-list .list-item .text p {
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.zengzhi-list .list-item .images-wall {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  justify-content: space-between;
}
.zengzhi-list .list-item .images-wall img {
  height: calc(50% - 2px);
}
.city {
  padding-bottom: 100px;
}
.city .p1 {
  font-size: 14px;
  font-weight: 350;
  line-height: 213.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.city .row1 {
  display: flex;
  justify-content: space-between;
}
.city .row1 .row1-item {
  padding: 0 25px;
  width: calc(50% - 25px);
  display: flex;
  align-items: center;
  height: 150px;
  background: #f5f5f5;
  border-left: 30px solid #d8d8d8;
}
.city .row1 .row1-item img {
  margin-right: 30px;
}
.city .row1 .row1-item .text h3 {
  margin-left: 10px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
}
.city .row1 .row1-item .text p {
  font-size: 14px;
  font-weight: 350;
  line-height: 153.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.city .row1 .row1-item:hover {
  border-color: #e8562f;
}
.city .city-title {
  margin: 50px 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #232323;
}
.city .row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 13px;
}
.city .row2 .row2-item {
  position: relative;
  height: 285px;
  overflow: hidden;
}
.city .row2 .row2-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.city .row2 .row2-item .text {
  padding: 26px 50px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  transform: translateY(165px);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.city .row2 .row2-item .text .type {
  padding: 0 15px;
  width: max-content;
  height: 32px;
  border-radius: 30px;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #e8562f;
}
.city .row2 .row2-item .text .title {
  margin: 14px 0 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.city .row2 .row2-item .text p {
  font-size: 14px;
  font-weight: 350;
  line-height: 189.86%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.city .row2 .row2-item:hover .text {
  background: rgba(232, 86, 47, 0.9);
  transform: translateY(0);
}
.city .row3 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 22px;
  row-gap: 22px;
}
.city .row3 .row3-item {
  padding: 30px;
  text-align: center;
  border: 1px solid #dedede;
  border-left: 18px solid #d8d8d8;
  transition: all 0.3s ease;
}
.city .row3 .row3-item h3 {
  margin: 25px 0 13px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #000000;
  transition: all 0.3s ease;
}
.city .row3 .row3-item img {
  height: 34px;
}
.city .row3 .row3-item p {
  font-size: 14px;
  font-weight: 350;
  line-height: 168.86%;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.city .row3 .row3-item:hover {
  border-left: 18px solid #e8562f;
}
.city .row3 .row3-item:hover h3 {
  color: #e8562f;
}
.city .row4 {
  padding-bottom: 20px;
  margin: 50px auto 100px;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 213.86%;
  letter-spacing: 0em;
  border-bottom: 1px solid #d8d8d8;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #505050;
}
.city .row4 span {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" auto;
  color: #e7582e;
}
.city .row5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 13px;
  row-gap: 13px;
}
.city .row5 .row5-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  border: 1px solid #ebebeb;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 96%;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .fuwu-banner {
    height: 200px;
    object-fit: cover;
  }
  .public-nav {
    position: relative;
    height: 58px;
    background: #f7f7f7;
  }
  .public-nav .nav-left {
    width: 170px;
    height: 100%;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #ffffff;
    background: #e8562f;
  }
  .public-nav .m-nav-name {
    flex: 1;
    display: block;
    font-size: 16px;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .public-nav .m-nav-name::after {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
  }
  .public-nav .links {
    position: absolute;
    right: 0;
    top: 58px;
    margin-right: 0;
    display: block;
    column-gap: 50px;
    z-index: 2;
    background: #f7f7f7;
    width: calc(100% - 170px);
    height: 0;
    overflow-y: auto;
    transition: 0.3s;
  }
  .public-nav .links .link {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 350;
    line-height: 58px;
    color: #000000;
    text-align: center;
  }
  .public-nav .links .link::after {
    display: none;
  }
  .public-nav:hover .links {
    border-top: 1px solid #ccc;
    height: 350px;
  }
  .public-top {
    display: block;
  }
  .public-top img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .public-top .text {
    margin-top: 20px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
  }
  .public-top .text h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .public-top .text h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #e7582e;
  }
  .public-top .text p {
    margin-top: 70px;
    font-size: 16px;
    font-weight: 350;
    line-height: 2.3;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .public-title {
    text-align: center;
  }
  .public-title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .public-title .public-title-text {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .public-title .public-title-text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #e7582e;
  }
  .public-title .public-title-text p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #696969;
  }
  .zhuzhai-row1-wrap {
    height: auto;
    background: #f8f8f8;
    padding: 30px 0;
  }
  .zhuzhai-row1-wrap .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 6px;
    justify-content: center;
  }
  .zhuzhai-row1-wrap .content .row1-item {
    padding: 30px 10px 10px;
    position: relative;
    flex: unset;
    width: calc(50% - 6px);
    min-height: 300px;
    height: auto;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    transform-origin: left center;
    overflow: hidden;
  }
  .zhuzhai-row1-wrap .content .row1-item .title {
    display: none;
  }
  .zhuzhai-row1-wrap .content .row1-item .desc {
    position: relative;
    right: unset;
    top: unset;
    transition: all 0.5s ease-in-out;
  }
  .zhuzhai-row1-wrap .content .row1-item .desc .p1 {
    margin-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .zhuzhai-row1-wrap .content .row1-item .desc .p2 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #a1a1a1;
  }
  .zhuzhai-row1-wrap .content .row1-item .desc .p3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .zhuzhai-row1-wrap .content .row1-item .desc .p3::before {
    margin-right: 5px;
    margin-bottom: 2px;
    content: "";
    width: 4.5px;
    height: 4.5px;
    display: inline-block;
    background: #e8562f;
    border-radius: 50%;
  }
  .zhuzhai-row1-wrap .content .row1-item:nth-child(1) {
    background-image: url("/images/img99.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item:nth-child(2) {
    background-image: url("/images/img100.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item:nth-child(3) {
    background-image: url("/images/img101.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item:nth-child(4) {
    background-image: url("/images/img102.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item:nth-child(5) {
    background-image: url("/images/img103.jpg");
  }
  .zhuzhai-row1-wrap .content .on .title {
    display: none;
  }
  .zhuzhai-row1-wrap .content .on .desc {
    right: unset;
  }
  .zhuzhai-row1-wrap .content .row1-item.on:nth-child(1) {
    background-image: url("/images/img99-on.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item.on:nth-child(2) {
    background-image: url("/images/img100-on.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item.on:nth-child(3) {
    background-image: url("/images/img101-on.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item.on:nth-child(4) {
    background-image: url("/images/img102-on.jpg");
  }
  .zhuzhai-row1-wrap .content .row1-item.on:nth-child(5) {
    background-image: url("/images/img103-on.jpg");
  }
  .zhuzhai-row2 .content {
    margin-top: 0;
    display: block;
    column-gap: 15px;
  }
  .zhuzhai-row2 .content .row2-item {
    margin-top: 35px;
    flex: 1;
  }
  .zhuzhai-row2 .content .row2-item .img-wrap {
    position: relative;
    height: 200px;
  }
  .zhuzhai-row2 .content .row2-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zhuzhai-row2 .content .row2-item .img-wrap .desc {
    opacity: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0em;
    text-indent: 2em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
  }
  .zhuzhai-row2 .content .row2-item p {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0em;
    background: #f8f8f8;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
    transition: all 0.3s ease-in-out;
  }
  .zhuzhai-row2 .content .row2-item:hover .img-wrap .desc {
    opacity: 1;
  }
  .zhuzhai-row2 .content .row2-item:hover p {
    color: #fff;
    background: #e8562f;
  }
  .zhuzhai-row3 {
    padding-bottom: 100px;
  }
  .zhuzhai-row3 .content .row3-item {
    margin-top: 50px;
    display: block;
  }
  .zhuzhai-row3 .content .row3-item .item-text {
    margin-bottom: 30px;
    border-bottom: 0;
  }
  .zhuzhai-row3 .content .row3-item .item-text .logo {
    display: block;
    height: 77px;
  }
  .zhuzhai-row3 .content .row3-item .item-text h2 {
    margin: 50px 0 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .zhuzhai-row3 .content .row3-item .item-text p {
    font-size: 14px;
    font-weight: 350;
    line-height: 234.86%;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .zhuzhai-row3 .content .row3-item .photo-wall {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
  .zhuzhai-row3 .content .row3-item .photo-wall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zhuzhai-row3 .content .row3-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .guoji-row1 {
    background: #f8f8f8;
    height: auto;
  }
  .guoji-row1 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .guoji-row1 .content .guoji-row1-item {
    width: calc(100% / 3);
    padding: 30px 10px 10px;
    overflow: hidden;
    transition: 0.3s;
  }
  .guoji-row1 .content .guoji-row1-item .img-wrap {
    margin: 0 auto 20px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  .guoji-row1 .content .guoji-row1-item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
    transition: 0.3s;
  }
  .guoji-row1 .content .guoji-row1-item h3::after {
    margin: 20px auto;
    content: "";
    display: block;
    width: 25.52px;
    height: 2px;
    background: transparent;
    transition: 0.3s;
  }
  .guoji-row1 .content .guoji-row1-item p {
    font-size: 14px;
    font-weight: 350;
    line-height: 145.86%;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
    transform: unset;
    transition: 0.5s;
  }
  .guoji-row1 .content .guoji-row1-item:hover {
    background: #ffc6b7;
  }
  .guoji-row1 .content .guoji-row1-item:hover .img-wrap {
    transform: unset;
  }
  .guoji-row1 .content .guoji-row1-item:hover .img-wrap img {
    filter: brightness(0.5) sepia(1) hue-rotate(-25deg) saturate(10);
  }
  .guoji-row1 .content .guoji-row1-item:hover h3 {
    transform: unset;
  }
  .guoji-row1 .content .guoji-row1-item:hover h3::after {
    background: #e8562f;
  }
  .guoji-row1 .content .guoji-row1-item:hover p {
    transform: unset;
  }
  .guoji-row2 .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 6px;
  }
  .guoji-row2 .content .guoji-row2-item:nth-child(1) {
    background-image: url("/images/img104.jpg");
  }
  .guoji-row2 .content .guoji-row2-item:nth-child(2) {
    background-image: url("/images/img26.png");
  }
  .guoji-row2 .content .guoji-row2-item:nth-child(3) {
    background-image: url("/images/img27.png");
  }
  .guoji-row2 .content .guoji-row2-item:nth-child(4) {
    background-image: url("/images/img28.png");
  }
  .guoji-row2 .content .guoji-row2-item {
    height: 350px;
    padding: 156px 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
  }
  .guoji-row2 .content .guoji-row2-item .num {
    font-size: 70px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.04em;
    transition: 0.3s ease-out;
    font-variation-settings: "opsz" auto;
    color: #e8562f;
  }
  .guoji-row2 .content .guoji-row2-item h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    transition: 0.3s ease-out;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
  }
  .guoji-row2 .content .guoji-row2-item p {
    font-size: 14px;
    font-weight: 350;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: justify;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
    transition: 0.5s ease-out;
    transform: translateY(100px);
  }
  .guoji-row2 .content .guoji-row2-item:hover {
    background: #e8562f;
  }
  .guoji-row2 .content .guoji-row2-item:hover .num {
    transform: translateY(-150px);
    color: #ffffff;
  }
  .guoji-row2 .content .guoji-row2-item:hover h3 {
    transform: translateY(-160px);
    color: #ffffff;
  }
  .guoji-row2 .content .guoji-row2-item:hover p {
    transform: translateY(-140px);
  }
  .guoji-row3 {
    padding-bottom: 70px;
  }
  .guoji-row3 .content .row3-set1 {
    display: block;
    column-gap: 40px;
  }
  .guoji-row3 .content .row3-set1 img {
    width: 100%;
  }
  .guoji-row3 .content .row3-set1 .p1 {
    font-size: 14px;
    font-weight: 350;
    line-height: 30px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .guoji-row3 .content .row3-set1 .p2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 145.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #e8562f;
  }
  .guoji-row3 .content .row3-set2 {
    position: relative;
    margin-top: 30px;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
  }
  .guoji-row3 .content .row3-set2 .column1 {
    margin-bottom: 20px;
    align-self: flex-end;
    width: 490px;
    border-bottom: 8px solid #e8562f;
  }
  .guoji-row3 .content .row3-set2 .imgs {
    width: 47%;
    height: 100%;
    object-fit: cover;
  }
  .guoji-row3 .content .row3-set2 .column2 {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 17px;
    height: 100%;
    background: #e8562f;
  }
  .yiliao-row1 {
    padding: 50px 0;
    background: #f8f8f8;
  }
  .yiliao-row1 .content .title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #232323;
  }
  .yiliao-row1 .content .desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .yiliao-row1 .content .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: center;
  }
  .yiliao-row1 .content .list .list-item {
    width: calc(50% - 10px);
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .yiliao-row1 .content .list .list-item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    filter: grayscale(100%);
    object-fit: cover;
  }
  .yiliao-row1 .content .list .list-item .text {
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    height: 80px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }
  .yiliao-row1 .content .list .list-item .text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
  }
  .yiliao-row1 .content .list .list-item .text p {
    font-size: 14px;
    font-weight: 350;
    line-height: 145.86%;
    text-align: left;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
  }
  .yiliao-row1 .content .list .list-item .text p::before {
    content: "";
    display: block;
    margin: 20px auto;
    width: 25px;
    height: 2px;
    background: transparent;
  }
  .yiliao-row1 .content .list .list-item:hover .bg-img {
    filter: grayscale(0%);
  }
  .yiliao-row1 .content .list .list-item:hover .text {
    height: 80%;
    background: #e7582e;
  }
  .yiliao-row1 .content .list .list-item:hover p::before {
    background: #fff;
  }
  .yiliao-row1 .content .class-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .yiliao-row1 .content .class-list .class-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .yiliao-row1 .content .class-list .class-item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 213.86%;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .yiliao-row2 {
    padding-bottom: 70px;
  }
  .yiliao-row2 .desc {
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .yiliao-row2 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 16px;
  }
  .yiliao-row2 .list .list-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 310px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
  }
  .yiliao-row2 .list .list-item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #4a4a4a;
  }
  .yiliao-row2 .list .list-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 40px 0 30px;
  }
  .yiliao-row2 .list .list-item p {
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .yiliao-row2 .list .list-item:hover {
    background: #ffd8cd;
  }
  .yiliao-row2 .list .list-item:hover h3 {
    color: #e8562f;
  }
  .yiliao-row2 .list .list-item:hover img {
    filter: grayscale(100%);
  }
  .yiliao-row2 .title {
    margin: 60px 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #232323;
  }
  .yiliao-row2 .case-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 15px;
  }
  .yiliao-row2 .case-list .case-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 230px;
  }
  .yiliao-row2 .case-list .case-item h3 {
    width: 45px;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3em;
    background: #e8562f;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
    writing-mode: vertical-rl;
    /* 垂直排列-从右到左 */
    text-orientation: upright;
    /* 保持文字正向 */
    display: flex;
    /* 使用flex布局 */
    align-items: center;
    /* 水平居中 */
    justify-content: center;
    /* 垂直居中 */
  }
  .yiliao-row2 .case-list .case-item .img-wrap {
    width: calc(50% - 22.5px);
    height: 100%;
    position: relative;
  }
  .yiliao-row2 .case-list .case-item .img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .yiliao-row2 .case-list .case-item .img-wrap p {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 17px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
  }
  .duoyetai-list .list-item {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .duoyetai-list .list-item .text {
    width: 100%;
    padding-right: 0;
  }
  .duoyetai-list .list-item .text .desc {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .duoyetai-list .list-item .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #232323;
  }
  .duoyetai-list .list-item .text .p1 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .duoyetai-list .list-item .swiper-wrap {
    width: 100%;
  }
  .duoyetai-list .list-item .swiper-wrap .swiper {
    height: 300px;
  }
  .duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide {
    position: relative;
  }
  .duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .duoyetai-list .list-item .swiper-wrap .swiper .swiper-slide h3 {
    position: absolute;
    padding: 16px;
    width: 100%;
    background: #e8562f;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0em;
    color: #ffffff;
  }
  .duoyetai-list .list-item:nth-child(even) .text {
    padding-left: 0;
    padding-right: 0;
  }
  .zengzhi-list .list-item {
    margin-bottom: 70px;
    display: block;
    height: auto;
  }
  .zengzhi-list .list-item .text {
    padding: 20px 22px;
    background: #f8f8f8;
    width: 100%;
    height: auto;
  }
  .zengzhi-list .list-item .text img {
    height: 78px;
  }
  .zengzhi-list .list-item .text h2 {
    margin: 10px 0 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #e8562f;
  }
  .zengzhi-list .list-item .text p {
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .zengzhi-list .list-item .images-wall {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    justify-content: space-between;
  }
  .zengzhi-list .list-item .images-wall img {
    height: 155px;
  }
  .city {
    padding-bottom: 70px;
  }
  .city .p1 {
    font-size: 14px;
    font-weight: 350;
    line-height: 213.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .city .row1 {
    display: block;
  }
  .city .row1 .row1-item {
    margin-top: 27px;
    padding: 0 25px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 150px;
    background: #f5f5f5;
    border-left: 30px solid #d8d8d8;
  }
  .city .row1 .row1-item img {
    margin-right: 30px;
  }
  .city .row1 .row1-item .text h3 {
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
  }
  .city .row1 .row1-item .text p {
    font-size: 14px;
    font-weight: 350;
    line-height: 153.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .city .row1 .row1-item:hover {
    border-color: #e8562f;
  }
  .city .city-title {
    margin: 50px 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #232323;
  }
  .city .row2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
    row-gap: 13px;
  }
  .city .row2 .row2-item {
    position: relative;
    height: 285px;
    overflow: hidden;
  }
  .city .row2 .row2-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .city .row2 .row2-item .text {
    padding: 26px 50px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    transform: translateY(165px);
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .city .row2 .row2-item .text .type {
    padding: 0 15px;
    width: max-content;
    height: 32px;
    border-radius: 30px;
    background: #f8f8f8;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #e8562f;
  }
  .city .row2 .row2-item .text .title {
    margin: 14px 0 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
  }
  .city .row2 .row2-item .text p {
    font-size: 14px;
    font-weight: 350;
    line-height: 189.86%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #ffffff;
  }
  .city .row2 .row2-item:hover .text {
    background: rgba(232, 86, 47, 0.9);
    transform: translateY(0);
  }
  .city .row3 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
  }
  .city .row3 .row3-item {
    width: calc(33% - 12px);
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #dedede;
    border-left: 18px solid #d8d8d8;
    transition: all 0.3s ease;
  }
  .city .row3 .row3-item h3 {
    margin: 15px 0 13px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
    transition: all 0.3s ease;
  }
  .city .row3 .row3-item img {
    height: 34px;
  }
  .city .row3 .row3-item p {
    font-size: 14px;
    font-weight: 350;
    line-height: 168.86%;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .city .row3 .row3-item:hover {
    border-left: 18px solid #e8562f;
  }
  .city .row3 .row3-item:hover h3 {
    color: #e8562f;
  }
  .city .row4 {
    padding-bottom: 20px;
    margin: 50px auto;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 213.86%;
    letter-spacing: 0em;
    border-bottom: 1px solid #d8d8d8;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #505050;
  }
  .city .row4 span {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.04em;
    font-variation-settings: "opsz" auto;
    color: #e7582e;
  }
  .city .row5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 13px;
    row-gap: 13px;
  }
  .city .row5 .row5-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px;
    border: 1px solid #ebebeb;
  }
}
