/* 首页 URL 锚点为固定顶部导航预留空间。 */
#index .home-anchor-target {
  scroll-margin-top: 82px;
}

/* banner */
div[data-banner-current] {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  inset: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
}

.purchase-btn.purchase-btn {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  padding-right: 100px;
  cursor: pointer !important;
  border: none;
  outline: none;
  overflow: hidden;
}

.purchase-icon {
  margin-left: auto;
  position: absolute;
  bottom: 8px;
  height: fit-content;
  margin: auto;
  right: 15%;
  transition: .2s;
}

.purchase-btn:hover .purchase-icon {
  transform: translateX(10px);
}

.banner-section-header {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width:1536px) {
  .banner-section-header {
    font-size: 40px;
  }
}

@media screen and (max-width:1280px) {
  .banner-section-header {
    font-size: 30px;
  }
}

.server-banner {
  background: rgba(247, 248, 250, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner2 {
  background: rgba(0, 0, 0, 0.40);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner-desc {
  font-size: 16px;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 90px;
}

.server-banner-desc2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.banner-cloud {
  background-image: url('../assets/img/cloud/banner.png');
}

.banner-trademark {
  background-image: url('../assets/img/trademark/banner.png');
}

.banner-dedicated {
  background-image: url('../assets/img/dedicated/banner.png');
}

.banner-domain {
  background-image: url('../assets/img/domain/banner.png');
}

.banner-ssl {
  background-image: url('../assets/img/ssl/banner.png');
}

.banner-icp {
  background-image: url('../assets/img/icp/banner.png');
}

.banner-sms {
  background-image: url('../assets/img/sms/banner.png');
}

.banner-trusteeship {
  background-image: url('../assets/img/trusteeship/banner.png');
}

.banner-rent {
  background-image: url('../assets/img/rent/banner.png');
}

.banner-document {
  background-image: url('../assets/img/document/banner.png');
}

.banner-announce {
  background-image: url('../assets/img/document/banner.png');
}

.banner-guarantee {
  background: url('../assets/img/guarantee/banner.png') no-repeat center center;
  background-size: cover;
}

.banner-reward {
  background-image: url('../assets/img/reward/banner.png');
  color: #fff;
}

.banner-contact {
  background: url('../assets/img/guarantee/contact.png') no-repeat center center;
  background-size: cover;
}

.feedback-banner {
  background: url('../assets/img/guarantee/recruit.png') no-repeat center center;
  background-size: cover;
}

.activities-banner {
  height: 440px;
  background: url('../assets/img/active/active_banner.png') no-repeat;
  background-size: 100%;
}


.banner-reward .btn-normal {
  padding: 8px 32px;
}

div[data-banner-current] {
  position: relative;
}

div[data-banner-current]>div {
  max-width: 560px;
}

div[data-banner-current]>section {
  position: absolute;
  margin-left: 30px;
  left: 0px;
  right: 0px;
  top: -24px;
  bottom: -24px;
  z-index: -1;
}

.banner-background-img {
  position: absolute;
  left: 0px;
  right: 0px;
  background: red;
  top: 0px;
  bottom: 0px;
}

div[data-banner-current]>section>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:1536px) {

  div[data-banner-current]>div {
    max-width: 500px;
  }

  .banner-container.banner-container menu li+li {
    margin-top: 18px;
  }

  div[data-banner-current]>section {
    flex: 1;
    margin-left: 20px;
  }
}

@media screen and (max-width:1280px) {
  div[data-banner-current]>div {
    max-width: 460px;
  }

  .banner-container.banner-container menu li+li {
    margin-top: 16px;
  }
}



div[data-banner-current] section i {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
}

.banner-section {
  --img-url: url(/web/cengjiyun_tcstyle/assets/img/index/bannerfile/banner-1.png);
  padding-top: 63px;
  background: var(--img-url) no-repeat center/cover;
}

.banner-container {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner-container menu {
  margin-top: 20px;
  margin-bottom: 15px;
  border-right: 2px solid #fff;
  position: relative;
  margin-right: 40px;

  --el-position: 0px;
}

.banner-container menu::before {
  content: "";
  transition: .5s;
  position: absolute;
  transform: translateY(var(--el-position));
  height: var(--el-height);
  background: linear-gradient(to right, #EBF1FE, #F4F9FF);
  left: 3px;
  right: -2px;
  border-right: 2px solid #0052D9;
}


.banner-container menu li {
  list-style: none;
  text-align: right;
  font-size: 14px;
  padding: 18px 20px;
  cursor: pointer;
  transform: scale(1);
}

.banner-container menu li.active {
  color: #3374E1;
}

.banner-container menu li+li {
  margin-top: 25px;
}

.banner-section-description {
  font-size: 14px;
  max-width: 720px;
  line-height: 1.5;
  color: #253554;
}

.banner-container>section {
  margin: 24px 0px;
  position: relative;
}

.banner-cont {
  width: 100%;
}

.banner-cont .swiper-slide {
  height: 500px;
  width: 100%;
  background: linear-gradient(0, #f7f9fa, #f9fafb);
}

.banner-cont .swiper-slide .img {
  /* position: absolute; */
  z-index: -1;
  max-height: 100%;
  max-width: 100%;
  /* object-fit: fill; */
}


.banner-cont .banner-desc {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 80px;
  max-width: 550px;

}

.banner-cont .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  background: #D7DCE4;
  opacity: 1;
  border-radius: 3px;
}

.banner-cont .swiper-pagination-bullet-active {
  background: rgba(255, 103, 57, 1);
}

.banner-s {
  border-bottom: 1px solid #eeeeee;
  background: #FEFEFE;
}

.banner-list {
  display: flex;
}

.banner .banner-s .banner-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}



.banner-s .banner-list .banner-item {
  flex: 1;
  cursor: pointer;
  width: 335px;
  padding: 30px 60px;
}

.banner-item {
  position: relative;
}

.banner-item:hover {
  background: #fff;
  box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, .2);
  z-index: 100;

  transition: .1s;
}

.banner-item:hover::before {
  display: none;
}

.banner-item+.banner-item::before {
  content: '';
  position: absolute;
  left: 0px;
  background: #eeeeee;
  width: 1px;
  top: 24px;
  bottom: 24px;
  margin: auto;
}

.banner-s .banner-list .banner-item:hover :is(h5, .banner-tag, .title-desc) {
  color: var(--color-primary);
}

.banner-list .banner-item .banner-tag {
  font-size: 12px;

  border: 1px solid currentColor;
  padding: 5px 8px;
  border-radius: 3px;
}

/* 服务内容 */

.service-background {
  background: radial-gradient(circle closest-side at left max(200px, 40%) top 55%, #B0C5FE, #FEFEFE) no-repeat left center/max(700px, 50%) 100%, radial-gradient(30% 30% at right 10px top 60%, #ECF2FE, #FEFEFE);
}

.service-content {
  display: flex;
  margin-top: 40px;
}

.service-box-overview {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-box-overview>span {
  flex: 1;
}

.service-title {
  font-size: 32px;
  letter-spacing: 1px;
}

.service-description {
  font-size: 14px;
  margin-top: 20px;
  color: #4b5b76;
  margin-bottom: 30px;
  min-width: 400px;
}


.service-box {
  list-style-type: none;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service-box-item {
  display: flex;
  width: 100%;
  padding: 32px;
  transition: .3s;
}

.service-box-item:hover {
  background: #fff;
  /* box-shadow: ; */
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .2));
}

.service-box-item>section:first-child {
  margin-right: 20px;
}

.service-box-item h4 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1536px) {
  .service-box-item h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  .service-box-overview {
    max-width: 500px;
  }

  .service-title {
    font-size: 28px;
  }

  .service-box-item {
    padding: 24px;
  }
}

@media screen and (max-width:1280px) {
  .service-box-item h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }

  .service-box-overview {
    max-width: 400px;
  }
}

.service-box-item p {
  margin-top: 12px;
  color: #4b5b76;
  font-size: 14px;
  line-height: 1.6;
  min-width: 238px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service .service-box .service-title {
  color: #333;

}

.service .service-hot::before {
  content: '';
  height: 60px;
  width: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  background: url('../assets/img/index/hot.png');
  background-repeat: no-repeat;
  background-size: 100%;

}

.service-box .title-desc {
  margin: 16px 0;
  height: 42px;
}

.service .service-tag-group {
  display: flex;
}

.service .service-tag-group .service-tag {
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 8px;
  font-size: 12px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
  height: 24px;
  background: #F7F8F9;
  border: 1px solid #EDEDED;
  border-radius: 1px;
}

/* 工具 */
.section-tool-container {
  position: relative;
}

.section-tool-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: radial-gradient(50% 50% at top 60% right 40%, #D8DDFB, #EFF2F9);
}

.section-tool-container>* {
  opacity: 0.999999;
}

.section-tool {
  display: grid;
  grid-template-areas: "tool1 tool1 . ." "tool1 tool1 . .";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.section-tool>section {
  padding: 24px;
}

.section-tool section:not(:first-child) {
  background: #F0F3FC;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: .2s;

}

.section-tool section:not(:first-child):hover {
  box-shadow: 0px 10px 60px -30px rgba(0, 0, 0, .5);

}

.section-tool section:not(:first-child):hover .section-tool-action i:last-child {
  overflow: hidden;
}

.section-tool section:not(:first-child):hover .section-tool-action i:last-child svg {
  animation: moveArrow .3s;
}

@keyframes moveArrow {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(100%, -100%);
  }

  51% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.section-tool-main {
  grid-area: tool1;
  height: 100%;
  background: gray;
}

.section-tool-action {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-tool-action i:first-child {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}




.section-tool-action i:last-child {
  background: #fff;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
}

.section-tool-action i:last-child svg {
  margin: auto;
  width: 14px;
  height: 14px;
  color: #7AA8FF;
}

.section-tool-title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width:1536px) {
  .section-tool-action i:first-child {
    width: 46px;
  }

  .section-tool-title {
    margin-top: 25px;
  }
}

@media screen and (max-width:1280px) {
  .section-tool-action i:first-child {
    width: 32px;
  }

  .section-tool-title {
    margin-top: 20px;
  }
}

/* 产品 */

.section-product-box {
  background: radial-gradient(36% 130% at 50% 180%, #72A8FF 20%, #EBEEF7);
}

.section-product-container {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  padding-left: 0px;
}

.section-product-container>li {
  padding: 32px;

  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
}

.section-product-container>li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F9FAFC;
  z-index: 0;
  opacity: 0.6;
}

.section-product-container>li>* {
  opacity: 0.9999;
}

.section-product-icon {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.section-product-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  padding-top: 10px;
}

.section-product-action {
  margin-top: 42px;
}

@media screen and (max-width:1536px) {
  .section-product-title {
    font-size: 18px;
  }

  .section-product-action {
    margin-top: 36px;
  }

  .section-product-container {
    gap: 26px;
  }

  .section-product-container>li {
    padding: 26px;
  }
}

@media screen and (max-width:1280px) {
  .section-product-title {
    font-size: 16px;
  }

  .section-product-container>li {
    padding: 16px;
  }

  .section-product-action {
    margin-top: 26px;
  }



  .section-product-container {
    gap: 20px;
  }
}

.section-product-action button {
  min-width: 160px;
  text-align: center;
  height: 42px;
  font-size: 14px;
}

/* 公司 */
.section-content-company {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-left: 0px;
}

.section-content-company i {
  width: 80px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width:1536px) {
  .section-content-company i {
    width: 60px;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width:1280px) {
  .section-content-company i {
    width: 50px;
    aspect-ratio: 1/1;
  }
}

.section-content-company p {
  margin-top: 10px;
  text-align: center;

  color: #4b5b76;
}

/* 解决方案 */
.resolve {

  background-size: cover;
}

.resolve-box {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.resolve-box>div {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resolve-content {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.resolve-content a {
  padding: 20px;
  display: block;
}

.resolve-content>div {
  flex: 1;
}

.resolve-img {
  background-position: center;
  background-size: cover;
  flex: 1;
}


.resolve-img:first-of-type {
  /* background-image: url('../assets/img/index/solution-1.png'); */
}

.resolve-content .resolve-box:nth-child(2) {
  /* background-image: url('../assets/img/index/solution-2.png'); */
}

.resolve-content .resolve-box:nth-child(3) {
  /* background-image: url('../assets/img/index/solution-3.png'); */
}

.resolve-content .resolve-box:nth-child(4) {
  /* background-image: url('../assets/img/index/solution-7.png'); */
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(1) {
  background-image: url('../assets/img/index/solution-4.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(2) {
  background-image: url('../assets/img/index/solution-5.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(3) {
  background-image: url('../assets/img/index/solution-6.png');
}

.resolve-content .fboxRow:nth-child(2) .resolve-box:nth-child(4) {
  background-image: url('../assets/img/index/solution-8.png');
}

.resolve-box {
  background: linear-gradient(20deg, #E8F1FD 50%, #6697FE) no-repeat top left/100% 50%, #E8F1FD;
  /* background: url(/web/cengjiyun_tcstyle/assets/img/index/advantage/adv-2.png) no-repeat center ; */

}

.resolve-content .resolve-box:hover {
  top: -10px;
}

.resolve-content .resolve-box h4 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width:1536px) {
  .resolve-content .resolve-box h4 {
    font-size: 20px;
  }
}

@media screen and (max-width:1280px) {
  .resolve-content .resolve-box h4 {
    font-size: 18px;
  }
}



.resolve-content .resolve-box .resolve-link {
  color: rgba(0, 0, 0, 0.60);
  margin-top: auto;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
}

.resolve-content .title-desc {
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* 服务实践 */
.practice {
  background: radial-gradient(50% 70% at bottom center, #72A8FF 40%, #fff);
}

.practice-link-box {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.practice-link-box li {
  font-size: 16px;
  padding: 10px 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.practice-link-box li.active {
  color: #536FFF;
}

.practice-link-box li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0px;
  background: currentColor;
  transform: scale(0);
  transition: .3s;
  transform-origin: left center;

}

.practice-link-box li.active::before {

  transform: scale(1);
}

.practice-overview-box {
  display: none;
}

.practice-overview-box {
  display: flex;
  margin-top: 32px;
  min-height: 590px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 500px;
  min-height: 500px;
}

.practice-overview-box>content+section {
  min-width: 670px;
}

.practice-overview-box content {
  padding: 32px;
  background: linear-gradient(to top, #F1F8FF, #FDFEFF);
  flex: 0.4;
  min-width: 380px;
}

.practice-overview-box menu {
  list-style: none;
}

.practice-overview-box content h4 {
  font-size: 28px;
}

.practice-overview-box content h4+p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}

.practice-overview-box content+section {
  flex: 0.6 !important;
  align-self: stretch;

}

.practice-list {

  padding: 0;
}

.practice-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.practice-list li+li {
  margin-top: 16px;
}

.practice-list h5 {
  margin-top: 0px;
}

.practice-list h5+p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  text-overflow: ellipsis;
}

.practice-list i {
  width: 20px;
  aspect-ratio: 1/1;
  background: blue;
  border-radius: 50%;
}

.practice .practice-content {
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.practice .practice-box {
  margin: 10px;
  padding: 30px;
  width: 453px;
  border: 1px solid #E6EAED;
  text-align: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.practice .practice-box img {
  width: 177px;
  height: 66px;
  cursor: pointer;
}

.practice-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

.brand-group {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.practice .brand-box {
  margin: 10px;
  width: 216px;
  height: 124px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #E6EAED;
}

.practice .brand-box img {
  width: 86px;
  height: 75px;
  cursor: pointer;
}

.practice .brand-box:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}

/* 广告 */

.section-advertise {
  background: #2553BD;
  padding: 48px 0px;

}

.section-advertise-container {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;

}

.section-advertise-content {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 20px;
}

.section-advertise-content h3 {
  font-size: 36px;
  white-space: nowrap;
}

.section-advertise-content section {
  padding-top: 10px;
  overflow: hidden;
}

.section-advertise-content small {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}

.section-advertise-list {
  display: flex;
  flex: 1;
  gap: 30px;
}

.section-advertise-list>div {
  width: 430px;
  padding: 28px;
  background: #DADEFB;
  border-radius: 10px;
  cursor: pointer;
  transition: .2s;
}

.section-advertise-list>div:hover {
  background: #fff;
}

.section-advertise-list>div:hover .section-advertise-action {
  background: #DADEFB;
}

.section-advertise-list>div:first-child {
  margin-left: auto;
}

.section-advertise-list h5 {
  color: #0000ee;
  font-size: 12px;
  font-weight: 400;
}

.section-advertise-desc {
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.section-advertise-desc p {
  font-size: 18px;
  margin: 0px;
  font-weight: 500;
}

.section-advertise-desc p+p {
  margin-top: 3px;
}

.section-advertise-action {
  position: absolute;
  width: 25px;
  aspect-ratio: 1/1;
  background: #fff;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
}

/* 基础措施 */
.section-base {
  /* background: rgba(247, 248, 250, 1); */
  background: #F7FAFF;
}

.section-base .base {
  margin-top: 42px;
}

.section-base>.section-content {
  padding: 62px 20px 0;
}

.section-base .base img {
  width: calc(100% - 160px);

  height: 520px;
  padding-right: 80px;
}

.base .base-content {
  margin-bottom: 100px;
}

.base .base-content .title-desc {
  white-space: nowrap;
}

.base-content h2 {
  white-space: nowrap;
}

.base-content div {
  align-items: baseline;
}

.cert {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  background: linear-gradient(180deg, #F4F6F8 0%, #FDFEFE 100%);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

.cert-list {
  padding: 0 20px;
}

.cert-list .cert-item {
  padding: 13px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

.cert-list .cert-item img {
  height: 56px;
  width: 56px;
  cursor: pointer;
}

.cert-list .cert-item .title-desc {
  font-size: 12px;
  margin-top: 5px;
}

/* 新闻 */
.news-content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
}

.news-content .news-cont {
  flex: 1;

}


.news-content .news-head .news-title {
  padding-left: 5px;
  font-size: 22px;
}

.news-content .news-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-content .news-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-content .news-head .news-more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.news-content .news-list {
  margin-top: 15px;
}

.news-content .news-list .news-item {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #E6EAED;
}

.news-content .news-cont .news-item:nth-child(1) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(2) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-cont .news-item:nth-child(3) .number {
  background: rgba(255, 103, 57, 1);
}

.news-content .news-item .number {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 14px;
  height: 14px;
  background: rgba(222, 222, 222, 1);
  border-radius: 3px;
}

.news-content .news-item .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.90);
}

.news-content .news-item .title:hover {
  color: rgba(255, 103, 57, 1);
}

.news-content .news-item .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  min-width: 100px;
  text-align: right;
}


.index .footer-link {
  display: block;
}

.over-hide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}

.over-hide+p {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
}

/* 资质与荣誉 */
.honor-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

.honor-grid-cert {
  grid-template-columns: repeat(4, 1fr);
}

.honor-grid-plaque {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.honor-item {
  background: #fff;
  border: 1px solid #eef0f5;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(52, 52, 52, .05);
  overflow: hidden;
  cursor: zoom-in;
  transition: transform .25s ease, box-shadow .25s ease;
}

.honor-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(43, 108, 255, .12);
}

.honor-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fd;
  padding: 18px;
  height: 280px;
}

.honor-grid-plaque .honor-img {
  height: 240px;
}

.honor-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(29, 33, 41, .08);
}

.honor-name {
  padding: 14px 18px 16px;
  text-align: center;
}

.honor-name h5 {
  margin: 0;
  font-size: 15px;
  color: #1d2129;
  font-weight: 600;
}

.honor-name p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
}
