.home-image  {
  position: relative;
  z-index:1;
  
}
.home-image img{width:100%;border-radius: 8px;}
.home-image-text{position: absolute;z-index:2;width:calc(100% - 0px);bottom:0;left:0;height:72px;padding:10px 20px;background-color: #0000005c;color:#fff;border-radius: 0 0 8px 8px;font-size:18px;}
.home-image-text .home-image-text-time{font-size:12px;color:#d7d7d7}
.home-news-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top:10px;
}
.home-news-list-item{
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}
.home-news-list-item .home-news-list-item-content{
  border-bottom: 1px solid #f0f0f0;
  height: 100%;
}
.home-news-list-item .home-news-list-item-img{
  width:80px;height:80px;display: flex;align-items: center;justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.home-news-list-item .home-news-list-item-img img{
  height:80px;
  width: unset;
  max-width: unset;
}

.home-news-list-item-content-text{
  font-size: 16px;
}
.home-news-list-item-content-time{font-size:12px;color:#666}
@media screen and (max-width: 1024px) {
  .home-image-text .home-image-text-time{font-size:10px;color:#d7d7d7;line-height: 18px;}
  .home-image-text{font-size:14px;height: 50px;padding:5px 10px;}
.home-news-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top:0px;
}
.home-news-list-item{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}
.home-news-list-item .home-news-list-item-img{
  width:60px;height:60px;display: flex;align-items: center;justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.home-news-list-item .home-news-list-item-img img{
  height:60px;
  width: unset;
  max-width: unset;
}
.home-news-list-item-content-text{
  font-size: 12px;
}
.home-news-list-item-content-time{font-size:10px;color:#666}
}
.cTil {
  padding: 10px 0 20px;
}
.cH1 {
  font-size: 18px;
  color: #ccc;
  line-height: 1;
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
}
.cH2 {
  font-size: 32px;
  color: #000;
  line-height: 48px;
}
.flex-container-row {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.align-start {
  align-items: flex-start;
}
.flex-container-row-reverse {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
.flex-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.vertical-text {
  writing-mode: vertical-rl; /* 或者使用 vertical-lr */
  text-orientation: upright; /* 确保文字是直立的 */
}
.clear:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .cTil {
    padding: 0rem 0.4rem 0.4rem;
  }

  .cH1,
  .information2 .info-npm2 .seabox h3 {
    font-size: 0.3rem;
  }
  .cH2,
  .information2 .info-npm2 .seabox h4 {
    font-size: 0.32rem;
    line-height: 0.4rem;
    padding-top: 10px;
  }
}
/*
侧边导航
*/
.grid-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  padding: 20px 0;
}
.fixed-column {
  display: block;
}
.fixed-column-view {
  background: #e2e2e2;
  padding-bottom: 3px;
  border-radius: 8px;
}
.auto-column {
  padding: 0 20px;
  position: relative;
}
.grid-container.contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px 0;
}
.auto-column-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 60px;
  top: 20px;
}
.auto-column-div-bg {
  border-radius: 8px;
}
.fixed-column-title {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(45deg, #006f68, #258d73);
  padding: 40px 0 30px 0;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gcd .fixed-column-title {
  background: linear-gradient(45deg, #d6320c, #cb0000);
  padding: 40px 0 30px 0;
}
.fixed-column-title .fixed-column-title-cn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
.fixed-column-title .fixed-column-title-cn .fixed-column-title-cn-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 10%;
}
.fixed-column-title
  .fixed-column-title-cn
  .fixed-column-title-cn-text
  .fixed-column-title-cn-line
  img {
  width: 15px;
}
.fixed-column-title
  .fixed-column-title-cn
  .fixed-column-title-cn-text
  .fixed-column-title-cn-line {
  position: absolute;
  right: -30px;
  top: 0;
}
.fixed-column-title .fixed-column-title-en {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  padding-top: 0px;
}
.fixed-column ul li {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  background: #f8f9fa;
}
.fixed-column ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.fixed-column ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  transition: all 0.5s ease;
  z-index: 1;
}
.fixed-column ul li::after {
  opacity: 0;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.fixed-column ul li.active {
  background: linear-gradient(to bottom, #4ba39b, #41bcb1);
  color: #fff;
}

.fixed-column ul li.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #4ba39b, #41bcb1);
  transition: all 0.5s ease;
  z-index: 1;
}

.gcd.fixed-column ul li.active {
  background: linear-gradient(45deg, #f35019, #ea2f01);
}
.gcd.fixed-column ul li.active::before {
  background: linear-gradient(45deg, #f35019, #ea2f01);
}

.fixed-column ul li a {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}
.fixed-column ul li.active::after {
  opacity: 1;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.fixed-column ul li:hover {
  background: linear-gradient(to bottom, #4ba39b, #41bcb1);
  color: #fff;
}
.gcd.fixed-column ul li:hover {
  background: linear-gradient(45deg, #f35019, #ea2f01);
}
.fixed-column ul li:hover::before {
  opacity: 0;
}
.fixed-column ul li:hover::after {
  opacity: 1;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .fixed-column {
    display: none;
  }
  .auto-column {
    padding: 0;
  }

  .auto-column-view {
    padding: 0 20px;
  }
  .auto-column-div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .auto-column-div-bg {
    border-radius: 0px;
    opacity: 0;
  }
}

/*公司新闻*/
.newsCont1 .ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.newsCont1 .auto {
  position: relative;
  padding-bottom: 64px;
}
.newsCont1 .filtrateBox {
  position: absolute;
  right: 0;
  top: 88px;
  z-index: 20;
}
.newsCont1 .ul a {
  overflow: hidden;
  border-radius: 10px;
  background: #f8f8f8;
}
.newsCont1 .ul a:last-child {
  margin-right: 0;
}
.newsCont1 .ul .dt {
  overflow: hidden;
}
.newsCont1 .ul .dd {
  height: 226px;
  padding: 28px 30px;
}
.newsCont1 .ul h4 {
  font-size: 16px;
  color: #35322f;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsCont1 .ul p {
  font-size: 12px;
  color: #b9b8b8;
  line-height: 22px;
  margin-bottom: 16px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsCont1 .ul .time {
  font-size: 14px;
  color: #d1cabe;
  line-height: 1.4;
  font-family: "Brandon Grotesque";
  transition: all 0.4s;
}
.newsCont1 .ul a:hover .time {
  color: #006f68;
}
.newsCont1 .ul a .cImg {
  transition: all 0.4s;
}
.newsCont1 .ul a:hover .cImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.newsCont1 .top-a {
  overflow: hidden;
  border-radius: 10px;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.newsCont1 .top-a .dt {
  overflow: hidden;
  border-radius: 10px;
}
.newsCont1 .top-a .dd {
  height: 226px;
  padding: 28px 30px;
}
.newsCont1 .top-a h4 {
  font-size: 24px;
  color: #35322f;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsCont1 .top-a p {
  font-size: 12px;
  color: #b9b8b8;
  line-height: 22px;
  margin-bottom: 16px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsCont1 .top-a .time {
  font-size: 24px;
  color: #d1cabe;
  line-height: 1.4;
  font-family: "Brandon Grotesque";
  transition: all 0.4s;
}
.newsCont1 .top-a:hover .time {
  color: #006f68;
}
.newsCont1 .top-a .cImg {
  transition: all 0.4s;
  border-radius: 10px;
}
.newsCont1 .top-a:hover .cImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
  .newsCont1 .ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  .newsCont1 .top-a {
    overflow: hidden;
    border-radius: 10px;
    background: #f8f8f8;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
    padding: 0;
  }
  .newsCont1 .top-a:last-child {
    margin-right: 0;
  }
  .newsCont1 .top-a .dt {
    overflow: hidden;
    border-radius: 0;
  }
  .newsCont1 .top-a .dd {
    height: 226px;
    padding: 28px 30px;
  }
  .newsCont1 .top-a h4 {
    font-size: 16px;
    color: #35322f;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .newsCont1 .top-a p {
    font-size: 12px;
    color: #b9b8b8;
    line-height: 22px;
    margin-bottom: 16px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .newsCont1 .top-a .time {
    font-size: 14px;
    color: #d1cabe;
    line-height: 1.4;
    font-family: "Brandon Grotesque";
    transition: all 0.4s;
  }
  .newsCont1 .top-a:hover .time {
    color: #006f68;
  }
  .newsCont1 .top-a .cImg {
    transition: all 0.4s;
    border-radius: 0;
  }
  .newsCont1 .top-a:hover .cImg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*公告*/
.auto {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.public-listul a {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #f9f8fa;
  padding: 30px 35px 30px 30px;
  position: relative;
  overflow: hidden;
}
.public-listul a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #006f68, #258d73);
  background-position: center;
  background-size: cover;
  transition: all 0.6s;
  opacity: 0;
}
.public-listul a:hover::after {
  opacity: 1;
}
.public-listul a:hover .fl {
  color: #fff;
}
.public-listul .fl {
  font-size: 16px;
  margin-top: 10px;
  width: 70%;
  color: #35322f;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  float: left;
}
.public-listul .fr {
  border-left: 3px solid #f8f8f8;
  padding-left: 17px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  float: right;
}
.public-listul .fr {
  font-size: 16px;
  color: #a3a3a3;
  font-family: "Brandon Grotesque";
  line-height: 1;
}
.public-listul a:hover .fr {
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.public-listul .fr .b1 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}
.public-listul .fr .b2 {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .auto {
    width: calc(100vw - 40px);
  }
  .public-listul a {
    padding: 0.3rem;
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .public-listul .fl {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
  .public-listul .fr .b1 {
    font-size: 0.36rem;
    line-height: 0.9;
  }
  .public-listul .fr .b2 {
    font-size: 0.36rem;
  }
  .public-listul .fr > div {
    font-size: 0.26rem;
  }
}

/*
关于我们
*/
.right-main {
  position: relative;
}
.right-main .one {
  width: 100%;
}
.right-main .one .top .title {
  font-size: 26px;
  color: #000;
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}
.right-main .one .top .text {
  font-size: 12px;
  color: #a3a3a3;
}
.right-main .one-main {
  width: 100%;
  padding: 0 60px;
}
.one-left {
  width: 37.5%;
  position: relative;
}
.one-left .one-pic {
  max-width: unset;
  width: 185%;
  margin-left: -85%;
}
.one-left .one-bg {
  position: absolute;
  width: 300%;
  max-width: unset;
  z-index: -1;
  top: -100%;
  right: -15%;
}
.one-right {
  width: 62.5%;
  position: relative;
  z-index: 2;
}
.one-right .text {
  font-size: 16px;
  color: #909499;
  margin-bottom: 80px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}
.num-list {
  width: 100%;
  padding-top: 30px;
}
.num-main .num-left {
  font-family: "Brandon Grotesque";
  font-size: 48px;
  color: #000;
  margin-right: 15px;
  line-height: 56px;
  position: relative;
}
.num-main .num-left span {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: -30px;
}
.num-main .num-right {
  padding-top: 20px;
  font-size: 14px;
  color: #909499;
  line-height: 18px;
}
.num-main {
  width: 50%;
  padding-right: 0.1rem;
}
.one-list .one:last-child {
  margin-bottom: 11.635%;
}
.one-list .one .left {
  width: 37.5%;
}
.one-list .one.img_sty {
  flex-direction: column-reverse;
}
.one-list .one.img_sty .left {
  width: 100%;
  margin-top: 0.5rem;
}

.one-list .one .left > img {
  width: 100%;
  display: block;
}
.one-list .one .right {
  width: 56.25%;
}

.one-list .one.img_sty .right {
  width: 100%;
}

.one-list > div:not(.flex-between) .left {
  display: none;
}
.one-list > div:not(.flex-between) .right {
  width: 100%;
}
.right-main .one-list > div:not(.flex-between) .right .top .text {
  margin-bottom: 4%;
}
.right-main .one-list .one .right .top .text {
  /*margin-bottom: 14.32%;*/
}
.right > .text {
  color: #909499;
  line-height: 1.66;
  font-size: 12px;
  text-indent: 2em;
  text-align: justify;
}
.num-left i {
  font-size: inherit;
}
.about-01 {
  padding: 60px;
  background-image: url(../images/21312-3213.jpg);
  background-size: 100% auto; /* 或 contain */
  background-position: bottom; /* 确保图片居中 */
  background-repeat: no-repeat; /* 防止图片重复 */
  padding-bottom:300px;
}
.auto-column-title-h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}
.auto-column-title-p {
  font-size: 16px;
  color: #909499;
}
.about-jx {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin: 30px 0 140px 0;
}
.about-jx .item {
  padding: 20px;
  background-image: url("../images/about_jx_bg.png");
  background-size: contain; /* 或 contain */
  background-position: center; /* 确保图片居中 */
  background-repeat: no-repeat; /* 防止图片重复 */
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a3a3a3;
}
.about-02 {
  display: flex;
  padding: 60px 0;
  align-items: center;
  width: 100%;
}
.about-02 .about-02-img {
  width: 150%;
}
.about-02 .about-02-img img {
  width: 100%;
  max-width: 100%;
}
.about-02-text {
  padding-left: 30px;
}
.about-02-text .about-02-text-h1 {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .right-main .one-main {
    padding: 0;
  }
  .about-02 {
    display: flex;
    padding: 30px 0;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebecee;
  }
  .about-02 .about-02-img {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
    display: none;
  }
  .about-02-text {
    padding: 20px;
  }
  .about-02-text .about-02-text-h1 {
    padding-top: 30px;
  }
  .about-01 {
    border-bottom: 1px solid #ebecee;
    padding: 20px;
  }
  .auto-column-title-h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
  }
  .auto-column-title-p {
    font-size: 12px;
    color: #909499;
  }
  .about-jx .item {
    font-size: 12px;
  }
  .about-jx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 30px 0 10px 0;
  }
  .num-list {
    width: 80vw;
    padding-bottom: 25px;
    padding-top: 10px;
  }
  .num-main .num-left,
  .num-main .num-left span {
    font-size: 24px;
    right: -15px;
    top: -15px;
  }
  .one-right .text {
    font-size: 12px;
    color: #909499;
    margin-bottom: 0.9rem;
    line-height: 1.66;
    text-indent: 2em;
    text-align: justify;
  }
  .one-left .one-pic {
    max-width: unset;
    width: 280%;
    margin-left: -150%;
  }
  .num-main .num-right {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #909499;
    line-height: 18px;
  }
  .one-left .one-bg {
    position: absolute;
    width: 300%;
    max-width: unset;
    z-index: -1;
    top: -60%;
    right: -15%;
  }
}
/*
企业文化
*/

.culture {
  position: relative;
  width: calc(100% - 40px);
  height: 750px;
  padding-top: 90px;
}
.culture .bg {
  left: 0;
  bottom: 0;
  position: absolute;
}
#svg {
  position: absolute;
  width: 320px;
  height: 320px;
  left: 50%;
  top: 45%;
  margin-left: -160px;
  margin-top: -160px;
  background: #4ba39b;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.acitve_cir {
  background: #4ba39b;
  width: 320px;
  height: 320px;
  position: absolute;
  border-radius: 320px 0 0 0;
  left: -50%;
  top: -50%;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform-origin: right bottom;
}
.cir_part {
  position: absolute;
  left: 50%;
  bottom: 50%;
}
.cir_part:hover {
  cursor: pointer;
}
#svg1 {
  transform: rotateZ(60deg);
  -webkit-transform: rotateZ(60deg);
  transform-origin: left bottom;
  z-index: 1;
}
#svg2 {
  transform: rotateZ(120deg);
  -webkit-transform: rotateZ(120deg);
  transform-origin: left bottom;
  z-index: 2;
}
#svg3 {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform-origin: left bottom;
  z-index: 3;
}
#svg4 {
  transform: rotateZ(240deg);
  -webkit-transform: rotateZ(240deg);
  transform-origin: left bottom;
  z-index: 4;
}
#svg5 {
  transform: rotateZ(300deg);
  -webkit-transform: rotateZ(300deg);
  transform-origin: left bottom;
  z-index: 5;
}
#svg6 {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  transform-origin: left bottom;
  z-index: 6;
}
#mid_cir {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}

.culture .left span,
.culture .right span {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #006f67;
}
.culture .left i,
.culture .right i {
  font-size: 12px;
  color: #006f67;
}
.culture .left i {
  margin-right: 10px;
}
.culture .right i {
  margin-left: 10px;
}
.culture .right > div {
  text-align: right;
  position: relative;
}
.culture .left p,
.culture .right p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #909499;
}
.line {
  width: 300px;
  height: 1px;
  background: #cccccc;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.line .line_blue {
  position: absolute;
  width: 0;
  height: 1px;
  background: #006f67;
  left: 0;
  top: 0;
  transition: width 1s ease, right 1s ease;
}
.right .line_blue {
  width: 390px;
  left: unset;
  right: -390px;
}
.culture .left > div:hover {
  cursor: pointer;
}
.culture .left > div:nth-child(1) {
  margin-left: 120px;
}
.culture .box:nth-child(1) {
  transform: translateX(-120px);
  -webkit-transform: translateX(-120px);
}
.culture .left > div:nth-child(2),
.culture .right > div:nth-child(2) {
  margin-top: 100px;
}
.culture .left > div:nth-child(3),
.culture .right > div:nth-child(3) {
  margin-top: 100px;
}
.culture .left > div:nth-child(3) {
  margin-left: 120px;
}
.culture .right > div:nth-child(3) {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}
.culture .circle {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  position: absolute;
  right: 0;
  top: -3.5px;
  background: #cccccc;
}
.culture .right .circle {
  right: unset;
  left: 0;
}
.line_box {
  position: relative;
  width: 300px;
}
.dashed {
  width: 100px;
  height: 0;
  border-bottom: 1px dashed #cccccc;
  position: absolute;
  right: -100px;
  top: 0;
}
.culture .right .dashed {
  right: unset;
  left: -100px;
}
.dashed1 {
  transform: translate(-20px, 33px) rotateZ(45deg);
  -webkit-transform: translate(-20px, 33px) rotateZ(45deg);
}
.dashed3 {
  transform: translate(-14px, -39px) rotateZ(-45deg);
  -webkit-transform: translate(-14px, -39px) rotateZ(-45deg);
}
.dashed4 {
  transform: translate(19px, 33px) rotateZ(135deg);
  -webkit-transform: translate(19px, 33px) rotateZ(135deg);
}
.dashed5 {
  transform: translate(0, 0) rotateZ(0deg);
  -webkit-transform: translate(0, 0) rotateZ(0deg);
}
.dashed5 .dsd_blu {
  left: unset;
  right: 0;
}
.dashed6 {
  transform: translate(19px, -34px) rotateZ(-135deg);
  -webkit-transform: translate(19px, -34px) rotateZ(-135deg);
}
.dsd_blu {
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  width: 0;
  border-bottom: 1px dashed #006f67;
  transition: width 0.7s ease;
}
.culture .left > div:hover .line_blue {
  width: 390px;
}
.culture .left > div:hover .circle,
.culture .right > div:hover .circle {
  transition-delay: 0.7s;
  background: #006f67 !important;
}
.culture .left > div:hover .dsd_blu {
  transition-delay: 0.7s;
  width: 100px;
}

.culture .right > div {
  text-align: right !important ;
  position: relative;
}
.culture .right p {
  text-align: right !important ;
}
.culture .right > div:hover .dsd_blu {
  transition-delay: 0.7s;
  width: 100px;
}
.culture .right > div:hover {
  cursor: pointer;
}
.culture .right > div:hover .line_blue {
  right: 0;
}
.culture .text {
  transform: translateY(-220px);
  -webkit-transform: translateY(-220px);
  z-index: 101;
  position: relative;
  text-align: center;
}
.culture .text span {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: #006f67;
  display: inline-block;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  position: relative;
}
.culture .text img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
#svg .iconfont {
  display: none;
}
.culture #svg .text p {
  display: none;
}

.textRightL {
  animation: moveRightL 2s ease;
  animation-fill-mode: both;
}
.textLeftL {
  animation: moveLeftL 2s ease;
  animation-fill-mode: both;
}
@keyframes moveRightL {
  0% {
    transform: translateX(-150px);
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes moveLeftL {
  0% {
    transform: translateX(150px);
    opacity: 0.1;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .culture .left,
  .culture .right {
    display: none;
  }
  .culture {
    width: 100%;
    height: 400px;
    padding-top: 0px;
  }
  #svg .iconfont {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    z-index: 10000;
    display: inline-block;
  }
  #svg .iconfont:hover,
  .icon-caidan:hover,
  .icon-guanbi:hover,
  .list > span.button:hover {
    cursor: pointer;
  }
  .icon-qiyejiazhiguan {
    transform: translate(47px, 201px);
    -webkit-transform: translate(47px, 201px);
  }
  #footer {
    position: relative;
  }
  .iconfont.icon-qiyeshiming {
    font-size: 33px !important;
    transform: translate(-73px, 92px);
    -webkit-transform: translate(-73px, 92px);
  }
  .icon-hangweizhunze {
    font-size: 36px !important;
    -webkit-transform: translate(-42px, -187px);
    transform: translate(-42px, -187px);
  }
  .icon-qiyejingshen {
    font-size: 32px !important;
    transform: translate(-15px, -73px);
    -webkit-transform: translate(-15px, -73px);
  }
  .icon-pinpaijiazhizhuzhang {
    font-size: 28px !important;
    transform: translate(-130px, 36px);
    -webkit-transform: translate(-130px, 36px);
  }
  .icon-qiyeyuanjing {
    transform: translate(-61px, 20px);
    -webkit-transform: translate(-61px, 20px);
  }
  .culture .text {
    width: 150px;
    margin: 0 auto;
    transform: translate(0px, -240px);
    -webkit-transform: translate(0px, -240px);
  }
  .culture .text span {
    width: 150px;
    font-size: 22px;
    line-height: 26px;
    margin-top: 0px;
  }
  .culture #svg .text p {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    text-align: center;
  }
}

/*
发展历程
*/
.honer-list1 {
  padding: 5px 0 0;
  background-color: #fff;
}
.w1200 {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.honer-list1 ul {
  margin-top: 1.75rem;
  position: relative;
}
.honer-list1 ul:after {
}
.honer-list1 ul li:after {
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: calc(100% + 25px);
  content: "";
  background-color: #dbe1e8;
  z-index: 1;
}
.honer-list1 ul li:nth-child(1):after {
  top: 25px;
}
.honer-list1 ul li:nth-last-child(1):after {
  height: calc(100% - 25px);
}
.honer-list1 ul li {
  cursor: pointer;
  position: relative;
  padding: 50px 0;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.honer-list1 ul li:hover {
  background-color: #f7f7f7;
}
.honer-list1 ul li .after {
  position: absolute;
  width: 57px;
  height: 57px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: all 0.3s;
  z-index: 10;
  opacity: 1;
  transform: translate(-50%, -50%);
  top: 50%;
}
.honer-list1 ul li p {
  text-align: unset;
}
.honer-list1 ul li .before {
  width: 57px;
  height: 57px;
  background-size: 57px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}
.honer-list1 ul li .left {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  transform: translateY(0%);
  left: 0;
  width: 47%;
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.honer-list1 ul li .left .shuzi {
  font-size: 32px;
  color: #666666;
  line-height: 34px;
  transition: all 0.3s;
  font-family: "Brandon Grotesque";
}
.honer-list1 ul li .right {
  float: right;
  width: 47%;
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 34px;
  transition: all 0.3s;
}
.honer-list1 ul li:nth-child(2n) .left {
  left: auto;
  right: 0;
  text-align: left;
}
.honer-list1 ul li:nth-child(2n) .right {
  float: left;
  text-align: right;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
@media screen and (max-width: 1023px) {
  .honer-list1 {
    padding: 0rem 0 0;
  }
  .honer-list1 .pinbold {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .honer-list1 ul {
    margin-top: 0rem;
  }
  .honer-list1 ul li .left {
    font-size: 0.24rem;
    margin-top: -0.2rem;
    transform: translateY(-50%);
    width: 45%;
  }
  .honer-list1 ul li .left .shuzi {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .honer-list1 ul li .right {
    font-size: 0.24rem;
    line-height: 0.36rem;
    width: 45%;
  }
  .honer-list1 ul li {
    margin-bottom: 0.3rem;
    padding: 0.3rem 0;
  }
  .honer-list1 ul li:after {
    width: 1px;
    height: 100%;
    top: 0.3rem;
    content: "";
    display: none;
  }
  .honer-list1 ul:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
  .honer-list1 ul:after {
    top: 0.3rem;
    height: calc(100% - 0.6rem);
  }
}

/*
联系我们
*/
.contact2025 {
  width: 100%;
  background: linear-gradient(to top, #ffffff, #f2f2f2);
  border-radius: 8px;
  margin:50px 0;
  position: relative;
  z-index:0;
  padding:50px;
  height: 60vh;
  /*
  background: url("../images/customer_banner_1721877466463.jpg");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
  */

}
.contact2025-img{
  width:400px;
  position: absolute;
  top:-50px;
  right:0;
}
.contact2025-img img{
  max-width: unset;
  width: 100%;
  border-radius: 8px;
}
.contact2025-text {
  padding: 20px 0 0 50px;
}
.contact2025-text p {
  font-size: 14px;
  line-height: 24px;
}
.contact2025-text-title {
  font-size: 18px !important;
  padding-top: 30px;
  padding-bottom:10px;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact2025-text-title img{padding-right:10px;width: 40px;}

@media screen and (max-width: 1023px) {
  .contact2025-img {
    display: none;
  }
  .contact2025 {
    border-radius: 0;
    height: 400px;
    margin: 0;
    padding: 0 20px;
  }
  .contact2025-text {
    padding: 50px 0 0 20px;
  }
  .contact2025-text-title {
    font-size: 0.32rem !important;
    padding-top: 30px;
    color: #2f2f2f;
  }
}

/* 企业荣誉 */

.honorcontent {
  padding-bottom: 30px;
}
.honor li {
  margin: 0;
  padding: 35px 30px;
  position: relative;
  z-index:1;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(to top, #ffffff, #f2f2f2);
  border-radius: 8px;
  margin: 30px 0;
}
.honor li::before{
  
  background: linear-gradient(to top, #fff,#fff 50%, #e5f5f5);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:1;
  left:0;
  top:0;
  transition: all 0.6s;
  opacity: 0;
  
}
.honor li:hover::before {
  opacity: 1;
}
.honor li p {
  margin: 0;
  padding: 0;
  color: #808080;
  font-family:"Brandon Grotesque";
  position: absolute;
  z-index:2;
  top: 30px;
  right: 20px;
}
.honor li h3 {
  color: #000;
  font-size: 18px;
  padding-left: 10px;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: bold;
  position: relative;
  z-index:2
}
.honor li span {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color:#a8a8a8;
  position: relative;
  z-index:2
}
@media screen and (max-width: 1023px) {
  .honorcontent {
    padding:  0 20px;
  }
  .honor li h3 {
    padding-left: 0;
  }
  .honor li p {
    display: none;
  }
}

.about1 {
  border-radius: 8px;
}
.about1 .culture {
  background: none;
  height: auto;
  padding: 0;
}
.about1 .culture.yuanlin {
  border-radius: 8px;
  padding-top: 0;
}
.about1 .culture ul {
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.about1 .culture ul li.li4 {
  width: 100%;
}
.about1 .culture .cn {
  font-size: 18px;
}
.about1 .culture .en {
  font-size: 14px;
  color: #9b9895;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .about1 .culture {
    background: none;
    height: auto;
    padding: 0 20px;
  }
  .about1 .culture ul {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

/*住宅物业*/
.corpor_public_btm {
  width: 100%;
  padding: 20px;
  position: relative;
}

.corpor_public_btm_ul {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}

.cpbu_li {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
}

.cpbu_li_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 35px 44px;
  background: linear-gradient(to top, #ffffff, #f2f2f2);
  border-radius: 18px;
  transition: all 0.36s;
  cursor: pointer;
}

.cpbu_li_wrap_tit p {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 18px;
}

.cpbu_li_wrap_info {
  padding-top: 10px;
}

.cpbu_li_wrap_info p {
  color: #666;
  line-height: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cpbu_li_wrap .he_h1p1bti {
  border: none;
}

.clwm_le p {
  color: #274a94;
  line-height: 2;
}

.cpbu_li_wrap_more a {
  display: flex;
  align-items: center;
}

.clwm_le {
  padding-right: 12px;
}

.cpbu_li .cpbu_li_wrap {
  padding-right: 250px;
}

.cpbu_li_wrap_info {
  margin-bottom: 52px;
}

.cpbu_li:nth-child(2) .cpbu_li_wrap,
.cpbu_li:nth-child(4) .cpbu_li_wrap {
  padding-left: 250px;
  padding-right: 44px !important;
}

.cpbu_li_wrap_more {
  display: inline-block;
}

.cpbu_li:nth-child(1) .cpbu_li_wrap {
  border-top-right-radius: 0;
}

.cpbu_li:nth-child(2) .cpbu_li_wrap {
  border-top-left-radius: 0;
}

.cpbu_li:nth-child(3) .cpbu_li_wrap {
  border-bottom-left-radius: 0;
}

.cpbu_li:nth-child(4) .cpbu_li_wrap {
  border-bottom-right-radius: 0;
}

.cpbu_li_wrap_img {
  position: absolute;
  width: 198px;
}

.cpbu_li1 .cpbu_li_wrap_img {
  bottom: 0;
  right: 0;
}

.cpbu_li1 .cpbu_li_wrap_img img:nth-child(1),
.cpbu_li2 .cpbu_li_wrap_img img:nth-child(1) {
  transform: rotateX(180deg);
}

.cpbu_li2 .cpbu_li_wrap_img {
  bottom: 0;
  left: 0;
}

.cpbu_li3 .cpbu_li_wrap_img {
  top: 0;
  right: 0;
}

.cpbu_li4 .cpbu_li_wrap_img {
  top: 0;
  left: 0;
}

.corpor_public_btm_img {
  width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.corpor_public_btm_pc {
  width: 100%;
  display: none;
}

.corpor_public_btm_pc img {
  width: 100%;
}
.cpbu_li_wrap:hover {
  background: linear-gradient(to top, #ffffff, #e2e2e2);
}
.cpbu_li1:hover .cpbu_li_wrap {
  transform: translate(-10px, -10px);
}

.cpbu_li2:hover .cpbu_li_wrap {
  transform: translate(10px, -10px);
}

.cpbu_li3:hover .cpbu_li_wrap {
  transform: translate(-10px, 10px);
}

.cpbu_li4:hover .cpbu_li_wrap {
  transform: translate(10px, 10px);
}
@media screen and (max-width: 1024px) {
  .corpor_public_btm {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .corpor_public_btm_img {
    width: 240px;
    top: 49%;
  }
  .corpor_public_btm_img,
  .cpbu_li_wrap_img {
    display: none;
  }

  .cpbu_li_wrap {
    padding: 32px 30px;
  }
  .cpbu_li_wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .corpor_public_btm_pc {
    display: block;
    width: calc(100% - 100px);
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .corpor_public_btm_pc img {
    width: 100%;
  }
  .cpbu_li .cpbu_li_wrap {
    padding-right: 200px;
  }

  .cpbu_li:nth-child(2) .cpbu_li_wrap,
  .cpbu_li:nth-child(4) .cpbu_li_wrap {
    padding-left: 200px;
    padding-right: 30px !important;
  }

  .cpbu_li_wrap_info {
    padding-top: 0px;
  }

  .cpbu_li_wrap_info {
    margin-bottom: 20px;
  }

  .he_h1p1bti p {
    font-size: 20px;
  }

  .corpor_pop_cont {
    padding-top: 0 !important;
  }

  .corpor_pop_cont_wrap {
    padding-top: 40px;
  }

  .corpor_pop_cont .mCSB_scrollTools {
    height: calc(100% - 50px);
  }

  .cpbu_li_wrap {
    padding: 20px 20px;
    border-radius: 10px !important;
  }
  .cpbu_li {
    width: calc(100% - 40px);
    padding: 0 7px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .he_h1p1bti {
    padding-bottom: 5px;
    border: none;
  }
  .cpbu_li_wrap_info {
    margin-bottom: 6px;
  }
  .cpbu_li_wrap_info p {
    line-height: 1.75;
  }
}

.about1 .ppppp3.culture ul li.li4 {
  height: 250px;
  padding: 36px 30px 0;
}
.about1 .ppppp3.culture .tit {
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  .about1 .ppppp3.culture ul li.li4 {
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0.55rem 0.4rem;
    height: auto;
  }
  .about1 .ppppp3.culture .cn {
    margin-top: 0.4rem;
    font-size: 0.42rem;
  }
}

.r1_case {
  z-index: 2;
  position: relative;
  padding: 50px 20px;
}
.r1_case .pub_case {
  width: 100%;
}
.r1_case .pub_case {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
}

.r1_case .pub_case .r1_con_left {
  width: 20%;
  padding-top: 0.52083vw;
}

.pub_title_h3 {
  color: #4b4b4b;
  font-weight: 700;
}
.pub_title_h3 {
  font-size: 24px;
  line-height: 1.2632;
  margin-bottom: 10px;
}
.r1_case .pub_case .r1_con_left .pub_info {
  margin-top: 2.39583vw;
}
.r1_case .pub_case .r1_con_left .pub_info {
  font-size: 14px;
  line-height: 1.8;
}
.r1_case .pub_case .r1_con_right {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  padding-top: 10px;
  align-items: stretch; /* 使所有行高度相同 */
  justify-content: center;
}

.r1_case .pub_case .r1_con_right > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: linear-gradient(to top, #ffffff, #f2f2f2);
}

.r1_case .pub_case .r1_con_right > div .r1_icon {
  width: 4.94792vw;
  height: 4.94792vw;
  color: #4b4b4b;
  background: #f0f7fd;
  border-radius: 50%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.r1_case .pub_case .r1_con_right > div .r1_icon i {
  font-size: 2.39583vw;
}

.r1_case .pub_case .r1_con_right > div .r1_i_right {
  width: calc(100% - 7.29167vw);
}

.r1_case .pub_case .r1_con_right > div .r1_i_right .pub_title_h4 {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.r1_case .pub_case .r1_con_right > div .r1_i_right .pub_info {
  margin-top: 0.52083vw;
}

.font_box,
.pub_info2 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding-left: 30%;
}
.r1_case-title {
  font-size: 16px;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .r1_case {
    padding: 10px 20px;
  }
  .r1_case .pub_case .r1_con_right {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-top: 0px;
    align-items: stretch; /* 使所有行高度相同 */
    justify-content: center;
  }
  .r1_case .pub_case .r1_con_right > div .r1_icon {
    width: 10vw;
    height: 10vw;
    margin-right: 20px;
  }
  .r1_case .pub_case .r1_con_right > div {
    padding: 20px 20px;
  }
  .r1_case .pub_case .r1_con_right > div .r1_i_right .pub_title_h4 {
    font-size: 16px;
  }
  .pub_title_h3 {
    font-size: 16px;
  }
  .r1_case-title {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

.business2_2 {
  border-radius: 8px;
  padding: 0px 0px;
}
.ghyz-item {
  padding: 20px 30px !important;

  background: linear-gradient(to top, #ffffff, #f2f2f2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.ghyz-item:hover {
}
.ghyz-item .cn {
  font-size: 18px !important;
  font-weight: 900;
  color: #5b5b5b !important;
}
.top-10 {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .ghyz-con {
    padding: 0px 20px;
  }
  .business2_2 {
    border-radius: 0px;
  }
}

.ddzz-title {
  font-size: 24px;
  color: #000;
  margin: 20px 0 20px 0;
}
.dzzz {
  padding: 50px 0px;
  position: relative;
}
.dzzz_t {
  text-align: center;
  margin-bottom: 62px;
}
.dzzz_t h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.dzzz_t p {
  font-size: 16px;
  color: #777777;
}
.ddzz_b {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.ddzz_bl,
.ddzz_br {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ddzz_bl {
  width: 40%;
  position: absolute;
  z-index: 2;
  background: #fffffff3;
  padding: 30px;
  border-radius: 8px;
  top: 13%;
  left: 5%;
  box-shadow: 0px 2px 6px 0px rgba(99, 99, 99, 0.1),
    0px 7px 16px 0px rgba(74, 74, 74, 0.06),
    0px 4px 9.642px 6px rgba(201, 201, 201, 0.05);
}
.ddzz_br {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
}
.ddzz_br img {
  width: 100%;
  border-radius: 8px;
}
.ddzz_btxt {
  padding: 10px 0;
}
.ddzz_btxt h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
}
.ddzz_btxt p {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
}
.wycyxqan {
  padding: 10px 30px;
}
.wycyxq_bt {
  position: relative;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
}
.wycyxq_bt img {
  display: block;
  margin-right: 20px;
  width: 30px;
}
.wycyxq_bt h3 {
  display: inline-block;
  padding: 10px 0 10px 0px;
  box-sizing: border-box;
  width: 90%;
  font-size: 18px;
  color: #595656;
  vertical-align: middle;
}
.wycyxq_bt span {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  font-size: 44px;
  color: #b5b5b4;
}
.wycyxqan.bg_on {
  background: linear-gradient(to top, #ffffff, #ededed);
  border-radius: 8px;
}
.wycyxq_bt.ac img {
  display: block;
}
.wycyxq_bt.ac h3 {
  color: #006f68;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .ddzz-title {
    font-size: 0.32rem;
    color: #000;
    margin: 20px 0;
  }
  .dzzz {
    padding: 10px 0;
  }
  .ddzz_bl,
  .ddzz_br {
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  .ddzz_b {
    padding: 0 5%;
  }
  .ddzz_br {
    display: none;
  }
  .wycyxq_bt h3 {
    width: 85%;
  }
  .wycyxq_bt span {
    width: 15%;
    font-size: 28px;
  }
}

.gcd-round {
  width: 65%;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
.gcd-round-bg {
  width: 100%;
  position: relative;
  z-index: 1;
  left: -10%;
}
.gcd-round-bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: -9%;
  top: 0;
}
.gcd-round-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: -10%;
  top: 0;
}

.business2_1 {
  padding: 0 20px;
  margin-top: -100px;
}
.business2_1 .newjymt .ul .li {
  width: 20%;
}
.business2_1 .newjymt .ul .li .newsildbox-s-title {
  font-size: 24px;
  color: #fff;
  padding-top: 70%;
}
.business2_1 .newjymt .ul .li.on1 {
  justify-content: flex-start;
  width: 40%;
}
.gcd-3 {
  padding: 0 20px;
}
.gcd-3 img {
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .business2_1 .newjymt .ul .li .newsildbox-s-title {
    font-size: 0.2rem;
    color: #fff;
    padding-top: 70%;
  }
  .gcd-round {
    width: 80%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
  }
  .gcd-round-bg {
    left: -0%;
  }
  .gcd-round-bottom {
    left: -0%;
  }
  .gcd-round-text {
    left: -0%;
  }
  .business2_1 {
    padding: 0 20px;
    margin-top: 0px;
  }
  .newsildbox {
    border-radius: 0;
  }
  .gcd-3 {
    padding: 20px 0 0 0;
  }
  .business2_1 .newjymt .newsild {
    margin: 0;
  }
  .business2_1 .swiper-wrapper {
    display: block;
  }
}

.p6-1 {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p6-1-round {
  border: 25px solid #e3e3e3;
  width: 90%;
  height: 200px;
  border-radius: 100px;
  position: relative;
}
.arrow-box {
  width: 30px;
  height: 20px;
  display: grid;
  position: absolute;
  z-index: 1;
}
.arrow-box .arrow-right {
  width: 20px;
  height: 20px;
  background: url("../images/right.svg");
  background-size: contain; /* 或 contain */
  background-position: center; /* 确保图片居中 */
  background-repeat: no-repeat; /* 防止图片重复 */
  position: absolute;
  animation: arrowAnimation 0.6s infinite;
}
.arrow-box .arrow-right.arrow-1 {
  z-index: 2;
  left: 0;
  top: 0;
  animation-delay: 0s;
}
.arrow-box .arrow-right.arrow-3 {
  z-index: 2;
  left: 8px;
  top: 0;
  animation-delay: 0.2s;
}
.arrow-box .arrow-right.arrow-2 {
  z-index: 2;
  left: 16px;
  top: 0;
  animation-delay: 0.4s;
}
.arrow-box-1 {
  top: -22px;
  left: 12%;
}
.arrow-box-2 {
  top: -22px;
  left: 36.5%;
}
.arrow-box-3 {
  top: -22px;
  right: 36.5%;
}
.arrow-box-4 {
  top: -22px;
  right: 12%;
}

.arrow-box-5 {
  bottom: -22px;
  left: 8%;
  transform: rotate(180deg);
}
.arrow-box-6 {
  bottom: -22px;
  left: 18%;
  transform: rotate(180deg);
}
.arrow-box-7 {
  bottom: -22px;
  right: 18%;
  transform: rotate(180deg);
}
.arrow-box-8 {
  bottom: -22px;
  right: 8%;
  transform: rotate(180deg);
}

.p6-1-img {
  position: absolute;
  z-index: 3;
  width: 70%;
  height: 20px;
  top: -30%;
  left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p6-1-img > div {
  width: 33%;
}
.p6-1-img > div img {
  width: 50%;
  margin: 0 auto;
}
.p6-1-text {
  background: linear-gradient(45deg, #006f68, #258d73);
  width: 50%;
  position: absolute;
  z-index: 3;
  bottom: -30%;
  left: 25%;
  line-height: 60px;
  border-radius: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@keyframes arrowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p6-2 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.p6-2-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f9f8fa;
  border-radius: 8px 8px 0 0;
  padding: 40px 50px;
  color: #555;
}
.p6-2-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f1f1f1;
  padding: 40px 50px;
  color: #555;
}
.p6-2-3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(45deg, #006f68, #258d73);
  border-radius: 0 0 8px 8px;
  padding: 40px 50px;
  color: #fff;
}
.p6-2-t-1 {
  font-size: 56px;
  font-family: "Brandon Grotesque";
  line-height: 60px;
  width: 7%;
}
.p6-2-t-2,
.p6-2-t-4,
.p6-2-t-6,
.p6-2-t-10 {
  font-size: 14px;
  line-height: 20px;
  width: 12%;
}
.p6-2-t-2 {
  padding: 0 10px;
}
.p6-2-t-4,
.p6-2-t-6,
.p6-2-t-10 {
  text-align: center;
}
.p6-2-t-10w {
  width: 8%;
}
.p6-2-t-3,
.p6-2-t-5,
.p6-2-t-7,
.p6-2-t-9 {
  padding: 0 0px;
  width: 6%;
}
.p6-2-t-3 img,
.p6-2-t-5 img,
.p6-2-t-7 img,
.p6-2-t-9 img {
  width: 100%;
}
.p6-2-t-8 {
  width: calc(25% - 20px);
  height: 10px;
}
.p6-2-box {
  position: absolute;
  width: 18%;
  height: 100%;
  padding: 5% 0;
  border-radius: 100px;
  background-color: #fff;
  border: 5px solid #96b1ad;
  z-index: 2;
  top: 0%;
  right: 21.5%;
  display: grid;
  text-align: center;
  grid-template-columns: 1fr;
  justify-content: center;
}
.p6-2-box-icon {
  width: 100%;
  padding: 0% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p6-2-box-icon img {
  width: 30%;
}
.p6-2-box-icon div {
  text-align: left;
  line-height: 18px;
  font-size: 12px;
  padding-left: 10px;
}

@media screen and (max-width: 1023px) {
  .p6-1 {
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p6-1-round {
    border: 20px solid #e3e3e3;
    width: 100%;
    height: 150px;
    border-radius: 60px;
    position: relative;
  }
  .p6-1-text {
    background: linear-gradient(45deg, #006f68, #258d73);
    width: 50%;
    position: absolute;
    z-index: 3;
    bottom: -28%;
    left: 25%;
    line-height: 40px;
    border-radius: 100px;
    font-size: 10px;
    color: #fff;
    text-align: center;
  }
  .arrow-box {
    width: 30px;
    height: 15px;
    display: grid;
    position: absolute;
    z-index: 1;
  }
  .arrow-box .arrow-right {
    width: 15px;
    height: 15px;
  }
  .arrow-box-1 {
    top: -18px;
    left: 6%;
  }
  .arrow-box-2 {
    top: -18px;
    left: 32%;
  }
  .arrow-box-3 {
    top: -18px;
    right: 32%;
  }
  .arrow-box-4 {
    top: -18px;
    right: 6%;
  }

  .arrow-box-5 {
    bottom: -18px;
    left: 8%;
    transform: rotate(180deg);
  }
  .arrow-box-6 {
    bottom: -18px;
    left: 18%;
    transform: rotate(180deg);
  }
  .arrow-box-7 {
    bottom: -18px;
    right: 18%;
    transform: rotate(180deg);
  }
  .arrow-box-8 {
    bottom: -18px;
    right: 8%;
    transform: rotate(180deg);
  }
  .p6-1-img {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: 20px;
    top: -20%;
    left: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p6-1-img > div {
    width: 33%;
  }
  .p6-1-img > div img {
    width: 60%;
    margin: 0 auto;
  }

  .p6-2 {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    display: flex;
    width: calc(100% - 40px);
    margin: 0 auto;
    justify-content: space-between;
  }
  .p6-2-1 {
    width: 33%;
    display: block;
    background-color: #f9f8fa;
    border-radius: 8px 0px 0 8px;
    padding: 20px 0px;
    color: #555;
    text-align: center;
  }
  .p6-2-2 {
    width: 33%;
    display: block;
    background-color: #f1f1f1;
    padding: 20px 0px;
    color: #555;
    text-align: center;
  }
  .p6-2-3 {
    width: 33%;
    display: block;
    background: linear-gradient(45deg, #006f68, #258d73);
    border-radius: 0 8px 8px 0px;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
  }
  .p6-2-t-1 {
    font-size: 36px;
    font-family: "Brandon Grotesque";
    line-height: 60px;
    width: 100%;
  }
  .p6-2-t-2,
  .p6-2-t-4,
  .p6-2-t-6,
  .p6-2-t-10 {
    font-size: 12px;
    line-height: 24px;
    width: 100%;
  }
  .p6-2-t-2 {
    padding: 0 0px;
  }
  .p6-2-t-4,
  .p6-2-t-6,
  .p6-2-t-10 {
    text-align: center;
  }
  .p6-2-t-10 {
    width: 100%;
  }
  .p6-2-t-6 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p6-2-t-3,
  .p6-2-t-5,
  .p6-2-t-7,
  .p6-2-t-9 {
    padding: 20px 0px;
    width: 100%;
  }
  .p6-2-t-3 img,
  .p6-2-t-5 img,
  .p6-2-t-7 img,
  .p6-2-t-9 img {
    width: 35%;
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .p6-2-t-8 {
    width: calc(25% - 20px);
    height: 120px;
  }
  .p6-2-box {
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 5% 0;
    border-radius: 100px;
    background-color: #fff;
    border: 3px solid #96b1ad;
    z-index: 2;
    bottom: 22.5%;
    top: auto;
    right: 0%;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }
  .p6-2-box-icon {
    width: 100%;
    padding: 0% 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p6-2-box-icon img {
    width: 30%;
  }
  .p6-2-box-icon div {
    text-align: left;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
  }
}

.p6-3 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.p6-3-1 {
  width: 25%;
  display: block;
  background-color: #f9f8fa;
  border-radius: 8px 0px 0 8px;
  padding: 0px 0px 50px 0;
  color: #555;
  text-align: center;
}
.p6-3-2 {
  width: 25%;
  display: block;
  background-color: #f9f8fa;
  padding: 0px 0px 50px 0;
  color: #555;
  text-align: center;
}
.p6-3-3 {
  width: 25%;
  display: block;
  background-color: #f9f8fa;
  padding: 0px 0px 50px 0;
  text-align: center;
  color: #555;
}
.p6-3-4 {
  width: 25%;
  display: block;
  background-color: #f9f8fa;
  border-radius: 0 8px 8px 0px;
  padding: 0px 0px 50px 0;
  text-align: center;
  color: #555;
}
.p6-3-t-1 {
  font-size: 36px;
  font-family: "Brandon Grotesque";
  width: 100%;
  background: #006f68;
  padding-top: 50px;
  color: #fff;
}
.p6-3-2 .p6-3-t-1,
.p6-3-4 .p6-3-t-1 {
  background: #258d73;
}
.p6-3-1 .p6-3-t-1 {
  border-radius: 8px 0 0 0;
}
.p6-3-4 .p6-3-t-1 {
  border-radius: 0px 8px 0 0;
}
.p6-3-t-2 {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  background: #006f68;
  color: #fff;
  padding-bottom: 40px;
}
.p6-3-2 .p6-3-t-2,
.p6-3-4 .p6-3-t-2 {
  background: #258d73;
}
.p6-3-t-3,
.p6-3-t-4,
.p6-3-t-6 {
  font-size: 14px;
  text-align: center;
  padding: 20px 0px;
  width: 100%;
}
.p6-3-t-3 {
  background: #f1f1f1;
  color: #555;
}

.p6-3-t-3-title,
.p6-3-t-4-title {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  width: 100%;
}
.p6-3-t-4 {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p6-3-t-5 img {
  width: 25%;
  transform: rotate(90deg);
  margin: 0 auto;
}
.p6-3-t-6 {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .p6-3 {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0px 0 20px 0;
  }
  .p6-3-t-1 {
    padding-top: 20px;
    font-size: 24px;
  }
  .p6-3-t-2 {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .p6-3-t-3,
  .p6-3-t-4,
  .p6-3-t-6 {
    font-size: 12px;
  }
  .p6-3-t-3-title,
  .p6-3-t-4-title {
    font-size: 10px;
  }
  .p6-3-t-5 img {
    width: 45%;
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .p6-3-1,
  .p6-3-2,
  .p6-3-3,
  .p6-3-4 {
    padding: 0px 0px 20px 0;
  }
}

.process-container {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
  gap: 40px;
}

/* 流程部分通用样式 */
.process-section {
  flex: 1;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 标题样式 */
.section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

/* 管家学院部分 */
.academy-section .circle {
  width: 230px;
  height: 230px;
  background: linear-gradient(45deg, #4ba39b, #41bcb1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}

.circle-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.circle-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

.academy-details {
  margin-top: 30px;
  text-align: center;
}

.detail-list {
  list-style: none;
}

.detail-list li {
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  color: #555;
}

.detail-list li:before {
  content: "•";
  color: #36a39f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}

/* 管家队伍部分 */
.team-section {
  position: relative;
}

.circles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 230px;
}

.circle-professional {
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, #006f68, #258d73);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 30%;
  transform: translateX(-10%);
  z-index: 1;
}

.circle-service {
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, #4ba39b, #41bcb1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 30%;
  transform: translateX(10%);
  z-index: 2;
}

.team-icon {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.user-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.user-icon {
  width: 45px;
  height: 45px;
  background-color: #e0e0e0;
  border-radius: 50%;
  position: relative;
}

.user-icon:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #b0b0b0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.user-icon:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 28px;
  background-color: #b0b0b0;
  border-radius: 0 0 45px 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-details {
  margin-top: 30px;
  display: block;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #555;
}

.team-detail-item:before {
  content: "•";
  font-size: 20px;
  color: #36a39f;
}

/* 管家模式部分 */
.model-section {
  position: relative;
}

.model-circles-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 230px;
}

.circle-process {
  width: 130px;
  height: 130px;
  background: linear-gradient(45deg, #006f68, #258d73);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.circle-custom {
  width: 130px;
  height: 130px;
  background: linear-gradient(45deg, #006f68, #258d73);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 30%;
  transform: translateX(-5%);
  z-index: 2;
}

.circle-cycle {
  width: 130px;
  height: 130px;
  background: linear-gradient(45deg, #4ba39b, #41bcb1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 5%;
  right: 30%;
  transform: translateX(5%);
  z-index: 2;
}

.model-details {
  margin-top: 30px;
  text-align: center;
}

.model-detail-list {
  list-style: none;
}

.model-detail-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.model-detail-list li:before {
  content: "•";
  color: #36a39f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}

/* 箭头样式 */
.arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.arrow img {
  position: absolute;
  left: -50%;
  top: 150px;
}
.arrow-2 img {
  left: 50%;
}

/* 响应式设计 */

@media (max-width: 1024px) {
  .process-container {
    padding: 0 20px;
    gap: 0;
    margin: 20px 0;
  }
  .section-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .academy-section .circle {
    width: 80px;
    height: 80px;
  }

  .circle-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .arrow {
    width: 10px;
  }

  .circle-subtitle {
    font-size: 10px;
    line-height: 18px;
  }
  .circles-container {
    height: 80px;
  }
  .circle-professional,
  .circle-service {
    width: 60px;
    height: 60px;
    font-size: 10px;
    line-height: 14px;
  }
  .model-circles-container {
    height: 80px;
  }

  .circle-process,
  .circle-custom,
  .circle-cycle {
    width: 50px;
    height: 50px;
    font-size: 10px;
    padding: 5px;
    line-height: 18px;
  }

  .circle-process {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .circle-custom {
    bottom: 5%;
    left: 30%;
    transform: translateX(-5%);
    z-index: 2;
  }

  .circle-cycle {
    bottom: 5%;
    right: 30%;
    transform: translateX(5%);
    z-index: 2;
  }

  .team-icon {
    bottom: -50px;
  }

  .user-icon {
    width: 35px;
    height: 35px;
  }

  .user-icon:before {
    width: 20px;
    height: 20px;
  }

  .user-icon:after {
    width: 35px;
    height: 20px;
    border-radius: 0 0 35px 35px;
  }
  .detail-list li {
    font-size: 12px;
    margin-bottom: 0;
  }
  .team-details {
    margin-top: 10px;
    gap: 5px;
    font-size: 12px;
    display: block;
    color: #000;
  }
  .team-detail-item {
    margin-bottom: 0;
  }
  .academy-details {
    margin-top: 10px;
  }
  .model-details {
    margin-top: 10px;
  }
  .model-detail-list li {
    font-size: 12px;
    margin-bottom: 0;
  }
  .arrow img {
    position: absolute;
    left: -50%;
    top: 70px;
  }
  .arrow-2 img {
    left: 50%;
  }
}
.cpbu_li_wrap_info_span {
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.p-5 {
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 1;
  height: 200px;
}
.p-5-left {
  width: 55%;
  height: 200px;
  background: linear-gradient(45deg, #4ba39cd5, #41bcb2d2);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-5-right {
  width: 55%;
  height: 200px;
  background: linear-gradient(45deg, #006f68e5, #258d73df);
  border-radius: 100px;
  right: 0px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-5-title {
  text-align: center;
  font-size: 18px;
  padding: 30px 0 10px 0;
  color: #fff;
}
.p-5-content {
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.p-5-content span {
  width: 28%;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 10px 10px;
  text-align: center;
}
.p-6-6 {
  background: #f9f9f9;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 40px 0 0 0;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.p-6-6 > div {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-6-6 > div::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #ededed;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
}
.p-6-6 > div:first-child::after {
  display: none;
}
.p-6-6 .p-6-6-1 {
  font-size: 18px;
  font-weight: bold;
}
.p-6-6 .p-6-6-2 p,
.p-6-6 .p-6-6-3 p,
.p-6-6 .p-6-6-4 p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.p-6-6 img {
  width: 60px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-5 {
    width: calc(100% - 40px);
    margin: 0px auto;
    height: auto;
  }
  .p-5-left {
    width: 100%;
    height: 140px;
    background: linear-gradient(45deg, #4ba39cd5, #41bcb2d2);
    border-radius: 20px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom: 20px;
  }
  .p-5-right {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #006f68e5, #258d73df);
    border-radius: 20px;
    right: 0px;
    position: relative;
    top: 0;
    z-index: 2;
  }
  .p-5-title {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 10px 0;
    color: #fff;
  }
  .p-5-content {
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .p-5-content span {
    width: 33%;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 10px 10px;
    text-align: center;
  }
  .p-6-6 {
    width: calc(100% - 40px);
    margin: 20px auto;
    height: auto;
    padding: 0;
  }
  .p-6-6 img {
    width: 50px;
    margin: 0 auto;
  }
  .p-6-6 .p-6-6-1 {
    font-size: 14px;
    font-weight: bold;
  }
  .p-6-6 .p-6-6-2 p,
  .p-6-6 .p-6-6-3 p,
  .p-6-6 .p-6-6-4 p {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
  }
}

.row02 {
  width: 100%;
}

.pub_case_n {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.row02_txt {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.row02_txt .row02_block .n_img_case img {
  width: 50px;
}
.row02_txt .img_center {
  width: 50%;
}
.row02_txt .row02_block {
  color: #000;
  text-align: left;
  width: 24%;
  position: absolute;
}
.pub_tit_l_n {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  color: #000;
}
.pub_info_n {
  font-size: 14px;
  color: #555;
}
.pub_info_n span {
  color: #000;
  font-weight: 900;
  display: inline-flex;
}
.row02_txt .row02_block:nth-child(2) {
  top: -20px;
  left: 40px;
}
.row02_txt .row02_block:nth-child(3) {
  top: -20px;
  right: 40px;
}
.row02_txt .row02_block:nth-child(4) {
  top: 65%;
  left: 40px;
}
.row02_txt .row02_block:nth-child(5) {
  top: 65%;
  right: 40px;
}
.pub_case_n_b{
  position: absolute;
  width:50%;
  height:50%;
  background: linear-gradient(to top, #ffffff, #f2f2f2);
  z-index: -1;
}
.pub_case_n_b.pub_case_n_b_1{
  left:0;
  top:0;
  border-radius: 20px 0 0 0;
}
.pub_case_n_b.pub_case_n_b_2{
  right:0;
  top:0;
  border-radius: 0px 20px 0 0;
}
.pub_case_n_b.pub_case_n_b_3{
  left:0;
  bottom:0;
  border-radius: 0px 0 0 20px;
  background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.pub_case_n_b.pub_case_n_b_4{
  right:0;
  bottom:0;
  border-radius: 0px 0 20px 0;
  background: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
@media (max-width: 1024px) {
  .pub_case_n{padding:0 20px;}
.pub_case_n .row02_con_case .row02_txt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
.pub_case_n .row02_con_case .row02_txt .img_center {
        width: 80%;
    }
   .pub_case_n .row02_con_case .row02_txt .row02_block {
        width: 50%;
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: .5rem;
        padding-left: .2rem;
        display: -ms-flexbox;
        display: flex
;
        position: relative;
    }

.pub_case_n .row02_con_case .row02_txt .row02_block:nth-child(2n) {
        padding-left: 0;
        padding-right: .2rem;
    }

    .row02_txt .row02_block:nth-child(2) {
  top: -0;
  left: 0;
}
.row02_txt .row02_block:nth-child(3) {
  top: -0;
  right: -0;
}
.row02_txt .row02_block:nth-child(4) {
  top: 0%;
  left: 0;
}
.row02_txt .row02_block:nth-child(5) {
  top: 0%;
  right: -0;
}
.pub_tit_l_n {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  color: #000;
}
.pub_info_n {
  font-size: 12px;
  color: #555;
}
.pub_case_n_b{display: none;}
  }

.newsList{
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.newsList dl {
    padding: 20px 0;
    height: 220px;
    border-top: 1px solid #f4f4f4;
}
.newsList dl dt {
  float: left;
  overflow: hidden;
        width: 25% !important;
    }
.newsList dl dt img{}
.newsList dl dd {
    float: right;
    width: 70% ;
    height: 100%;
    position: relative;
}
.newsList dl dd h6 {
    color: #006f68;
    font-size: 28px;
    margin-bottom: 6px;
    line-height: 20px;
    font-family: "Brandon Grotesque";
}
.newsList dl dd h4 {
    color: #666;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: color .3s;
}
.newsList dl dd .txt {
    height: 80px;
    position: relative;
}
.newsList dl:after {
    content: "";
    display: block;
    clear: both;
}
.newsList a {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 1024px) {
  .newsList dl {
    padding: 20px;
    height: 160px;
    border-top: 1px solid #f4f4f4;
}
.newsList dl dd h6 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.newsList dl dd h4 {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: color .3s;
}
.newsList dl dd .txt p{
  font-size:10px
}
}



.ad-list {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: center;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.ad-list .mid {
  width: 70%;
}
.ad-list .right .go-down {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ad-list .right .go-down > i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.ad-list .right .go-down:hover > i {
  background-color: #0d4486;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
}
.ad-list .right .go-down.on > i {
  background-color: #0d4486;
  transform: translateX(3px) rotate(90deg);
  -webkit-transform: translateX(3px) rotate(90deg);
  -moz-transform: translateX(3px) rotate(90deg);
  -o-transform: translateX(3px) rotate(90deg);
  -ms-transform: translateX(3px) rotate(90deg);
}
.ad-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  border-color: transparent;
}

/* 模态框样式 */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            animation: fadeIn 0.3s ease;
        }
        
        .modal-content {
            background: white;
            border-radius: 15px;
            width: 90%;
            max-width: 700px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            animation: scaleUp 0.4s ease;
        }
        
        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background: #fff;
            color: #000;
        }
        
        .modal-title {
            font-size: 14px;
            font-weight: 600;
        }
        
        .close-btn {
            background: none;
            border: none;
            color: #000;
            font-size: 28px;
            cursor: pointer;
            transition: transform 0.2s ease;
        }
        
        .close-btn:hover {
            transform: rotate(90deg);
        }
        
        .modal-body {
            padding: 0 20px 20px 20px;
        }
        
        .modal-image {
            width: 100%;
            object-fit: cover;
        }
        
        .modal-description {
            padding: 20px;
            color: #555;
            line-height: 1.6;
            font-size: 16px;
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes scaleUp {
            from { 
                opacity: 0;
                transform: scale(0.8);
            }
            to { 
                opacity: 1;
                transform: scale(1);
            }
        }
        
        /* 响应式设计 */
        @media (max-width: 600px) {
            .modal-content {
                width: 95%;
            }
            
            .modal-image {
                height: 300px;
            }
        }