.dd-main-banner-box {
    width: 100%;
    height: 11.36rem;
    position: relative;
}

.dd-main-banner-bg-out-box {
    width: 100%;
    height: 11.36rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.dd-main-banner-bg-inner-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dd-main-banner-text-out-box {
    width: 100%;
    height: 11.36rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.dd-main-banner-text-inner-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.dd-main-banner-title {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 1.19rem;
    color: #ffffff;
    width: 100%;
    line-height: 1.19rem;
    margin-top: 5.34rem;
    text-align: center;
    font-weight: bold;
}

.dd-main-banner-title2 {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.48rem;
    color: #ffffff;
    width: 2.80rem;
    line-height: 0.48rem;
    position: absolute;
    left: 0.92rem;
    bottom: 0.76rem;
    font-weight: bold;
}

/**新闻面包屑开始**/
.dd-breadcrumbs-box {
    width: 100%;
    height: 0.92rem;
    padding: 0 0.82rem;
}

.dd-breadcrumbs-item {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.92rem;
    display: inline-block;
    padding-right: 0.14rem;
    font-weight: bold;
}

.dd-breadcrumbs-item.last {
    color: #fe5000;
}

/**新闻面包屑结束**/


/**新闻列表开始**/
.dd-news-list-bg-box {
    background: #ffffff;
    padding: 0.42rem 0.82rem;
}

.dd-news-list-box {
    width: 100%;
}

.dd-news-list-content-item {
    width: 100%;
    height: auto;
    border: 0.02rem solid #ffffff;
    margin-bottom: 0.46rem;
    overflow: hidden;
}

.dd-news-list-content-item:hover {
    border: 0.02rem solid #fe5000;
}

.dd-news-list-content-item:last-child {
    margin-bottom: 0;
}

.dd-news-list-content-item-img {
    width: 9.01rem;
    height: auto;
    overflow: hidden;
    float: left;
    transition: transform 0.3s ease;
}

.dd-news-list-content-item-img img {
    width: 100%;
    height: auto;
    /* 按图片原始比例展示，避免强制撑满固定高度 */
    display: block;
    /* 去掉 inline 元素基线缝隙 */
    transition: transform 0.3s ease;
}

.dd-news-list-content-item-img:hover img {
    transform: scale(1.1);
}

.dd-news-list-content-item-text {
    width: 8.00rem;
    padding-top: 0.83rem;
    padding-left: 0.87rem;
    float: left;

}

.dd-news-list-content-item-date {
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.21rem;
    color: #888887;
    line-height: 0.21rem;
}

.dd-news-list-content-item-title {
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.28rem;
    color: #1d1d1d;
    line-height: 0.43rem;
    margin-top: 0.18rem;
}

.dd-news-list-content-item-title a:hover {
    color: #fe5000;
}

.dd-news-list-content-item-info {
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.28rem;
    color: #888887;
    line-height: 0.43rem;
    margin-top: 0.18rem;
}

.dd-news-list-content-item-more-box {
    width: 100%;
    height: 0.30rem;
    text-align: right;
    margin-top: 0.51rem;
}

.dd-news-list-content-item-more {
    width: 0.53rem;
    height: 0.30rem;
    display: inline-block;
}


/**新闻详情页banner**/
.dd-news-banner-date {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.30rem;
    color: #ffffff;
    line-height: 0.30rem;
    padding-top: 3.20rem;
    padding-left: 0.89rem;
    width: 5.55rem;
}

.dd-news-banner-title {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.40rem;
    color: #ffffff;
    line-height: 0.55rem;
    margin-top: 0.24rem;
    padding-left: 0.89rem;
    width: 6.25rem;
}

/**新闻详情**/
.dd-news-detail-box {
    font-family: 'Monu BoldC BoldC', sans-serif;
    background: #ffffff;
    padding-top: 1.55rem;
    padding-bottom: 1.73rem;
}

.dd-news-detail-content-box {
    font-size: 0.23rem;
    color: #000000;
    line-height: 0.40rem;
}

.dd-news-detail-content-box p {
    font-size: 0.23rem;
    color: #000000;
    line-height: 0.40rem;
    margin-bottom: 0.50rem;
}
.dd-news-detail-content-box img {
    max-width: 100%;
    height: auto;
    display: block;
}
.dd-news-detail-content-box img + img {
    margin-top: 0.30rem;
}
.dd-news-detail-content-box p + p img {
    margin-top: 0.30rem;
}

.dd-news-detail-share-box {
    height: 0.58rem;
    margin-top: 0.84rem;
    text-align: right;
}

.dd-news-detail-share-icon {
    width: 2.71rem;
    height: 0.58rem;
    display: inline-block;
}

/**相关新闻**/
.dd-news-related-title-box {
    height: 0.45rem;
    margin-bottom: 0.94rem;
}

.dd-news-related-title {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.45rem;
    color: #000000;
    line-height: 0.45rem;
    float: left;
    width: 50%;
}

.dd-news-related-more {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.26rem;
    color: #616161;
    line-height: 0.45rem;
    float: right;
    text-align: right;
    width: 50%;
}

.dd-news-related-bg-box {
    background: #f2f2f2;
    padding-top: 1.24rem;
    padding-bottom: 1.76rem
}

.dd-news-related-box {
    border-radius: 0.30rem;
}

.dd-news-related-content-item {
    width: 7.32rem;
    height: 8.28rem;
    border: 0.02rem solid #f2f2f2;
    border-radius: 0.30rem;
    float: left;
    margin-right: 0.35rem;
    margin-bottom: 0.46rem;
    background-color: #ffffff;
}

.dd-news-related-content-item:hover {
    border: 0.02rem solid #0000ff;
}

.dd-news-related-content-item:nth-child(even) {
    margin-right: 0;
}

.dd-news-related-content-item-img {
    width: 7.28rem;
    height: 3.98rem;
    overflow: hidden;
    border-top-right-radius: 0.30rem;
    border-top-left-radius: 0.30rem;
    transition: transform 0.3s ease;
}

.dd-news-related-content-item-img img {
    transition: transform 0.3s ease;
}

.dd-news-related-content-item-img:hover img {
    transform: scale(1.1);
}

.dd-news-related-content-item-text {
    padding: 0.80rem 0.56rem 0 0.56rem;
}

.dd-news-related-content-item-date {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.30rem;
    color: #0000ff;
    line-height: 0.30rem;
    font-weight: bold;
}

.dd-news-related-content-item-title {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.40rem;
    color: #000000;
    line-height: 0.56rem;
    height: 1.67rem;
    margin-top: 0.24rem;
    overflow: hidden;
}

.dd-news-related-content-item-more-box {
    width: 100%;
    height: 0.30rem;
    text-align: right;
    margin-top: 0.51rem;
}

.dd-news-related-content-item-more {
    width: 0.53rem;
    height: 0.30rem;
    display: inline-block;
}

/**公司简介详情**/
.dd-aboutus-details-bg-box {
    width: 100%;
    background: #f7f7f7;
    padding: 1.10rem 1.90rem;
}

.dd-service-details-box {
    width: 100%;
}

.dd-service-details-content-box {
    width: 100%;
}

.dd-service-details-title {
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.36rem;
    color: #10069f;
    line-height: 0.64rem;
    font-weight: bold;
}

.dd-service-details-info {
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.2744rem;
    color: #000000;
    line-height: 0.64rem;
    margin-top: 0.42rem;
}

.dd-service-details-info p {
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.2744rem;
    color: #000000;
    line-height: 0.64rem;
    margin-top: 0.42rem;
}

/* 正文图片：未设置尺寸则自适应；设置了尺寸则按编辑器设置展示 */
.dd-service-details-info img {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}
.dd-service-details-info img:not([height]):not([style*="height"]) {
    height: auto;
}
.dd-service-details-info img:not([width]):not([style*="width"]) {
    width: 100%;
}
.dd-service-details-info img[width],
.dd-service-details-info img[style*="width"] {
    width: auto !important;
}



















@media screen and (max-width:640px) {
    .dd-main-banner-box {
        width: 100%;
        height: 12.50rem;
        position: relative;
    }

    .dd-main-banner-bg-out-box {
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .dd-main-banner-bg-inner-box {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .dd-main-banner-text-out-box {
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .dd-main-banner-text-inner-box {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .dd-main-banner-bg-inner-box img {
        width: auto;
        height: 12.50rem;
        position: absolute;
        /*animation: scrollImage 10s linear infinite; /* 调整10s为您想要的速度，linear为匀速，infinite为无限循环 */
    }

    @keyframes scrollImage {
        0% {
            left: 0;
        }

        100% {
            left: -100%;
            /* 从左到右移动完整宽度，-100%是相对于元素自身宽度的负值 */
        }
    }

    .dd-main-banner-title {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.72rem;
        color: #ffffff;
        width: 100%;
        line-height: 1.19rem;
        margin-top: 5.34rem;
        text-align: center;
        font-weight: bold;
    }

    .dd-main-banner-title2 {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.48rem;
        color: #ffffff;
        width: 2.80rem;
        line-height: 0.48rem;
        position: absolute;
        left: 0.92rem;
        bottom: 0.76rem;
        font-weight: bold;
    }

    /**新闻面包屑开始**/
    .dd-breadcrumbs-box {
        width: 100%;
        height: 0.92rem;
        padding: 0 0.30rem;
    }

    .dd-breadcrumbs-item {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.18rem;
        color: #000000;
        line-height: 0.92rem;
        display: inline-block;
        padding-right: 0.14rem;
        font-weight: bold;
    }

    .dd-breadcrumbs-item.last {
        color: #fe5000;
    }

    /**新闻面包屑结束**/


    /**新闻列表开始**/
    .dd-news-list-bg-box {
        background: #ffffff;
        padding: 0.42rem 0;
    }

    .dd-news-list-box {
        width: 100%;
    }

    .dd-news-list-content-item {
        width: 100%;
        height: auto;
        border: 0.02rem solid #ffffff;
        margin-bottom: 0.46rem;
        overflow: hidden;
    }

    .dd-news-list-content-item:hover {
        border: 0.02rem solid #fe5000;
    }

    .dd-news-list-content-item:last-child {
        margin-bottom: 0;
    }

    .dd-news-list-content-item-img {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        transition: transform 0.3s ease;
    }

    .dd-news-list-content-item-img img {
        transition: transform 0.3s ease;
    }

    .dd-news-list-content-item-img:hover img {
        transform: scale(1.1);
    }

    .dd-news-list-content-item-text {
        width: 100%;
        padding-top: 0.40rem;
        padding-left: 0;
        float: left;

    }

    .dd-news-list-content-item-date {
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.21rem;
        color: #888887;
        line-height: 0.21rem;
    }

    .dd-news-list-content-item-title {
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.28rem;
        color: #1d1d1d;
        line-height: 0.43rem;
        margin-top: 0.18rem;
    }

    .dd-news-list-content-item-title a:hover {
        color: #fe5000;
    }

    .dd-news-list-content-item-info {
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.28rem;
        color: #888887;
        line-height: 0.43rem;
        margin-top: 0.18rem;
    }

    .dd-news-list-content-item-more-box {
        width: 100%;
        height: 0.40rem;
        text-align: right;
        margin-top: 0.41rem;
    }

    .dd-news-list-content-item-more {
        width: 0.53rem;
        height: 0.30rem;
        display: inline-block;
    }


    /**新闻详情页banner**/
    .dd-news-banner-date {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.30rem;
        color: #ffffff;
        line-height: 0.30rem;
        padding-top: 3.20rem;
        padding-left: 0.89rem;
        width: 5.55rem;
    }

    .dd-news-banner-title {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.40rem;
        color: #ffffff;
        line-height: 0.55rem;
        margin-top: 0.24rem;
        padding-left: 0.89rem;
        width: 6.25rem;
    }

    /**新闻详情**/
    .dd-news-detail-box {
        font-family: 'Monu BoldC BoldC', sans-serif;
        background: #ffffff;
        padding-top: 1.55rem;
        padding-bottom: 1.73rem;
    }

    .dd-news-detail-content-box {
        font-size: 0.23rem;
        color: #000000;
        line-height: 0.40rem;
    }

    .dd-news-detail-content-box p {
        font-size: 0.23rem;
        color: #000000;
        line-height: 0.40rem;
        margin-bottom: 0.50rem;
    }

    .dd-news-detail-share-box {
        height: 0.58rem;
        margin-top: 0.84rem;
        text-align: right;
    }

    .dd-news-detail-share-icon {
        width: 2.71rem;
        height: 0.58rem;
        display: inline-block;
    }

    /**相关新闻**/
    .dd-news-related-title-box {
        height: 0.45rem;
        margin-bottom: 0.94rem;
    }

    .dd-news-related-title {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.45rem;
        color: #000000;
        line-height: 0.45rem;
        float: left;
        width: 50%;
    }

    .dd-news-related-more {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.26rem;
        color: #616161;
        line-height: 0.45rem;
        float: right;
        text-align: right;
        width: 50%;
    }

    .dd-news-related-bg-box {
        background: #f2f2f2;
        padding-top: 1.24rem;
        padding-bottom: 1.76rem
    }

    .dd-news-related-box {
        border-radius: 0.30rem;
    }

    .dd-news-related-content-item {
        width: 7.32rem;
        height: 8.28rem;
        border: 0.02rem solid #f2f2f2;
        border-radius: 0.30rem;
        float: left;
        margin-right: 0.35rem;
        margin-bottom: 0.46rem;
        background-color: #ffffff;
    }

    .dd-news-related-content-item:hover {
        border: 0.02rem solid #0000ff;
    }

    .dd-news-related-content-item:nth-child(even) {
        margin-right: 0;
    }

    .dd-news-related-content-item-img {
        width: 7.28rem;
        height: 3.98rem;
        overflow: hidden;
        border-top-right-radius: 0.30rem;
        border-top-left-radius: 0.30rem;
        transition: transform 0.3s ease;
    }

    .dd-news-related-content-item-img img {
        transition: transform 0.3s ease;
    }

    .dd-news-related-content-item-img:hover img {
        transform: scale(1.1);
    }

    .dd-news-related-content-item-text {
        padding: 0.80rem 0.56rem 0 0.56rem;
    }

    .dd-news-related-content-item-date {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.30rem;
        color: #0000ff;
        line-height: 0.30rem;
        font-weight: bold;
    }

    .dd-news-related-content-item-title {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.40rem;
        color: #000000;
        line-height: 0.56rem;
        height: 1.67rem;
        margin-top: 0.24rem;
        overflow: hidden;
    }

    .dd-news-related-content-item-more-box {
        width: 100%;
        height: 0.30rem;
        text-align: right;
        margin-top: 0.51rem;
    }

    .dd-news-related-content-item-more {
        width: 0.53rem;
        height: 0.30rem;
        display: inline-block;
    }

    /**公司简介详情**/
    .dd-aboutus-details-bg-box {
        width: 100%;
        background: #f7f7f7;
        padding: 0.60rem 0.30rem;
    }

    .dd-service-details-box {
        width: 100%;
    }

    .dd-service-details-content-box {
        width: 100%;
    }

    .dd-service-details-title {
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.36rem;
        color: #10069f;
        line-height: 0.64rem;
        font-weight: bold;
    }

    .dd-service-details-info {
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.2744rem;
        color: #000000;
        line-height: 0.64rem;
        margin-top: 0.42rem;
    }

    .dd-service-details-info p {
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.2744rem;
        color: #000000;
        line-height: 0.64rem;
        margin-top: 0.42rem;
    }

    .dd-service-details-info img {
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }
    .dd-service-details-info img:not([height]):not([style*="height"]) {
        height: auto;
    }
    .dd-service-details-info img:not([width]):not([style*="width"]) {
        width: 100%;
    }
    .dd-service-details-info img[width],
    .dd-service-details-info img[style*="width"] {
        width: auto !important;
    }
}