@charset "UTF-8";
body {
  width: 100%;
  font-family: "微软雅黑", "PingFangM", Arial, sans-serif;
  text-align: left;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}
.authentication-btn:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.authentication-btn:hover:after {
  content: "\e683";
  margin-left: 5px;
  margin-top: 2px;
}
.authentication-question-box {
  background: #fff;
  padding: 100px 0;
}
.authentication-question-item {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.authentication-question-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #252b3a;
}
.authentication-question-left {
  width: 20px;
  height: 2px;
  position: relative;
}
.authentication-question-right {
  padding-left: 30px;
}
.authentication-question-left::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #797979;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.authentication-question-left::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #797979;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.on .authentication-question-left::after {
  transform: rotate(180deg);
}
.on .authentication-question-left::before {
  transform: rotate(180deg);
}
.authentication-question-text {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #575d6c;
  padding-left: 50px;
  padding-top: 25px;
}
.authentication-banner-box {
  width: 100%;
  position: relative;
}
.authentication-banner-bg {
  width: 100%;
}
.authentication-banner-main {
  position: absolute;
  left: 0;
  top: 33%;
  width: 100%;
}
.authentication-banner-title {
  font-weight: bold;
  font-size: 42px;
  color: #252b3a;
}
.authentication-banner-text {
  width: 480px;
  font-size: 18px;
  color: #252b3a;
  line-height: 1.67;
  margin-top: 14px;
}
.authentication-banner-contact {
  font-size: 16px;
  color: #0086f1;
  line-height: 21px;
  margin-top: 14px;
  line-height: 1;
}
.authentication-banner-btn {
  position: relative;
  margin-top: 30px;
  width: 170px;
  height: 50px;
  background: linear-gradient(90deg, #137cf5 0%, #16adff 100%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
}
.authentication-banner-btn::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.authentication-banner-btn:hover::after {
  content: "\e683";
  margin-left: 5px;
  margin-top: 3px;
}
.authentication-menu-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authentication-menu-item {
  padding: 28px 0;
  margin: 0 60px;
  font-size: 18px;
  line-height: 1;
  color: #252b3a;
  position: relative;
}
.authentication-menu-on::after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #0086f1;
}
.authentication-panorama-box {
  background: #f7f9fb;
  padding: 80px 0 100px;
}
.authentication-public-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #252b3a;
}
.authentication-public-slogan {
  text-align: center;
  font-size: 16px;
  color: #575d6c;
  margin-top: 10px;
}
.authentication-panorama-main {
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 34px 0px rgba(209, 216, 227, 0.4);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.authentication-panorama-name {
  width: 90px;
  background: linear-gradient(180deg, #7dbbff 0%, #4a5ce1 100%);
  border-radius: 8px;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 20px;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 90px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}
.authentication-panorama-center {
  width: calc(100% - 90px - 168px - 32px);
}
.authentication-panorama-low {
  background: #e9f3fd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 16px 26px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.authentication-panorama-item1 {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c3d3e8;
  padding: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.authentication-panorama-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 160px));
}
.authentication-panorama-title {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.authentication-panorama-logo {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  height: 40px;
}
.authentication-panorama-low .authentication-panorama-item1 {
  width: calc((100% - 20px) / 5);
 margin-right: calc(20px / 4);
}
.authentication-panorama-low2 .authentication-panorama-item1 {
  width: calc((100% - 20px) / 4);
 margin-right: calc(20px / 4);
}
.authentication-panorama-low3 {
  margin-bottom: 0;
  background: #f5f6f7;
  padding: 16px 26px 6px;
}
.authentication-panorama-low3:nth-child(3) {
  margin-top: 16px;
}
.authentication-panorama-p1 {
  width: 100%;
  height: 60px;
  background: #f3f7ff;
  border-radius: 2px;
  border: 1px solid #d1dbe4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.authentication-panorama-p2 {
  width: 100%;
  height: 60px;
  background: #5ca7fe;
  border-radius: 2px;
  border: 1px solid #5ca7fe;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 12px;
}
.authentication-panorama-item1:hover {
  box-shadow: 0px 4px 34px 0px rgba(209, 216, 227, 0.6);
}
.authentication-panorama-low3 .authentication-panorama-list {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.authentication-panorama-item3 {
  width: calc((100% - 50px) / 5);
  height: 63px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d1dbe4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.authentication-panorama-img {
  width: 100%;
}
.authentication-value-box {
  padding: 100px 0 100px;
  width: 100%;
  overflow: hidden;
}
.authentication-panorama-type {
  font-weight: bold;
  font-size: 28px;
  color: #0774e6;
}
.authentication-panorama-organ {
  font-weight: 400;
  font-size: 16px;
  color: #575d6c;
  text-align: center;
  margin-top: 20px;
}
.authentication-panorama-right {
  width: 168px;
  background: #e9f3fd;
  border-radius: 8px;
  border: 1px solid #c3d3e8;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.authentication-panorama-icon {
  width: 140px;
}
.authentication-main-box {
  margin-top: -35px;
  min-height: 740px;
  background: url(../../img2025/renzheng2025/value-center-bg.png) no-repeat top center;
  background-size: 544px 548px;
  position: relative;
}
.authentication-main-enterprise {
  min-height: 690px;
}
.authentication-value-item {
  width: calc(380px + 60px + 80px);
}
.authentication-value-left1 {
  position: absolute;
  left: 0;
  top: 15%;
}
.authentication-value-left2 {
  position: absolute;
  left: 0;
  top: 48%;
}
.authentication-value-right1 {
  position: absolute;
  right: 0;
  top: 15%;
  width: 380px;
}
.authentication-value-right2 {
  position: absolute;
  right: 0;
  top: 48%;
  width: 380px;
}
.authentication-value-bottom {
  position: absolute;
  left: calc(50% - 1080px / 2);
  bottom: 0;
  width: 1080px;
  padding-top: 110px;
}
.authentication-value-title {
  font-weight: bold;
  font-size: 24px;
  color: #252b3a;
}
.authentication-value-text {
  font-size: 16px;
  color: #575d6c;
  margin-top: 14px;
  width: 381px;
}
.authentication-value-bottom .authentication-value-title {
  text-align: center;
}
.authentication-value-bottom .authentication-value-text {
  text-align: center;
  width: 100%;
}
.authentication-value-icon {
  width: 80px;
}
.authentication-value-left1 .authentication-value-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.authentication-value-left2 .authentication-value-icon {
  position: absolute;
  right: 10px;
  top: 0;
}
.authentication-value-bottom .authentication-value-icon {
  position: absolute;
  left: calc(50% - 40px);
  top: 0;
}
.authentication-value-right1 .authentication-value-icon {
  position: absolute;
  left: -140px;
  top: 0;
}
.authentication-value-right2 .authentication-value-icon {
  position: absolute;
  left: -130px;
  top: 0;
}
.authentication-certificate-box {
  padding: 100px 0;
  background: #f7f7f7;
}
.authentication-certificate-main {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.authentication-certificate-item {
  box-shadow: 0px 4px 34px 0px rgba(209, 216, 227, 0.4);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.authentication-certificate-top {
  background: url(../../img2025/renzheng2025/certificate-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authentication-certificate-top img {
  height: 254px;
  margin: 0 auto;
    max-width: 90%;
}
.authentication-certificate-bottom {
  padding: 25px 0;
  background: #fff;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.authentication-certificate-name {
  text-align: center;
  font-size: 22px;
  color: #252b3a;
}
.authentication-certificate-type {
  font-size: 16px;
  color: #575d6c;
  margin-top: 10px;
  text-align: center;
}
.authentication-process-box {
  padding: 100px 0;
}
.authentication-process-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.authentication-process-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 8);
}
.authentication-process-item::after {
  content: "";
  position: absolute;
  /* right: -130px; */
  right: -25%;
  /* top: 33%; */
  top: 60px;
  background: url(../../img2025/renzheng2025/process-line.png) no-repeat;
  background-size: 100% 100%;
  /* width: 126px; */
  width: 86px;
  height: 10px;
}
.authentication-process-item:last-child::after {
  display: none;
}
.authentication-process-icon {
  width: 120px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.authentication-process-small {
  font-size: 13px;
  margin-top: 10px;
  /* width: 70%; */
}
.authentication-process-item:hover .authentication-process-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.authentication-process-text {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #252b3a;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.authentication-process-item:hover .authentication-process-text {
  color: #0086f1;
}
.authentication-news-box {
  padding: 100px 0 70px;
  background: #f7f9fb;
}
.authentication-public-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.authentication-public-item {
  width: calc((100% - 80px) / 3);
  height: 350px;
  padding: 40px 40px 0 40px;
  background: #ffffff;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-public-item:hover {
  box-shadow: 0px 2px 34px 0px rgba(209, 216, 227, 0.4);
}
.authentication-public-item:nth-child(3n) {
  margin-right: 0;
}
.authentication-public-name {
  font-weight: bold;
  font-size: 24px;
  color: #252b3a;
}
.authentication-public-text {
  height: 145px;
  font-size: 16px;
  color: #575d6c;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5; /* 控制显示行数 */
}
.authentication-public-href {
  font-size: 16px;
  color: #252b3a;
  margin-top: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-public-item:hover .authentication-public-href {
  color: #0086f1;
}
.authentication-testimony-box {
  padding: 100px 0;
}
.authentication-testimony-swiper {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  padding: 0 20px 20px;
}

.authentication-testimony-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  position: relative;
  padding-top: 20px;
  /* display: none; */
}
.authentication-testimony-item::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 45px;
  height: 40px;
  background: url(../../img2025/renzheng2025/img_xiushi.png) no-repeat;
  background-size: 100% 100%;
}
.authentication-testimony-box .swiper-slide-active,
.authentication-testimony-box .swiper-slide-next,
.authentication-testimony-box .swiper-slide-prev {
  display: block;
}
.authentication-testimony-main {
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(209, 216, 227, 0.4);
  border-radius: 12px;
  padding: 60px 40px 50px;
}
.authentication-testimony-center {
  position: relative;
}
.authentication-testimony-prev {
  position: absolute;
  left: -50px;
  top: 55%;
  width: 50px;
  height: 50px;
  background: url(../../img2025/renzheng2025/authentication-left-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-testimony-prev:hover {
  background: url(../../img2025/renzheng2025/authentication-left-sel.png) no-repeat;
  background-size: 100% 100%;
}
.authentication-testimony-next {
  position: absolute;
  right: -50px;
  top: 55%;
  width: 50px;
  height: 50px;
  background: url(../../img2025/renzheng2025/authentication-right-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-testimony-next:hover {
  background: url(../../img2025/renzheng2025/authentication-right-sel.png) no-repeat;
  background-size: 100% 100%;
}
.authentication-testimony-text {
  margin-top: 10px;
  font-size: 16px;
  color: #575d6c;
  line-height: 1.6;
  height: 130px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5; /* 控制显示行数 */
}
.authentication-testimony-character {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.authentication-testimony-pic {
  width: 80px;
}
.authentication-testimony-decs {
  padding-left: 30px;
  width: calc(100% - 110px);
}
.authentication-testimony-name {
  font-size: 24px;
  color: #252b3a;
}
.authentication-testimony-rank {
  margin-top: 6px;
  font-size: 16px;
  color: #575d6c;
}
.authentication-testimony-course {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  width: 100px;
  height: 34px;
  background: linear-gradient(270deg, #137cf5 0%, #16adff 100%);
  border-radius: 12px 0px 12px 0px;
}
.authentication-testimony-logo {
  width: 60px;
}
.authentication-cooperate-box {
  padding: 100px 0;
  background: #f7f7f7;
}
.authentication-cooperate-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.authentication-cooperate-img {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-cooperate-img:hover {
  box-shadow: 0px 2px 14px 0px rgba(209, 216, 227, 0.4);
}
.authentication-cooperate-img:nth-child(5n) {
  margin-right: 0;
}
.authentication-panorama-low4 .authentication-panorama-item1 {
  width: calc((100% - 20px) / 3);
}
.authentication-panorama-low5 .authentication-panorama-item3 {
  width: calc((100% - 60px) / 6);
}
.authentication-panorama-low6 .authentication-panorama-list,
.authentication-panorama-low5 .authentication-panorama-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.authentication-news-content {
  position: relative;
  margin-top: 40px;
}
.authentication-news-swiper {
  overflow: hidden;
}
.authentication-news-prev {
  position: absolute;
  left: -65px;
  top: 40%;
  width: 50px;
  height: 50px;
  background: url(../../img2025/renzheng2025/authentication-left-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-news-prev:hover {
  background: url(../../img2025/renzheng2025/authentication-left-sel.png) no-repeat;
  background-size: 100% 100%;
}
.authentication-news-next {
  position: absolute;
  right: -65px;
  top: 40%;
  width: 50px;
  height: 50px;
  background: url(../../img2025/renzheng2025/authentication-right-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.authentication-news-next:hover {
  background: url(../../img2025/renzheng2025/authentication-right-sel.png) no-repeat;
  background-size: 100% 100%;
}
.authentication-precautions-text {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  padding: 20px 20px 0;
}
.authentication-process-main-school .authentication-process-item::after {
  right: -60%;
  width: 80%;
}
@media screen and (min-width: 1000px) {
  .wap {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1699px) {
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .authentication-banner-main {
    top: 27%;
  }
  .authentication-banner-text {
    font-size: 16px;
    width: 380px;
  }
  .authentication-banner-contact {
    font-size: 14px;
    margin-top: 10px;
  }
  .authentication-banner-btn {
    margin-top: 30px;
    width: 150px;
    height: 45px;
    font-size: 16px;
  }
  .authentication-menu-item {
    padding: 20px 0;
    margin: 0 40px;
    font-size: 16px;
    line-height: 1;
    color: #252b3a;
    position: relative;
  }
  .authentication-panorama-box {
    padding: 60px 0 70px;
  }
  .authentication-panorama-main {
    margin-top: 30px;
  }
  .authentication-main-box {
    margin-top: -15px;
    min-height: 540px;
    background: url(../../img2025/renzheng2025/value-center-bg.png) no-repeat top center;
    background-size: 380px 383px;
  }
  .authentication-main-enterprise {
    min-height: 500px;
  }
  .authentication-value-item {
    width: calc(300px + 40px + 60px);
  }
  .authentication-value-icon {
    width: 60px;
  }
  .authentication-value-text {
    font-size: 14px;
    margin-top: 10px;
    width: 300px;
  }
  .authentication-value-title {
    font-weight: bold;
    font-size: 20px;
    color: #252b3a;
  }
  .authentication-value-left2 {
    top: 50%;
  }
  .authentication-value-left2 .authentication-value-icon {
    right: -25px;
  }
  .authentication-main-enterprise .authentication-value-left2 .authentication-value-icon {
    right: -5px;
  }
  .authentication-main-enterprise .authentication-value-right2 .authentication-value-icon {
    left: -115px;
  }
  .authentication-value-right1 {
    width: 300px;
  }
  .authentication-value-right1 .authentication-value-icon {
    position: absolute;
    left: -100px;
    top: 0;
  }
  .authentication-value-right2 {
    top: 50%;
    width: 300px;
  }
  .authentication-value-bottom {
    position: absolute;
    left: calc(50% - 1080px / 2);
    bottom: 0;
    width: 1080px;
    padding-top: 90px;
  }
  .authentication-panorama-name {
    width: 70px;
    line-height: 70px;
    font-size: 24px;
  }
  .authentication-panorama-right {
    width: 140px;
  }
  .authentication-panorama-icon {
    width: 100px;
  }
  .authentication-panorama-center {
    width: calc(100% - 80px - 140px - 20px);
  }
  .authentication-panorama-low {
    padding: 16px 16px;
  }
  .authentication-panorama-low3 {
    padding: 16px 16px;
    margin-bottom: 0;
  }
  .authentication-panorama-title {
    width: 100px;
  }
  .authentication-panorama-list {
    width: calc((100% - 110px));
  }
  .authentication-panorama-type {
    font-size: 20px;
  }
  .authentication-panorama-organ {
    font-size: 14px;
    margin-top: 16px;
  }
  .authentication-panorama-p1 {
    height: 50px;
    font-size: 12px;
  }
  .authentication-panorama-p2 {
    font-size: 12px;
    height: 50px;
  }
  .authentication-panorama-item3 {
    font-size: 12px;
    height: 50px;
  }
  .authentication-value-box {
    padding: 60px 0 60px;
  }
  .authentication-certificate-name {
    font-size: 18px;
  }
  .authentication-certificate-type {
    font-size: 14px;
    margin-top: 7px;
  }
  .authentication-certificate-box {
    padding: 60px 0;
  }
  .authentication-process-item::after {
    right: -32%;
    top: 33%;
    width: 86px;
    height: 10px;
  }
  .authentication-process-icon {
    width: 100px;
  }
  .authentication-process-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .authentication-public-name {
    font-size: 20px;
  }
  .authentication-public-item {
    width: calc((100% - 40px) / 3);
    height: 280px;
    padding: 30px 30px 0 30px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .authentication-public-text {
    height: 120px;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
  }
  .authentication-news-box {
    padding: 60px 0 40px;
  }
  .authentication-process-box {
    padding: 60px 0;
  }
  .authentication-testimony-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    padding-top: 15px;
  }
  .authentication-testimony-main {
    padding: 40px 20px 30px;
  }
  .authentication-testimony-item::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 35px;
    height: 30px;
  }
  .authentication-testimony-course {
    font-size: 14px;
    width: 90px;
    height: 30px;
    background: linear-gradient(270deg, #137cf5 0%, #16adff 100%);
    border-radius: 12px 0px 12px 0px;
  }
  .authentication-testimony-text {
    margin-top: 10px;
    font-size: 14px;
    height: 130px;
  }
  .authentication-testimony-character {
    margin-top: 30px;
  }
  .authentication-testimony-pic {
    width: 60px;
  }
  .authentication-testimony-decs {
    padding-left: 20px;
    width: calc(100% - 90px);
  }
  .authentication-testimony-name {
    font-size: 20px;
  }
  .authentication-testimony-rank {
    font-size: 14px;
  }
  .authentication-testimony-box {
    padding: 60px 0;
  }
  .authentication-cooperate-img {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .authentication-cooperate-box {
    padding: 60px 0;
  }
  .authentication-cooperate-list {
    margin-top: 30px;
  }
  .authentication-question-box {
    padding: 60px 0;
  }
  .authentication-value-bottom .authentication-value-icon {
    left: calc(50% - 30px);
  }
}
@media screen and (min-width: 1399px) and (max-width: 1499px) {
  .authentication-value-left1 .authentication-value-icon {
    right: -50px;
  }
  .authentication-value-left2 .authentication-value-icon {
    right: -75px;
  }
  .authentication-value-right1 .authentication-value-icon {
    left: -150px;
  }
  .authentication-value-right2 .authentication-value-icon {
    left: -175px;
  }

  .authentication-main-enterprise .authentication-value-left1 .authentication-value-icon {
    right: -50px;
  }
  .authentication-main-enterprise .authentication-value-left2 .authentication-value-icon {
    right: -55px;
  }
  .authentication-main-enterprise .authentication-value-right1 .authentication-value-icon {
    left: -150px;
  }
  .authentication-main-enterprise .authentication-value-right2 .authentication-value-icon {
    left: -165px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
}
@media screen and (min-width: 1000px) and (max-width: 1249px) {
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
  .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  .w1440 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .authentication-question-item {
    margin: 15px 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .authentication-question-title {
    align-items: flex-start;
  }
  .authentication-question-left::before,
  .authentication-question-left::after {
    top: 10px;
  }
  .authentication-question-left {
    width: 16px;
    height: 2px;
    position: relative;
  }
  .authentication-menu-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .authentication-menu-item {
    padding: 15px 0;
    margin: 0 20px;
    font-size: 14px;
  }
  .authentication-panorama-box {
    padding: 40px 0 50px;
  }
  .authentication-public-title {
    font-size: 24px;
  }
  .authentication-public-slogan {
    font-size: 14px;
    margin-top: 6px;
  }
  .authentication-panorama-main {
    margin-top: 20px;
  }
  .authentication-banner-main {
    top: 25%;
  }
  .authentication-banner-title {
    font-size: 32px;
    color: #fff;
  }
  .authentication-banner-text {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-top: 14px;
  }
  .authentication-banner-contact {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 21px;
    margin-top: 10px;
    line-height: 1;
  }
  .authentication-banner-btn {
    margin-top: 20px;
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
  .authentication-panorama-main {
    margin-top: 40px;
    padding: 14px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .authentication-panorama-name {
    width: 100%;
    font-size: 18px;
    letter-spacing: 6px;
    writing-mode: horizontal-tb;
    line-height: 60px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .authentication-panorama-center {
    width: 100%;
  }
  .authentication-panorama-low {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .authentication-panorama-title {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .authentication-panorama-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
  .authentication-panorama-low .authentication-panorama-item1 {
    width: calc((100% - 14px) / 2);
    margin-bottom: 14px;
  }
  .authentication-panorama-low .authentication-panorama-item1:nth-child(2n-1) {
    margin-right: 14px;
  }
  .authentication-panorama-p2 {
    height: 50px;
    font-size: 12px;
    margin-top: 8px;
  }
  .authentication-panorama-p1 {
    height: 50px;
    font-size: 12px;
  }
  .authentication-panorama-type {
    font-size: 18px;
  }
  .authentication-panorama-organ {
    font-size: 14px;
    text-align: left;
    margin-top: 6px;
  }
  .authentication-panorama-low3 .authentication-panorama-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .authentication-panorama-item3 {
    width: calc((100% - 16px) / 2);
    height: 53px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 16px;
  }
  .authentication-panorama-item3:nth-child(2n) {
    margin-right: 0;
  }
  .authentication-main-box {
    margin-top: 25px;
    min-height: auto;
    background: none;
    position: relative;
  }
  .swing-authentication-slide {
    width: 100%;
    height: 300px;
    background: #ffffff;
    box-shadow: 0px 2px 34px 0px rgba(209, 216, 227, 0.4);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .authentication-value-title {
    font-size: 20px;
    padding-top: 10px;
  }
  .authentication-value-text {
    font-size: 14px;
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }
  .swiper-authentication-box {
    position: relative;
    padding-bottom: 40px;
  }
  .authentication-value-icon {
    margin-top: 20px;
  }
  .authentication-value-box {
    padding: 50px 0;
  }
  .authentication-certificate-bottom {
    padding: 15px 0;
  }
  .authentication-certificate-name {
    font-size: 16px;
  }
  .authentication-certificate-type {
    font-size: 14px;
    margin-top: 6px;
  }
  .authentication-certificate-main {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .authentication-certificate-box {
    padding: 50px 0;
  }
  .authentication-process-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .authentication-process-small {
    font-size: 13px;
    margin-top: 10px;
    width: 70%;
    text-align: center;
  }
  .authentication-process-item::after {
    display: none;
  }
  .authentication-process-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 20px;
  }
  .authentication-process-icon {
    width: 80px;
  }
  .authentication-process-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .authentication-process-box {
    padding: 50px 0;
  }
  .authentication-public-item {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .authentication-public-name {
    font-size: 20px;
  }
  .authentication-public-text {
    height: auto;
    font-size: 14px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
  }
  .authentication-public-href {
    font-size: 16px;
    margin-top: 20px;
  }
  .authentication-news-box {
    padding: 50px 0 30px;
  }
  .authentication-testimony-box {
    padding: 50px 0;
    overflow: hidden;
  }
  .authentication-testimony-swiper {
    position: relative;
    padding-bottom: 40px;
  }
  .authentication-testimony-main {
    padding: 30px 20px 20px;
  }
  .authentication-testimony-item {
    width: 100%;
  }
  .authentication-testimony-item::after {
    left: 20px;
    top: 0;
    width: 35px;
    height: 30px;
  }
  .authentication-testimony-course {
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    height: 30px;
  }
  .authentication-testimony-logo {
    width: 50px;
  }
  .authentication-testimony-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    height: 110px;
  }
  .authentication-testimony-character {
    margin-top: 30px;
  }
  .authentication-testimony-pic {
    width: 60px;
  }
  .authentication-testimony-decs {
    padding-left: 20px;
    width: calc(100% - 80px);
  }
  .authentication-testimony-name {
    font-size: 18px;
  }
  .authentication-testimony-rank {
    margin-top: 0;
    font-size: 14px;
  }
  .authentication-cooperate-box {
    padding: 50px 0;
  }
  .authentication-cooperate-list {
    margin-top: 30px;
  }
  .authentication-cooperate-img {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .authentication-cooperate-img:nth-child(3n) {
    margin-right: 0;
  }
  .authentication-cooperate-img:nth-child(3n-1) {
    margin-right: 10px;
  }
  .authentication-cooperate-img:nth-child(3n-2) {
    margin-right: 10px;
  }
  .authentication-cooperate-list {
    justify-content: center;
  }
  .authentication-question-box {
    padding: 50px 0;
  }
  .authentication-panorama-low5 .authentication-panorama-item3 {
    width: calc((100% - 16px) / 2);
  }
  .authentication-public-main {
    display: flex !important;
  }
}
@media screen and (max-width: 499px) {
  .authentication-question-right {
    font-size: 16px;
  }
  .authentication-question-right {
    padding-left: 20px;
  }
  .authentication-question-text {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .authentication-precautions-text {
    font-size: 12px;
    line-height: 1.6;
    padding: 12px 12px 0;
  }
}
