.tool_nav {
    height: 120px;
    border-bottom: solid 1px #f4f4f4;
    box-shadow: 0px 1px 6px #d7d7d7;
    font-family: "microsoft YAHEI";
    color: #323232;
}
.tool_nav a {
    color: #323232;
}
.tool_nav a:hover {
    text-decoration: none;
}
.tool_nav .tool_nav_wrap {
    position: relative;
    margin: 0 auto;
    height: 120px;
    width: 980px;
}
.tool_nav .tool_nav_wrap p {
    height: 90px;
    line-height: 90px;
    font-size: 28px;
}
.tool_nav .tool_nav_wrap div {
    position: absolute;
    left: -12px;
    bottom: 0;
    height: 40px;
    width: 100%;
}
.tool_nav .tool_nav_wrap .default {
    float: left;
    margin-top: -4px;
    margin-right: 23px;
    padding: 0 13px;
    border-bottom: solid 4px transparent;
    line-height: 40px;
    font-size: 18px;
}
.tool_nav .tool_nav_wrap .default:hover, .tool_nav .tool_nav_wrap .choose {
    color: #147850;
    border-bottom: solid 4px #6faf8e;
}
