body {
    margin-top:10px;
}

.t {
    height: 30px;
    border-bottom: 1px solid #DEE7F2;
    padding: 0px;
}
.b {
    font-size: 14px;
    padding: 0;
    margin-top: 5px;
}
a {
    color: #474a4d;
}
.t a:hover {
    color: #FF6600;
}

.na a:hover {
    color: #474a4d;
    text-decoration: none;
}

#h {
    border-bottom: 2px solid #999;
    padding: 2px 0;
}

.logo {
    text-align: center;
}
.logo img {
    height: 90px;
}
.logo a:hover {
    position: relative;
    left: 1px;
    top: 1px;
}
ul {
    padding: 0;
    margin: 0;
}
.block {
    margin-top: 5px;
    border-radius: 4px;
}

.copyright {
    border-top: 1px solid #999;
    padding-top: 10px;
    text-align: center;
    margin: 15px 0;
}


.tooltip {
    background-color: #eee;
    color: #000;
}

.building {
    border-radius: 2px;
}

.more {
    font-size: 12px;
}
.block {
    padding: 5px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

.block_name {
    position: relative;
    padding-top: 2px;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    border-radius: 3px;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
}

div.website {
    padding: 1px;
}

.website {
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    border-radius: 2px;
}

a.link {
    padding: 5px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    border-radius: 2px;
}
a.link.hover {
    position: relative;
    left: 1px;
    top: 1px;
    text-decoration: underline;
    color: #FF6600;
}

.qn {
    padding: 10px 0;
    border-bottom: 1px dotted #999;
    text-align: left;
}
.qn>ul>li {
    list-style: none;
    float: left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
}

.qn li a {
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.qn li a:hover {
    position: relative;
    left: 1px;
    top: 1px;
    text-decoration: underline;
    color: #34A638;
}

.b1 {
    border: 1px solid #ff6600eb; 
}

.b2 {
    border: 1px solid #5fd463;
}
.b3 {
    border: 1px solid #dad621;
}

.clicked {
    border: 2px solid #2e94e0eb;
}

.block-header a {
    font-weight: bold;
}
.block-content {
    margin-top: 10px
}
.block-content ul {
    display: block;
}
.block-content li {
    width: 110px;
    height: 35px;
    list-style: none;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.block-content li a {
    padding: 5px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
}
.block-content li a:hover {
    position: relative;
    left: 1px;
    top: 1px;
    text-decoration: underline;
    color: #FF6600;
}

.nav-tabs>li>a {
    cursor: pointer;
    line-height: 1;
}

.work li {
    width: 160px;
}
.tool li {
    width:140px;
}

.row {
    margin-left:0;
    margin-right:0;
}

.bh1 {
    height: 235px; margin-bottom:10px;
}

.bh2 {
    height: 375px; margin-bottom:10px;
}

.bh3 {
    height: 405px; margin-bottom:10px;
}
@media (min-width: 1200px) {

}

@media (min-width: 768px) {
    .block-content li {
        width: 120px;
        height: 35px;
        list-style: none;
        float: left;
        padding: 0 10px;
        text-align: center;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .tool {
        padding-left:0; padding-right:0;
        float:right;margin-left:5px;
    }
    .work li {
        width: 140px;
    }
    .bh1 {
        height: 130px; margin-bottom:10px;
    }
    .bh2 {
        height: 170px; margin-bottom:10px;
    }
    .bh3 {
        height: 200px; margin-bottom:10px;
    }
    .c9 {
        padding-right:0; margin-right: -20px;
    }
}