@charset "UTF-8";
/**
* 0729产业供应链平台研发项目-标桥2025
* date:2025-8-15
* author: xuhai;
 */

.notice-con {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.notice .text {
    flex: 1;
    min-width: 0;
    height: 28px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice .tip {
    flex: 0 0 auto;
    height: 24px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background: linear-gradient(45deg, #3B13A0 0%, #4A0FD2 100%), #171717;
    border-radius: 8px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-hd {
  width: 180px;
  margin: 0 auto;
  padding: 15px 0 18px;
  border-bottom: 1px solid #4d5e79;
  overflow: hidden;
}

.login-hd .per {
  float: left;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border-radius: 50%;
}

.login-hd .info {
  float: right;
  width: 123px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}



/* 添加这些样式到你的 CSS 文件中 */
.login.index-login {
  position: relative;
  overflow: visible !important;
}

#showloginname {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  z-index: 5;
  max-width: 110px;
  white-space: nowrap;
}

.username-index {
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* 修改 loginbg 的定位，使其相对于 showloginname 定位 */
.login {
  position: relative;
  overflow: visible !important;
}

.nav .login-bd a:first-child {
  border-right: 1px solid #4d5e79;
}

.loginbg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 200px;
  background: #ffffff; /* 纯白色背景 */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

/* 修改文字颜色 */
.loginbg,
.loginbg * {
  color: #2D343B !important;
}

.login-hd {
  width: 180px;
  margin: 0 auto;
  padding: 15px 0 18px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.login-bd {
  line-height: 40px;
  padding-left: 10px;
}

.login-bd a {
  display: inline-block;
  width: 80px;
  color: #2D343B !important;
  text-align: center;
  line-height: 20px;
}

.nav .login-bd a:first-child {
  border-right: 1px solid #ddd;
}

.main {
  position: relative;
  z-index: 1;
  background: #f1f6fd;
}

#header-new {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}

.more {
  font-size: 16px;
  color: #636e7d;
  background: url("../images/new_index/more.png") no-repeat right center;
  background-size: 12px 12px;
  padding-right: 20px;
  box-sizing: border-box;
}
.more:hover {
  color: #0d5efa;
  background-image: url("../images/new_index/more_h.png");
  background-size: 12px 12px;
}

.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 725px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 202px;
}
.banner .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}
.banner .swiper-pagination-bullet::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0d5efa;
  content: "";
}
.banner .swiper-pagination-bullet-active::before {
  animation: widthA 3s linear;
}
.banner-link {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 0;
}
.banner-link .item {
  flex: 1;
  width: 0;
  background: rgba(255, 255, 255);
  padding: 20px 20px 20px 16px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.banner-link .item + .item {
  margin-left: 24px;
}
.banner-link .item-title {
  height: 30px;
  color: #091221;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/new_index/banner_link.png");
  background-size: 24px 24px;
  padding-left: 34px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.banner-link .item-con {
  height: 44px;
  color: #636e7d;
  font-size: 14px;
  line-height: 22px;
  padding-left: 34px;
  box-sizing: border-box;
}
.banner-link .item::after {
  display: block;
  width: 18px;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 34px;
  overflow: hidden;
  transition: height 0.5s;
  content: "";
}
.banner-link .item:hover .item-title, .banner-link .item.current .item-title {
  color: #0d5efa;
}
.banner-link .item:hover::after, .banner-link .item.current::after {
  height: 12px;
  background-image: url("../images/new_index/arrow_right_h.png");
  background-size: 100% 100%;
}

@keyframes widthA {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.challenge {
  height: 624px;
  background: linear-gradient(180deg, #f1f6fd 0%, #f1f6fd 100%);
  padding-top: 46px;
  box-sizing: border-box;
}
.challenge-header {
  height: 62px;
  font-size: 42px;
  font-weight: 600;
  color: #091221;
  text-align: center;
  line-height: 62px;
  margin-bottom: 52px;
}
.challenge-list {
  display: flex;
  justify-content: center;
  height: 384px;
}
.challenge-item {
  position: relative;
  z-index: 1;
  top: 0;
  flex: 1;
  width: 0;
  max-width: 33.33%;
  height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 36px 0;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  background-position: bottom -39px center;
  background-repeat: no-repeat;
  transition: top 0.5s;
}
.challenge-item + .challenge-item {
  margin-left: 30px;
}
.challenge-item-title {
  height: 36px;
  color: #091221;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 12px;
}
.challenge-item-con {
  height: 48px;
  color: #636e7d;
  font-size: 16px;
  line-height: 24px;
}
.challenge-item:nth-child(1) {
  background-image: url("../images/new_index/challenge_bg_1.png");
  background-size: 345px 290px;
}
.challenge-item:nth-child(2) {
  background-image: url("../images/new_index/challenge_bg_2.png");
  background-size: 345px 293px;
}
.challenge-item:nth-child(3) {
  background-image: url("../images/new_index/challenge_bg_3.png");
  background-size: 345px 285px;
}
.challenge-item:hover, .challenge-item.current {
  top: -12px;
}

.countermeasure {
  height: 903px;
  background: #fff;
  padding-top: 80px;
  box-sizing: border-box;
}
.countermeasure-header {
  height: 75px;
  text-align: center;
  color: #091221;
  font-weight: 600;
  font-size: 42px;
  line-height: 75px;
}
.countermeasure-subhead {
  height: 28px;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  margin-top: 4px;
  margin-bottom: 52px;
}
.countermeasure-list {
  display: flex;
  justify-content: center;
  height: 584px;
}
.countermeasure-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  width: 0;
  max-width: 33.33%;
  height: 100%;
  padding: 254px 24px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f1f6fd;
  background-position: top center;
  background-repeat: no-repeat;
}
.countermeasure-item + .countermeasure-item {
  margin-left: 30px;
}
.countermeasure-item-title {
  height: 36px;
  color: #091221;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}
.countermeasure-item-subtitle {
  height: 24px;
  color: #636e7d;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.countermeasure-item-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  height: 0;
}
.countermeasure-item-list .item {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  flex: 1;
  height: 0;
  max-height: 62px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  border: 1px solid transparent;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.countermeasure-item-list .item + .item {
  margin-top: 10px;
}
.countermeasure-item-list .item::before, .countermeasure-item-list .item::after {
  content: "";
}
.countermeasure-item-list .item::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #74e6ff 0%, #1c6aff 100%);
  margin-right: 12px;
}
.countermeasure-item-list .item::after {
  width: 22px;
  height: 22px;
  background: url("../images/new_index/arrow_right_h.png") no-repeat center;
  background-size: 18px 12px;
  opacity: 0;
}
.countermeasure-item-list .item span {
  flex: 1;
  width: 0;
}
.countermeasure-item-list .item:hover, .countermeasure-item-list .item.current {
  color: #0d5efa;
  font-weight: 600;
  border-color: #0d5efa;
}
.countermeasure-item-list .item:hover::after, .countermeasure-item-list .item.current::after {
  opacity: 1;
}
.countermeasure-item:nth-child(1) {
  background-image: url("../images/new_index/countermeasure_ico_1.png");
}
.countermeasure-item:nth-child(2) {
  background-image: url("../images/new_index/countermeasure_ico_2.png");
}
.countermeasure-item:nth-child(3) {
  background-image: url("../images/new_index/countermeasure_ico_3.png");
}

.wisdom {
  height: 711px;
  background: url("../images/new_index/wisdom.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 80px;
  box-sizing: border-box;
}
.wisdom-header {
  height: 62px;
  font-size: 42px;
  font-weight: 600;
  color: #091221;
  text-align: center;
  line-height: 62px;
  margin-bottom: 53px;
}
.wisdom-search {
  position: relative;
  z-index: 1;
  height: 72px;
}
.wisdom-search-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  border: 2px solid #b8d0ff;
  padding-left: 22px;
  padding-right: 170px;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
}
.wisdom-search-input:focus {
  border-color: #0d5efa;
}
.wisdom-search ::-webkit-input-placeholder {
  color: #abb2bf;
}
.wisdom-search ::-moz-placeholder {
  color: #abb2bf;
}
.wisdom-search :-ms-input-placeholder {
  color: #abb2bf;
}
.wisdom-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 114px;
  height: 52px;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  background: url("../images/new_index/wisdom_btn.png") no-repeat left 24px center, linear-gradient(45deg, #0161fe 0%, #0497fd 100%), #111827;
  background-size: 18px 18px, 100% 100%;
  padding-left: 54px;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}
.wisdom-search-btn:hover {
  opacity: 0.9;
}
.wisdom-search-close {
  position: absolute;
  right: 132px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 40px;
  background: url("../images/new_index/wisdom_close.png") no-repeat center;
  background-size: 12px 16px;
  cursor: pointer;
}
.wisdom-search-close:hover {
  background-image: url("../images/new_index/wisdom_close_h.png");
}
.wisdom-fast {
  display: flex;
  justify-content: flex-start;
  height: 92px;
  margin-top: 16px;
  overflow: hidden;
}
.wisdom-fast .label {
  height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.wisdom-fast .list {
  display: flex;
  justify-content: flex-start;
  align-content: start;
  min-height: 0;
}
.wisdom-fast .item {
  height: 40px;
  font-size: 16px;
  color: #636e7d;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wisdom-fast .item:hover, .wisdom-fast .item.current {
  color: #333;
  background: #ffffff;
}
.wisdom-hot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  line-height: 28px;
}
.wisdom-hot-header .title {
  font-size: 24px;
  color: #091221;
  font-weight: 600;
  background: url("../images/new_index/wisdom_hot.png") no-repeat left center;
  background-size: 28px 28px;
  padding-left: 40px;
  box-sizing: border-box;
}
.wisdom-hot-list {
  display: flex;
  justify-content: center;
  min-height: 0;
  margin-top: 20px;
}
.wisdom-hot-list .item {
  flex: 1;
  width: 0;
  max-width: 33.33%;
  height: 196px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 24px 24px 0;
  box-sizing: border-box;
}
.wisdom-hot-list .item + .item {
  margin-left: 30px;
}
.wisdom-hot-list .item-title {
  height: 28px;
  font-size: 22px;
  color: #091221;
  font-weight: 600;
  line-height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.wisdom-hot-list .item-list {
  padding-left: 40px;
  box-sizing: border-box;
}
.wisdom-hot-list .item-list-i {
  display: block;
  height: 36px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.wisdom-hot-list .item-list-i:hover {
  color: #0d5efa;
}
.wisdom-hot-list .item:nth-child(1) .item-title {
  background-image: url("../images/new_index/wisdom_ico_1.png");
  background-size: 28px 28px;
}
.wisdom-hot-list .item:nth-child(2) .item-title {
  background-image: url("../images/new_index/wisdom_ico_2.png");
  background-size: 29px 28px;
}
.wisdom-hot-list .item:nth-child(3) .item-title {
  background-image: url("../images/new_index/wisdom_ico_3.png");
  background-size: 29px 28px;
}

.client {
  height: 731px;
  background: #fff;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.client-header {
  height: 75px;
  text-align: center;
  color: #091221;
  font-weight: 600;
  font-size: 42px;
  line-height: 75px;
}
.client-subhead {
  height: 28px;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  margin-top: 4px;
  margin-bottom: 42px;
}
.client-tab .hds {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 448px;
  height: 54px;
  background: #f1f6fd;
  padding: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 27px;
  margin-bottom: 46px;
}
.client-tab .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 0;
  height: 100%;
  font-size: 20px;
  color: #333;
  border-radius: 27px;
  cursor: pointer;
}
.client-tab .hd + .hd {
  margin-left: 10px;
}
.client-tab .hd:hover, .client-tab .hd.current {
  color: #fff;
  background: #0d5efa;
}
.client-tab .bds {
  height: 326px;
  overflow: hidden;
}
.client-tab .bd {
  height: 326px;
}
.client-tab .bd .swiper-container {
  width: 100%;
  height: 100%;
}
.client-tab .bd .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-content: start;
  flex-wrap: wrap;
  min-height: 0;
}
.client-tab .bd .swiper-slide .item {
  position: relative;
  z-index: 1;
  width: calc(25% - 18px);
  height: 132px;
  background: #f1f6fd;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 19px 10px 19px 23px;
  box-sizing: border-box;
  margin-left: 24px;
  margin-top: 24px;
}
.client-tab .bd .swiper-slide .item:nth-child(-n+4) {
  margin-top: 0;
}
.client-tab .bd .swiper-slide .item:nth-child(4n+1) {
  margin-left: 0;
}
.client-tab .bd .swiper-slide .item-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
}
.client-tab .bd .swiper-slide .item-header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.client-tab .bd .swiper-slide .item-header span {
  color: #091221;
  font-size: 18px;
  line-height: 36px;
}
.client-tab .bd .swiper-slide .item-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #636e7d;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.client-tab .bd .swiper-slide .item-type {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 23px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 23px;
  background: linear-gradient(270deg, #17b2ff 0%, #1b61ff 100%), #f3f4f6;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 0 10px 0 10px;
}
.client-tab .bd .swiper-slide .item:hover, .client-tab .bd .swiper-slide .item.current {
  background: #fff;
  border-color: #0d5efa;
}
.client-tab .bd .swiper-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.client-tab .bd .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #dce1e7;
  opacity: 1;
}
.client-tab .bd .swiper-pagination-bullet-active {
  background: #0d5efa;
}

.choice {
  height: 664px;
  background: url("../images/new_index/choice.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 80px;
  box-sizing: border-box;
}
.choice-header {
  height: 62px;
  font-size: 42px;
  font-weight: 600;
  color: #091221;
  text-align: center;
  line-height: 62px;
  margin-bottom: 53px;
}
.choice-list {
  display: flex;
  justify-content: center;
  height: 390px;
}
.choice-item {
  position: relative;
  z-index: 1;
  top: 0;
  flex: 1;
  width: 0;
  max-width: 33.33%;
  height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 64px 36px 0;
  box-sizing: border-box;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/new_index/choice_bg.png");
  background-size: 100% 100%;
  transition: top 0.5s;
}
.choice-item + .choice-item {
  margin-left: 30px;
}
.choice-item-title {
  height: 38px;
  color: #091221;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 12px;
}
.choice-item-con {
  min-height: 26px;
  color: #636e7d;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-top: 36px;
}
.choice-item::before {
  display: block;
  width: 95px;
  height: 94px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  content: "";
}
.choice-item:nth-child(1)::before {
  background-image: url("/bqindexv3/images/new_index/choice_ico_1.png");
  background-size: 100% 100%;
}
.choice-item:nth-child(2)::before {
  background-image: url("/bqindexv3/images/new_index/choice_ico_2.png");
  background-size: 100% 100%;
}
.choice-item:nth-child(3)::before {
  background-image: url("/bqindexv3/images/new_index/choice_ico_3.png");
  background-size: 100% 100%;
}
.choice-item:hover, .choice-item.current {
  top: -12px;
}

.notice {
  height: 60px;
  background: linear-gradient(90deg, #5E5BE8 0%, #3155EA 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.notice:not(.hidden) + #header-new {
  top: 60px;
}
.notice .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.notice-con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.notice .text {
  height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}
.notice .tip {
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  background: linear-gradient(45deg, #3B13A0 0%, #4A0FD2 100%), #171717;
  border-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
  margin-left: 8px;
}
.notice-close {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/bqindexv3/images/new_index/notice_close.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.notice.hidden {
  display: none;
}