
.slt_tbg {
    margin:40px auto;
    width: 1200px;
    height: 100%;
}
.slt_left {
    margin-bottom: 25px;
    float: left;
}

.slt_image {
    background: #d5d5d5;
    margin-left: 25px;
    width: 260px;
    height: 260px;
    padding: 5px;
}

.slt_right {
    float: right;
    margin-left: 68px;
    width: 480px;
    height: 320px;
}

.slt_right_h1 {
    color: #3cd53e;
}

.slt_right_h2 {
    margin-top: 25px;
}

.slt_right_hr {
    background: #3cd53e;
    margin-top: 25px;
    width: 65px;
    height: 2px;
    color: #3cd53e;
}

.slt_right_p {
    font-weight: bold;
    margin-top: 22px;
    line-height: 29px;
    color: #878787;
}

.slt_bottom {

clear: both;
    /* height: 400px; */
    padding: 30px 0px 100px 0px;
    width: 100%;
}
.slt_bottom_table{
    width: 100%;
}
.slt_bottom_table th {
    background: #00ba51;
    height: 45px;
    color: #f1f1f1;
}
.slt_bottom_table td {
    background: #f1f1f1;
    text-align: center;
    height: 35px;
}