body {
  min-width: 600px !important;
}
.banner_bl{
    padding-top: 70px;  
}
.page1,.page2, .page3, .page4, .page5, .page6, 
.page7, .page8, .page9 {
  height: auto !important;
  padding: 60px 0  30px!important;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto !important;
}
.page1-ul{
    position: relative;
    left: 300px;
}
.page1-tb ul li{
    list-style-type: disc;
    color: #2679bf;
}
/* page2基础样式 */
.page2-content1 {
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 30px 0;
}
.page2-content1-list {
    flex: 1;
    padding: 40px 30px 30px;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
}
.page2-cont1-number {
    position: absolute;
    top: 0;
    left: 0;
    background:  #2679bf;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
.page2-cont1-title1 {
  color: #2679bf;
  font-weight: bold;
  margin: 0 0 20px;
}
.page2-cont1-title2 {
  display: inline-block;
  background:  #2679bf;
  color: #fff;
  padding: 6px 22px;
  border-radius: 30px;
  margin: 0 0 25px;
  white-space: nowrap;
}
.page2-cont1-note {
  color: #8f8988;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.page2-content2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    padding: 40px 0 20px;
}

.page2-content2-list {
    flex: 1; 
    text-align: center;
}
.page2-content2-list .company-tag {
    display: inline-block;
    background:#2679bf;
    color: #fff;
    padding: 5px 40px;
    border-radius: 6px;
    margin: 0 0 10px;
    font-weight: bold;
}
.page2-content2-list .main-title {
    color: #333;
    font-weight: bold;
}
.page2-content2-list .sub-title {
    color: #555;
    margin: 0 0 10px;
}
.page2-content2-list .note-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px 40px 20px;
    text-align: left;
}
.page2-content2-list .note-title {
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}
.page2-content2-list .note-title::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-size: 20px;
    line-height: 1;
}
.page2-content2-list .note-content {
    color: #666;
    line-height: 1.6;
    margin: 0;
}
/* page3基础样式 */
.page3-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    margin-top: 50px;
}

.page3-list .top-row,.bottom-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.page3-content1 {
    width:30%;
    display: flex;
    gap: 15px;
    padding: 15px;
}
.page3-content1 .timeline-img {
    width: 100%;
    overflow: hidden;
}
.page3-content1 .timeline-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.page3-content1 .conter_number p {
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    border-radius: 2px;
}
.page3-content1 .conter-text {
    flex: 1;
}
.page3-content1 .conter-text .c-t-title {
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}
.page3-content1 .conter-text .c-t-subtitle {
    color: #666;
    line-height: 1.7;
    margin: 0;
}
/* page4基础样式 */
.page4-list{
   padding-bottom: 50px; 
}
.page4-title{
    text-align: center;
    color: #484343;
}
.page4-content1 {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 50px 0; 
}
.page4-content1 .cont-list-left,
.page4-content1 .cont-list-right {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page4-cont-img {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page4-content1 .item-title {
  font-weight: bold;
  margin-bottom: 12px;
  color: #575654;
}
.page4-content1 .item-subtitle {
  color: #2679bf;
  margin-bottom:16px;
  font-weight: bold;
}
.page4-content1 .item-desc {
  line-height: 1.7;
  color: #686765;
}
.page4-content1 .cont-list-left{
    text-align: right;
}
.page4-content1 .cont-list-right{
    text-align: left;
}
/* page5基础样式 */
.page5-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 100px 20px;
}
.page5-content1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page5-bg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(33, 122, 209, 0.1);
}
.page5-bg p {
    width: 100%;
    height: 100%;
    background-color: #2679bf;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.4;
}
.page5-round {
    width: 20px;
    height: 20px;
    background-color:  #2679bf;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 5px;
    z-index: 1;
}
.page5-note {
    background-color: #f5f5f7;
    padding: 25px 20px;
    border-radius: 4px;
    max-width: 280px;
    min-height: 120px;
}
.page5-note p {
    color: #333;
    line-height: 1.7;
    margin: 0;
}
/* page6基础样式 */
.page6-content1 {
    padding: 30px 0;
}
.page6-content1 .list-box1 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
    background-color: #f5f5f7;
    padding-bottom: 20px;
}
.page6-content1 .box1-number {
    width: 40px;
    height: 40px;
    background-color: #2679bf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page6-content1 .box1-number p {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.page6-content1 .box1-cont1 {
    flex: 1;
    max-width: 38%;
}
.page6-content1 .cont1-title {
    width: 60%;
    background-color: #2679bf;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 8px;
    text-align: center;
    margin: 40px 0 10px 0;
}
.page6-content1 .cont1-note {
    margin-bottom: 5px;
    line-height: 1.6;
}
.page6-content1 .cont1-note p:first-child {
    font-weight: bold;
}
.page6-content1 .cont1-note p:last-child {
    color: #333;
    margin: 0;
}
.page6-content1 .box1-img {
    flex: 1;
    max-width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}
.page6-content1 .box1-img img {
    width: 100%;
    object-fit: cover;
}
.page6-content1 .box1-img p {
    margin: 10px 0 0;
    color: #333;
    text-align: center;
}
.page6-content2 {
    display: flex;
    gap: 150px;
}
.page6-content2 .list-box2 {
    flex: 1; 
    display: flex;
    flex-direction: column;
}
.page6-content2 .box2-title {
    width: 70%;
    background-color: #f0f0f2;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.page6-content2 .box2-title span:first-child {
    color: #2679bf;
    font-weight: bold;
    margin-right: 8px;
}
.page6-content2 .box2-title span:last-child {
    color: #222;
    font-weight: 500;
}
.page6-content2 .box2-cont2 {
    line-height: 1.7;
}
.page6-content2 .box2-img {
    width: 100%;
    max-height: 400px;
    padding-top: 40px;
}
/* page7基础样式 */
.page7{
    margin-top: 50px;
}
.page7-content1{
    padding-top: 40px;
   display: flex;
    gap: 50px;
  }
.page7-cont1-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.page7-cont1-box .list-icon {
    width: 120px;
    height: 120px;
    border: 2px solid #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page7-cont1-box .list-icon img {
    width: 60px;
    height: auto;
}
.page7-cont1-box .list-number {
    margin: -15px 0 15px; 
    width: 32px;
    height: 32px;
    border: 1px solid #666;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.page7-cont1-box .list-title {
    font-weight: bold;
    color: #2679bf;
    margin: 0 0 15px;
}
.page7-cont1-box .list-note {
    line-height: 1.6;
    color: #666;
}
.page7-cont1-box:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 60px; 
    left: calc(50% + 60px);
    width: calc(100% - 70px);
    height: 1px;
    background-color: #666;
}
/* page8基础样式 */
.page8-title{
    text-align: center;
}
.page8-content1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 10px;
    padding: 60px 40px 40px;
    width: 80%;
    margin: 0 auto;
    
}
.page8-content1 .page8-cont1{
    text-align: center;
    position: relative;
}
.page8-content1 .cont1-title1 {
    position: absolute;
    top: -25px;
    right: 20%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2679bf;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.page8-content1 .cont1-img {
    position: relative;
    margin-bottom: 20px;
}
.page8-content1 .cont1-img img {
    width: 100%;
    max-width: 320px; 
    height: auto;
    object-fit: contain;
}
.page8-content1 .cont1-title2 {
    display: inline-block;
    background-color: #2679bf;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 10px 0 15px;
}
.page8-content1 .cont1-note {
    line-height: 1.6;
    color: #666;
    margin: 0 auto;
    max-width: 300px;
}
.page8-content2 {
    width: 90%;
    margin: 0 auto;
}
.page8-cont2 {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
}
.page8-cont2 .cont2-left {
    width: 40%;
}
.page8-cont2 .cont2-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.page8-cont2 .cont2-right {
    width: 55%;
}
.page8-cont2 .cont2-right-top {
    font-weight: bold;
    line-height: 1.3;
    margin-left: 50px;
    color: #333;
}
.page8-cont2 .cont2-right-bottom {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #fdfdfd 0%, #eef0ef 100%);
    border-radius: 24px;
    padding: 12px 20px;
    margin: 12px 0;
}
.page8-cont2 .cont2-right-bottom span:first-child {
    background-color: #2679bf;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.page8-cont2 .cont2-right-bottom span:last-child {
    line-height: 1.5;
    font-weight: bold;
    color: #333;
}
.page8-cont3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
}
.page8-cont3 .cont3-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #2679bf;
    margin: 0 0 20px;
}
.page8-cont3 .cont3-icon {
    flex: 1;
    max-width: 200px;
    text-align: center;
    background-color: #f5f5f7;
    padding: 25px 15px;
    border-radius: 8px;
}
.page8-cont3 .cont3-icon img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}
.page8-cont3 .cont3-icon p {
    margin: 0;
    color: #333;
}

/* page9基础样式 */
.page9-content1 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.page9-prev-btn, .page9-next-btn {
    display: none;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none !important;
    outline: none !important;
    border-radius: 50%;
    background: #89adcdf5;
    color: white;
    font-size: 18px;
    z-index: 20;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}
.page9-prev-btn {
    left: 10px;
}
.page9-next-btn {
    right: 10px;
}
.page9-prev-btn:hover, .page9-next-btn:hover {
    background: rgba(38, 121, 191, 1);
    transform: translateY(-50%) scale(1.1);
}
.page9-prev-btn.disabled,
.page9-next-btn.disabled {
    background: #999 !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none; /* 直接禁止点击 */
}
.page9-cont2-left .cont2-left {
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.page9-cont2-left .cont2-left:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.page9-cont2-left .cont2-left.active {
  transform: translateY(-10px);
  box-shadow: 6px 6px 0 0 #fff,
              12px 12px 0 0 rgb(235 239 244 / 95%), 
              14px 24px 36px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.page9-cont1-title1 {
    color: #333;
    margin: 0 0 40px;
    line-height: 1.5;
}
.page9-cont1-title2 {
  color: #2679bf;
}
.page9-content2 {
    margin-top: 30px;
    background-color: #d4d7de;
    padding: 40px 0;
}

.page9-cont2-box{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.page9-cont2-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    flex: 3;
    min-width: 280px;
}
.page9-cont2-left .cont2-left {
    flex: 1;
    max-width: 230px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4d7de;
}
.cont2-left .cont2-left-title {
    background-color: #2679bf;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.cont2-left .cont2-left-desc {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
}
.cont2-left .desc-text {
    text-align: center;
}
.cont2-left .sub-title {
    display: inline-block;
    background-color: #2679bf;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    margin: 0 0 12px 0;
}
.cont2-left .sub-text {
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}
.cont2-left .desc-number {
   position: absolute;
    bottom: -10px;
    right: 10px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
}
.page9-cont2-right{
    flex: 1;
    min-width: 280px;
    padding: 20px;
}
.page9-cont2-right .cont2-right {
    display: none;
    flex-direction: column;
    gap: 16px;
}
.page9-cont2-right .cont2-right.active {
    display: flex;
}
.page9-cont2-right .cont2-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    background: #f5f7fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}
.page9-cont2-right .cont2-right a:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.page9-cont2-right .cont2-right img {
    width: 24px;
    height: 24px;
}
/* ========== 响应式适配 ========== */
@media screen and (max-width: 1200px) {
  .page2-content1,.page2-content2{ gap:20px; width:100%; flex-wrap:wrap; }
  .page4-content1{ padding:20px 0 0; }
  .page5-list{ padding:30px 0 0; }
  .page6-content2{ gap:40px; }
}

@media (max-width: 1068px) {
  .page5-list{ gap:20px; }
  .page5-bg{ width:120px; height:120px; }
}

@media (max-width: 968px) {
  .page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{ padding:30px 0 !important; }
  .page5-list{ padding:30px 20px 15px; gap:50px; flex-direction:column; }
  .page5-content1{ flex-direction:row; margin:0 auto; }
  .page6-content2 .box2-title{ width:300px; }
  .page9-content1{ width:95%; padding:0 15px; }
  .page9-cont1-title1{ margin:0 0 25px; }
  .page9-content2{ width:95%; margin:0 auto; }
  .page9-cont2-box{ flex-direction:column; align-items:center; position: relative;overflow: hidden; }
  /* 响应式下显示箭头 */
  .page9-prev-btn, .page9-next-btn { display: flex; }
  .page9-cont2-left {gap: 0;width: 100%;overflow: hidden;}
  .page9-cont2-left .cont2-left { display: none;}
  .page9-cont2-left .cont2-left.active {display: flex;flex-direction: column;}
  .cont2-left .cont2-left-desc{ height:280px; padding:20px 5px 0; }
  .cont2-left .desc-number{ bottom:-5px; }
  .page9-cont2-right{ width:100%; padding:20px 15px; }
}

@media (max-width: 768px) {
  .page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{
    width:95%; margin:10px auto; background:#fff; border-radius:10px;
    padding:24px 20px; box-shadow:0 0 10px rgba(0,0,0,.07);
  }
  .banner_bl{ padding-top:50px; }
  .page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{ padding:40px 0 20px !important; }
  /* page1 */
  .page1-ul{ left:0; padding:0 20px; }
  /* page2 */
  .page2-content1{ flex-direction:column; width:90%; gap:20px; padding:20px 0; }
  .page2-content1-list{ padding:35px 10px 10px; }
  .page2-content2{ flex-direction:column; gap:40px; width:90%; padding:20px 0 15px; }
  /* page3 */
  .page3-list{ margin-top:30px; padding:0 15px; }
  .page3-list .top-row,.page3-list .bottom-row{ flex-direction:column; align-items:center; }
  .page3-list .timeline-img{ display:none; }
  .page3-content1{ width:100%; max-width:500px; border:1px solid #f0f0f0; padding:10px; border-radius:5px; margin-bottom:10px; }
  /* page4 */
  .page4-content1{ flex-direction:column; align-items:center; gap:30px; padding:30px 20px; }
  .page4-content1 .cont-list-left,.page4-content1 .cont-list-right{ width:100%; max-width:500px; gap:30px; }
  .page4-content1 .cont-list-left{ text-align:left; }
  .page4-content1 .cont-list-box{ border:1px solid #f0f0f0; padding:10px; border-radius:5px; }
  .page4-cont-img{ display:none; }
  /* page5 */
  .page5-bg{ width:100px; height:100px; }
  .page5-note{ min-height:auto; }
  /* page6 */
  .page6-content1 .list-box1{ flex-direction:column; align-items:center; gap:0; padding:20px; }
  .page6-content1 .box1-cont1{ max-width:100%; width:100%; }
  .page6-content1 .cont1-title{ width:80%; margin:20px auto 10px; }
  .page6-content1 .box1-img{ max-width:80%; padding-top:15px; }
  .page6-content2{ flex-direction:column; gap:40px; padding:0 20px; }
  .page6-content2 .box2-title{ width:100%; }
  /* page7 */
  .page7-content1{ flex-direction:column; align-items:center; gap:15px; padding-top:20px; }
  .page7-cont1-box{ display:flex; flex-direction:row; align-items:center; width:95%; gap:15px; padding:15px;}
  .page7-cont1-box:not(:last-child){border-bottom:1px solid #eee;}
  .page7-cont1-box::after{ display:none; }
  .page7-cont1-box .list-icon{ width:70px; height:70px; flex-shrink:0; }
  .page7-cont1-box .list-icon img{ width:40px; }
  .page7-cont1-box .list-number{ width:28px; height:28px; flex-shrink:0; margin:0; }
  .page7-cont1-box .list-title{ margin:0 0 5px; white-space:nowrap; }
  .page7-cont1-box .list-note{ line-height:1.5; text-align:left; }
  /* page8 */
  .page8-content1{ grid-template-columns:1fr; width:90%; gap:50px 10px; padding:50px 20px 30px; }
  .page8-content1 .cont1-img img{ max-width:280px; }
  .page8-cont2{ flex-direction:column; gap:25px; padding:20px 0; }
  .page8-cont2 .cont2-left,.page8-cont2 .cont2-right{ width:100%; }
  .page8-cont2 .cont2-left img{ display:none; }
  .page8-cont2 .cont2-right-top{ margin-left:0; text-align:center; }
  .page8-cont3{ gap:15px; padding:20px 15px; }
  .page8-cont3 .cont3-icon{ flex:1 1 45%; max-width:none; }
}






