.content_div {
    background: #f2f2f2;
    margin: 0 auto;
    padding: 35px 30px 50px;
}

.sub-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #00904a;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.sclass-left {
    float: left;
    width: 65%;
}

.sclass-ul li {
    float: left;
    width: 95px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.sclass-menu {
    padding: 5px 15px !important;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    height: 30px !important;
    line-height: 30px;
}

.sub-active, .mouse {
    background: linear-gradient(135deg, #44bd1a 0, #288906 100%) !important;
    color: #fff !important;
}

.content-box {
    margin-top: 50px;
}

.content-box h3 {
    font-size: 24px;
    padding: 15px;
    font-weight: bold;
}

.desc p {
    text-align: justify;
    text-indent: 35px;
    font-size: 17px;
    line-height: 40px;
    padding: 0 15px;
    color: #666666;
    font-family: arial, helvetica, sans-serif;
}