.column {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 45px;
}
.column .path {
    float: left;
    color: #838383;
}
.column .path b{
    border-left: 10px solid #3e4651;
    font-weight: normal;
    padding-left: 8px;
}
.column .path a {
    font-size: 14px;
    color: #838383;
}
.column .path a.acti {
    color: #e60000;
}
.column .menu {
    float: right;
}
.column .menu ul {
}
.column .menu ul li {
    position: relative;
    width: auto;
    margin: 0 10px;
    text-align: center;
    float: left;
}
.column .menu ul li a {
    font-size: 16px;
    color: #666;
    display: block;
    padding: 0 10px;
}
.column .menu ul li.acti a {
    color: #1568bf;
}
.column .menu ul li.acti:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #1568bf;
    display: block;
}

.p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 38px;}
.p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;text-align: center; color:#4b4a4a;}
.p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}
.p12-aboutinfo-1-nr{padding:0 0 20px;}
