@import url(./../../../../../public/css/font-awesome/4.7.0/css/font-awesome.min.css);
.web_, .header_top, .header, .foot { width: 100%; min-width: 1200px; }
.header_top {
    background: #fafafa;
    color: #a4a4a4;
    border-bottom: 1px solid #eaeaea;
    height: 31px;
    font-size: 12px;
}
.web{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header_top .welcome {
    float: left;
    line-height: 31px;
}
.header_top .welcome span {
    color: #3e3a39;
    padding-left: 5px;
}
.header_top .login-regin {
    float: left;
    margin-left: 44px;
}
ul, ol, menu {
    list-style: none;
    text-align: left;
}
.header_top .login-regin li {
    float: left;
    line-height: 31px;
    padding-right: 8px;
}
.header_top a {
    color: #7f7f7a;
}
.header_top .top_tool {
    float: right;
}
.header_top .top_tool li {
    float: left;
    line-height: 31px;
}
.header_top .top_tool li:nth-child(2) a {
    border-left: none;
}
.header_top .top_tool li a {
    color: #a4a4a4;
    border-left: 1px solid #c8c8c8;
    padding: 0 8px;
}
.header {
    z-index: 99;
}
.header .body_wrapper {
    height: 100px;
    background: #fafafa;
}
.header .body_wrapper .web {
    padding-top: 10px;
}
.header .body_wrapper .logo_layer {
    width: 300px;
    height: 70px;
    float: left;
}
.header .body_wrapper .logo_layer .logo {
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    height: 70px;
}
.header .body_wrapper .logo_layer .logo img {
    vertical-align: middle;
    max-width: 300px;
    max-height: 70px;
}
