div.business {
    /*background-image: url("/images/business/sub_bg2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: local;
    background-size: 75% 154px;*/
    height: 100%;
    padding: 0 0 40px 40px;
    /*overflow: auto;*/
}

div.business div.subMenus ul {
    list-style-type: none;
    padding: 0;
    height: 43px;
    border-bottom: 3px solid rgb(129, 188, 0);
}
div.business div.subMenus ul li {
    float: left;
    display: block;
    width: 100px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: rgb(49, 49, 49);
}
div.business div.subMenus ul li:hover {
    background-color: rgb(129, 188, 0);
}
div.business div.subMenus ul li.active {
    background-color: rgb(129, 188, 0);
}
div.business div.content h1 {
    font-weight: bold;
    font-size: 21px;
    color: #0b4da2;
    display: inline-block;
}
div.business div.content div.row div {
    margin-top: 20px;
}

div.business div.content div.row div div.constTitle h2 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: #5a5a5a;
}
div.business div.content div.row div div.constTitle h3 {
    font-size: 16px;
    margin: 0;
    color: #5a5a5a;
}
div.business div.content div.leftContent {
    width: 50%;
    padding-right: 25px;
    float: left;
}
div.business div.content div.leftContent img {
    width: 100%;
}
div.business div.content div.leftContent img.small {
    width: 70%;
    margin-left: 15%;
}
div.business div.content div.rightContent {
    width: 50%;
    padding-left: 25px;
    float: left;
}
div.business div.content div.rightContent img {
    width: 100%;
}
div.business div.content div.rightContent img.small {
    width: 70%;
    margin-left: 15%;
}
div.business span.leftBar {
    display: block;
    padding-left: 10px;
    border-left: 4px solid #d4d4d4;
    font-weight: bold;
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 10px;
}

div.business ul {
    padding: 0 0 20px 15px;
}
