/**!
 * 常州--主营业务
 * author: gaoli;
 * date:2017-11-20
 */

.ewb-content-bd {
    margin-top: 12px;
}
.ewb-content-wrap {
    width: 968px;
    float: left;
}
.ewb-comps-wr {
    position: relative;
    height: 52px;
    overflow: hidden;
    box-shadow: 0 1px 10px #dcdee0;
    background: #f8f8f8;
}
.ewb-comps {
    position: relative;
    height: 52px;
    margin: 0 50px;
    overflow: hidden;
}
.ewb-comp-item {
    float: left;
    margin-top: 12px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin-left: 23px;
    padding: 0 10px;
    border-bottom: 1px solid transparent;
}
.ewb-comp-item.cur {
    color: #fff;
    border-radius: 5px;
    background: #56aaff;
}
.ewb-comp-item.cur.sec {
    color: #1c74c6;
    height: 34px;
    line-height: 34px;
    margin-top: 6px;
    font-weight: bold;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #1c74c6;
}
.ewb-comp-item:first-child {
    margin-left: 0;
}
.wb-arrow-up {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 26px;
    height: 28px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/left.png) no-repeat;
}
.wb-arrow-down {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 26px;
    height: 28px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/right2.png) no-repeat;
}
.wb-arrow-up:hover {
    background: url(../images/left2.png) no-repeat;
}
.wb-arrow-down:hover {
    background: url(../images/right.png) no-repeat;
}
.ewb-sub-hd {
    white-space: nowrap;
    padding-top: 13px;
    border-bottom: 1px solid #d8d9da;
}
.ewb-sub-item {
    float: left;
    color: #999;
    padding: 4px 10px;
    margin: 0 18px 9px 0;
}
.ewb-sub-item.cur {
    color: #fff;
    border-radius: 5px;
    background: #56aaff;
}
.ewb-sub-bd {
    height: 385px;
    padding-top: 17px;
}
.ewb-sub-bd p {
    line-height: 30px;
    text-indent: 30px;
}
.ewb-comp-all div {
    display: none;
}
.ewb-sub-bd.sub {
    height: 457px;
}
.ewb-comp-hd {
    position: absolute;
    left:0;
    height: 52px;
    overflow: hidden;
}
