/**业务范围banner**/

/**业务范围banner结束**/

/**子导航开始**/
.dd-sub-nav-box{
    width: 15.00rem;
    height: 1.57rem;
    background: #ffffff;
    box-shadow:0px 4px 4px #eeeeee;
    border-radius: 0.12rem;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    margin-left: -7.50rem;
    z-index: 10;
}
.dd-sub-nav{
    width: 100%;
    margin: 0 auto;
    padding-top: 0.31rem;
    text-align: center;
}
.dd-sub-nav-item{
    font-size: 0.30rem;
    display: inline-block;
    padding: 0 0.50rem;
    height: 0.94rem;
    line-height: 0.94rem;
    position: relative;
}
.dd-sub-nav-item a{
    color: #999999;
}
.dd-sub-nav-item-active a{
    color: #3388c5;
}
.dd-sub-nav-item-active:after{
    content: "";
    width: 100%;
    height: 0.12rem;
    background: url("../../images/pc/business/icon-triangle.png") no-repeat center;
    background-size: 0.22rem 0.12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.dd-business-main{
    width: 14.84rem;
    margin: 0 auto;
    margin-top: 2.10rem;
}
.dd-product-text-box{
    font-size: 0.30rem;
    color: #070707;
    line-height: 0.50rem;
}
.dd-product-table{
    margin-top: 1.05rem;
    text-align: center;
}
.dd-product-table tr th{
    text-align: center;
}
/**产品图文**/
.dd-product-textimg-box{
    width: 100%;
    margin-top: 1.22rem;
}
.dd-product-plate-title{
    font-size: 0.30rem;
    color: #000000;
    line-height: 0.32rem;
    text-align: center;
}
.dd-product-plate-content{
    padding-top: 0.60rem;
}
.dd-product-item{
    margin-top: 1.15rem;
}
.dd-product-info-right-box{
    width: 7.80rem;
    float: left;
}
.dd-product-name{
    font-size: 0.50rem;
    color: #0066b4;
    line-height: 0.52rem;
    height: 0.52rem;
}
.dd-product-intro{
    font-size: 0.30rem;
    color: #6d6c6c;
    line-height: 0.50rem;
    margin-top: 0.25rem;
}
.dd-product-info-left-box{
    width: 4.92rem;
    float: right;
}
.dd-product-pic{
    width: 4.92rem;
    height: 6.24rem;
}

@media screen and (max-width:640px) {
    /**子导航开始**/
    .dd-sub-nav-box{
        width: 15.00rem;
        height: 1.57rem;
        background: #ffffff;
        box-shadow:0px 4px 4px #eeeeee;
        border-radius: 0.12rem;
        position: absolute;
        bottom: -0.75rem;
        left: 50%;
        margin-left: -7.50rem;
        z-index: 10;
    }
    .dd-sub-nav{
        width: 100%;
        margin: 0 auto;
        padding-top: 0.31rem;
        text-align: center;
    }
    .dd-sub-nav-item{
        font-size: 0.30rem;
        display: inline-block;
        padding: 0 0.50rem;
        height: 0.94rem;
        line-height: 0.94rem;
        position: relative;
    }
    .dd-sub-nav-item a{
        color: #999999;
    }
    .dd-sub-nav-item-active a{
        color: #3388c5;
    }
    .dd-sub-nav-item-active:after{
        content: "";
        width: 100%;
        height: 0.12rem;
        background: url("../../images/pc/business/icon-triangle.png") no-repeat center;
        background-size: 0.22rem 0.12rem;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

    .dd-business-main{
        width: 6.90rem;
        margin: 0 auto;
        margin-top: 1.00rem;
    }
    .dd-product-text-box{
        font-size: 0.30rem;
        color: #070707;
        line-height: 0.50rem;
    }
    .dd-product-table{
        margin-top: 1.05rem;
        text-align: center;
    }
    .dd-product-table tr th{
        text-align: center;
    }
    /**产品图文**/
    .dd-product-textimg-box{
        width: 100%;
        margin-top: 1.00rem;
    }
    .dd-product-plate-title{
        font-size: 0.30rem;
        color: #000000;
        line-height: 0.32rem;
        text-align: center;
    }
    .dd-product-plate-content{
        padding-top: 0rem;
    }
    .dd-product-item{
        margin-top: 1.00rem;
    }
    .dd-product-info-right-box{
        width: 100%;
        float: left;
    }
    .dd-product-name{
        font-size: 0.50rem;
        color: #0066b4;
        line-height: 0.52rem;
        height: 0.52rem;
        text-align: center;
    }
    .dd-product-intro{
        font-size: 0.30rem;
        color: #6d6c6c;
        line-height: 0.50rem;
        margin-top: 0.25rem;
    }
    .dd-product-info-left-box{
        width: 100%;
        float: right;
    }
    .dd-product-pic{
        width:100%;
        height: auto;
    }
}