@charset "UTF-8";
/*******/
/*** 新闻-列表 ***/
.news-main {
  width: 100%;
  position: relative;
  padding: 5rem 0 7rem;
}

.news-header {
  width: 100%;
  text-align: center;
  position: relative;
}

.news-box {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.news-panel {
  display: none;
}
.news-panel.active {
  display: block;
}

.news-list {
  min-height: 28.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5rem 2rem;
  font-size: 0.8em;
  line-height: 1.75em;
}
.news-list .item-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news-list .item-imgs {
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.news-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-list .item-body {
  width: 100%;
  position: relative;
  padding: 1.4rem 0 0;
}
.news-list .item-head {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 1.25em;
}
.news-list .item-head > *:not(:last-child) {
  margin: 0 0.5em 0 0;
}
.news-list .item-tag {
  display: flex;
  align-items: center;
  background-color: #358D06;
  color: #fff;
  padding: 0 0.5em;
  height: 1.5em;
  border-radius: 2px;
  display: none;
}
.news-list .item-time {
  opacity: .5;
}
.news-list .item-title {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 700;
  height: 2.7em;
  overflow: hidden;
}
.news-list .item-desc {
  opacity: .8;
  max-height: 5.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  margin: 1.75em 0 0;
}

.news-video-list .item-imgs {
  padding: 56.14% 0 0;
}
.news-video-list .item-imgs::after {
  content: '';
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url("/img/common/video-play.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .news-header .inside-navswip {
    margin: 1.5rem 0 3rem;
  }

  .news-list .item:hover .item-imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .news-list .item:hover .item-title {
    color: #129800;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .news-box {
    width: 73vw;
    max-width: 1400px;
  }
}
@media (max-width: 991.98px) {
  .news-main {
    padding: 1.2rem 0 1.6rem;
  }

  .news-box {
    width: 100%;
    max-width: 100%;
  }

  .news-list {
    display: block;
    min-height: 6.7rem;
    font-size: .24rem;
  }
  .news-list .item {
    margin-bottom: 1rem;
  }
  .news-list .item:last-child {
    margin-bottom: 0;
  }
  .news-list .item-imgs {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  }
  .news-list .item-body {
    padding: .34rem 0 0;
  }
  .news-list .item-head {
    margin-bottom: .3rem;
  }
  .news-list .item-head > *:not(:last-child) {
    margin: 0 6px 0 0;
  }
  .news-list .item-tag {
    height: .36rem;
  }
  .news-list .item-title {
    height: auto;
    font-size: .34rem;
    line-height: .48rem;
  }
  .news-list .item-desc {
    display: none;
  }

  .news-video-list .item-imgs::after {
    width: 0.96rem;
    height: 0.96rem;
  }
}
/* 新闻-详情页 */
.newsdet-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 4rem 0 6rem;
}

.newsdet-head {
  margin-bottom: 2.5rem;
}

.newsdet-head-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.6rem;
  font-size: .8rem;
  line-height: 1em;
}

.newsdet-head-top_l {
  display: flex;
  align-items: center;
}

.newsdet-head-top_r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.newsdet-tag {
  display: flex;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  margin: 0 6px 0 0;
}
.newsdet-tag > * {
  height: 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  background-color: #358D06;
  padding: 0 8px;
}

.newsdet-time {
  color: #000;
}

.newsdet-share {
  display: flex;
  align-items: center;
}
.newsdet-share .lvtit {
  margin: 0 6px 0 0;
}
.newsdet-share .sharelist {
  display: flex;
  align-items: center;
}
.newsdet-share .sharelist .item {
  position: relative;
  margin: 0 10px 0 0;
}
.newsdet-share .sharelist .item:last-child {
  margin: 0;
}
.newsdet-share .sharelist .item.is-active .hd {
  opacity: .5;
}
.newsdet-share .sharelist .hd {
  cursor: pointer;
  display: block;
}
.newsdet-share .sharelist .hd img {
  width: 30px;
  height: 30px;
  display: block;
  object-position: center center;
  object-fit: contain;
}

.newsdet-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.newsdet-doc {
  min-height: 320px;
}
.newsdet-doc img {
  max-width: 100%;
}
.newsdet-doc .rocket-block-text,
.newsdet-doc .rocket-classical-text {
  font-size: .9rem;
  line-height: 1.78em;
}
.newsdet-doc .rocket-block-text > *,
.newsdet-doc .rocket-classical-text > * {
  margin-bottom: 1.7em;
}

.newsdet-other {
  width: 100%;
  position: relative;
  padding: 6rem 0 7rem;
  background-color: #F8F9FA;
}

@media (min-width: 992px) {
  .newsdet-other .global-inner {
    max-width: 1400px;
  }
  .newsdet-other .s-heading-h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .newsdet-other .global-inner {
    width: 73vw;
    max-width: 1400px;
  }
}
@media (min-width: 1201px) {
  .newsdet-doc .rocket-content__inner {
    width: 70vw;
    max-width: 868px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .newsdet-content {
    padding: .9rem 0 1.2rem;
  }

  .newsdet-head {
    margin-bottom: 0.92rem;
  }

  .newsdet-head-top {
    display: block;
    font-size: 12px;
    margin-bottom: .4rem;
  }

  .newsdet-head-top_l {
    margin: 0 0 .32rem;
  }

  .newsdet-head-top_r {
    justify-content: flex-start;
  }

  .newsdet-tag {
    font-size: .24rem;
  }
  .newsdet-tag > * {
    padding: 0 5px;
    height: .36rem;
  }

  .newsdet-share .lvtit {
    display: none;
  }

  .newsdet-title {
    text-align: left;
    font-size: .48rem;
    line-height: .68rem;
    font-weight: 400;
  }

  .newsdet-doc .rocket-block-text,
  .newsdet-doc .rocket-classical-text {
    font-size: .32rem;
    line-height: 2em;
  }
  .newsdet-doc .rocket-block-text > *,
  .newsdet-doc .rocket-classical-text > * {
    margin-bottom: 0.9em;
  }

  .newsdet-other {
    padding: 1rem 0 1.6rem;
  }
  .newsdet-other .s-heading-h3 {
    line-height: .66rem;
    margin-bottom: 0.6rem;
    text-align: center;
  }
}
/* 工程案例-列表 */
.p-case {
  background-color: #F2F2F2;
}

.case-main .inside-body {
  padding: 6rem 0 6.5rem;
}

.case-panel {
  display: none;
}
.case-panel.active {
  display: block;
}

.case-twlist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  font-size: .8rem;
  line-height: 1.625em;
  color: rgba(46, 60, 49, 0.7);
}
.case-twlist .item-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.case-twlist .item-imgs {
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  overflow: hidden;
  position: relative;
  padding: 65.4% 0 0;
}
.case-twlist .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.case-twlist .item-body {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.case-twlist .item-brand {
  width: 7.5em;
  height: 2em;
}
.case-twlist .item-brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right center;
}
.case-twlist .item-addr {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.125em;
  color: rgba(46, 60, 49, 0.7);
  font-weight: 400;
  white-space: nowrap;
}
.case-twlist .item-addr .bi {
  width: 1.125em;
  height: 1.125em;
  display: block;
  flex: none;
  margin: 0 5px 0 0;
}
.case-twlist .title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.48px;
  font-weight: 700;
  color: #2E3C31;
  margin-bottom: 0.5rem;
}
.case-twlist .desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 0.36px;
  font-weight: 400;
  color: #2E3C31;
  min-height: 3rem;
}
.case-twlist .item-tag {
  height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  margin: 1.75em 0 0;
}
.case-twlist .item-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  height: 3.2rem;
  overflow: hidden;
  color: #2E3C31;
}
.case-twlist .item-desc {
  margin: 1.125em 0 0;
  max-height: calc(1.625em * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.case-twlist .item-bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.125em;
}
.case-twlist .item-arrow {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  background: url("/img/common/arrow-right2-gray.svg") no-repeat right center;
  background-size: contain;
}

.case-twlist_nodesc .item-body {
  height: auto;
}
.case-twlist_nodesc .item-title {
  height: calc(1.6rem * 5);
}

.case-text-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  font-size: .8rem;
  line-height: 1.625em;
}
.case-text-list .item-box {
  width: 100%;
  height: 23.4375em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 2.5em;
  line-height: inherit;
}
.case-text-list .item-title {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 700;
  max-height: calc(1.33em * 2);
  overflow: hidden;
}
.case-text-list .item-desc {
  opacity: .7;
  margin: 1.75em 0 0;
  max-height: calc(1.625em * 4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.case-text-list .item-bot {
  line-height: 1em;
  display: flex;
  width: 100%;
}
.case-text-list .btn-learn {
  display: flex;
  align-items: center;
  color: #358D06;
  position: relative;
}
.case-text-list .btn-learn .bi {
  width: 10px;
  height: 10px;
  display: block;
  background: url("/img/common/arrow-right2-green.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 5px;
}
.case-text-list .btn-learn::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background-color: #358D06;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.case-hadtag-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.case-hadtag-list .item-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.case-hadtag-list .item-imgs {
  flex: none;
  width: 100%;
  overflow: hidden;
  padding: 65.4% 0 0;
  position: relative;
}
.case-hadtag-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.case-hadtag-list .item-body {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}
.case-hadtag-list .item-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.case-hadtag-list .item-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 5px 0 0;
}
.case-hadtag-list .item-tags {
  width: 100%;
  display: flex;
  grid-gap: 8px;
  font-size: 14px;
  line-height: 1em;
  color: #2E3C31;
  margin: 0.5rem 0 0;
  flex-wrap: wrap;
}
.case-hadtag-list .item-tags li {
  flex: none;
  white-space: nowrap;
}
.case-hadtag-list .item-tags li > * {
  height: 2em;
  display: flex;
  align-items: center;
  padding: 0 1em;
  border-radius: 8px;
  border: solid 1px #DEDEDE;
  background-color: #EFEFEF;
}
.case-hadtag-list .item-tags li.one {
  color: #53780A;
}
.case-hadtag-list .item-tags li.one > * {
  background-color: #E9F2D9;
  border-color: #CAD8AF;
}
.case-hadtag-list .item-tags li.two {
  color: #4C7E54;
}
.case-hadtag-list .item-tags li.two > * {
  background-color: #E0EDE2;
  border-color: #CADACD;
}
.case-hadtag-list .item-bot {
  width: 100%;
  display: flex;
  margin: 1.3rem 0 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(46, 60, 49, 0.7);
}
.case-hadtag-list .item-addr {
  display: flex;
  align-items: center;
  white-space: nowrap;
  grid-gap: 0 4px;
}
.case-hadtag-list .item-addr .bi {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
  -webkit-mask: url("/img/common/addr-black.svg") no-repeat center/contain;
  mask: url("/img/common/addr-black.svg") no-repeat center/contain;
  background-color: currentColor;
}

@media (min-width: 992px) {
  .case-header {
    text-align: center;
  }
  .case-header .inside-navswip-box {
    margin: 3rem 0 2rem;
  }

  .case-box .global-paging {
    margin-top: 3rem;
  }

  .case-twlist .item .item-box {
    display: flex;
    flex-direction: column;
  }
  .case-twlist .item .item-imgs {
    flex: none;
  }
  .case-twlist .item .item-body {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .case-twlist .item:hover .item-imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .case-twlist .item:hover .item-title {
    color: #129800;
  }
  .case-twlist .item:hover .item-arrow {
    background-image: url("/img/common/arrow-right2-green.svg");
  }

  .case-text-list .item:hover .item-title {
    color: #129800;
  }
  .case-text-list .item:hover .btn-learn::after {
    width: 100%;
  }

  .case-hadtag-list .item:hover .item-imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .case-hadtag-list .item:hover .item-title {
    color: #129800;
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  .case-text-list, .case-twlist {
    grid-gap: 2vw;
  }
}
@media (max-width: 991.98px) {
  .case-main .inside-body {
    padding: 1.2rem 0 1.6rem;
  }

  .case-twlist {
    display: block;
    font-size: .28rem;
    line-height: .4rem;
  }
  .case-twlist .title {
    font-size: 0.34rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .case-twlist .desc {
    height: auto;
    max-height: initial;
    min-height: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
  .case-twlist .item-tag {
    margin: 0.5rem 0 0;
    height: .6rem;
  }
  .case-twlist .item-addr {
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: rgba(46, 60, 49, 0.7);
    font-weight: 400;
  }
  .case-twlist .item-addr .bi {
    width: .36rem;
    height: .36rem;
    margin: 0 0.1rem 0 0;
  }
  .case-twlist .item-brand {
    width: 2.12rem;
    height: 0.6rem;
  }
  .case-twlist .item {
    margin-bottom: .6rem;
  }
  .case-twlist .item:last-child {
    margin-bottom: 0;
  }
  .case-twlist .item-body {
    padding: 0.5rem;
  }
  .case-twlist .item-title {
    font-size: .34rem;
    line-height: .48rem;
    height: auto;
    max-height: calc(0.48rem * 2);
  }
  .case-twlist .item-desc {
    max-height: calc(0.4rem * 2);
    -webkit-line-clamp: 2;
    margin: .22rem 0 0;
  }
  .case-twlist .item-bot {
    line-height: .36rem;
  }
  .case-twlist .item-arrow {
    width: 14px;
    height: 14px;
  }

  .case-twlist_nodesc .item-title {
    max-height: calc(0.48rem * 4);
  }

  .case-text-list {
    display: block;
    font-size: .28rem;
    line-height: .4rem;
  }
  .case-text-list .item {
    margin-bottom: .6rem;
  }
  .case-text-list .item:last-child {
    margin-bottom: 0;
  }
  .case-text-list .item-box {
    height: 5rem;
    padding: .6rem .5rem;
    border-radius: 12px;
  }
  .case-text-list .item-title {
    font-size: .34rem;
    line-height: .48rem;
    max-height: calc(.48rem * 2);
  }
  .case-text-list .item-desc {
    margin: .22rem 0 0;
    -webkit-line-clamp: 2;
    max-height: calc(.4rem * 2);
  }

  .case-hadtag-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem 0;
  }
  .case-hadtag-list .item-body {
    padding: 0.4rem;
  }
  .case-hadtag-list .item-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .case-hadtag-list .item-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin: 0.1rem 0 0;
  }
  .case-hadtag-list .item-tags {
    grid-gap: 5px;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #2E3C31;
    margin: 0.2rem 0 0;
  }
  .case-hadtag-list .item-tags li > * {
    height: 0.46rem;
    padding: 0 0.2rem;
    border-radius: 4px;
  }
  .case-hadtag-list .item-bot {
    margin: 0.64rem 0 0;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .case-hadtag-list .item-addr {
    grid-gap: 0 5px;
  }
  .case-hadtag-list .item-addr .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
}
/* 工程案例-详情 */
.casedet-head {
  margin-bottom: 3rem;
}

.casedet-title {
  font-size: 1.3rem;
  line-height: 1.38em;
  font-weight: 700;
}

.casedet-info {
  margin-top: 1.5rem;
  font-size: .8rem;
  line-height: 1.5em;
}
.casedet-info .info {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 2px;
}
.casedet-info .info:last-child {
  margin: 0;
}
.casedet-info .icon {
  flex: none;
  margin: 0 5px 0 0;
}
.casedet-info .icon img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.casedet-info .text {
  flex: 1;
  padding: 0.3em 0;
}

@media (min-width: 992px) {
  .modal-casedet .modal-content {
    padding: 4.3rem 4rem;
  }
  .modal-casedet .newsdet-doc .rocket-content__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .casedet-head {
    margin-bottom: .8rem;
  }
  .casedet-head .xs-inner {
    padding: 0 !important;
  }

  .casedet-title {
    font-size: .48rem;
    line-height: .68rem;
  }

  .casedet-info {
    margin: .4rem 0 0;
    font-size: .28rem;
    line-height: .36rem;
  }
  .casedet-info .info {
    margin-bottom: 6px;
  }
  .casedet-info .icon {
    margin: 0 5px 0 0;
  }
  .casedet-info .icon img {
    width: .48rem;
    height: .48rem;
  }
  .casedet-info .text {
    padding: 0.06rem 0;
  }
}
/* 联系我们 */
.p-contact {
  background-color: #F2F2F2;
}

.contact-main .inside-body {
  padding: 6rem 0 17.083vw;
}

.pctt-topbox {
  font-size: 1em;
  line-height: 2em;
}
.pctt-topbox .s-heading-h1 {
  text-align: center;
}

.pctt-topbox-text {
  line-height: 1.8em;
  margin: 1.75em 0 0;
  text-align: center;
}

.pctt-topbox-info {
  margin: 3em 0 0;
  display: flex;
  flex-wrap: wrap;
}
.pctt-topbox-info .info {
  min-width: 14.3em;
  padding: 0 0.75em;
}

.pctt-form-wrap {
  margin: 7.1rem 0 0;
}
.pctt-form-wrap .form-btnbox {
  justify-content: center;
}

.pctt-form-head {
  text-align: center;
  margin-bottom: 0.95em;
}
.pctt-form-head .title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}
.pctt-form-head .text {
  font-size: .9rem;
  line-height: 1.4rem;
  margin: 1.5rem 0 0;
}

.pctt-form-wrap {
  position: relative;
}
.pctt-form-wrap::after {
  position: absolute;
  content: '';
  background: url(/img/images/contact-bg02.webp) no-repeat;
  background-size: contain;
  bottom: 8em;
  right: 0;
  height: 28.125vw;
  width: 34.16vw;
}

@media (min-width: 992px) {
  .pctt-topbox-text {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

  .contact-main .global-inner {
    max-width: 100%;
    width: 100%;
  }

  .ank-form {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }

  .pctt-topbox {
    max-width: 53em;
    margin-left: auto;
    margin-right: auto;
  }
  .pctt-topbox .s-heading-h1 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .pctt-topbox .s-heading-h1 span {
    color: #AAC870;
  }
}
@media (max-width: 991.98px) {
  .pctt-topbox-text {
    text-align: left;
  }

  .pctt-form-wrap::after {
    content: "";
    background: url(/img/images/contact05.svg) no-repeat;
    background-size: contain;
    top: -0.5rem;
    right: -0.96rem;
    height: 7.38rem;
    width: 5.2rem;
  }

  .contact-main .inside-body {
    padding: 1.4rem 0 1.6rem;
  }

  .pctt-topbox {
    font-size: .32rem;
    line-height: 2em;
  }

  .pctt-topbox-text {
    line-height: inherit;
    margin: .4rem 0 0;
  }

  .pctt-topbox-info {
    margin: .2rem 0 0;
    display: block;
  }
  .pctt-topbox-info .info {
    min-width: 0;
    padding: 0;
  }

  .pctt-form-wrap {
    margin: 1.92rem 0 0;
  }

  .pctt-form-head {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .pctt-form-head .title {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .pctt-form-head .text {
    font-size: .32rem;
    line-height: 2em;
    margin: 0.4rem 0 0;
    text-align: left;
  }
}
/* 可持续发展 */
.p-develop {
  background-color: #F2F2F2;
}
.p-develop .inside-banbox {
  color: #fff;
}

.develop-sect1 {
  background-color: #F2F2F2;
  padding: 7.5rem 0 7.4rem;
}

.develop-sect1-top {
  text-align: center;
  margin-bottom: 7rem;
}
.develop-sect1-top .text.web {
  max-width: 53.45em;
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 1.9rem auto 0;
}
.develop-sect1-top .text.app {
  font-size: .32rem;
  line-height: 2em;
  margin: 1em 0 0;
}

.develop-item {
  position: relative;
  margin-bottom: 7.5rem;
}
.develop-item:last-child {
  margin-bottom: 0;
}
.develop-item .item-box {
  display: flex;
  position: relative;
}
.develop-item .item-imgs {
  width: 60%;
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.develop-item .imgs {
  width: 100%;
  padding: 92.86% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.develop-item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.develop-item .item-body {
  width: 50%;
  max-width: 610px;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.develop-item .item-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.develop-item .item-desc {
  font-size: 16px;
  line-height: 2em;
  opacity: 0.8;
  margin: 1.5em 0 0;
  max-height: calc(2em * 5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}
.develop-item .btn-viewdet {
  width: 6.8rem;
}
.develop-item .btn-viewdet .bi {
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
}

.develop-sect2 {
  background-color: #fff;
  padding: 5.6rem 0 6rem;
}
.develop-sect2 .s-heading-h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.develop-download-list {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.8rem 5.3rem;
}
.develop-download-list .item-box {
  width: 100%;
  display: flex;
  position: relative;
}
.develop-download-list .item-icon {
  flex: none;
  margin: 0 15px 0 0;
  height: 1.8rem;
  display: flex;
  align-items: center;
}
.develop-download-list .item-icon img {
  flex: none;
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.develop-download-list .item-body {
  flex: 1;
}
.develop-download-list .item-title {
  font-size: 1.1rem;
  line-height: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  font-weight: bold;
}
.develop-download-list .item-time {
  font-size: .8rem;
  line-height: 1.5em;
  margin: .5em 0 0;
}

@media (min-width: 992px) {
  .develop-list {
    max-width: 1230px;
    margin: 0 auto;
  }

  .develop-item .item-body {
    position: absolute;
    top: -2.5rem;
    bottom: 6.25rem;
  }
  .develop-item:nth-child(odd) .item-box {
    justify-content: flex-end;
  }
  .develop-item:nth-child(odd) .item-body {
    left: 0;
  }
  .develop-item:nth-child(even) .item-body {
    right: 0;
  }
  .develop-item:hover .imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .develop-item:hover .item-title {
    color: #129800;
  }

  .develop-download-list .item:hover .item-title {
    color: #129800;
  }
}
@media (max-width: 991.98px) {
  .develop-sect1 {
    padding: 1.8rem 0 1.6rem;
  }

  .develop-sect1-top {
    margin-bottom: 1.8rem;
  }

  .develop-item {
    margin-bottom: 1.4rem;
  }
  .develop-item .item-box {
    display: block;
  }
  .develop-item .item-imgs {
    width: 100vw;
    max-width: none;
    margin: 0 -6vw;
  }
  .develop-item .imgs {
    border-radius: 0px;
    padding: 90.67% 0 0;
  }
  .develop-item .item-body {
    width: 100%;
    max-width: none;
    min-height: 6.2rem;
    border-radius: 15px;
    margin: -1.6rem 0 0;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    padding: 0.68rem .5rem 0.8rem;
  }
  .develop-item .item-title {
    font-size: .48rem;
    line-height: .68rem;
  }
  .develop-item .item-desc {
    text-align: justify;
    font-size: .32rem;
    line-height: 2em;
    margin: .28rem 0 0;
    max-height: 6em;
    -webkit-line-clamp: 3;
    opacity: 1;
  }
  .develop-item .item-box {
    margin: .8rem 0 0;
  }
  .develop-item .btn-viewdet {
    width: 2.2rem;
    height: .8rem;
    font-size: .28rem;
  }

  .develop-sect2 {
    padding: 1.6rem 0;
  }
  .develop-sect2 .s-heading-h2 {
    margin-bottom: .8rem;
  }

  .develop-download-list {
    display: block;
  }
  .develop-download-list .item {
    margin-bottom: .68rem;
  }
  .develop-download-list .item:last-child {
    margin-bottom: 0;
  }
  .develop-download-list .item-icon {
    height: .48rem;
    margin: 0 9px 0 0;
  }
  .develop-download-list .item-icon img {
    width: 18px;
    height: 18px;
  }
  .develop-download-list .item-title {
    font-size: .34rem;
    line-height: .48rem;
    height: auto;
  }
  .develop-download-list .item-time {
    font-size: .24rem;
    line-height: 1em;
    margin: .5em 0 0;
  }
}
/* 投资者关系 */
.p-investor {
  background-color: #F7F8F9;
}

.investor-main .inside-banbox {
  color: #fff;
}
.investor-main .inside-body {
  padding: 5.5rem 0 7.5rem;
}

.investor-sect {
  margin-bottom: 5rem;
  position: relative;
}
.investor-sect:last-child {
  margin-bottom: 0;
}

.investor-anchor {
  width: 100%;
  height: 5px;
  position: absolute;
  top: -8.5rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}

.invst-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.invst-head .lvtit {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: bold;
}
.invst-head .btn-golist {
  font-size: .9rem;
  line-height: 1em;
}
.invst-head .btn-golist > * {
  display: flex;
  align-items: center;
}
.invst-head .btn-golist .bi {
  flex: none;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 0 0 10px;
}

.invst-gszl-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.65rem;
}

.invst-gszl-item {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.invst-gszl-item.not-data {
  cursor: default;
}
.invst-gszl-item .item-box {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  justify-content: space-between;
}
.invst-gszl-item .item-icon {
  margin-bottom: 1.75rem;
}
.invst-gszl-item .item-icon img {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.invst-gszl-item .item-subtit {
  color: #358D06;
  font-size: .8rem;
  line-height: 1.875em;
  margin-bottom: .5em;
}
.invst-gszl-item .item-title {
  font-size: 1.2rem;
  line-height: 1.25em;
}
.invst-gszl-item .item-bot {
  font-size: .9rem;
  line-height: 1.5rem;
  padding: 1rem 0 0;
  border-top: solid 1px rgba(46, 60, 49, 0.1);
  margin: 1.5rem 0 0;
}

.notice-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.8rem;
  font-size: .8rem;
  line-height: 1.875em;
}
.notice-list .item-box {
  width: 100%;
  height: 18.5rem;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.25rem 2.1rem 1.8rem;
}
.notice-list .item-date {
  margin-bottom: 8px;
  opacity: .8;
}
.notice-list .item-title {
  font-size: 1.2rem;
  line-height: 1.9rem;
  max-height: calc(1.9rem * 3);
  overflow: hidden;
}
.notice-list .item-bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 0;
  border-top: solid 2px #C3C3C3;
}
.notice-list .btn-download {
  flex: none;
}
.notice-list .btn-download > * {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-list .btn-download img {
  flex: none;
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.report-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.8rem;
  font-size: .8rem;
  line-height: 1.875em;
}
.report-list .item-box {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.report-list .imgs {
  width: 100%;
  padding: 135.1% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.report-list img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.report-swip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.report-swip .item-box {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.report-swip .imgs {
  width: 100%;
  padding: 135.1% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.report-swip img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-invstform .modal-header {
  margin-bottom: 2.5rem;
}

.invstform-title {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
}

.invstform-text {
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 1.7em;
}

.invstform-ways .lvtit {
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.invstform-ways .doc {
  font-size: .9rem;
  line-height: 1rem;
}
.invstform-ways .doc p {
  margin-bottom: .5rem;
}
.invstform-ways .doc p:last-child {
  margin-bottom: 0;
}

.invst-form {
  margin: 4.2rem 0 0;
}

.fixed-btnzx {
  position: fixed;
  right: 16px;
  bottom: 5rem;
  z-index: 50;
  cursor: pointer;
}
.fixed-btnzx .box {
  width: 80px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #358D06;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.fixed-btnzx .box::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #AAC870;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.fixed-btnzx .icon {
  width: 34px;
  height: 34px;
  display: block;
  flex: none;
  margin: 0 auto 4px;
  position: relative;
  z-index: 5;
}
.fixed-btnzx .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.fixed-btnzx .text {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .p-investor .header {
    position: absolute;
  }

  .investor-main .global-inner {
    max-width: 1476px;
  }

  .btn-golist:hover {
    color: #358D06;
  }

  .notice-list {
    min-height: 18.5rem;
  }
  .notice-list .item:hover .item-title {
    color: #358D06;
  }

  .report-swip {
    padding: 15px;
    margin: -15px;
  }
  .report-swip .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.8rem;
    font-size: .8rem;
    line-height: 1.875em;
  }
  .report-swip .swiper-slide:hover .item-box {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.13);
  }

  .report-list {
    min-height: 300px;
  }
  .report-list .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  .modal-invstform .modal-content {
    padding: 3.5rem 12rem 3rem 4rem;
  }
  .modal-invstform .modal-body {
    margin: 0 -10.8rem 0 0;
    padding: 0 10.8rem 0 0;
  }

  .invst-form {
    margin-bottom: 3.5rem;
  }
  .invst-form .form-btnbox {
    margin-top: 2.8em;
  }

  .fixed-btnzx:hover .box::after {
    width: 100%;
  }

  .invst-gszl-item .item-addr {
    padding: 0 1em 0 0;
  }
  .invst-gszl-item:hover .item-title {
    color: #358D06;
  }

  #modalGszlDet .modal-content {
    min-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .investor-main .inside-body {
    padding: 1.2rem 0 1.6rem;
  }

  .investor-sect {
    margin-bottom: 1.4rem;
  }

  .invst-sect-inner {
    overflow: hidden;
  }

  .investor-anchor {
    top: -1.4rem;
  }

  .invst-head {
    margin-bottom: .6rem;
  }
  .invst-head .lvtit {
    font-size: .56rem;
    line-height: .72rem;
  }
  .invst-head .btn-golist {
    font-size: .28rem;
    line-height: .32rem;
  }
  .invst-head .btn-golist .bi {
    margin-left: 5px;
  }

  .invst-gszl-list {
    display: block;
  }

  .invst-gszl-item {
    margin-bottom: 0.4rem;
  }
  .invst-gszl-item:last-child {
    margin-bottom: 0;
  }
  .invst-gszl-item .item-box {
    border-radius: 12px;
    padding: 0.72rem 0.5rem 0.76rem;
  }
  .invst-gszl-item .item-icon {
    margin-bottom: 0.6rem;
  }
  .invst-gszl-item .item-icon img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .invst-gszl-item .item-subtit {
    font-size: .28rem;
    line-height: 0.4em;
    margin-bottom: 0.18rem;
  }
  .invst-gszl-item .item-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .invst-gszl-item .item-title br {
    display: none;
  }
  .invst-gszl-item .item-bot {
    font-size: .28rem;
    line-height: 0.4rem;
    padding: 0.36rem 0 0;
    margin: 0.4rem 0 0;
  }

  .notice-list {
    display: block;
    font-size: .28rem;
    line-height: .4rem;
    min-height: 4.28rem;
  }
  .notice-list .item {
    margin-bottom: .4rem;
  }
  .notice-list .item:last-child {
    margin-bottom: 0;
  }
  .notice-list .item-box {
    height: 4.28rem;
    border-radius: 12px;
    padding: 0.5rem 0.5rem 0;
  }
  .notice-list .item-date {
    margin-bottom: .18rem;
  }
  .notice-list .item-title {
    font-size: .34rem;
    line-height: .48rem;
    max-height: calc(0.48rem * 2);
    font-weight: bold;
  }
  .notice-list .item-bot {
    padding: .32rem 0 0.36rem;
  }
  .notice-list .btn-download > * {
    width: auto;
    height: auto;
    padding: 0.2rem;
    margin: -0.2rem;
  }
  .notice-list .btn-download img {
    width: .32rem;
    height: .32rem;
  }

  .report-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.4rem;
    ont-size: .28rem;
    line-height: .4rem;
  }
  .report-list .item-box {
    border-radius: 15px;
  }

  .report-swip {
    overflow: visible;
  }
  .report-swip .swiper-wrapper {
    font-size: .28rem;
    line-height: .4rem;
  }

  .modal-invstform .modal-content {
    padding-bottom: 0.2rem;
  }
  .modal-invstform .modal-header {
    margin-bottom: 0.8rem;
  }

  .invstform-title {
    font-size: .72rem;
    line-height: 0.8rem;
  }

  .invstform-text {
    font-size: 0.32rem;
    line-height: 2em;
    margin-bottom: 0.3em;
  }

  .invstform-ways .lvtit {
    font-size: 0.36rem;
    line-height: 0.64rem;
    margin-bottom: 4px;
  }
  .invstform-ways .doc {
    font-size: .32rem;
    line-height: 1.75em;
  }
  .invstform-ways .doc p {
    margin-bottom: 0;
  }

  .invst-form {
    margin: 1rem 0 1.4rem;
  }

  .fixed-btnzx {
    right: 0;
    bottom: 0;
  }
  .fixed-btnzx .box {
    width: 3.6rem;
    height: 1.12rem;
    flex-direction: row;
    border-radius: 15px 0 0 15px;
    font-size: .34rem;
    line-height: 1em;
    font-weight: bold;
  }
  .fixed-btnzx .icon {
    width: .68rem;
    height: .68rem;
    margin: 0 7px 0 0;
  }
}
/* 投资者关系-列表页 */
.p-invstlist {
  background-color: #F2F2F2;
}

.invstlist-main {
  padding: 5rem 0 7rem;
}

@media (min-width: 992px) {
  .invstlist-main .global-inner {
    max-width: 1476px;
  }
}
@media (max-width: 991.98px) {
  .invstlist-main {
    padding: 1.2rem 0 1.6rem;
  }
}
/* 服务中心 */
.service-client-sect {
  background-color: #fff;
  padding: 6rem 0;
}
.service-client-sect .s-heading-h2 {
  line-height: 1.3em;
}
.service-client-sect .st-header {
  margin-bottom: 2rem;
}

.psv-client-tabbox {
  position: relative;
  margin-bottom: 2.5rem;
}
.psv-client-tabbox .inside-navswip {
  margin-top: 0;
  margin-bottom: 0;
}

.psv-client-panel {
  display: none;
}
.psv-client-panel.active {
  display: block;
}

.psv-client-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}
.psv-client-list .imgs {
  width: 100%;
  padding: 42.67% 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  border-radius: 4px;
}
.psv-client-list img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}

.service-policy-sect {
  width: 100%;
  position: relative;
  padding: 6.5rem 0 9.5rem;
  background: url("/img/common/service-bg.webp") no-repeat center top #F9F9F9;
  background-size: 100% auto;
}

.psv-policy-topbox .logo {
  display: flex;
  margin-bottom: .8rem;
}
.psv-policy-topbox .logo img {
  flex: none;
  max-width: 100%;
  height: 2.4rem;
  object-fit: contain;
  object-position: left center;
}
.psv-policy-topbox .lvtit {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
}
.psv-policy-topbox .s-text-18 {
  margin: 3rem 0 0;
}

@media (min-width: 992px) {
  .psv-client-tabbox .swiper-slide > * {
    height: calc(1.1rem + 9px);
  }

  .psv-client-list {
    padding: 0 26px;
    max-height: calc(var(--itemht) * 6 + 12px * 5);
    overflow: hidden;
    overflow-y: auto;
  }
  .psv-client-list::-webkit-scrollbar {
    width: 4px;
  }
  .psv-client-list::-webkit-scrollbar-track-piece {
    width: 2px;
    margin: 0 auto;
    background-color: #EFEFEF;
    -webkit-border-radius: 2px;
  }
  .psv-client-list::-webkit-scrollbar-thumb:vertical {
    width: 4px;
    background-color: #5C6C60;
    -webkit-border-radius: 2px;
  }

  .service-policy-sect .global-inner {
    max-width: 1380px;
  }
}
.psv-policy-layout {
  width: 100%;
  position: relative;
  display: flex;
  margin: 4rem 0 0;
}

.psv-policy-layout_imgs {
  flex: none;
  width: 56%;
  max-width: 772px;
  position: absolute;
  right: 0;
  top: 2.5rem;
  z-index: 1;
}
.psv-policy-layout_imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.psv-policy-layout_imgs .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.psv-policy-layout_imgs .imgs.web {
  border-radius: 24px;
  padding: 75.9% 0 0;
}
.psv-policy-layout_imgs .imgs.app {
  padding: 90.67% 0 0;
}

.psv-policy-layout_body {
  flex: none;
  width: 51%;
  max-width: 700px;
  position: relative;
  z-index: 10;
}

.psv-policy-card {
  width: 100%;
  min-height: 28.75rem;
  border-radius: 24px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  padding: 4rem 3.5rem;
}
.psv-policy-card .n-heading-h3 b, .psv-policy-card .n-heading-h3 strong {
  color: #129800;
}
.psv-policy-card .s-text-20 {
  margin: 1.2em 0 0;
}

.service-network-sect {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #9BDFEB 0%, rgba(155, 223, 235, 0) 53.32%);
}

.psv-network-bgimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.psv-network-bgimg .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.psv-network-bgimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.psv-network-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 10;
}

.psv-network-layout {
  width: 100%;
  position: relative;
}

.psv-network-left {
  padding-left: 1rem;
}
.psv-network-left .st-lvtit {
  font-size: 1.1rem;
  line-height: 1.32em;
  position: relative;
  margin-bottom: 9px;
}
.psv-network-left .st-lvtit > * {
  position: relative;
  z-index: 5;
}
.psv-network-left .st-lvtit::before {
  content: '';
  pointer-events: none;
  display: block;
  width: 3rem;
  height: 3.5rem;
  background: url("/img/common/service-c1.svg") no-repeat left center;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
.psv-network-left .st-word {
  font-weight: bold;
}
.psv-network-left .st-word.web {
  font-size: 2.4rem;
  line-height: 1.3125em;
  margin-bottom: 1.85rem;
}
.psv-network-left .st-word.app {
  font-size: .56rem;
  line-height: .72rem;
  margin-bottom: .6rem;
}

.psv-network-list {
  position: relative;
}
.psv-network-list .item {
  margin-bottom: 1rem;
}
.psv-network-list .item:last-child {
  margin-bottom: 0;
}
.psv-network-list .item:nth-child(4n+1) .item-bg {
  background-color: #2E3C31;
}
.psv-network-list .item:nth-child(4n+2) .item-bg {
  background-color: #358D06;
}
.psv-network-list .item:nth-child(4n+3) .item-bg {
  background-color: #AAC870;
}
.psv-network-list .item:nth-child(4n+4) .item-bg {
  background-color: #D7DCCD;
}
.psv-network-list .item-box {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 1.35rem 4rem 1.25rem 1.6rem;
  border-radius: 12px;
  overflow: hidden;
}
.psv-network-list .item-bg {
  width: 4rem;
  height: 100%;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.psv-network-list .item-arrow {
  width: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  color: #fff;
  padding: 0 0 0 0.65rem;
}
.psv-network-list .item-arrow .bi {
  flex: none;
  width: 12px;
  height: 22px;
  display: block;
}
.psv-network-list .item-body {
  width: 100%;
  position: relative;
  z-index: 5;
}
.psv-network-list .item-title {
  font-size: 1.1rem;
  line-height: 1.32em;
  font-weight: bold;
  color: #358D06;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
.psv-network-list .item-tel {
  font-size: .8rem;
  line-height: 1.44em;
  margin: 6px 0 0;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
.psv-network-list .item-linka {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.psv-network-list .item-golink {
  font-size: 14px;
  line-height: 20px;
  color: #2E3C31;
  display: flex;
  align-items: center;
  margin: 1rem 0 0;
}
.psv-network-list .item-golink .bi {
  flex: none;
  width: 12px;
  height: 10px;
  display: block;
  margin: 0 0 0 10px;
}

.service-download-sect {
  width: 100%;
  position: relative;
  padding: 6rem 0 6.5rem;
  background-color: #fff;
  overflow: hidden;
}

.psv-download-list {
  max-width: 58.9rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.35rem 14%;
}
.psv-download-list .item-box {
  width: 100%;
  display: flex;
  position: relative;
}
.psv-download-list .item-icon {
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.25rem 0 0;
}
.psv-download-list .item-icon img {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-position: center center;
  object-fit: contain;
}
.psv-download-list .item-body {
  flex: 1;
}
.psv-download-list .item-title {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.psv-download-list .item-desc {
  font-size: .8rem;
  line-height: 1.5em;
  margin: 0.875em 0 0;
}

@media (min-width: 992px) {
  .psv-network-sticky {
    min-height: 42.5rem;
  }

  .psv-network-layout {
    width: 100%;
    display: grid;
    grid-template-columns: 43.125% 1fr;
    grid-column-gap: 6%;
  }

  .psv-network-left {
    padding: 8.3rem 0 20.85rem;
  }

  .psv-network-right {
    padding: 8.5rem 0 20.85rem;
  }

  .psv-network-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .psv-network-list .item {
    margin: 0;
  }
  .psv-network-list .item:hover .item-golink {
    color: #358D06;
  }
  .psv-network-list .item-box {
    height: 100%;
    min-height: 7.5rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem 1.4rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .psv-network-list .item-bg, .psv-network-list .item-arrow {
    display: none;
  }
  .psv-network-list .item-tel {
    line-height: 1.25em;
  }

  .psv-download-list .item:hover .item-title {
    color: #358D06;
  }
}
@media (max-width: 1440px) {
  .psv-client-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .service-client-sect {
    padding: 1.6rem 0;
  }
  .service-client-sect .st-header {
    margin-bottom: .6rem;
  }

  .psv-client-tabbox {
    margin-top: -0.2rem;
    margin-bottom: .4rem;
  }

  .psv-client-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 0.5rem;
  }
  .psv-client-list .imgs {
    padding: 53.33% 0 0;
  }

  .service-policy-sect {
    background: none;
    padding: 0 0 1.6rem;
  }

  .psv-policy-topbox {
    padding: 1.12rem 6vw 1.2rem;
    background: url("/img/common/service-bg_m.webp") no-repeat center top #F9F9F9;
    background-size: 100% auto;
    margin: 0 -6vw;
    overflow: hidden;
  }
  .psv-policy-topbox .logo {
    margin-bottom: .2rem;
  }
  .psv-policy-topbox .logo img {
    height: .4rem;
  }
  .psv-policy-topbox .lvtit {
    max-width: none;
    font-size: .56rem;
    line-height: .72rem;
  }
  .psv-policy-topbox .s-text-18 {
    margin: .4rem 0 0;
  }

  .psv-policy-layout {
    margin: 0;
    display: block;
  }

  .psv-policy-layout_imgs {
    position: relative;
    width: 100vw;
    max-width: none;
    margin: 0 -6vw;
    top: unset;
  }

  .psv-policy-layout_body {
    width: 100%;
    max-width: none;
    margin: -1.6rem 0 0;
  }

  .psv-policy-card {
    min-height: 0;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    padding: 0.7rem 0.5rem;
  }
  .psv-policy-card .s-text-20 {
    margin: 0.3rem 0 0;
  }

  .psv-network-layout {
    padding: 1.6rem 0 3.7rem;
  }

  .psv-network-left {
    padding: 0;
  }
  .psv-network-left .st-lvtit {
    font-size: .34rem;
    line-height: .48rem;
    margin-bottom: .2rem;
    font-weight: bold;
  }
  .psv-network-left .st-lvtit::before {
    display: none;
  }

  .psv-network-right {
    margin: .6rem 0 0;
  }

  .psv-network-list .item {
    margin-bottom: .2rem;
  }
  .psv-network-list .item-box {
    border-radius: 15px;
    padding: 0.3rem 0.5rem 0.32rem;
  }
  .psv-network-list .item-bg {
    width: 0.8rem;
  }
  .psv-network-list .item-title {
    font-size: .34rem;
    line-height: .48rem;
  }
  .psv-network-list .item-tel {
    margin-top: 5px;
    font-size: .28rem;
    line-height: .4rem;
  }
  .psv-network-list .item-arrow {
    width: 0.8rem;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .psv-network-list .item-golink {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0.4rem 0 0;
  }

  .service-download-sect {
    padding: 1.6rem 0;
  }
  .service-download-sect .st-header {
    margin-bottom: .8rem;
  }

  .psv-download-list {
    max-width: none;
    display: block;
  }
  .psv-download-list .item {
    margin-bottom: .7rem;
  }
  .psv-download-list .item:last-child {
    margin-bottom: 0;
  }
  .psv-download-list .item-icon {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
  .psv-download-list .item-icon img {
    width: 18px;
    height: 18px;
  }
  .psv-download-list .item-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
  }
  .psv-download-list .item-desc {
    font-size: .24rem;
    line-height: 1.2em;
    margin: 5px 0 0;
  }
}
/* 隐私政策 */
.privacy-header {
  padding: 3rem 0;
}

.privacy-body .rocket-content__inner {
  width: 100%;
  max-width: none;
  padding: 0;
}
.privacy-body .rocket-widget__text {
  font-size: .9rem;
  line-height: 1.56em;
}

@media (max-width: 991.98px) {
  .privacy-header {
    padding: 1rem 0 0.5rem;
  }

  .privacy-body .rocket-widget__text {
    font-size: 0.32rem;
    line-height: 1.5em;
  }
}
/* 圆角修改 */
.case-twlist .item-box,
.case-text-list .item-box,
.news-list .item-imgs {
  border-radius: 0px;
}

.psv-policy-card,
.psv-policy-layout_imgs .imgs.web,
.psv-network-list .item-box {
  border-radius: 5px;
}

/* 可持续发展-修改2025.05.22 */
.pro-Secondary-item {
  margin-bottom: 5em;
}
.pro-Secondary-item .inner-item {
  display: flex;
  width: 100%;
  background: #F9F9F9;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.pro-Secondary-item .item-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 4em 3.5em;
}
.pro-Secondary-item .item-desc-wrap {
  flex: 1;
  position: relative;
}
.pro-Secondary-item .item-title {
  font-size: 1.8em;
  line-height: 1.3888888889em;
  color: #2E3C31;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 0.6666666667em;
}
.pro-Secondary-item .desc {
  font-size: 1rem;
  line-height: 1.6em;
  color: rgba(46, 60, 49, 0.8);
}
.pro-Secondary-item .desc p {
  margin-bottom: .8em;
}
.pro-Secondary-item .desc p:last-child {
  margin-bottom: 0;
}
.pro-Secondary-item .desc ul > li {
  padding-left: 1em;
  position: relative;
  margin-bottom: .8em;
}
.pro-Secondary-item .desc ul > li:last-child {
  margin-bottom: 0;
}
.pro-Secondary-item .desc ul > li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #358D06;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc((1.6em - 6px) * 0.5);
}
.pro-Secondary-item .scrollbox {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.pro-Secondary-item .item-r {
  width: 50%;
}
.pro-Secondary-item .imgwrap {
  position: relative;
  padding-top: 62.5%;
}
.pro-Secondary-item .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pro-Secondary-item:nth-child(even) .inner-item {
  flex-direction: row-reverse;
}
.pro-Secondary-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .pro-Secondary-item {
    margin-bottom: 1.4rem;
  }
  .pro-Secondary-item .inner-item {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0;
    flex-direction: column-reverse;
  }
  .pro-Secondary-item:nth-child(even) .inner-item {
    flex-direction: column-reverse;
  }
  .pro-Secondary-item .desc {
    font-size: 0.32rem;
    line-height: 0.64rem;
    color: #2E3C31;
    font-weight: 400;
  }
  .pro-Secondary-item .desc p {
    margin-bottom: 1em;
  }
  .pro-Secondary-item .desc ul > li {
    margin-bottom: 1em;
  }
  .pro-Secondary-item .desc ul > li::before {
    top: calc((2em - 6px) * 0.5);
  }
  .pro-Secondary-item .item-title {
    font-size: 0.48rem;
    line-height: 0.68rem;
    margin-bottom: 0.28rem;
  }
  .pro-Secondary-item .scrollbox {
    position: relative;
  }
  .pro-Secondary-item .item-r {
    width: 100%;
  }
  .pro-Secondary-item .item-l {
    width: 100%;
    padding: 0.7rem 0.5rem;
  }
}
.contact-main .inside-body {
  position: relative;
}
.contact-main .inside-body::before {
  position: absolute;
  content: '';
  background: url(/img/images/contact-bg01.webp) no-repeat;
  background-size: contain;
  top: 8.45em;
  left: 0;
  height: 37.5vw;
  width: 18.75vw;
}
.contact-main .inside-body::after {
  position: absolute;
  content: '';
  background: url(/img/images/contact-bg03.webp) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  height: 17.083vw;
  width: 100%;
}

.pctt-topbox-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.4em;
  grid-row-gap: 1.75em;
  margin: 0;
  padding-top: 3em;
}
.pctt-topbox-info .svgwrap img {
  width: 30px;
  height: 30px;
}
.pctt-topbox-info .item-title {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #2E3C31;
  font-weight: 400;
}
.pctt-topbox-info .item-desc {
  font-size: 0.9em;
  line-height: 1.6666666667em;
  color: #2E3C31;
  font-weight: 400;
  margin-top: -0.1111111111em;
}
.pctt-topbox-info .info {
  min-width: auto;
  padding: 0;
  display: flex;
  gap: 0.8em;
  position: relative;
  padding: 0.1em 0 0.1em;
}
.pctt-topbox-info .info:last-child::after {
  opacity: 0;
}
.pctt-topbox-info .info::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(46, 60, 49, 0.3);
}
.pctt-topbox-info .col12 {
  grid-column: span 3;
}
.pctt-topbox-info .col12::after {
  opacity: 0;
}

.pctt-topbox-info .svgwrap {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .pctt-topbox span {
    color: #AAC870;
  }

  .pctt-topbox-info {
    padding-top: 0.64rem;
    grid-column-gap: 0;
    grid-row-gap: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .pctt-topbox-info .item-title {
    font-size: 0.28rem;
    line-height: 0.64rem;
  }
  .pctt-topbox-info .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: -0.1rem;
    width: 4.98rem;
  }
  .pctt-topbox-info .svgwrap {
    margin-right: 0.28rem;
  }
  .pctt-topbox-info .svgwrap img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .pctt-topbox-info .col12 {
    grid-column: span 1;
  }
  .pctt-topbox-info .info {
    gap: 0;
  }
  .pctt-topbox-info .info::after {
    opacity: 0;
  }

  .contact-main .inside-body {
    padding-bottom: 4.8rem;
    overflow: hidden;
  }
  .contact-main .inside-body::before {
    width: 2.06rem;
    height: 5.16rem;
    left: -0.32rem;
    top: 1.56rem;
  }
  .contact-main .inside-body::after {
    background: url(/img/images/contact-bg04.webp) no-repeat;
    background-size: contain;
    height: 4.8rem;
  }
}
