.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;
}

/**联系我们详情开始**/
.dd-contactus-bg-box{
    background: #ffffff;
    padding-top: 1.84rem;
    padding-left: 1.04rem;
    padding-right: 1.04rem;
    padding-bottom: 0.71rem;
}
.dd-contactus-content-box{
    width: 9.25rem;
    float: left;
    padding-left: 0.44rem;
}
.dd-contactus-title-box{
    width: 100%;
}
.dd-contactus-title{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.64rem;
    color: #333333;
    line-height: 0.64rem;
    width: 50%;
    font-weight: bold;
}
.dd-contactus-line{
    width: 0.56rem;
    height: 0.12rem;
    background: #333333;
    margin-top: 0.75rem;
}
.dd-contactus-info{
    width: 100%;
    margin-top: 4.00rem;
}
.dd-contactus-item{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.37rem;
    line-height: 0.46rem;
    color: #323232;
    width: 100%;
    padding-left: 0.98rem;
    margin-bottom: 0.70rem;
}
.dd-contactus-name{
    background-image: url('../../images/pc/contactus/icon01.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 0.20rem 0.42rem;
}
.dd-contactus-address{
    background-image: url('../../images/pc/contactus/icon02.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 0.31rem 0.46rem;
}
.dd-contactus-tel{
    background-image: url('../../images/pc/contactus/icon03.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 0.42rem 0.42rem;
}

.dd-contactus-info2{
    width: 100%;
    margin-top: 0.60rem;
}
.dd-contactus-item2{
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.50rem;
}
.dd-contactus-name2{
    font-family: 'Axia Bold', sans-serif;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #898989;
}
.dd-contactus-content2{
    font-family: 'Axia Light', sans-serif;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #898989;
    width: 8.00rem;
    /*white-space: normal;*/
    word-break: keep-all;
    overflow-wrap: break-word;
}

.dd-contactus-img{
    width: 7.35rem;
    height: 10.38rem;
    float: left;
}




























@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-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-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: 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;
    }
    
    /**联系我们详情开始**/
    .dd-contactus-bg-box{
        background: #ffffff;
        padding-top: 0.80rem;
        padding-left: 0.30rem;
        padding-right: 0.30rem;
        padding-bottom: 0.81rem;
    }
    .dd-contactus-content-box{
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .dd-contactus-title-box{
        width: 100%;
    }
    .dd-contactus-title{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.64rem;
        color: #333333;
        line-height: 0.64rem;
        width: 100%;
        font-weight: bold;
    }
    .dd-contactus-line{
        width: 0.56rem;
        height: 0.12rem;
        background: #333333;
        margin-top: 0.75rem;
    }
    .dd-contactus-info{
        width: 100%;
        margin-top: 1.80rem;
    }
    .dd-contactus-item{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.37rem;
        line-height: 0.46rem;
        color: #323232;
        width: 100%;
        padding-left: 0.98rem;
        margin-bottom: 0.70rem;
    }
    .dd-contactus-name{
        background-image: url('../../images/pc/contactus/icon01.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 0.20rem 0.42rem;
    }
    .dd-contactus-address{
        background-image: url('../../images/pc/contactus/icon02.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 0.31rem 0.46rem;
    }
    .dd-contactus-tel{
        background-image: url('../../images/pc/contactus/icon03.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 0.42rem 0.42rem;
    }

    .dd-contactus-info2{
        width: 100%;
        margin-top: 0.60rem;
    }
    .dd-contactus-item2{
        width: 100%;
        padding-left: 0;
        margin-bottom: 0.50rem;
    }
    .dd-contactus-name2{
        font-family: 'Axia Bold', sans-serif;
        font-weight: bold;
        font-size: 0.24rem;
        line-height: 0.42rem;
        color: #898989;
    }
    .dd-contactus-content2{
        font-family: 'Axia Light', sans-serif;
        font-size: 0.24rem;
        line-height: 0.42rem;
        color: #898989;
        padding-right: 0;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
    
    .dd-contactus-img{
        width: 100%;
        height: auto;
        float: left;
    }
}