/* 大图 */
.banner {
  width: 100%;
  min-height: 800px;
  background-image: url("/static/img/banner.jpg");
  background-size: 100% 100%;
  margin-top: -5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-title {
  font-family: Alimama ShuHeiTi;
  font-size: 120px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  background: linear-gradient(180deg, #FFFFFF 41%, #93CBED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-text {
  font-family: Source Han Serif CN;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  letter-spacing: 6px;
  color: #fff;
  text-shadow: 0px 0px 12px #054EBB;
}

/* 大图 */


/* 展示区域 */
.displayArea {
  width: 100%;
  height: 300px;
  /* background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%); */
  background-image: url("/static/img/pinjie.png");
  background-size: 100% 100%;
  margin-top: -100px;
}

.displayArea-show {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.displayArea-icos-zu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.DA-icon {
  width: 32px;
  height: 32px;
}

.DA-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: normal;
  color: #FFFFFF;
  margin: 10px 0;
}

.DA-tetx {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
  gap: 10px;
  border-radius: 34px;
  background: #FFD260;
  color: #000;
}

/* 展示区域 */

.content {
  max-width: 1200px;
  margin: 0px auto;
  /* height: 650px; */
  margin-bottom: 20px;
  display: flex;
  padding: 10px 0;
  gap: 20px;
  border-radius: 6px;
  background: #FFFFFF;
  color: #000;
}

/* 政策文件 */
.content-zc {
  margin: 10px 0;
  font-size: 14px;
}

.sb-disp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time {
  display: flex;
  justify-content: flex-end;
}

.time-zu {
  border: 1px solid #8859D9;
  width: 80%;
  height: 50px;
}

.time-text {
  background: #8859D9;
  color: #fff;
  height: 50%;
}

.time-yjs {
  background: #C2C2C2;
  color: #fff;
  width: 80%;
  height: 50px;
  line-height: 50px;
}

.time-sb {
  background: #FFD260;
  color: #fff;
  width: 80%;
  height: 50px;
  line-height: 50px
}

.content-bj {
  display: flex;
  align-items: center;
  text-align: left;
}

.content-yuan {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #C2C2C2;
  border-radius: 10px;
  margin-right: 5px;
}

.content-text {
  display: inline-block;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-14 {
  font-size: 14px;
  margin: 12px 0;
}

/* 政策测评 */
.content-zccp {
  width: 100%;
  height: 160px;
  background-image: url('/static/img/zccp.png');
  background-size: 100% 100%;
}

.zccp {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zccp-title {
  font-family: Source Han Sans;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.zccp-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #745AD7;
}

.zccp-xiang {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 10px;
}

.zccp-xiang-zu {
  width: 30%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.zccp-xiang-zu-top {
  width: 100%;
  height: 30%;
  margin-top: -10px;
}

.zccp-xiang-zu-bot {
  width: 100%;
  height: 30%;
  margin-top: 5px;
}

.dt_text {
  width: 100%;
  padding: 10px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 350;
  line-height: 15px;
  letter-spacing: normal;
  color: #FFFFFF;
  text-align: left;
  z-index: 10;
  position: absolute;
  bottom: 0px;
}

.c-868686 {
  color: #868686;
}

.bor-xu {
  border-bottom: 1px dashed #EBEBEB;
  padding-bottom: 2px;
}

/* 技术成果 */
.jscg-bg {
  width: 100%;
  height: 100%;
  background-image: url("/static/img/cgbg.png");
  padding-bottom: 30px;
}

.jscg {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.jscg-card {
  width: 23%;
  height: 112px;
  margin: 10px;
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF5FF 99%);
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.jscg-card-title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jscg-card-info {
  display: flex;
  justify-content: space-between;
  color: #868686;
}

.jscg-icon {
  width: 20px;
  height: 20px;
}

.c-f56b00 {
  color: #F56B00;
}

.jscg-btn-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.jscg-btn {
  /* 自动布局子元素 */
  width: 200px;
  height: 55px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  z-index: 2;
  color: #000;
  background: #fff;
  cursor: pointer;
}

/* 综合企业服务 */
.qyfw-bg {
  width: 100%;
  height: 100%;
  background: #fff;
}

.qyfw {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.qyfw-btZu {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px
}

.qyfw-title {
  color: #727272;
  font-size: 16px;
  margin-top: 10px;
}

.qyfw-jg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}

.qyfw-card {
  width: 32%;
  height: 112px;
  /* margin: 10px; */
  margin-bottom: 15px;
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF5FF 99%);
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.qyfw-title {
  border-bottom: 5px solid #8859D9;
  color: #000;
  /* width: 70px; */
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 20px;
}

.qyfw-card-title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qyfw-card-info {
  display: flex;
  justify-content: space-between;
  color: #868686;
}

.qyfw-icon {
  width: 20px;
  height: 20px;
}

.c-f56b00 {
  color: #F56B00;
}

.qyfw-btn-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.qyfw-btn {
  /* 自动布局子元素 */
  width: 200px;
  height: 55px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  z-index: 2;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.qyfw-r-zu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.qyfw-r-card {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #F5F6FA;
  width: 46%;
  margin: 2%;
  height: 66px;
}

.qyfw-r-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.zj-title-zu {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.zj-zu {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zj-img-zu {
  width: 30%;
  font-size: 14px;
  color: #868686;
}

.zj-img {
  width: 100%;
  height: 200px;
}

.text-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zj-name {
  margin: 5px 0;
  color: #000;
}

.zj-tag {
  font-size: 12px;
  border-radius: 2px;
  background: #ECF5FF;
  box-sizing: border-box;
  border: 1px solid #B9DCFF;
  color: #2A82DC;
  padding: 0 5px;
}

/* 研发设施共享 */
.yfjg-bg {
  width: 100%;
  height: 650px;
  background: #F5F6FA;
}

.yfjg {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.yfjg-card {
  width: 32.5%;
  /* margin: 10px; */
  margin-bottom: 10px;
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF5FF 99%);
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  /* padding: 0 10px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.yfjg-img {
  width: 100%;
  height: 214px;
  border-radius: 5px;
}

.yfjg-div {
  font-size: 14px;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 5px;
}

.yfjg-r-zu {
  margin-top: 20px;
}

.yfjg-r-jg {
  display: flex;
  background: #fff;
  margin-top: 12px;
  height: 102px;
  align-items: center
}

.yfjg-r-jg-img {
  width: 72px;
  height: 72px;
  margin: 10px;
}

.yfjg-r-wenzi {
  font-size: 14px;
  margin-left: 20px;
}

.yfjg-r-wenzi-title {
  font-weight: bold;
  font-size: 16px;
  color: #353535;
}

.yfjg-r-wenzi-dz {
  color: #868686;
  line-height: 26px;
}

.yfjg-r-wenzi-sb {
  color: #3D4E6C;
}

/* 金融服务 */
.jrfw-bg {
  width: 100%;
  height: 624px;
  background-image: url("/static/img/jrfw.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.jrjg-logo {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-image: url("/static/img/jrjg-logo.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.jrfw-dw {
  position: absolute;
  bottom: 30%;
  left: 44%;
  display: flex;
}

.jrfw-logo-zu {
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  justify-content: space-evenly;
  color: #fff;
  margin-right: 20px;
}

.jrfw-logo-icon {
  width: 18px;
  height: 18px;
}

.jrfw-logo-icon2 {
  width: 10px;
  height: 18px;
}

.jrfw-bag1 {
  background: linear-gradient(270deg, #FF5900 0%, #FF8D34 100%);
}

.jrfw-bag2 {
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
}

/* 金融服务 */
.zs-bg {
  width: 100%;
  height: 1000px;
  background-image: url("/static/img/zs-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zs-logo {
  /* max-width: 1200px; */
  height: 90%;
  margin: 0 auto;
  background-image: url("/static/img/zs-bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.zs-dw {
  position: absolute;
  bottom: 20%;
  left: 30%;
  display: flex;
  flex-direction: column;
}


.zs-top {
  width: 80%;
  height: 218px;
  position: relative;
}

.zs-top-l-dw {
  position: absolute;
  right: 40%;
  top: -30%;
}

.zs-top-l-div {
  background: #F56B00;
  padding: 0 3px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 10px;
}

.zs-top-r-dw {
  position: absolute;
  right: 18%;
  top: -60%;
}

.mt-30 {
  margin-top: 30px;
}

.zs-bot {
  width: 74%;
  height: 230px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.zs-bot-l {
  width: 48%;
  height: 100%;
}
.zs-bot-l-content{
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  color: #353535;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7; /* 控制显示的行数 */
  max-height: 12rem; /* 可选：设置最大高度，确保在不支持-webkit-line-clamp的浏览器中也有一定的限制 */
}

.zs-bot-r {
  width: 48%;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #353535
}


.zs-foot {
  height: 300px;
  margin: 0 auto;
  background-image: url("/static/img/zs-dbx.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -8%;
}

.zs-foot-div {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.zs-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  color: #494949;
  padding-top: 30px;
}

.zs-border {
  border-bottom: 1px solid #D7D7D7;
}

.footer-zu {
  display: flex;
  justify-content: space-between;
  /* margin-top: 50px; */
  color: #494949;
  border-bottom: 1px solid #D7D7D7;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 13px;
}

.fonter-text {
  font-size: 14px;
  margin-bottom: 13px;
}

.zs-foot-r-div {
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

.zs-foot-r-text {
  font-size: 14px;
  color: #494949;
  margin-top: 10px;
}

.zs-foot-r-title {
  font-size: 20px;
  color: #494949;
  font-weight: bold
}

.zs-foot-r-ewm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.zs-foot-r-img {
  width: 110px;
  height: 110px;
}

.zs-foot-r-ewm-text {
  font-size: 14px;
  color: #494949;
  margin-top: 10px;
}

.copy {
  width: 100%;
  height: 41px;
  background: #727272;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}

/* 统一圆点指示器样式 */
.carousel-indicators {
  bottom: 50px;
  margin: 0;
  padding: 0;
}

/* 所有指示器按钮保持圆形 */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  /* 未激活状态透明度 */
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* 激活状态样式 */
.carousel-indicators [data-bs-target].active {
  background-color: #9D53D6;
  /* 激活状态颜色 */
  transform: scale(1.2);
  /* 轻微放大效果 */
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
  /* 外发光效果 */
}

/* 移除默认边框样式 */
.carousel-indicators button:focus {
  outline: none;
}


.friend-links {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.friend-links-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.friend-links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.friend-link {
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}

.friend-link:hover {
  color: #1890ff;
  border-color: #1890ff;
  transform: translateY(-2px);
}
