@media screen and (min-width: 1020px) {
    .proDetail {
        padding: 10px 10px;
        width: 77%;
        float: left;
    }
    .right-relation{
        width: 21%;
        float: right;
        height: auto;
        background: #fff;
    }
    .father{
        overflow: hidden;
    }
    .right-relation ul li{
        float: none;
        padding: 5px;
    }
    .right-des{
        margin: auto;
        border-top: 1px solid #e0e0e0;
    }
    .right-relation h4
{
    padding: 5px 15px;
    border-bottom: 1px solid #fbb947;
}


    .right-des .name
{
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}

    .right-des .detail
{
    color: #666;
    font-size: 12px;
}
    .right-pic:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
    }
    .right-pic{
        overflow: hidden;
    }
    .right-pic img {

        transition: 0.6s;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
    }
}

@media screen and (max-width: 1019px) {
    .right-relation{
        display: none !important;
    }
}

/*详情页发布时间*/

.proDetail .p116-infocontent-1-bool{
    border-bottom: 1px solid #a9c94b;
    height: 25px;
    font-size: 13px;
    color: #909090;
    text-align: center;
    margin-bottom: 20px;
}

.proDetail .name{
    height: 29px;
    font-size: 22px;
    line-height: 29px;
    overflow: hidden;
    color: #5a5454;
    text-align: center;
    margin-bottom: 15px;
}

.p116-infocontent-1-bool span{
    padding: 0 10px;
}

/*详情页咨询按钮*/

.detail input{
    width: 126px;
    height: 40px;
    background: red;
    border: none;
    cursor: pointer;
    background-color: #ea0e29;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}