.other_body{
    background-color: #ffffff;
    color: #222;
}
/* .other_body .navber{
    position: absolute;
} */
.other_body .nav_box{
    color: #ffffff;
}
.other_body footer .footer_box .foot_nav ul li>a div{
    color: #222;
}
.other_body footer .footer_box .foot_nav ul li a{
    color: #222;
}
.other_body footer .footer_box .share_box_case .code_box .code_case .code_name{
    color: #222;
}


.other_body footer .foot_b .copyRight_box .copyRight{
    color: #222;
}
.other_body footer .foot_b::before{
    background-color: #ededed;
}

.ind_case_lb2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.ind_case_lb2 .title{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin: 0.6rem 0;
}
.ind_case_lb2 .gallery-top img{
    width: 100%;
}
.about_bg{
    background-image: url(../image/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ind_case_lb3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.ind_case_lb3 .title{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin: 0.6rem 0;
}

.ind_case_lb3 .gallery-top img{
    width: 100%;
}
.ind_case_lb3 .swiper-button-next{
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(0,-50%);
    z-index: 2;
    width: 0.92rem;
      height: 0.92rem;
      border-radius: 50%;
      background: #222222;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      font-size: 0.48rem;
      color: #888;
      border: none;
      outline: none;
      margin: 0.16rem;
}
.ind_case_lb3 .swiper-button-next:hover,.ind_case_lb3 .swiper-button-prev:hover {
      background: #66219e;
      color: #fff;
}
.ind_case_lb3 .swiper-button-prev{
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translate(0,-50%);
    z-index: 2;
    width: 0.92rem;
      height: 0.92rem;
      border-radius: 50%;
      background: #222222;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      font-size: 0.48rem;
      color: #888;
      border: none;
      outline: none;
      margin: 0.16rem;
}
.ind_case_lb3 .swiper-button-prev:active, .ind_case_lb3 .swiper-button-next:active{
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.ind_case_lb3 .swiper-button-prev svg, .ind_case_lb3 .swiper-button-next svg{
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.ind_case_lb4{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.ind_case_lb4 .title{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin: 0.8rem 0 0.2rem 0;
}
.ind_case_lb4 .swiper-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind_case_lb2{
    position: relative;
}
.ind_case_lb2 .thumbs{
    position: absolute;
    left: 0;
    bottom: 15%;
    background-color:rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 10px;
    z-index: 2;
}
.ind_case_lb2 .gallery-thumbs{
    width: 50%;
}
.ind_case_lb2 .vr{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ind_case_lb2 .vr div{
    display: flex;
    margin-right: 8px;
}
.ind_case_lb2 .gallery-thumbs .swiper-slide {
  width: 150px;
  height: 85px;
  cursor: pointer;
}
.ind_case_lb2 .gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
}
.ind_case_lb2 .gallery-thumbs .swiper-slide span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.ind_case_lb2 .gallery-thumbs .swiper-slide-thumb-active {
  border: #6f23a7 2px solid;
}

.fazhan{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.fazhan .title{
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin: 0.8rem 0 0.2rem 0;
}
.about{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.about_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.about_row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}
.about_txt{
    width: 5rem;
    font-size: 0.16rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem 0;
}
.about_title{
    font-size: 0.36rem;
    color: #222;
    font-weight: bold;
}
.about_desc{
    text-indent: 2em;
    font-size: 16px;
}

.fazhan_main{
    background: linear-gradient(to right,#6b22a3,#1a1552);
    padding: 0.6rem 0.6rem 0.6rem 0.9rem;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.fazhan_main .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.fazhan_main .fazhan_left{
    flex: 1;
    font-size: 0.48rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fazhan_main .fazhan_left div:nth-child(2){
    font-weight: bold;
}
.fazhan_main .fazhan_right{
    width: 5.44rem;
}
.about_line{
    background: linear-gradient(to right,#6b22a3,#1a1552);
    width: 100%;
    height: 0.1rem;
    margin-top: 54px;
    margin-bottom: 0.4rem;
    position: relative;
}
.about_line::after{
    content: '';
    /*background: #22165b;*/
    background-image: url(../image/index/bbt.png);
    background-repeat: no-repeat;
    height: 73px;
    width: 29px;
    position: absolute;
    left: 80%;
    top: -73px;
}
.fazhan .gallery-thumbs .swiper-slide{
    opacity: 0.5;
}
.fazhan .gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.fazhan .gallery-thumbs .swiper-slide-thumb-active {
  border: #6f23a7 2px solid;
  opacity: 1;
}
.hezuo{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.hezuo .title{
    font-size: 0.48rem;
    color: #222;
    font-weight: bold;
    margin: 0.45rem 0;
}

.hezuo .hezuo_main{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 默认两列 */
    gap: 0.3rem; /* 间隙 */
}
.hezuo .hezuo_main .row{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0.4rem 0.4rem;
    border-radius: 10px;
}
.hezuo .hezuo_main .row span{
    color: #797979;
}
.hezuo .hezuo_main .row .full-en{
    color: #797979;
    font-size: 12px;
}
.hezuo .hezuo_main .row .full-line{
    width: 30px;
    height: 2px;
    background: #cb85ff;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.hezuo .hezuo_main .row:hover div:nth-child(1){
    color: #cb85ff;
}
.hezuo .hezuo_main .row:hover{
    border: 1px solid #cb85ff;
}
.hezuo .hezuo_main .row:nth-child(1){
    background-image: url(../image/index/bg1.png);
}
.hezuo .hezuo_main .row:nth-child(2){
    background-image: url(../image/index/bg2.png);
}
.hezuo .hezuo_main .row:nth-child(3){
    background-image: url(../image/index/bg3.png);
}
.hezuo .hezuo_main .row:nth-child(4){
    background-image: url(../image/index/bg4.png);
}
.hezuo .hezuo_main .row div:nth-child(1){
    font-size: 0.36rem;
    font-weight: bold;
    
}
.youshi{
    background: linear-gradient(to right,#6d23a5,#15144e);
    padding: 0.7rem 0;
    margin-top: 0.9rem;
}
.youshi_case{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.youshi_case .title{
    font-size: 0.48rem;
    color: #222;
    font-weight: bold;
    margin: 0.45rem 0;
    color: #fff;
}
.youshi_main{
    display: flex;
    justify-content: space-between;
}
.youshi_main .left{
    width: 4.2rem;
    background-image: url(../image/index/zs_left_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.7rem;
    background-color: #fff;
}
.youshi_main .left div:nth-child(1){
    font-size: 0.36rem;
    color: #222;
}
.youshi_main .left div:nth-child(2){
    font-size: 0.18rem;
    color: #797979;
}
.youshi_main .right{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 默认两列 */
}
.youshi_main .right .row{
    /* width: 4rem; */
    background-color: #fff;
    padding: 0.45rem 0.35rem;
}
.youshi_main .right .row:hover{
    background: #f1f0ff;
}
.youshi_main .right .row div:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 0.1rem 0;
}
.youshi_main .right .row div:nth-child(3){
    font-size: 12px;
    color: #666;
}

.quanbao{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.quanbao .title{
    font-size: 0.48rem;
    color: #222;
    font-weight: bold;
    margin: 0.45rem 0;
}
.quanbao_main{
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 默认两列 */
}
.quanbao_main .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #7742da;
    color: #fff;
    padding: 0.41rem 0;
    font-size: 0.48rem;
    font-weight: bold;
}

.quanbao_main .row div:nth-child(1) {
  color: transparent; /* 关键：文字透明 */
  text-stroke: 1px #ffffff;
}
.quanbao_main .row:nth-child(1) {
    background-image: url(../image/index/q1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quanbao_main .row:nth-child(3) {
    background-image: url(../image/index/q2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quanbao_main .row:nth-child(5) {
    background-image: url(../image/index/q3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quanbao_main .row:nth-child(7) {
    background-image: url(../image/index/q4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.quanbao_main .row:nth-child(9) {
    background-image: url(../image/index/q5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.jmlc{
    background-color: #f3f3f3;
    padding-bottom: 0.65rem;
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    overflow: hidden;
    margin-top: 1.05rem;
}
.liucheng{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.liucheng .title{
    font-size: 0.48rem;
    color: #222;
    font-weight: bold;
    margin: 0.45rem 0;
}
.liucheng_main{
    
}
.liucheng_main .row{
    line-height: 1;
    font-size: 0.3rem;
    color: #222;
    font-weight: bold;
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    padding: 0.25rem 0.25rem;
    text-align: center;
    position: relative;
}
/* .liucheng_main .row::after{
    content: ""; 
    display: block; 
    border-top: 1px dashed #cacdcd; 
    width: 1rem;
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(1.15rem, -50%);
} */

.other_body .ind_row05_case_title .title{
    font-size: 30px;
    font-weight: bold;
    color: #222;
}
.other_body .ind_row05_case_form .form_row{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #222;
}

.other_body .ind_row05_case_form .form_row input{
    background-color: #fff;
    padding: 15px 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
}

.other_body .ind_row05  {
    margin-top: 0.7rem;
}

.news{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.news .news_nav{
    font-size: 14px;
    color: #666666;
    margin: 0.2rem 0;
    background-image: url(../image/index/home.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
}
.news .news_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(3.9rem, 1fr)); /* 默认两列 */
    gap: 0.15rem; /* 间隙 */
}

.news .news_list .row{
    background-color: #eeeeee;
    padding: 0.25rem 0.15rem;
}
.news .news_list .row .date{
    font-size: 14px;
    color: #999;
}
.news .news_list .row .title{
    font-size: 18px;
    color: #222;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    font-weight: bold;
    margin: 0.25rem 0;
}
.news .news_list .row .desc{
    font-size: 12px;
    color: #999;
}
.news .news_list .row .img{
    margin: 0.15rem 0;
    overflow: hidden;
}
.news .news_list .row .info{
    overflow: hidden;
}
.news .news_list .row .more{
    font-size: 14px;
    color: #222;
}
.news .news_list .row:nth-child(n+4) .img{
    display: none;
}
.news .news_list .row:nth-child(n+4) .date{
    display: none;
}
.news .news_list .row:nth-child(n+4) .more{
    display: none;
}
.news .news_list .row:nth-child(n+4) {
    background: none;
    grid-column: span 3; /* 第三项跨两列 */
    border-bottom: 1px dashed #999;
}
.news .news_list .row:nth-child(n+4) .desc{
    color: #666;
}

.news .news_title{
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-top: 0.4rem;
}
.news .news_date{
    font-size: 12px;
    color: #666;
    margin: 0.2rem 0;
}
.news .news_main{
    padding: 0.3rem 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}
.news .news_main p{
    text-indent: 2em;
    margin-bottom: 0.1rem;
    font-size: 14px;
}
.news .news_page{
    display: flex;
    flex-direction: column;
    margin: 0.4rem 0;
    font-size: 14px;
}
.news .news_page a{
    margin-bottom: 0.1rem;
}


.news_banner{
    position: relative;
}

.news_banner_txt{
    position: absolute;
    top: 35%;
    left: 22%;
    width: 4.38rem;
}

.gy_banner{
    position: relative;
}

.gy_banner_txt{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 10.37rem;
    transform: translate(0,-50%);
}

.zs_banner{
    position: relative;
}
.news_banner>img,.zs_banner>img{
    width: 100%;
}
.zs_banner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.2rem;
    transform: translate(-50%,-50%);
}


@media all and (min-width:320px) and (max-width:1300px){
    .nav_con_c{
        padding: 0.2rem 0.5rem !important;
    }
    .other_body .news,.other_body .about{
        padding: 0 0.4rem;
    }
    .navber .n_title{
        font-size: 16px !important;
    }
}
@media screen and (orientation: portrait) {
    .nav_box{
        display: none !important;
    }
    .news_banner_txt{
        width: 3.23rem !important;
        top: 48%;
        left: 10%;
    }
    .navber .nav_con_c >.on{
        display: block !important;
        position: fixed;
        width: 100%;
        backdrop-filter: blur(16px);
        background-color: rgba(0, 0, 0, 0.9);
        height: 100vh;
        padding-top: 1.4rem;
        left: 0;
        top: 0;
        transition: transform .5s ease-in;
    }
    .navber .nav_con_c >.on .line_box{
        display: flex;
        flex-direction: column;
    }
    .navber .nav_con_c >.on .line_box .at_on{
        padding: 0.1rem 0;
    }
    .navber .nav_con_c >.on .line_box li::before {
        content: '';
        display: block;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        right: .45rem;
        width: .1rem;
        height: .1rem;
        transform: translateY(-50%) rotate(45deg);
        top: .475rem;
    }
    .navber .nav_con_c >.on .line_box>li>a{
        color: rgba(255, 255, 255, 0.5);
    }
    .navber .nav_con_c >.on .line_box>li>a.on{
        color: #fff;
    }
    .news .news_list{
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        gap: 0;
    }
    .news .news_list .row{
        background-color: #fff;
        border-bottom: 1px dashed #999;
        display: flex;
    }
    .news .news_list .row .img{
        width: 2.65rem;
    }
    .news .news_list .row .info{
        flex: 1;
        margin-left: 0.2rem;
    }
    .news .news_list .row .desc{
        display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; /* 显示省略号 */
          line-clamp: 2; /* 限制行数为2 */
    }
    .news .news_list .row .img img{
        width: 100%;
    }
    .news .news_list .row .date{
        display: none;
    }
    .news .news_list .row .more{
        display: none;
    }
    .hezuo{
        padding: 0 0.45rem;
    }
    .hezuo .hezuo_main{
        grid-template-columns: repeat(1, 1fr);
    }
    .youshi_main{
        flex-direction: column;
        margin: 0 0.45rem;
    }
    .youshi_main .right{
        grid-template-columns: repeat(1, 1fr);
    }
    .youshi_case .title{
        text-align: center;
        margin: 0;
    }
    .youshi_main .left{
        width: 100%;
        background: none;
        padding-top: 0;
        color: #fff;
        padding-bottom: 0.3rem;
    }
    .youshi_main .left div:nth-child(1){
        color: #fff;
    }
    .youshi_main .left div:nth-child(2){
        color: #fff;
    }
    .youshi_main .right .row{
        margin-bottom: 0.3rem;
    }
    .liucheng,.quanbao{
        padding: 0 0.45rem;
    }
    .quanbao .title{
        text-align: center;
    }
    .quanbao_main{
        grid-template-columns: repeat(2, 1fr);
    }
    .quanbao_main .row:nth-child(3){
        background: #7742da;
    }
    .quanbao_main .row:nth-child(4) {
        background-image: url(../image/index/q2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .quanbao_main .row:nth-child(7){
        background: #7742da;
    }
    .quanbao_main .row:nth-child(8) {
        background-image: url(../image/index/q4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .liucheng .title{
        text-align: center;
    }
    .ind_body .ind_row05 .ind_row05_case{
        border: none;
    }
    .ind_row05_case_form{
        grid-template-columns: repeat(1, 1fr);
    }
    .ind_row05_case_form > :nth-child(3){
        grid-column: auto;
    }
    .ind_row05_case_form_submit span{
        width: 40%;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .ind_case_lb2 .gallery-thumbs{
        width: 100%;
    }
    .ind_case_lb2 .gallery-thumbs .swiper-slide{
        height: auto;
        width: auto;
    }
    .ind_case_lb4{
        display: none;
    }
    .ind_body .ind_case_lb .banner_case .ind_ban_txt{
        left: 50%;
    }
    .company{
        width: 100%;
        padding: 0 0.4rem;
        bottom: 0.4rem;
        top: 0;
        transform: translate(-50%, 0%);
    }
    .company_ico{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }
    .company_ico div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ind_body .ind_row02 .ind_row02_case a{
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .ind_body .ind_row02{
        padding-top: 0;
    }
    .ind_body .ind_row02 .ind_row02_case a .btn_sty{
        display: none;
    }
    .company_desc{
        margin-top: 0.2rem;
    }
    .ind_body .ind_row02 .ind_row02_case .ind_row02_tex_box .ind_row02_tit{
        font-size: 0.6rem;
    }
    .ind_body .ind_row044 .ind_row02_tex_box .ind_row02_tit{
        font-size: 0.6rem;
    }
    .m_youshi{
        width: 100%;
        padding: 0.3rem 0.3rem;
    }
    .m_youshi>div{
        padding: 0.55rem 0.5rem;
        margin-bottom: 0.3rem;
    }
    .m_youshi .pro_t{
        padding-bottom: 0.4rem;
    }
    .m_youshi>div:nth-child(1){
        background-image: url(../image/index/index1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .m_youshi>div:nth-child(4){
        background-image: url(../image/index/index4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .m_youshi>div:nth-child(2){
        background-image: url(../image/index/index2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .m_youshi>div:nth-child(3){
        background-image: url(../image/index/index3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .ind_body .ind_row07{
        padding-top: 0.3rem;
    }
    .navber .burger3{
        display: block;
    }
    .zs_banner_txt img{
     width: 6.2rem;   
    }
    .gy_banner_txt{
        top: 3rem;
        left: 0.5rem;
    }
    .about_row{
        flex-direction: column;
        margin-bottom: 0;
    }
    .about_txt{
        width: 100%;
    }
    .fazhan_main{
        padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    }
    .fazhan_main .fazhan_right{
        width: 3.44rem;
    }
    .fazhan_main .fazhan_left{
        font-size: 0.32rem;
    }
    .thumbs{
        padding: 0 0.3rem;
    }
    .ind_row01_img{
        margin-top: 0px !important;
        height: 100vh !important;
    }
}
@media screen and (orientation: landscape) {
    .other_body footer .footer_box .foot_nav ul li a:hover {
        color: #222 !important;
    }
    
    .other_body footer .footer_box .foot_nav ul li a:hover>span::before {
        transform: none;
    }
}