.re{
    position: relative;
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: .23rem .23rem;
}
.about-ml-wrap{
    padding-top: .8rem;
}
.about-ml-wrap .img{
    width: 39%;
    height: auto;
}
.about-ml-wrap .img img{
    width: 100%;
    height: auto;
}
.about-ml-wrap .about-ml-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-ml-wrap .about-ml-text .area{
    height: 100%;
}
.about-ml-wrap .about-ml-text .des{
    width: 59%;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .38rem;
    margin-top: -.2rem;
}
.ml-advan-wrap{
    margin-top: -.7rem;
    margin-bottom: .8rem;
}
.ml-advan-wrap dl{
    border-radius: .15rem;
    box-shadow: .01rem .01rem .15rem #d4d4d4;
    background: #fff;
    padding: .45rem;
    position: relative;
    cursor: pointer;
}
.ml-advan-wrap dl dt h2{
    font-size: .21rem;
}
.ml-advan-wrap dl dt p{
    font-size:.42rem;
    font-weight:bold;
    color:#a0a0a0;
    margin-top: .05rem;
}
.ml-advan-wrap dl dd{
    position: absolute;
    top: .3rem;
    right: .3rem;
}
.ml-advan-wrap dl dd .iconfont{
    font-size: .65rem;
    color:#ececec;
}
.ml-advan-wrap dl:hover{
    background: #0e9764;
    box-shadow: none;
}
.ml-advan-wrap dl:hover dt h2,
.ml-advan-wrap dl:hover dt p{
    color:#fff;
}
.ml-advan-wrap dl:hover dd .iconfont{
    color:#2ca377;
}
.ml-form-wrap{
    background: url(../images/pic2.png) 100% 100% no-repeat;
    background-size: cover;
    background-position: center center;
}
.ml-form-wrap .index_title,
.ml-form-wrap .error_box{
    color:#fff;
}
.ml-form-wrap dl .iconfont,
.ml-form-wrap .error_box .iconfont{
    color:#0e9651 !important;
}
.ml-form-wrap .index_link{
    background: #0e9651;
    box-shadow: none;
}
.ml-case-wrap{
    background: url(../images/case.png) 100% 100% no-repeat;
    background-size: cover;
}
.ml-case-wrap .ml-case-title{
    margin-bottom: .15rem;
}
.ml-case-wrap .ml-case-title p,
.ml-case-list .ml-case-item p,
.hl-case-wrap .hl-case-title p,
.hl-case-list .hl-case-item p{
    width: 14%;
    padding: .03rem 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
}
.ml-case-wrap .ml-case-title p:first-child,
.ml-case-list .ml-case-item p:first-child,
.hl-case-wrap .hl-case-title p:first-child,
.hl-case-list .hl-case-item p:first-child{
    width: 30%;
}
.ml-case-wrap .ml-case-title p:nth-child(2),
.ml-case-list .ml-case-item p:nth-child(2),
.hl-case-wrap .hl-case-title p:nth-child(2),
.hl-case-list .hl-case-item p:nth-child(2){
    width: 22%;
}
.ml-case-wrap .ml-case-title p{
    background: #0e9764;
    border-radius: .5rem;
    font-size: .21rem;
    color:#fff;
    text-align: center;
    line-height: .46rem;
    font-weight: bold;
}
.ml-case-list .ml-case-item:nth-child(2n){
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    background: rgba(255, 255, 255, .7);
}
.ml-case-list .ml-case-item p,
.hl-case-list .hl-case-item p{
    color:#333;
    line-height: 0.47rem;
    text-align: center;
    font-size: .16rem;
}
.ml-case-list .ml-case-item a:hover p{
    color:#0e9651;
}
.ml-case-list .ml-case-item p img,
.hl-case-list .hl-case-item p img{
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}
.see-more-case{
    text-align: center;
    margin-top: .35rem;
	margin-bottom:.4rem;
}
.see-more-case img{
    width: 58px;
    height: auto;
    transition: .4s;
}
.see-more-case p{
    font-size: .21rem;
    margin-top: .1rem;
}
.see-more-case a:hover p{
    color:#333;
}
.ml-partner{
    background: none;
}
.ml-news-wrap .ml-news-left{
    width: 56%;
}
.ml-news-wrap .ml-news-left{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: .15rem .15rem;
}
.ml-news-wrap .ml-news-left dt{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.ml-news-wrap .ml-news-left dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.ml-news-wrap .ml-news-left dd{
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
    padding: 0 .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ml-news-wrap .ml-news-left dl:hover dt img{
    transform: scale(1.04);
}
.ml-news-wrap .ml-news-left dl:hover dd,
.ml-news-wrap .ml-news-right dl:hover dt,
.ml-news-wrap .ml-news-right dl:hover dd{
    color:#0e9651;
}
.ml-news-wrap .ml-news-right{
    width: 41%;
}
.ml-news-wrap .ml-news-right dl a{
    display: flex;
    justify-content: space-between;
    border-bottom: .01rem solid #333;
    padding: .25rem 0;
}
.ml-news-wrap .ml-news-right dl dt{
    font-size: .17rem;
    padding-left: .3rem;
    width: 80%;
    position: relative;
}
.ml-news-wrap .ml-news-right dl dt::before{
    content: '';
    display: block;
    width: .07rem;
    height: .07rem;
    border: .01rem solid #333;
    transform: rotate(130deg);
    position: absolute;
    left: 0;
    top: .07rem;
}
.ml-news-wrap .ml-news-right dl dd{
    font-size: .16rem;
    flex: 1;
    text-align: right;
}
.ml-news-wrap .ml-news-right dl:last-child{
    border-bottom: none;
}
.ml-news-wrap .ml-news-right dl:first-child{
    padding-top: .1rem;
}
.hl-form-wrap{
    background: url(../images/pic3.png) no-repeat 100% 100%;
    background-size: cover;
}
.hl-form-wrap dl .iconfont, .hl-form-wrap .error_box .iconfont{
    color:#18c3ff !important;
}
.hl-form-wrap .index_link{
    background: #00bbde;
}
.hl-advan-wrap{
    margin-top: -.6rem;
    position: relative;
    z-index: 2;
}
.hl-advan-wrap .area{
    background: #fff;
    box-shadow: .01rem .01rem .1rem #ccc;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: .1rem .1rem;
    border-radius: .15rem;
    padding: .25rem 0;
}
.hl-advan-wrap dl{
    text-align: center;
}
.hl-advan-wrap dl dt{
    height: .7rem;
    line-height: .7rem;
}
.hl-advan-wrap dl dt img{
    display: inline-block;
    vertical-align: middle;
    max-height: .7rem;
}
.hl-advan-wrap dl dd{
    font-size: .17rem;
    font-weight: bold;
    margin-top: .2rem;
    color:#004c86;
}
.hl-hydd-wrap dl{
    width: 18%;
    color:#004c86;
    text-align: center;
}
.hl-hydd-wrap dl dt img{
    max-height: 1.81rem;
    transition: .3s;
}
.hl-hydd-wrap dl dd h2{
    font-size: .23rem;
    font-weight: bold;
    margin: .25rem 0 .15rem 0;
}
.hl-hydd-wrap dl dd p{
    font-size: .17rem;
    line-height: .3rem;
}
.hl-cz-wrap{
    background: #f5f5f5;
}
.hl-cz-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: .25rem .25rem;
}
.hl-cz-list dl{
    border-radius: .18rem;
    background: #fff;
    box-shadow: .01rem .01rem .1rem #b3b3b3;
}
.hl-cz-list dl a{
    display: flex;
    justify-content: space-between;
    padding: .25rem .25rem;
    align-items: center;
}
.hl-cz-list dl dt{
    width: 51%;
}
.hl-cz-list dl dt h3{
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .25rem;
}
.hl-cz-list dl dt p{
    border: .01rem solid #004c86;
    border-radius: .5rem;
    color:#014d86;
    line-height: .26rem;
    font-size: .16rem;
    text-align: center;
    width: 1.1rem;
    transition: .3s;
}
.hl-cz-list dl dd{
    flex: 1;
}
.hl-cz-list dl dd img{
    max-height: 1rem;
    transition: .3s;
    float: right;
}
.hl-cz-list dl:hover dt h3{
    color:#004c86;
}
.hl-cz-list dl:hover dd img,
.hl-hydd-wrap dl:hover dt img{
    transform: scale(.92);
}
.hl-cz-list dl:hover dt p{
    background: #004c86;
    color:#fff;
}
.hl-case-wrap{
    margin-top: .8rem;
}
.hl-case-wrap .hl-case-title p{
    padding-left: .55rem;
    font-size: .21rem;
    color:#333;
    line-height: .46rem;
    position: relative;
    font-weight: bold;
}
.hl-case-wrap .hl-case-box{
    border-radius: .12rem;
    box-shadow: 0.01rem 0.01rem 0.1rem #e6e6e6;
    padding: .35rem .45rem;
}
.hl-case-wrap .hl-case-list .hl-case-item p{
    text-align: left;
}
.hl-case-wrap .hl-case-list .hl-case-item:nth-child(2n){
    background: #f6f6f6;
    border-radius: .1rem;
}
.hl-case-wrap .hl-case-list .hl-case-item:hover p,
.hl-case-wrap .hl-case-list .hl-case-item p:last-child{
    color:#00bbde;
}
.hl-case-wrap .hl-case-title p::before{
    content: '';
    display: block;
    width: .12rem;
    height: .12rem;
    border-radius: .5rem;
    background-image: linear-gradient(to right,#18c3ff,#06dfff);
    position: absolute;
    top: .2rem;
    left: .28rem;
}
.hl-slzs-wrap{
    background: url(../images/slzs.png) no-repeat 100% 100%;
    background-size: cover;
}
.hl-news-wrap .hl-news-left{
    box-shadow: 0.01rem 0.01rem 0.1rem #e6e6e6;
    border-radius: .15rem;
}
.hl-news-wrap .hl-news-left{
    width: 44%;
}
.hl-news-wrap .hl-news-right{
    width: 53%;
}
.hl-news-wrap .hl-news-right .swiper-container{
    padding-bottom: .3rem;
}
.hl-news-wrap .hl-news-left .img{
    width: 100%;
    height: 3.55rem;
    overflow: hidden;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}
.hl-news-wrap .hl-news-left .img img,
.hl-news-wrap .hl-news-right dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.hl-news-wrap .hl-news-left:hover .img img,
.hl-news-wrap .hl-news-right dl:hover dt img{
    transform: scale(1.04);
}
.hl-news-wrap .hl-news-left .text{
    padding: .25rem;
}
.hl-news-wrap .hl-news-left .text h4{
    font-size: .2rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hl-news-wrap .hl-news-left .text p{
    font-size: .15rem;
    margin-top: .07rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hl-news-wrap .hl-news-left:hover .text h4,
.hl-news-wrap .hl-news-left:hover .text p{
    color:#00bbde;
}
.hl-news-wrap .hl-news-right dl{
    margin-bottom: .15rem;
}
.hl-news-wrap .hl-news-right dl a{
    display: flex;
    justify-content: space-between;
}
.hl-news-wrap .hl-news-right dl dt{
    width: 40%;
    height: 1.4rem;
    border-radius: .12rem;
    overflow: hidden;
}
.hl-news-wrap .hl-news-right dl dd{
    width: 56%;
}
.hl-news-wrap .hl-news-right dl dd h5{
    font-size: .18rem;
    font-weight: bold;
    margin: .15rem 0 .1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hl-news-wrap .hl-news-right dl dd p{
    font-size: .15rem;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hl-news-wrap .hl-news-right dl dd i{
    font-style: normal;
    color:#00bbde;
    margin-top: .2rem;
    display: block;
}
.hl-news-wrap .hl-news-right dl:hover dd h5,
.hl-news-wrap .hl-news-right dl:hover dd p{
    color:#00bbde;
}
.hl-news-right .swiper-pagination{
    bottom: .07rem;
}
.hl-news-right .swiper-pagination .swiper-pagination-bullet-active{
    background: #00bbde;
}
.cooperation-box .cooperation-con{
	margin-top:.25rem;
}
.cooperation-box .cooperation-con ul{
	display: grid;
    grid-template-columns: repeat(8,1fr) !important;
	padding:.2rem;
}
.cooperation-box .cooperation-con ul li{
	box-shadow: 1px 1px 10px #f1f1f1;
}
.corps-box::before{
	background:none !important;
}
.corps-box .corps-con .right-column .swiper-slide.active .online-zx,
.corps-box .corps-con .left-column .swiper-slide .u-info-box i{
	background:#284cc5;
}
.corps-box .corps-con .right-column .swiper-slide .online-zx,
.corps-box .corps-con .left-column{
	border:.01rem solid #284cc5;
}
.corps-box .corps-con .left-column .swiper-slide .u-info-box .u-top-tit .team_zx,
.corps-box .corps-con .right-column .swiper-slide .online-zx{
	color:#284cc5;
}

/* 实力展示 */
.zsjm-logo{
    width: 100%;
    background: url(../images/hl-bg.png) no-repeat 100% 100%;
    background-size: cover;
}
.main-container {
    display: flex;
    width: 100%;
    gap: 60px;
    height: 5.2rem; /* 固定高度确保对齐 */
}

/* 左侧Logo区域 */
.logo-wrapper {
    width: 280px;
    height: 100%;
    position: relative;
    /* 关键：左侧容器顶部与右侧内容区顶部对齐 */
    /* padding-top: 60px;  */
	overflow:hidden;
}
.logo-swiper {
    width: 100%;
    height: calc(100% - 30px); /* 减去顶部留白，确保第一个logo与右侧对齐 */
}
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.5;
    transform: scale(0.7);
    /* margin: 20px 0; */
}
.logo-item img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .5;
}
/* 选中Logo样式 - 居中放大+不透明 */
.logo-item.active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    /* margin: 25px 0 !important; */
    z-index: 10;
}
.logo-item.active img{
    filter: none;
    opacity: 1 !important;
}

/* 右侧内容展示区 */
.content-wrapper {
    flex: 1;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    border-radius: .12rem;
    box-shadow: 0 .08rem .3rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    /* 右侧内容区顶部与左侧第一个logo对齐 */
    padding-top: .6rem;
}
.content-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: .6rem .5rem 0 .5rem;
    display: none;
}
.content-item.active {
    display: block;
}
.content-item .text-box{
    width: 50%;
}
.content-item .img{
    width: 45%;
}
.content-item .text-box .logo{
    width: 1.25rem;
    height: auto;
    transform: translateY(.2rem);
    animation: fadeInDown 0.6s forwards 0.1s;
}
.content-item .text-box .logo img{
    width: 100%;
    height: auto;
}
.content-item .text-box .text{
    font-size: .17rem;
    line-height: .3rem;
    margin: .3rem 0;
    transform: translateY(.2rem);
    animation: fadeInDown 0.6s forwards 0.1s;
}
.content-item .text-box .people{
    align-items: center;
    transform: translateY(.2rem);
    animation: fadeInDown 0.6s forwards 0.1s;
}
.content-item .text-box .people .p-img{
    width: .7rem;
    height: .7rem;
    border-radius: .5rem;
    background: #d53c25;
    margin-right: .2rem;
}
.content-item .text-box .people .p-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}
.content-item .text-box .people .des .des{
    font-size: .15rem;
}
.content-item .text-box .people .des h5{
    font-size: .19rem;
}
.content-item .text-box .people .des p{
    color:#666;
    margin-top: .06rem;
}
.content-item .img{
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    transform: translateY(.2rem);
    animation: fadeInDown 0.6s forwards 0.1s;
}
.content-item .img .s-p{
    position: absolute;
    bottom: 0;
    right: .6rem;
}
.content-item .img .s-p img{
    display: block;
}
.content-item .img .bg{
    width: 100%;
    height: auto;
    margin-top: .5rem;
}

/* 动画定义 */
@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 关于我们 */
.glzx-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.about-Content-wrap{
    background: #ededed;
}
.about-Content-type{
    padding-top: 1rem;
    width: 17%;
    text-align: right;
    padding-right: .45rem;
}
.about-Content-type img{
    width: 1.86rem;
    height: auto;
    display: inline-block;
    margin-bottom: 1.2rem;
}
.about-Content-type a{
    font-size: .2rem;
    color:#6d6d6d;
    letter-spacing: .03rem;
    display: block;
    margin-bottom: .3rem;
    position: relative;
}
.about-Content-type a.active{
    font-size: .26rem;
    color:#c32820;
    font-weight: bold;
    margin-bottom: .4rem;
}
.about-Content-type a::before{
    content: '';
    display: block;
    width: 90%;
    position: absolute;
    right: .15rem;
    bottom: -.07rem;
    height: .05rem;
    background: #c32820;
    width: 1rem;
    border-radius: .5rem;
    display: none;
}
.about-Content-type a::after{
    content: '';
    display: block;
    position: absolute;
    right: .08rem;
    bottom: -.07rem;
    width: .05rem;
    height: .05rem;
    background: #c32820;
    display: none;
    border-radius: .5rem;
}
.about-Content-type a.active::before,
.about-Content-type a.active::after{
    display: block;
}
.about-Content-wrap .main-right{
    background: #fff;
    padding: 1rem 0;
    width: 83%;
}
.about-Content-list .img{
    width: 40%;
    height: auto;
}
.about-Content-list .img img{
    width: 100%;
    height: auto;
}
.about-Content-list .about-Content-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}