.service-txt {
  width: 100%;
}

.service-top {
  width: 100%;
  margin-top: 20px;
}

.stop-title {
  width: 100%;
}

.stop-title p {
  font-size: 16px;
}

.stop-title p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.stop-title p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

.stop-list {
  width: 100%;
  margin-top: 20px;
}

.stop-list ul {
  width: 100%;
}

.stop-list ul li {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.stop-list ul li:nth-child(1) .stlist-div {
  border-right: 0;
}

.stop-list ul li:nth-child(3) .stlist-div {
  border-right: 0;
  border-top: 0;
}

.stop-list ul li:nth-child(4) .stlist-div {
  border-top: 0;
}

.stop-list ul li:nth-child(5) .stlist-div {
  border-top: 0;
}

.stop-list ul li:nth-child(2) .stlist-div img {
  width: 25px;
}

.stop-list ul li:nth-child(3) .stlist-div img {
  width: 35px;
}

.stop-list ul li:nth-child(4) .stlist-div img {
  width: 28px;
}

.stop-list ul li:nth-child(5) .stlist-div img {
  width: 34px;
}

.stlist-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #dcdcdc;*/
  padding: 10px;
  /*  height: 180px;*/
}

.stlist-div img {
  width: 40px;
  display: block;
  margin: auto;
}

.stlist-div .st-p {
  color: #006db3;
  font-size: 12px;
  margin-bottom: 5px;
}

.stlist-div p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}

.stlist-div p:nth-of-type(2) {
  display: none;
}

.service-second {
  width: 100%;
  margin-top: 20px;
}

.ss-list {
  margin: auto;
  width: 300px;
  margin-top: 20px;
}

.ss-list ul {
  width: 100%;
}

.ss-list ul li {
  width: 35%;
  float: left;
  position: relative;
  overflow: hidden;
}

.ss-list ul li:nth-child(1) {
  z-index: 6;
  border-radius: 28px 0 0 28px;
}

.ss-list ul li:nth-child(2) {
  z-index: 5;
  margin-left: -3%;
}

.ss-list ul li:nth-child(3) {
  z-index: 4;
  margin-left: -2.8%;
}

.ss-list ul li:nth-child(4) {
  z-index: 3;
  margin-top: 3px;
}

.ss-list ul li:nth-child(5) {
  z-index: 2;
  margin-left: -3%;
  margin-top: 3px;
}

.ss-list ul li:nth-child(6) {
  z-index: 1;
  margin-left: -2.8%;
  margin-top: 3px;
  border-radius: 0 28px 28px 0;
}

.ssl-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 95px;
}

.ssl-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.ssl-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.ssl-pic p:nth-of-type(1) {
  font-weight: bold;
  font-size: 13px;
}

.ssl-pic p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.ssl-pic span {
  font-size: 30px;
  font-weight: bold;
  color: #339ad6;
  font-family: "hb";
  position: absolute;
  bottom: -4px;
  right: 20px;
}

.service-you {
  width: 100%;
  background: #ececec;
  margin-top: 20px;
  padding: 30px 0px;
}

.sy-txt {
  width: 100%;
}

.sy-list {
  width: 100%;
  margin-top: 10px;
}

.sy-list ul {
  width: 100%;
}

.sy-list ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.sy-ldiv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 28px;
}

.syd-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  height: 68px;
}

.syd-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.syd-ltxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px !important;
  /* border-left: 1px solid #dddd;
  border-right: 1px solid #dddd; */
}

/* .syd-ltxt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
} */

.syd-ltxt span {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  font-family: "hb";
  position: relative;
  padding: 10px 0px;
  box-sizing: border-box;
}

.syd-ltxt span .sy-p {
  position: absolute;
  top: 0;
  right: -10px;
  padding: 0;
}

.syd-ltxt p {
  color: #666666;
  font-size: 12px;
  height: 34px;
  overflow: hidden;
  margin-top: 2px;
}

.service-in {
  width: 100%;
  margin-top: 20px;
}

.sin-txt {
  width: 100%;
}

.sin-list {
  width: 100%;
  margin-top: 20px;
}

.sin-list ul {
  width: 100%;
}

.sin-list ul li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.sin-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  height: 70px;
  border: 1px solid #eaeaea;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
}

.sin-div img {
  width: 50px;
  display: block;
  float: left;
  margin-right: 4px;
}

.sin-div p:nth-of-type(1) {
  font-size: 13px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  line-height: 50px;
  text-align: left;
}

.sin-div p:nth-of-type(1):after {
  width: 20px;
  height: 2px;
  background: #006db3;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sin-div p {
  color: #666666;
  text-align: center;
  font-family: "hb";
  font-size: 12px;
}

.service-name {
  width: 100%;
  padding: 20px 0px;
  margin-top: 20px;
  position: relative;
}

.sname-txt {
  width: 100%;
}

.sname-list {
  width: 100% !important;
  margin-top: 10px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;

  &.active {
    transform: translateY(0);
    opacity: 1;
  }
}

.sname-ss {
  width: 100%;
}

.sname-ss ul {
  width: 100%;
}

.sname-ss ul li {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 5px;
}

.sname-ss ul li img {
  width: 100%;
  height: 94px !important;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  /* 确保图片全部展示且不被拉伸 */
  object-position: center;
  /* 图片居中显示 */
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
}

.sname-ss ul li p {
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 25px;
}

.stname-p {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: auto;
  height: 5px;
}

.stname-p .swiper-pagination {
  position: relative;
  height: 100%;
}

.stname-p .swiper-pagination-bullet {
  width: 12px;
  height: 100%;
  border-radius: 25px;
  background: #ffffff;
  opacity: 1;
  display: block;
  float: left;
  margin: 0px 2px;
}

.stname-p .swiper-pagination-bullet-active {
  background: #0081cc;
}

.sname-list .swiper-slide .sname-ss {
  display: none;
}

.sname-list .swiper-slide.swiper-slide-active .sname-ss {
  display: block;
}

.ss-buttom {
  width: 100px;
  display: block;
  line-height: 30px;
  background: #006db3;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

.sin-div p:nth-of-type(2),
.sin-div p:nth-of-type(3) {
  display: none;
}

.sin-div p:nth-of-type(1):after {
  display: none;
}

@media (min-width: 768px) {

  /* .sin-list ul li
{
    width:33.3%;

} */
  .sin-list ul li {
    width: 25%;
  }

  .sin-div p:nth-of-type(1) {
    font-size: 14px;

    text-align: center;
    line-height: 20px;
  }

  .sin-div {
    height: 162px;
  }

  .sin-div p:nth-of-type(1):after {
    display: block;
  }

  .sin-div img {
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    float: none;
  }

  .sin-div p:nth-of-type(2),
  .sin-div p:nth-of-type(3) {
    display: block;
  }

  .stop-list ul li {
    width: 20%;
  }

  .stop-list ul li:nth-child(2) .stlist-div {
    border-right: 0;
  }

  .stop-list ul li:nth-child(3) .stlist-div {
    border-top: 0;
  }

  .stop-list ul li:nth-child(4) .stlist-div {
    border-top: 0;
    border-right: 0;
  }

  .stop-list ul li:last-child .stlist-div {
    border-top: 0;
  }

  .stlist-div {
    height: 190px;
  }

  .ss-list {
    width: 500px;
  }

  .ss-list ul li {
    width: 17.5%;
  }

  .ss-list ul li:nth-child(2),
  .ss-list ul li:nth-child(3) {
    margin-left: -1%;
  }

  .ss-list ul li:nth-child(4),
  .ss-list ul li:nth-child(5),
  .ss-list ul li:nth-child(6) {
    margin-top: 0;
    margin-left: -1%;
  }

  .sy-list ul li {
    width: 20%;
  }

  .syd-img {
    height: 88px;
  }

  .sin-div {
    padding: 10px;
    height: 142px;
    box-shadow: none;
  }

  .sname-ss ul li {
    width: 16.6%;
  }

  .sname-ss ul li img {
    height: 40px;
  }

  .stlist-div img {
    margin: 0;
  }

  .stlist-div p:nth-of-type(2) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .stop-title p {
    font-size: 25px;
  }

  .stop-title p span {
    font-size: 16px;
    padding-left: 8px;
  }

  .stop-title p span:before {
    height: 15px;
  }

  .stop-list {
    margin-top: 10px;
  }

  .stop-list ul {
    padding-top: 20px;
  }

  .stlist-div {
    padding: 25px 15px;
    height: 212px;
    margin-top: 30%;
    transition: 0.5s;
    opacity: 0;
  }

  .stop-list ul li {
    transition: transform 218ms ease-in-out;
  }

  .stop-list ul li:hover {
    transform: translate3d(0, -15px, 0);
    -webkit-transform: translate3d(0, -15px, 0);
    border: 1px solid #006db3;
  }

  .stop-list ul li:nth-child(2) .stlist-div {
    transition-delay: 0.2s;
  }

  .stop-list ul li:nth-child(3) .stlist-div {
    transition-delay: 0.4s;
  }

  .stop-list ul li:nth-child(4) .stlist-div {
    transition-delay: 0.6s;
  }

  .stop-list ul li:nth-child(5) .stlist-div {
    transition-delay: 0.8s;
  }

  .ss-list ul li:nth-child(6) .ssl-pic span {
    right: 5px;
  }

  .stop-list ul li.active .stlist-div {
    margin-top: 0;
    opacity: 1;
  }

  .stop-list ul li .stlist-div .st-p {
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .ss-list {
    width: 810px;
  }

  .ssl-pic {
    padding: 15px 10px;
  }

  .service-second {
    margin-top: 30px;
  }

  .sy-list ul li {
    padding: 10px;
  }

  .syd-img {
    height: 92px;
  }

  .syd-ltxt {
    padding: 10px;
  }

  .syd-ltxt span {
    font-size: 20px;
  }

  .service-you {
    margin-top: 30px;
    padding: 50px 0px;
  }

  .sin-list ul li {
    padding: 10px;
  }

  .sin-list {
    width: 83%;
    margin: auto;
    margin-top: 20px;
  }

  .sy-list {
    width: 82%;
    margin: auto;
    margin-top: 10px;
  }

  .sname-list {
    width: 94%;
    margin: auto;
    margin-top: 20px;
  }

  .service-name {
    padding: 50px 0px;
  }

  .sname-ss ul li img {
    height: 52px;
  }

  .ss-buttom {
    line-height: 40px;
    margin-top: 20px;
  }

  .ss-list ul li {
    width: 17.4%;
  }

  .ssl-img {
    margin-top: 30%;
    opacity: 0;
    transition: 0.5s;
  }

  .ss-list ul li:nth-child(5) .ssl-img {
    transition-delay: 0.2s;
  }

  .ss-list ul li:nth-child(4) .ssl-img {
    transition-delay: 0.4s;
  }

  .ss-list ul li:nth-child(3) .ssl-img {
    transition-delay: 0.6s;
  }

  .ss-list ul li:nth-child(2) .ssl-img {
    transition-delay: 0.8s;
  }

  .ss-list ul li:nth-child(1) .ssl-img {
    transition-delay: 1s;
  }

  .ss-list ul li.active .ssl-img {
    margin-top: 0%;
    opacity: 1;
  }

  .sy-list ul li {
    margin-top: 8%;
    opacity: 0;
    transition: 0.5s;
  }

  .sy-list ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .sy-list ul li:nth-child(3) {
    transition-delay: 0.4s;
  }

  .sy-list ul li:nth-child(4) {
    transition-delay: 0.6s;
  }

  .sy-list ul li:nth-child(5) {
    transition-delay: 0.8s;
  }

  .sy-list ul li.active {
    margin-top: 0;
    opacity: 1;
  }

  .sy-ldiv {
    transition: transform 218ms ease-in-out;
  }

  .sy-list ul li:hover .sy-ldiv {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    /* border: 1px solid #006db3; */
  }

  .syd-img img {
    transition: 0.5s;
  }

  .sy-list ul li:hover .syd-img img {
    transform: scale(1.1);
  }

  .sy-list ul li:hover .syd-ltxt span {
    color: #0081cc;
  }

  .sy-list ul li:hover .syd-ltxt p {
    color: #0081cc;
  }

  .sin-list ul li {
    margin-top: 15%;
    transition: 0.5s;
    opacity: 0;
  }

  .sin-list ul li.active {
    margin-top: 0;
    opacity: 1;
  }

  .sin-list ul li:nth-child(2),
  .sin-list ul li:nth-child(6) {
    transition-delay: 0.2s;
  }

  .sin-list ul li:nth-child(3),
  .sin-list ul li:nth-child(7) {
    transition-delay: 0.4s;
  }

  .sin-list ul li:nth-child(4),
  .sin-list ul li:nth-child(8) {
    transition-delay: 0.6s;
  }

  .sin-div {
    transition: transform 218ms ease-in-out;
  }

  .sin-list ul li:hover .sin-div {
    border: 1px solid #006db3;
    box-shadow: 1px 3px 10px rgba(0, 109, 179, 0.2);
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }

  .sin-list ul li:hover .sin-div p {
    color: #006db3;
  }

  .sy-list ul li:hover .syd-ltxt:after {
    background: #006db3;
  }
}

@media (min-width: 1440px) {
  .service-top {
    margin-top: 50px;
  }

  .stop-list {
    margin-top: 60px;
  }

  .stlist-div img {
    width: 80px;
  }

  .stlist-div .st-p {
    font-size: 20px;
  }

  .stop-title p {
    font-size: 30px;
  }

  .stlist-div p {
    font-size: 14px;
    line-height: 25px;
  }

  .stlist-div {
    height: 290px;
    padding-top: 50px;
  }

  .stop-list ul li:nth-child(2) .stlist-div img {
    width: 48px;
  }

  .stop-list ul li:nth-child(4) .stlist-div img {
    width: 56px;
  }

  .stop-list ul li:nth-child(5) .stlist-div img {
    width: 64px;
  }

  .service-second {
    margin-top: 60px;
  }

  .ss-list {
    width: 100%;
    margin-top: 50px;
  }

  .ssl-pic p:nth-of-type(1) {
    font-size: 18px;
  }

  .ssl-pic {
    padding: 35px 20px;
  }

  .ssl-pic span {
    font-size: 45px;
    right: 30px;
  }

  .ssl-img {
    height: 128px;
  }

  .ssl-pic p {
    font-size: 14px;
    line-height: 25px;
  }

  .service-you {
    padding: 80px 0px;
    margin-top: 50px;
  }

  .sy-list ul li {
    padding: 20px;
  }

  .syd-img {
    height: 97px;
  }

  .syd-ltxt p {
    font-size: 14px;
    height: 38px;
  }

  .service-in {
    margin-top: 50px;
  }

  .sin-list {
    margin-top: 40px;
  }

  .sin-div img {
    width: 80px;
  }

  .sin-div p:nth-of-type(1) {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .sin-div p {
    font-size: 14px;
  }

  .sin-div {
    height: 200px;
    padding-top: 20px;
  }

  .service-name {
    padding: 80px 0px;
    margin-top: 50px;
  }

  .sname-list {
    margin-top: 50px;
  }

  .sname-ss ul li img {
    height: 60px;
  }

  .sname-ss ul li p {
    font-size: 14px;
    line-height: 30px;
  }

  .ss-buttom {
    line-height: 50px;
    margin-top: 30px;
    width: 120px;
  }

  .stop-list ul li:nth-child(3) .stlist-div img {
    width: 70px;
  }
}

@media (min-width: 1660px) {
  .stop-list {
    margin-top: 70px;
  }

  .stlist-div img {
    width: 90px;
  }

  .stop-list ul li:nth-child(2) .stlist-div img {
    width: 56px;
  }

  .stop-list ul li:nth-child(5) .stlist-div img {
    width: 73px;
  }

  .stop-list ul li:nth-child(3) .stlist-div img {
    width: 77px;
  }

  .stop-list ul li:nth-child(4) .stlist-div img {
    width: 61px;
  }

  .stlist-div {
    padding: 25px 20px;
    padding-top: 50px;
    height: 320px;
  }

  .service-second {
    margin-top: 80px;
  }

  .ss-list {
    margin-top: 70px;
  }

  .ssl-pic p:nth-of-type(1) {
    font-size: 23px;
  }

  .ssl-pic p {
    font-size: 18px;
    line-height: 40px;
  }

  .ssl-pic {
    padding: 30px;
  }

  .ss-list ul li:nth-child(2),
  .ss-list ul li:nth-child(3) {
    margin-left: -1.5%;
  }

  .ssl-img {
    height: 154px;
  }

  .ss-list ul li:nth-child(4),
  .ss-list ul li:nth-child(5),
  .ss-list ul li:nth-child(6) {
    margin-left: -1.5%;
  }

  .ss-list ul li {
    width: 17.9%;
  }

  .ssl-pic span {
    font-size: 60px;
    right: 50px;
  }

  .service-you {
    margin-top: 80px;
  }

  .sy-list {
    margin-top: 30px;
    width: 84%;
  }

  .syd-img {
    height: 127px;
  }

  .syd-ltxt:after {
    height: 2px;
  }

  .service-in {
    margin-top: 100px;
  }

  .sin-list {
    margin-top: 60px;
  }

  .sin-div {
    height: 262px;
    padding: 40px 20px;
  }

  .sin-div img {
    width: 100px;
  }

  .sin-div p:nth-of-type(1) {
    font-size: 18px;
  }

  .sin-div p:nth-of-type(1):after {
    width: 25px;
  }

  .sin-div p {
    font-size: 16px;
  }

  .service-name {
    margin-top: 100px;
  }

  .stname-p {
    height: 8px;
  }

  .stname-p .swiper-pagination-bullet {
    width: 30px;
  }

  .sname-list {
    margin-top: 70px;
  }

  .sname-ss ul li img {
    height: 64px;
  }

  .sname-ss ul li {
    padding: 20px;
  }

  .ss-buttom {
    font-size: 16px;
  }

  .syd-ltxt span {
    font-size: 30px;
  }

  .syd-ltxt span .sy-p {
    right: -20px;
  }

  .syd-ltxt p {
    font-size: 16px;
  }

  .syd-ltxt {
    padding: 20px 10px;
  }
}

.about_new_text .stop-list {
  margin-top: 32px !important;
}

/* 行业 */

@property --loading {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes spin {
  from {
    --loading: 0deg;
  }

  to {
    --loading: 360deg;
  }
}

.index_trade_box {
  padding: 52px 0;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);

  &.active {
    transform: translateY(0);
    opacity: 1;
  }
}

.index_trade {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 28px;
  position: relative;
}

.index_trade>div {
  width: 25%;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.index_trade>div:nth-child(-n + 4)::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.index_trade>div:nth-child(4)::before {
  background-color: transparent;
}

.index_trade>div:nth-last-child(-n + 4)::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.index_trade>div:nth-last-child(1)::before {
  background-color: transparent;
}

.index_trade::before {
  content: "";
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #e1e1e1;
  height: 1px;
}

.ind_box {
  --color: #333;
  --colorNumber: #ff8800;
  --opacity1: 0;
  --opacity2: 0;
  --opacity3: 0;
  --scale: 0.9;
  --top: 0;
  --top2: 0px;
}

.index_new_advantage .ind_box {
  margin-top: 10%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_new_advantage>.ind_box:nth-child(1) {
  transition-delay: 0.1s;
}

.index_new_advantage>.ind_box:nth-child(2) {
  transition-delay: 0.2s;
}

.index_new_advantage>.ind_box:nth-child(3) {
  transition-delay: 0.3s;
}

.index_new_advantage>.ind_box:nth-child(4) {
  transition-delay: 0.4s;
}

.index_new_advantage>.ind_box:nth-child(5) {
  transition-delay: 0.5s;
}

.active .ind_box {
  opacity: 1;
  margin-top: 0%;
}

.ind_box_hover1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: var(--opacity1);
  transform: scale(var(--scale));
  width: 100%;
  height: 100%;
}

.ind_box_hover {
  --opacity1: 1;
  --opacity2: 0.64;
  --opacity3: 0.3;
  --scale: 1;
  --top: 14px;
  --color: #fff;
  --colorNumber: #fff;
  --top2: -50px;
}

.it_icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 16px;
}

.ind_box_hover .it_icon {
  filter: brightness(0) invert(1);
  /* 变为白色 */
  /* filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%)
    hue-rotate(200deg);  */
}

.ind_background {
  background: #2d92ff;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  opacity: 0.8;
}

.ind_neon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ind_neon::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 30px;
  top: -3px;
  left: -3px;
  background-image: conic-gradient(from var(--loading),
      transparent 70%,
      #ffb300,
      #00c5ff,
      #ffb300);
  animation: 3s spin linear infinite;
  z-index: -3;
}

.ind_neon::before {
  content: "";
  background-image: conic-gradient(from -90deg, #ffb300, #00c5ff, #ffb300);
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.ind_show {
  background-image: conic-gradient(from var(--loading),
      transparent 70%,
      #ffb300,
      #00c5ff,
      #ffb300);
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: absolute;
  top: var(--top);
  left: 0;
  z-index: -4;
  filter: blur(13px);
  opacity: var(--opacity2);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: 3s spin linear infinite;
}

.it_title {
  color: var(--color);
  font-size: 16px;
}

.service_new_data .sy-list {
  width: 100% !important;
}

.index_evaluate {
  padding: 0 0 70px 0;
}

.index_evaluate2 {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);


  &.active {
    transform: translateY(0);
    opacity: 1;
  }
}

.index_evaluate>div {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.index_evaluate>div::before,
.index_evaluate>div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  /* 遮罩宽度 */
  z-index: 2;
  pointer-events: none;
  /* 防止遮罩阻挡交互 */
}

/* 左侧渐变遮罩 */
.index_evaluate>div::before {
  left: 0;
  background: linear-gradient(to right, #f5f5f5 40%, #f5f5f500);
}

/* 右侧渐变遮罩 */
.index_evaluate>div::after {
  right: 0;
  background: linear-gradient(to left, #f5f5f5 40%, #f5f5f500);
}

.index_evaluate .swiper-slide {
  /* padding: 0 70px; */
}

.index_evaluate_box {
  width: 100%;
  background-color: #fff;
  border-radius: 28px;
  padding: 52px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.index_evaluate_box>div>p {
  line-height: 32px;
}

.index_evaluate_box>div>p:nth-last-child(1) {
  text-align: right;
  margin-top: 18px;
}

.index_evaluate_box>div>div {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 24px;
}

.index_evaluate_box>div>div img {
  height: 40px;
  margin-right: 20px;
  display: block;
}

.service_box {
  width: 100% !important;
  padding: 0 70px !important;
}

.service_new_logos {
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;

  .service_new_logos_box {
    height: 70vh;
    padding: 70px;
    position: relative;

    .about_new_text_p {
      z-index: 100000;
      position: relative;
    }

    .logo_box {
      width: 100%;
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;

      .logo_img {
        position: absolute;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        transform: translate(-50%, -50%);
      }
    }

    &>a {
      position: absolute;
      bottom: 70px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 100000;
    }
  }
}