
a:hover {
    text-decoration: none;
    color: #fe5000;
}
/**轮播图**/
.dd-slideshow-box{
    width: 100%;
    height: 8.80rem;
    position: relative;
    overflow: hidden; /* 防止视频边界出现 1px 缝隙 */
}

.dd-slideshow-bg-out-box{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dd-slideshow-bg-inner-box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.dd-slideshow-content-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 3s ease; 
}

.dd-slideshow-content-item.active {
    z-index: 2; 
    opacity: 1;
}

.dd-slideshow-bg-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
}
.dd-slideshow-bg-item img{
    width: 100%;
    height: 100%;
}
.dd-slideshow-bg-item video{
    width: 100%;
    height: 100%;
}
.dd-relative{
    position: relative; /* Required for the absolute positioning of the video */
    width: 100%;
    height: 100%;
}
.full-screen-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area without distortion */
    position: absolute; /* Make the video fill the div */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; /* 关键：用底边约束避免高度取整导致的缝线 */
}

.dd-slideshow-text-out-box{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.dd-slideshow-text-inner-box{
    width: 9.00rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.dd-slideshow-text-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
}

.dd-slideshow-title{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 1.50rem;
    line-height: 1.70rem;
    color: #ffffff;
    width: 100%;
    margin-top: 3.70rem;
    font-weight: bold;
}
.dd-slideshow-info{
    font-size: 0.26rem;
    color: #a3a3a3;
    width: 100%;
    line-height: 0.26rem;
    margin-top: 0.53rem;
}

.dd-slideshow-paging-out-box{
    width: 100%;
    height: 0.80rem;
    position: absolute;
    top: 5.60rem;
    left: 0;
    z-index: 3;
}
.dd-slideshow-paging-inner-box{
    width: 15.00rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
/*.dd-slideshow-arrows-left{
    width: 0.76rem;
    height: 0.76rem;
    float: left;
}*/
.dd-slideshow-arrows-left{
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
    border: 0px solid #ffffff;
    background-image: url('../../images/pc/index/slideshow-arrows-left-icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.80rem 0.80rem;
    float: left;
    position: relative;
}

/*.dd-slideshow-arrows-right{
    width: 0.78rem;
    height: 0.76rem;
    float: left;
    margin-left: 0.21rem;
}*/

.dd-slideshow-arrows-right{
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
    border: 0px solid #ffffff;
    background-image: url('../../images/pc/index/slideshow-arrows-right-icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.80rem 0.80rem;
    float: left;
    margin-left: 0.21rem;
    position: relative;
    transition: all .6s;
    cursor: pointer;
}

.circleProgress_wrapper {
    width: 0.80rem;
    height: 0.80rem;
    position: absolute;
    top: -1px;
    left: -1px;
    display: none
}

.circle {
    width: 0.40rem;
    height: 0.84rem;
    position: absolute;
    top: 0;
    overflow: hidden
}

.circle.circle_right {
    right: 0
}

.circle.circle_left {
    left: 0
}

.circleProgress {
    width: 0.74rem;
    height: 0.74rem;
    border: 0.04rem solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0
}

.rightcircle {
    border-top: 0.04rem solid #ffffff;
    border-right: 0.04rem solid #ffffff;
    right: 0;
    -webkit-animation: circleProgressLoad_right 7s infinite;
    /*animation: circleProgressLoad_right 7s linear*/
    animation: circleProgressLoad_right 7s infinite
}

.leftcircle,.rightcircle {
    transform: rotate(45deg);
    box-sizing: content-box!important;
    box-sizing: initial!important
}

.leftcircle {
    border-bottom: 0.04rem solid #ffffff;
    border-left: 0.04rem solid #ffffff;
    left: 0;
    -webkit-animation: circleProgressLoad_left 7s infinite;
    animation: circleProgressLoad_left 7s infinite
}

@-webkit-keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@-webkit-keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@keyframes circleProgressLoad_left {
    0% {
        transform: rotate(-135deg)
    }

    50% {
        transform: rotate(-135deg)
    }

    to {
        transform: rotate(45deg)
    }
}


/**首页关于我们**/
.dd-aboutus-bg-box{
    background: #323f48;
    padding-top: 0.90rem;
    padding-bottom: 1.27rem;
}
.dd-aboutus-content-box{
    width: 9.00rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.dd-aboutus-title{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.10rem;
    color: #fefefe;
    line-height: 0.10rem;
    width: 100%;
    height: 0.10rem;
}
.dd-aboutus-info{
    font-family: 'Axia Bold', sans-serif;
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 0.74rem;
    width: 100%;
    margin-top: 0.28rem;
    font-weight: bold;
}
.dd-aboutus-sub-info{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.12rem;
    color: #fefefe;
    line-height: 0.12rem;
    width: 100%;
    margin-top: 2.10rem;
}

.dd-aboutus-more{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.10rem;
    color: #fe5000;
    width: 1.30rem;
    height: 0.37rem;
    line-height: 0.37rem;
    border-radius: 0.06rem;
    background: #ffffff;
    margin-top: 0.22rem;
    padding-left: 0.11rem;
    position: relative;
}
.dd-aboutus-more::before {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0.97rem;
    width: 0.29rem;
    height: 0.02rem;
    background-color: #fe5000;
    transition: left 0.3s;
    transform: translateX(-50%);
}
.dd-aboutus-more:hover {
    background-color: #fe5000;
    color: #ffffff;
}

.dd-aboutus-more:hover::before {
    left: 0.83rem;
    background-color: #ffffff;

}


/**产品中心**/
.dd-product-box{
    width: 100%;
    height: 8.80rem;
    position: relative;
}

.dd-product-bg-out-box{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.dd-product-bg-inner-box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.dd-product-content-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 3s ease; 
}

.dd-product-content-item.active {
    z-index: 2; 
    opacity: 1;
}

.dd-product-bg-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
}

.dd-product-text-out-box{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0.90rem;
    left: 0;
    z-index: 2;
}
.dd-product-text-inner-box{
    width: 9.00rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.dd-product-text-item{
    width: 100%;
    height: 8.80rem;
    position: absolute;
    top: 0;
    left: 0;
}

.dd-product-title{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.10rem;
    color: #fefefe;
    line-height: 0.10rem;
    width: 100%;
    height: 0.10rem;
}
.dd-product-info{
    font-family: 'Axia Bold', sans-serif;
    font-size: 0.36rem;
    color: #ffffff;
    line-height: 0.74rem;
    width: 100%;
    margin-top: 0.28rem;
    font-weight: bold;
}
.dd-product-sub-info{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.12rem;
    color: #fefefe;
    line-height: 0.12rem;
    width: 100%;
    margin-top: 2.10rem;
}

.dd-product-more{
    font-family: 'Axia Regular', sans-serif;
    font-size: 0.10rem;
    color: #fe5000;
    width: 1.30rem;
    height: 0.37rem;
    line-height: 0.37rem;
    border-radius: 0.06rem;
    background: #ffffff;
    margin-top: 0.22rem;
    padding-left: 0.11rem;
    position: relative;
}
.dd-product-more::before {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0.97rem;
    width: 0.29rem;
    height: 0.02rem;
    background-color: #fe5000;
    transition: left 0.3s;
    transform: translateX(-50%);
}
.dd-product-more:hover {
    background-color: #fe5000;
    color: #ffffff;
}

.dd-product-more:hover::before {
    left: 0.83rem;
    background-color: #ffffff;

}

.dd-product-paging-out-box{
    width: 100%;
    height: 0.80rem;
    position: absolute;
    top: 5.60rem;
    left: 0;
    z-index: 3;
}
.dd-product-paging-inner-box{
    width: 15.00rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
/*.dd-product-arrows-left{
    width: 0.76rem;
    height: 0.76rem;
    float: left;
}*/
.dd-product-arrows-left{
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
    border: 0px solid #ffffff;
    background-image: url('../../images/pc/index/product-arrows-left-icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.80rem 0.80rem;
    float: left;
    position: relative;
}

/*.dd-product-arrows-right{
    width: 0.78rem;
    height: 0.76rem;
    float: left;
    margin-left: 0.21rem;
}*/

.dd-product-arrows-right{
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
    border: 0px solid #ffffff;
    background-image: url('../../images/pc/index/slideshow-arrows-right-icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.80rem 0.80rem;
    float: left;
    margin-left: 0.21rem;
    position: relative;
    transition: all .6s;
    cursor: pointer;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.dd-zoom {
    animation: zoomIn 7s infinite;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.dd-zoomOut {
    animation: zoomOut 7s infinite;
}

/**新闻列表**/
.dd-service-bg-box{
    background: #ffffff;
    padding-top: 1.09rem;
    padding-bottom: 0.50rem;
}
.dd-service-box{
    padding-left: 0.64rem;
}
.dd-service-title-box{
    width: 100%;
}
.dd-service-title{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.48rem;
    color: #060606;
    line-height: 0.68rem;
    width: 50%;
    font-weight: bold;
}
.dd-service-line{
    width: 0.19rem;
    height: 0.09rem;
    background: #060606;
    margin-top: 0.43rem;
}

.dd-service-content-out-box{
    width: 100%;
    margin-top: 0.50rem;
    height: auto;
    /*overflow: hidden;*/
    position: relative;
}
.dd-service-content-box{
    /*width: 999.99rem;*/
    position: relative;
}
.dd-service-item-box{
    width: 5.78rem;
    height: 5.52rem;
    margin-right: 0.23rem;
    float: left;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}
.dd-service-item,
.dd-service-item-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s;
}
.dd-service-item {
    padding: 0.74rem 0.84rem;
    background: #f7f7f7;
    z-index: 2;
}
.dd-service-item-back {
    background: #f8f8f8;
    transform: translateY(-100%);
}

.dd-service-item-box:hover .dd-service-item {
    transform: translateY(100%);
}

.dd-service-item-box:hover .dd-service-item-back {
    transform: translateY(0);
}

/* 鼠标悬停时的翻转效果 */
.dd-service-item-box.hovered .dd-service-item {
    transform: translateY(100%);
}

.dd-service-item-box.hovered .dd-service-item-back {
    transform: translateY(0);
}

/* 自动翻转时的翻转效果 */
.dd-service-item-box.active .dd-service-item {
    transform: translateY(100%);
}

.dd-service-item-box.active .dd-service-item-back {
    transform: translateY(0);
}

dd-service-item-back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dd-service-item-back-btn-box{
    width: 100%;
    height: 0.50rem;
    position: absolute;
    top: 2.51rem;
    left: 0;
    text-align: center;
    z-index: 2;
}
.dd-service-item-back-btn{
    font-family: 'Axia Bold', sans-serif;
    font-size: 0.157rem;
    /*color: #000000;*/
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    /*background: #ffffff;*/
    display: inline-block;
    padding: 0 0.36rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); 
    font-weight: bold;
    background: #fe5000;
    color: #ffffff;
}
.dd-service-item-back-btn:hover{
    background: #fe5000;
    color: #ffffff;
}
.dd-service-item-back-btn2{
    font-family: 'Monu BoldC BoldC', sans-serif;
    font-size: 0.1623rem;
    height: 0.53rem;
    line-height: 0.53rem;
    text-align: center;
    display: inline-block;
    padding: 0 0.54rem;
    font-weight: bold;
    border: 0.03rem solid #fe5000;
    color: #fe5000;
}
/*.dd-service-item {
    transition: border 0.8s ease;
}
*/
.dd-service-item-last{
    margin-right: 0;
}
/*.dd-service-item:hover{
    border: 0.02rem solid #005aff;
}*/
.dd-service-img{
    width: 4.11rem;
    height: 1.59rem;
}
.dd-service-img-icon1{
    background-image: url('../../images/pc/index/service/icon01.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 1.30rem 1.58rem;
}
.dd-service-img-icon2{
    background-image: url('../../images/pc/index/service/icon02.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 1.28rem 1.56rem;
}
.dd-service-img-icon3{
    background-image: url('../../images/pc/index/service/icon03.png');    
    background-repeat: no-repeat; 
    background-position: left center;
    background-size: 1.76rem 1.33rem;
}
.dd-service-item-title{
    font-family: 'Axia Bold', sans-serif;
    font-size: 0.1831rem;
    line-height: 0.25rem;
    color: #060606;
    margin-top: 0.30rem;
    font-weight: bold;
}
.dd-service-item-info{
    font-family: 'Axia Light', sans-serif;
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: #060606;
    margin-top: 0.20rem;
}
.dd-service-item-btn{
    font-family: 'Axia Bold', sans-serif;
    font-size: 0.157rem;
    color: #000000;
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    padding: 0 0.36rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); 
    margin-top: 0.57rem;
    font-weight: bold;
}
.dd-service-item-btn:hover{
    background: #fe5000;
    color: #ffffff;
}



/**更多支持**/
.dd-more-support-bg-box{
    background: #ffffff;
    padding-top: 1.47rem;
    padding-bottom: 1.34rem;
}
.dd-more-support-box{
    width: 100%;
    height: 4.70rem;
    border-radius: 0.28rem;
    background: #f5f5f7;
}
.dd-more-support-title-box{
    width: 100%;
    height: 1.20rem;
    overflow: hidden;
    padding-top: 0.70rem;
}
.dd-more-support-title{
    font-size: 0.45rem;
    color: #000000;
    line-height: 0.50rem;
    height: 0.50rem;
    width: 50%;
    padding-left: 1.06rem;
}
.dd-more-support-content-box{
    width: 100%;
    margin-top: 1.05rem;
}
.dd-more-support-row-1{
    width: 10.80rem;
    margin: 0 auto;
    overflow: hidden;
}
.dd-more-support-item-1{
    width: 4.70rem;
    float: left;
    overflow: hidden;
}
.dd-more-support-item-2{
    width: 4.70rem;
    float: right;
    overflow: hidden;
}
.dd-more-support-item-title-box{
    width: 4.70rem;
    height: 0.90rem;
}

.dd-more-support-item-icon {
    width: 0.87rem;
    height: 0.87rem;
    background-color: #f5f5f7;
    border: 1px solid #6a6c6e;
    border-radius: 50%;
    float: left;
}
.dd-more-support-item-icon {
    transition: background 0.8s ease;
}

.dd-more-support-item-icon-1 {
    background-image: url('../../images/pc/index/link01_bg_icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.47rem 0.55rem; 
}
.dd-more-support-item-icon-1:hover{
    border: 1px solid #005aff;
    background: #005aff;
    background-image: url('../../images/pc/index/link01_bg_hover_icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.47rem 0.55rem;
}

.dd-more-support-item-icon-2 {
    background-image: url('../../images/pc/index/link02_bg_icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.48rem 0.47rem; 
}
.dd-more-support-item-icon-2:hover{
    border: 1px solid #005aff;
    background: #005aff;
    background-image: url('../../images/pc/index/link02_bg_hover_icon.png');    
    background-repeat: no-repeat; 
    background-position: center;
    background-size: 0.48rem 0.47rem;
}
.dd-more-support-item-title{
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.87rem;
    width: 3.40rem;
    height: 0.87rem;
    padding-left: 0.20rem;
    float: left;
}
.dd-more-support-item-content{
    font-size: 0.25rem;
    color: #626262;
    line-height: 0.38rem;
    width: 4.70rem;
    padding-left: 1.10rem;
    cursor: pointer;
}



/**企业简介**/
.dd-company-introduction-box{
    width: 100%;
    padding-top: 1.30rem;
    border-top: 1px solid #eaeaea;
    -moz-box-shadow:0px -2px 3px #efefef;
    -webkit-box-shadow:0px -2px 3px #efefef;
    box-shadow:0px -2px 3px #efefef;
}
.dd-company-introduction-content-box{
    width: 17.00rem;
    margin: 0 auto;
}
.dd-company-introduction-left-box{
    width: 8.62rem;
    height: 5.47rem;
    margin-left: 0.32rem;
    float: left;
}
.dd-company-introduction-video{
    width: 100%;
    height: 100%;
    -moz-box-shadow:0px 0px 7px #f0eeee;
    -webkit-box-shadow:0px 0px 7px #f0eeee;
    box-shadow:0px 0px 7px #f0eeee;
    border-radius: 0.14rem;
}
.dd-company-introduction-video video{
    width: 8.62rem;
    height: 5.47rem;
}
.dd-company-introduction-right-box{
    width: 6.80rem;
    margin-left: 1.26rem;
    float: left;
    padding-top: 0.37rem;
}
.dd-cir-title-cn{
    font-size: 0.60rem;
    color: #0073c1;
    height: 0.62rem;
    line-height: 0.62rem;
}
.dd-cir-title-en{
    font-size: 0.24rem;
    color: #c1c1c1;
    height: 0.26rem;
    line-height: 0.26rem;
    margin-top: 0.19rem;
}
.dd-cir-intro{
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.44rem;
    margin-top: 0.59rem;
}
.dd-cir-btn{
    font-size: 0.30rem;
    cursor: pointer;
    color: #ffffff;
    width: 2.68rem;
    height: 0.80rem;
    background: #0074c1;
    line-height: 0.80rem;
    text-align: center;
    margin-top: 0.40rem;
}
/**企业简介结束**/




/**首页数据开始**/
.dd-data-box{
    width: 100%;
    margin-top: 1.30rem;
    border-top: 1px solid #eaeaea;
    -moz-box-shadow:0px -2px 3px #efefef;
    -webkit-box-shadow:0px -2px 3px #efefef;
    box-shadow:0px -2px 3px #efefef;
}
.dd-data-content-box{
    width: 100%;
}
/**首页数据结束**/
/**首页加入我们开始**/
.dd-join-box{
    width: 100%;
    margin-top: 1.30rem;
    border-top: 1px solid #eaeaea;
    -moz-box-shadow:0px -2px 3px #efefef;
    -webkit-box-shadow:0px -2px 3px #efefef;
    box-shadow:0px -2px 3px #efefef;
}
.dd-join-content-box{
    width: 16.80rem;
    margin: 0 auto;
}
.dd-join-left-box{
    width: 9.00rem;
    padding-top: 1.30rem;
    padding-left: 0.20rem;
    float: left;
}
.dd-join-right-box{
    width: 6.71rem;
    height: 9.16rem;
    padding-top: 1.19rem;
    float: right;
    position: relative;
    text-align: right;
}
.dd-join-en-title{
    font-size: 0.24rem;
    color: #c1c1c1;
    height: 0.26rem;
    line-height: 0.26rem;
}
.dd-join-cn-title{
    font-size: 0.60rem;
    color: #0073c1;
    height: 0.62rem;
    line-height: 0.62rem;
    margin-top: 0.28rem;
}
.dd-join-info{
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.50rem;
    margin-top: 0.28rem;
}
.dd-join-btn{
    display: inline-block;
    font-size: 0.30rem;
    cursor: pointer;
    color: #ffffff;
    width: 2.15rem;
    height: 0.80rem;
    background: #0074c1;
    line-height: 0.80rem;
    text-align: center;
    margin-top: 0.50rem;
}
.dd-join-small-pic{
    width: 6.71rem;
    height: 3.73rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
/**首页加入我们结束**/





































@media screen and (max-width:640px) {
    /**轮播图**/
    .dd-slideshow-box{
        width: 100%;
        height: 12.50rem;
        position: relative;
    }

    .dd-slideshow-bg-out-box{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .dd-slideshow-bg-inner-box{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .dd-slideshow-content-item{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        transition: opacity 3s ease; 
    }

    .dd-slideshow-content-item.active {
        z-index: 2; 
        opacity: 1;
    }

    .dd-slideshow-bg-item{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dd-slideshow-bg-item img{
        width: 100%;
        height: 100%;
    }
    .dd-slideshow-bg-item video{
        width: 100%;
        height: 100%;
    }
    .dd-relative{
        position: relative; /* Required for the absolute positioning of the video */
        width: 100%;
        height: 100%;
    }
    .full-screen-video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the video covers the entire area without distortion */
        position: absolute; /* Make the video fill the div */
        top: 0;
        left: 0;
    }

    .dd-slideshow-text-out-box{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dd-slideshow-text-inner-box{
        padding: 0 0.30rem;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .dd-slideshow-text-item{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dd-slideshow-title{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 1.32rem;
        line-height: 1.70rem;
        color: #ffffff;
        width: 100%;
        margin-top: 6.50rem;
        padding-left: 0.30rem;
        font-weight: bold;
    }
    .dd-slideshow-info{
        font-size: 0.26rem;
        color: #a3a3a3;
        width: 100%;
        line-height: 0.26rem;
        margin-top: 0.53rem;
    }

    .dd-slideshow-paging-out-box{
        width: 100%;
        height: 0.80rem;
        position: absolute;
        top: 5.60rem;
        left: 0;
        z-index: 3;
    }
    .dd-slideshow-paging-inner-box{
        width: 15.00rem;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    /*.dd-slideshow-arrows-left{
        width: 0.76rem;
        height: 0.76rem;
        float: left;
    }*/
    .dd-slideshow-arrows-left{
        width: 0.80rem;
        height: 0.80rem;
        border-radius: 50%;
        border: 0px solid #ffffff;
        background-image: url('../../images/pc/index/slideshow-arrows-left-icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.80rem 0.80rem;
        float: left;
        position: relative;
    }

    /*.dd-slideshow-arrows-right{
        width: 0.78rem;
        height: 0.76rem;
        float: left;
        margin-left: 0.21rem;
    }*/

    .dd-slideshow-arrows-right{
        width: 0.80rem;
        height: 0.80rem;
        border-radius: 50%;
        border: 0px solid #ffffff;
        background-image: url('../../images/pc/index/slideshow-arrows-right-icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.80rem 0.80rem;
        float: left;
        margin-left: 0.21rem;
        position: relative;
        transition: all .6s;
        cursor: pointer;
    }

    .circleProgress_wrapper {
        width: 0.80rem;
        height: 0.80rem;
        position: absolute;
        top: -1px;
        left: -1px;
        display: none
    }

    .circle {
        width: 0.40rem;
        height: 0.84rem;
        position: absolute;
        top: 0;
        overflow: hidden
    }

    .circle.circle_right {
        right: 0
    }

    .circle.circle_left {
        left: 0
    }

    .circleProgress {
        width: 0.74rem;
        height: 0.74rem;
        border: 0.04rem solid transparent;
        border-radius: 50%;
        position: absolute;
        top: 0
    }

    .rightcircle {
        border-top: 0.04rem solid #ffffff;
        border-right: 0.04rem solid #ffffff;
        right: 0;
        -webkit-animation: circleProgressLoad_right 7s infinite;
        /*animation: circleProgressLoad_right 7s linear*/
        animation: circleProgressLoad_right 7s infinite
    }

    .leftcircle,.rightcircle {
        transform: rotate(45deg);
        box-sizing: content-box!important;
        box-sizing: initial!important
    }

    .leftcircle {
        border-bottom: 0.04rem solid #ffffff;
        border-left: 0.04rem solid #ffffff;
        left: 0;
        -webkit-animation: circleProgressLoad_left 7s infinite;
        animation: circleProgressLoad_left 7s infinite
    }

    @-webkit-keyframes circleProgressLoad_right {
        0% {
            transform: rotate(-135deg)
        }

        50% {
            transform: rotate(45deg)
        }

        to {
            transform: rotate(45deg)
        }
    }

    @keyframes circleProgressLoad_right {
        0% {
            transform: rotate(-135deg)
        }

        50% {
            transform: rotate(45deg)
        }

        to {
            transform: rotate(45deg)
        }
    }

    @-webkit-keyframes circleProgressLoad_left {
        0% {
            transform: rotate(-135deg)
        }

        50% {
            transform: rotate(-135deg)
        }

        to {
            transform: rotate(45deg)
        }
    }

    @keyframes circleProgressLoad_left {
        0% {
            transform: rotate(-135deg)
        }

        50% {
            transform: rotate(-135deg)
        }

        to {
            transform: rotate(45deg)
        }
    }


    /**首页关于我们**/
    .dd-aboutus-bg-box{
        background: #323f48;
        padding-top: 1.00rem;
        padding-bottom: 1.10rem;
        height: 12.50rem;
    }
    .dd-aboutus-content-box{
        padding: 0 0.30rem;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    .dd-aboutus-title{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.10rem;
        color: #fefefe;
        line-height: 0.10rem;
        width: 100%;
        height: 0.10rem;
    }
    .dd-aboutus-info{
        font-family: 'Axia Bold', sans-serif;
        font-size: 0.36rem;
        color: #ffffff;
        line-height: 0.78rem;
        width: 100%;
        margin-top: 0.28rem;
        font-weight: bold;
    }
    .dd-aboutus-sub-info{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.12rem;
        color: #fefefe;
        line-height: 0.12rem;
        width: 100%;
        margin-top: 2.10rem;
        position: absolute;
        left: 0.30rem;
        bottom: 3.10rem;
    }

    .dd-aboutus-more-box{
        width: 1.30rem;
        height: 0.37rem;
        position: absolute;
        left: 0.30rem;
        bottom: 2.50rem;
    }

    .dd-aboutus-more{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.10rem;
        color: #fe5000;
        width: 1.30rem;
        height: 0.37rem;
        line-height: 0.37rem;
        border-radius: 0.06rem;
        background: #ffffff;
        margin-top: 0.22rem;
        padding-left: 0.11rem;
        position: relative;
    }
    .dd-aboutus-more::before {
        content: '';
        position: absolute;
        top: 0.18rem;
        left: 0.97rem;
        width: 0.29rem;
        height: 0.02rem;
        background-color: #fe5000;
        transition: left 0.3s;
        transform: translateX(-50%);
    }
    .dd-aboutus-more:hover {
        background-color: #fe5000;
        color: #ffffff;
    }

    .dd-aboutus-more:hover::before {
        left: 0.83rem;
        background-color: #ffffff;

    }


    /**产品中心**/
    .dd-product-box{
        width: 100%;
        height: 12.50rem;
        position: relative;
    }

    .dd-product-bg-out-box{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .dd-product-bg-inner-box{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .dd-product-content-item{
        width: 100%;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 3s ease; 
    }

    .dd-product-content-item.active {
        z-index: 2; 
        opacity: 1;
    }

    .dd-product-bg-item{
        width: 19.20rem;
        height: 12.50rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dd-product-content-item 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-product-text-out-box{
        width: 100%;
        height: 11.60rem;
        position: absolute;
        top: 0.90rem;
        left: 0;
        z-index: 2;
    }
    .dd-product-text-inner-box{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .dd-product-text-item{
        padding: 0 0.30rem;
        width: 100%;
        height: 11.60rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dd-product-title{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.10rem;
        color: #fefefe;
        line-height: 0.10rem;
        width: 100%;
        height: 0.10rem;
    }
    .dd-product-info{
        font-family: 'Axia Bold', sans-serif;
        font-size: 0.36rem;
        color: #ffffff;
        line-height: 0.74rem;
        width: 100%;
        margin-top: 0.28rem;
        font-weight: bold;
    }
    .dd-product-sub-info{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.12rem;
        color: #fefefe;
        line-height: 0.12rem;
        width: 100%;
        margin-top: 2.10rem;
        position: absolute;
        left: 0.30rem;
        bottom: 4.20rem;
    }

    .dd-product-more-box{
        width: 1.30rem;
        height: 0.37rem;
        position: absolute;
        left: 0.30rem;
        bottom: 3.60rem;
    }

    .dd-product-more{
        font-family: 'Axia Regular', sans-serif;
        font-size: 0.10rem;
        color: #fe5000;
        width: 1.30rem;
        height: 0.37rem;
        line-height: 0.37rem;
        border-radius: 0.06rem;
        background: #ffffff;
        margin-top: 0.22rem;
        padding-left: 0.11rem;
        position: relative;
    }
    .dd-product-more::before {
        content: '';
        position: absolute;
        top: 0.18rem;
        left: 0.97rem;
        width: 0.29rem;
        height: 0.02rem;
        background-color: #fe5000;
        transition: left 0.3s;
        transform: translateX(-50%);
    }
    .dd-product-more:hover {
        background-color: #fe5000;
        color: #ffffff;
    }

    .dd-product-more:hover::before {
        left: 0.83rem;
        background-color: #ffffff;

    }

    .dd-product-paging-out-box{
        width: 100%;
        height: 0.80rem;
        position: absolute;
        top: 5.60rem;
        left: 0;
        z-index: 3;
    }
    .dd-product-paging-inner-box{
        width: 15.00rem;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    /*.dd-product-arrows-left{
        width: 0.76rem;
        height: 0.76rem;
        float: left;
    }*/
    .dd-product-arrows-left{
        width: 0.80rem;
        height: 0.80rem;
        border-radius: 50%;
        border: 0px solid #ffffff;
        background-image: url('../../images/pc/index/product-arrows-left-icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.80rem 0.80rem;
        float: left;
        position: relative;
    }

    /*.dd-product-arrows-right{
        width: 0.78rem;
        height: 0.76rem;
        float: left;
        margin-left: 0.21rem;
    }*/

    .dd-product-arrows-right{
        width: 0.80rem;
        height: 0.80rem;
        border-radius: 50%;
        border: 0px solid #ffffff;
        background-image: url('../../images/pc/index/slideshow-arrows-right-icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.80rem 0.80rem;
        float: left;
        margin-left: 0.21rem;
        position: relative;
        transition: all .6s;
        cursor: pointer;
    }

    @keyframes zoomIn {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.2);
        }
    }

    .dd-zoom {
        animation: zoomIn 7s infinite;
    }

    @keyframes zoomOut {
        0% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }

    .dd-zoomOut {
        animation: zoomOut 7s infinite;
    }

    /**新闻列表**/
    .dd-service-bg-box{
        background: #ffffff;
        padding-top: 1.09rem;
        padding-bottom: 0.50rem;
    }
    .dd-service-box{
        padding-left: 0.64rem;
    }
    .dd-service-title-box{
        width: 100%;
    }
    .dd-service-title{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.48rem;
        color: #060606;
        line-height: 0.68rem;
        width: 50%;
        font-weight: bold;
    }
    .dd-service-line{
        width: 0.19rem;
        height: 0.09rem;
        background: #060606;
        margin-top: 0.43rem;
    }

    .dd-service-content-out-box{
        width: 100%;
        margin-top: 0.50rem;
        height: 5.52rem;
        /*overflow: hidden;*/
        position: relative;
    }
    .dd-service-content-box{
        /*width: 999.99rem;*/
        position: relative;
    }
    .dd-service-item-box{
        width: 100%;
        height: 5.52rem;
        margin-right: 0;
        float: left;
        overflow: hidden;
        perspective: 1000px;
        position: relative;
        margin-bottom: 0.30rem;
    }
    .dd-service-item,
    .dd-service-item-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transition: transform 0.6s;
    }
    .dd-service-item {
        padding: 0.74rem 0.84rem;
        background: #f7f7f7;
        z-index: 2;
    }
    .dd-service-item-back {
        background: #f8f8f8;
        transform: translateY(-100%);
    }

    .dd-service-item-box:hover .dd-service-item {
        transform: translateY(100%);
    }

    .dd-service-item-box:hover .dd-service-item-back {
        transform: translateY(0);
    }

    /* 鼠标悬停时的翻转效果 */
    .dd-service-item-box.hovered .dd-service-item {
        transform: translateY(100%);
    }

    .dd-service-item-box.hovered .dd-service-item-back {
        transform: translateY(0);
    }

    /* 自动翻转时的翻转效果 */
    .dd-service-item-box.active .dd-service-item {
        transform: translateY(100%);
    }

    .dd-service-item-box.active .dd-service-item-back {
        transform: translateY(0);
    }

    dd-service-item-back-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dd-service-item-back-btn-box{
        width: 100%;
        height: 0.50rem;
        position: absolute;
        top: 2.51rem;
        left: 0;
        text-align: center;
        z-index: 2;
    }
    .dd-service-item-back-btn{
        font-family: 'Axia Bold', sans-serif;
        font-size: 0.157rem;
        /*color: #000000;*/
        height: 0.47rem;
        line-height: 0.47rem;
        text-align: center;
        /*background: #ffffff;*/
        display: inline-block;
        padding: 0 0.36rem;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); 
        font-weight: bold;
        background: #fe5000;
        color: #ffffff;
    }
    .dd-service-item-back-btn:hover{
        background: #fe5000;
        color: #ffffff;
    }
    .dd-service-item-back-btn2{
        font-family: 'Monu BoldC BoldC', sans-serif;
        font-size: 0.1623rem;
        height: 0.53rem;
        line-height: 0.53rem;
        text-align: center;
        display: inline-block;
        padding: 0 0.54rem;
        font-weight: bold;
        border: 0.03rem solid #fe5000;
        color: #fe5000;
    }
    /*.dd-service-item {
        transition: border 0.8s ease;
    }
    */
    .dd-service-item-last{
        margin-right: 0;
    }
    /*.dd-service-item:hover{
        border: 0.02rem solid #005aff;
    }*/
    .dd-service-img{
        width: 4.11rem;
        height: 1.59rem;
    }
    .dd-service-img-icon1{
        background-image: url('../../images/pc/index/service/icon01.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 1.30rem 1.58rem;
    }
    .dd-service-img-icon2{
        background-image: url('../../images/pc/index/service/icon02.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 1.28rem 1.56rem;
    }
    .dd-service-img-icon3{
        background-image: url('../../images/pc/index/service/icon03.png');    
        background-repeat: no-repeat; 
        background-position: left center;
        background-size: 1.76rem 1.33rem;
    }
    .dd-service-item-title{
        font-family: 'Axia Bold', sans-serif;
        font-size: 0.1831rem;
        line-height: 0.25rem;
        color: #060606;
        margin-top: 0.30rem;
        font-weight: bold;
    }
    .dd-service-item-info{
        font-family: 'Axia Light', sans-serif;
        font-size: 0.14rem;
        line-height: 0.25rem;
        color: #060606;
        margin-top: 0.20rem;
    }
    .dd-service-item-btn{
        font-family: 'Axia Bold', sans-serif;
        font-size: 0.157rem;
        color: #000000;
        height: 0.47rem;
        line-height: 0.47rem;
        text-align: center;
        background: #ffffff;
        display: inline-block;
        padding: 0 0.36rem;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); 
        margin-top: 0.57rem;
        font-weight: bold;
    }
    .dd-service-item-btn:hover{
        background: #fe5000;
        color: #ffffff;
    }



    /**更多支持**/
    .dd-more-support-bg-box{
        background: #ffffff;
        padding-top: 1.47rem;
        padding-bottom: 1.34rem;
    }
    .dd-more-support-box{
        width: 100%;
        height: 4.70rem;
        border-radius: 0.28rem;
        background: #f5f5f7;
    }
    .dd-more-support-title-box{
        width: 100%;
        height: 1.20rem;
        overflow: hidden;
        padding-top: 0.70rem;
    }
    .dd-more-support-title{
        font-size: 0.45rem;
        color: #000000;
        line-height: 0.50rem;
        height: 0.50rem;
        width: 50%;
        padding-left: 1.06rem;
    }
    .dd-more-support-content-box{
        width: 100%;
        margin-top: 1.05rem;
    }
    .dd-more-support-row-1{
        width: 10.80rem;
        margin: 0 auto;
        overflow: hidden;
    }
    .dd-more-support-item-1{
        width: 4.70rem;
        float: left;
        overflow: hidden;
    }
    .dd-more-support-item-2{
        width: 4.70rem;
        float: right;
        overflow: hidden;
    }
    .dd-more-support-item-title-box{
        width: 4.70rem;
        height: 0.90rem;
    }

    .dd-more-support-item-icon {
        width: 0.87rem;
        height: 0.87rem;
        background-color: #f5f5f7;
        border: 1px solid #6a6c6e;
        border-radius: 50%;
        float: left;
    }
    .dd-more-support-item-icon {
        transition: background 0.8s ease;
    }

    .dd-more-support-item-icon-1 {
        background-image: url('../../images/pc/index/link01_bg_icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.47rem 0.55rem; 
    }
    .dd-more-support-item-icon-1:hover{
        border: 1px solid #005aff;
        background: #005aff;
        background-image: url('../../images/pc/index/link01_bg_hover_icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.47rem 0.55rem;
    }

    .dd-more-support-item-icon-2 {
        background-image: url('../../images/pc/index/link02_bg_icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.48rem 0.47rem; 
    }
    .dd-more-support-item-icon-2:hover{
        border: 1px solid #005aff;
        background: #005aff;
        background-image: url('../../images/pc/index/link02_bg_hover_icon.png');    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 0.48rem 0.47rem;
    }
    .dd-more-support-item-title{
        font-size: 0.35rem;
        color: #000000;
        line-height: 0.87rem;
        width: 3.40rem;
        height: 0.87rem;
        padding-left: 0.20rem;
        float: left;
    }
    .dd-more-support-item-content{
        font-size: 0.25rem;
        color: #626262;
        line-height: 0.38rem;
        width: 4.70rem;
        padding-left: 1.10rem;
        cursor: pointer;
    }



    /**企业简介**/
    .dd-company-introduction-box{
        width: 100%;
        padding-top: 1.30rem;
        border-top: 1px solid #eaeaea;
        -moz-box-shadow:0px -2px 3px #efefef;
        -webkit-box-shadow:0px -2px 3px #efefef;
        box-shadow:0px -2px 3px #efefef;
    }
    .dd-company-introduction-content-box{
        width: 17.00rem;
        margin: 0 auto;
    }
    .dd-company-introduction-left-box{
        width: 8.62rem;
        height: 5.47rem;
        margin-left: 0.32rem;
        float: left;
    }
    .dd-company-introduction-video{
        width: 100%;
        height: 100%;
        -moz-box-shadow:0px 0px 7px #f0eeee;
        -webkit-box-shadow:0px 0px 7px #f0eeee;
        box-shadow:0px 0px 7px #f0eeee;
        border-radius: 0.14rem;
    }
    .dd-company-introduction-video video{
        width: 8.62rem;
        height: 5.47rem;
    }
    .dd-company-introduction-right-box{
        width: 6.80rem;
        margin-left: 1.26rem;
        float: left;
        padding-top: 0.37rem;
    }
    .dd-cir-title-cn{
        font-size: 0.60rem;
        color: #0073c1;
        height: 0.62rem;
        line-height: 0.62rem;
    }
    .dd-cir-title-en{
        font-size: 0.24rem;
        color: #c1c1c1;
        height: 0.26rem;
        line-height: 0.26rem;
        margin-top: 0.19rem;
    }
    .dd-cir-intro{
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.44rem;
        margin-top: 0.59rem;
    }
    .dd-cir-btn{
        font-size: 0.30rem;
        cursor: pointer;
        color: #ffffff;
        width: 2.68rem;
        height: 0.80rem;
        background: #0074c1;
        line-height: 0.80rem;
        text-align: center;
        margin-top: 0.40rem;
    }
    /**企业简介结束**/




    /**首页数据开始**/
    .dd-data-box{
        width: 100%;
        margin-top: 1.30rem;
        border-top: 1px solid #eaeaea;
        -moz-box-shadow:0px -2px 3px #efefef;
        -webkit-box-shadow:0px -2px 3px #efefef;
        box-shadow:0px -2px 3px #efefef;
    }
    .dd-data-content-box{
        width: 100%;
    }
    /**首页数据结束**/
    /**首页加入我们开始**/
    .dd-join-box{
        width: 100%;
        margin-top: 1.30rem;
        border-top: 1px solid #eaeaea;
        -moz-box-shadow:0px -2px 3px #efefef;
        -webkit-box-shadow:0px -2px 3px #efefef;
        box-shadow:0px -2px 3px #efefef;
    }
    .dd-join-content-box{
        width: 16.80rem;
        margin: 0 auto;
    }
    .dd-join-left-box{
        width: 10.00rem;
        padding-top: 1.30rem;
        padding-left: 0.20rem;
        float: left;
    }
    .dd-join-right-box{
        width: 6.71rem;
        height: 9.16rem;
        padding-top: 1.19rem;
        float: right;
        position: relative;
        text-align: right;
    }
    .dd-join-en-title{
        font-size: 0.24rem;
        color: #c1c1c1;
        height: 0.26rem;
        line-height: 0.26rem;
    }
    .dd-join-cn-title{
        font-size: 0.60rem;
        color: #0073c1;
        height: 0.62rem;
        line-height: 0.62rem;
        margin-top: 0.28rem;
    }
    .dd-join-info{
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.50rem;
        margin-top: 0.28rem;
    }
    .dd-join-btn{
        display: inline-block;
        font-size: 0.30rem;
        cursor: pointer;
        color: #ffffff;
        width: 2.15rem;
        height: 0.80rem;
        background: #0074c1;
        line-height: 0.80rem;
        text-align: center;
        margin-top: 0.50rem;
    }
    .dd-join-small-pic{
        width: 6.71rem;
        height: 3.73rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    /**首页加入我们结束**/
}


