.product-top{
    width: 1100px;
    height: 561px;
    
}
.column_cont{
    background: url(../images/cbj.png) no-repeat top center;
    width: 1100px;
}

.product-img{
    
    padding-left: 20px;
}
.product-img img{
    width: 500px;
}
.product-right{
    width: 480px;
    margin-right: 21px;
    padding-top: 60px;
    text-align: right;
    text-transform: uppercase;
}


.product-right h2{
    font-size: 30px;
    font-weight: 500;
    color: red;
}

.product-right h3{
    font-size: 30px;
    color: #3c3838;
    font-weight: 800;
    font-family: "楷体";
}

.product-right h4{
    font-size: 33px;
    color: #3c3838;
    font-weight: 500;
    padding-top: 22px;
    letter-spacing: 5px;
    font-family: "impact";
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.product-right h5{
    font-size: 30px;
    font-weight: normal;
    color: #3c3838;
    padding-top: 86px;
    font-family: "黑体";
}

.product-right h6{
    font-size: 30px;
    font-weight: normal;
    color: #3c3838;
    font-family: "黑体"
}


@media screen and (max-width: 1400px) {
    .product-top ,.column_cont{
        width:980px;
        background: url(../images/cbj.png) no-repeat top right;
    }
    .product-right{
        width:360px;
    }
    
}
@media screen and (max-width: 1300px) {
    .product-top ,.column_cont{
        width:900px;
    }
}
