.asd-page{
    padding-top: 125px;
    position: relative;
}
.gray-bg-top{
    width: 100%;
    height: 1978px;
    background-color: #f5f6f8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.gray-bg-bottom{
    width: 100%;
    height: 880px;
    background-color: #f5f6f8;
    position: absolute;
    left: 0;
    top: 3160px;
    z-index: -1;
}
.page-title{
    text-align: center;
    padding-bottom: 35px;
}
.page-title h5{
    font-size:26px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}
.page-title i{
    width: 10px;
    height: 7px;
    background: url("/static/images/20250828/arrow-down.png") no-repeat center center;
    display: inline-block;
}
.page-img img{
    display: block;
}
.page-img.asd-service{
    padding-bottom: 165px;
}


.divider-flex {
    display: flex;
    align-items: center;
    /* 垂直居中对齐 */
    margin: 20px 0;
}

.divider-flex::before,
.divider-flex::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #ccc;
}
.divider-flex::before {
    margin-right: 25px;
}

.divider-flex::after {
    margin-left: 25px;
}

.divider-flex span {
    font-size:26px;
    line-height: 26px;
    font-weight: bold;
    white-space: nowrap;
}
.page-img.effect-drawing{
    padding: 105px 0 172px;
}

/* 轮播图 */
.carousel{
    width:1092px;
    height:628px;
    margin-bottom: 180px;
}
.carousel-indicators .active {
    background-color: #00c3ff;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-control {
    width: 34px;
    height: 34px;
    margin-top: 379px;
    opacity: 1;
    background-image: none !important;
}

.carousel-control img {

}
.page-title-max{
    padding-bottom: 77px;
}
.page-title-max h5{
    font-size:52px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 36px;
    margin: 0;
    letter-spacing: 6px;
}
.page-title-max h6{
    font-size: 30px;
    line-height: 30px;
    color: #33b2a2;
    font-weight: normal;
    text-align: center;
}

.page-title-five {
    padding-bottom: 60px;
}
.page-title-five h5, .title-chengguo h5{
    font-size: 32px;
    line-height: 32px;
}
.funneng{
    padding-bottom: 60px;
}
.funneng img{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-title-left{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
}
.page-title-left h5{
    font-size: 28px;
    line-height: 28px;
    align-items: center;
}
.page-title-left i{
    width: 7px;
    height: 10px;
    background: url("/static/images/20250828/arrow-right.png") no-repeat center center;
    display: inline-block;
}

.img-tixi{
    padding-bottom: 40px;
}
.page-title.title-chengguo{
    padding-bottom: 30px;
}

.service-case{
    width: 100%;
    height: 895px;
    background: url("/static/images/20250828/bg-01.png") no-repeat top center;
    margin-top: 175px;
    padding: 105px 0;
    box-sizing: border-box;
}
.service-case .page-title{
    padding-bottom: 80px;
}

.case-container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.case-container .case-container-left{
    width: 963px;
    height: 403px;
}
.case-container .case-container-left img{
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.case-container .case-container-right{
    width: 232px;
    height: 403px;
    pointer-events: auto;
    cursor: pointer;
}
.case-container .case-container-right img{
    width: 100%;
    height: 131px;
    margin-bottom: 5px;
    display: block;
    pointer-events: auto;
    cursor: pointer!important;
}
.case-container .case-container-right img.active{
    border: 1px #33b2a2 solid;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}