/**当前位置**/

.adress {
    height: 124px;
    padding-top: 88px;
    background: url(build.png) right bottom no-repeat;
}

.crumb {
    padding-left: 26px;
    color: #333333;
    font-size: 14px;
    background: url(adress.png) left center no-repeat;
}

.crumb a {
    color: #333333;
    font-size: 14px;
}

.crumb a:hover {
    color: #333333;
}

.crumb a:last-child {
    color: #3A83E9;
}


/**主体**/

main {
    min-height: 600px;
    background: url(gradient.png) center top repeat-x;
}

main>.bt-box-1200 {
    padding: 30px 20px 30px 30px;
    min-height: 560px;
    background: #fff url(inverted.png) right top no-repeat;
    box-shadow: 0 12px 12px #eff7ff;
    margin-bottom: 60px;
}

.dqlm {
    display: none;
}

.con_left {
    width: 250px;
    min-height: 560px;
}

.con_left ul li {
    width: 100%;
    height: 60px;
    background: url(col.png) center top no-repeat;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.con_left ul .lh30 {
    line-height: 30px;
}

.con_left ul li:first-child {
    margin-top: 0;
}

.con_left ul li:hover {
    background: url(colHover.png) center top no-repeat;
}

.con_left ul .colHover {
    background: url(colHover.png) center top no-repeat;
}

.con_left ul .colHover a {
    color: #fff;
}

.con_left ul li:hover a {
    color: #fff;
}

.con_left ul li a {
    color: #333;
    font-size: 18px;
    display: block;
    width: 100%;
}

.con-right {
    width: 880px;
    margin-left: 20px;
    min-height: 560px;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
}

.wbTitle {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.imgBox {
    margin-top: 30px;
}

.wbTxt {
    margin-top: 27px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}