.bg1 {
    background-image: url(../szyq_img/new/first_img.png);
}

.navbar .navbar_zixun{
    display: flex;
    position: absolute;
    right: 150px;
    font-size: 20px;
    font-weight: bold;
    top:50%;
    transform: translateY(-50%);
    color: #0C3165;
    text-align: justify;
}

.login-btn{
    display: flex;
    position: absolute;
    align-items: center; /* 文字垂直居中 */
    height: 100%;
    color: #fff;
    box-sizing: border-box; /* 避免padding影响总高度 */
    background-color: #0C3165;
    font-size: 20px;
    right: 0px;
    height: 65px;
    padding: 0 20px 0 20px;
}


.background-container{
    margin-top: 200px;
    background-size: cover; /* 或者使用cover, contain等值 */
    background-repeat: no-repeat;
    background-position: center; /* 根据需要调整位置 */
}

.background-container img{
    width: 100%; /* 宽度占满父容器（这里是body） */
}

/* 细线条（更弱化的分割） */
.thin-divider {
    position: relative;
    width: 100%;
    height: 0.5px;
    background-color: white;
    top:65px;
    z-index: 1001;
  }


.page2{
    position:relative;
    text-align: center;
    max-width: 100%;
}

.page2 .title h2{
    text-align: center;
    font-weight: bold;
    margin-left: 100px;
}

.qualifications div{
    display: inline-block;
    width: 300px;
    max-height: 500px;
    margin-top:120px
}

.page3{
    text-align: center;
    margin-top: 40px;
}


.page3 .wps_text_2{
    margin-top: 20px;
}

.page3 .wps_text_2 p{
    display: inline-block;
    text-align: justify;
    text-indent: 2em;
}

.page3 .wps_text_2 .wps_mony{
    margin-top: 10px;
}

.page3 .wps_text_2 .wps_mony p{
    text-align: right;
}


.page3 .wps_text_2_0{
    margin-top: 20px;
}

.wps_mony .span  p{
    font-size: 20px;
}



.wps_mony span{
    display: block;
    font-size: 20px;
}

.wps_img{
    margin-top: 20px;
}


.bg8{
    background-image: url(../szyq_img/new/support.png);
}

.service{
    width: 100%;
    z-index: 9999;
}

.service .layui-col-md4{
    position: relative;
    top: -20px;
}

.service_intro{
    margin-top: 200px;
}

.service_intro p{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.service_intro_1{
    position: relative;
    left: -25px;
}


.service_intro_3{
    position: relative;
    left: 20px;
}


/* 业务介绍 */
.layui-carousel-business,.layui-carousel-platform{
    width: 90%;
    max-width: 90%;
    height: auto;
    text-align: center;
}

.layui-carousel-business img,.layui-carousel-platform img {
    width: 90%;
    max-width: 90%;
    height: auto;
}


.bg9{
    background-image: url(../szyq_img/new/cooperate.png);
}

.bg9 .cooperate{
    margin-top: 180px;
    
}

.cooperate_intro p{
    font-size: 22px;
    text-align: justify;

    padding: 0 50px;
}

.bg10{
    background-image: url(../szyq_img/new/about.png);
}

.content{
    text-align: center;
    width: 100%;
    background-color: #fff;
}

.customer img{
  height: 500px;
  width: auto;  
}


/* 底部区域样式 */
.footer-section {
    width: 100%;
    height: 160px;
    background: linear-gradient(
    to right,
    #073873 10%,       /* 左侧深色 */
    #0D5DB2 40%,   /* 中间淡色（50%位置） */
    #052651 90%       /* 右侧深色 */
    );
    padding: 30px 0;           /* 上下内边距，增加空间感 */
    color: #fff;              /* 文字默认白色 */
  }

  .footer-text{
    padding-left: 100px;
  }


  /* 左侧文本段落样式 */
  .footer-text p {
    margin: 6px 0;            /* 调整行间距 */
    font-size: 14px;          /* 文字大小 */
    line-height: 1.2;  
    text-emphasis: none;       /* 行高优化阅读 */
    text-align: left;
    opacity: 0.8;
  }
  /* 右侧二维码区域布局 */
  .qrcode-group {
    text-align: center;       /* 二维码整体居中 */
  }
  .qrcode-item {
    margin-bottom: 10px;      /* 二维码与文字间距 */
  }
  .qrcode-item img {
    width: 100px;             /* 二维码宽度，可按需调整 */
    display: block;           /* 消除图片底部间隙 */
    margin: 0 auto 5px;       /* 图片居中 + 下方间距 */
  }
  .qrcode-item p {
    font-size: 12px;          /* 二维码说明文字大小 */
    margin: 0;                /* 清除默认边距 */
  }


.font{
    position: relative;
    top:-30px;
}
.font a{
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.qrcode-item p{
    opacity: 0.8;
}

.abuot_we{
    position: relative;
    width: 60%;
    left: 500px;
    top: 30px;
}

.abuot_we p{
    font-size: 22px;
    color: #fff;
    text-align: justify;
    text-indent: 2.5em;
    line-height: 1.8;  
}

.page3 .wps_text_1 img{
    width: 200px;
    margin-top: 45px;
}

.haocen{
    position: relative;
    top: -50px;
}




  

