/*样式重置开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, "microsoft yahei";
    font-size: 14px;
    color: #333;
    background: #eeeeee;
}

body, table, td, div, p {
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type='text'], input[type='password'], select {
    height: 25px;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #1175e4;
}

ul, ol {
    list-style: none;
}

i, s {
    font-style: normal;
    text-decoration: none;
}

/*样式重置结束*/

/*公共样式*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.header, .content, .footer {
    width: 100%;
}

/*头部样式开始*/
.header {
    border-bottom: 1px solid #dedede;
    height: 65px;
    line-height: 65px;
    background: #fff;
    font-size: 16px;
}

.header .wrap {
    width: 1005px;
    margin: 0 auto;
}

.header-oth .wrap {
    width: 990px;
    margin: 0 auto;
}

.header .head-left {
    float: left;
}

.header .head-left .logo {
    margin-top: 15px;
    display: inline-block;
    height: 37px;
    width:260px;
    vertical-align: middle;
    background: url("image/erp-logo-col.png") no-repeat center center;
}

.header .head-right {
    float: right;
}

.header .head-right .head-ul {
    margin-right: 20px;
}

.header .head-right .head-ul li {
    float: left;
}

.header .head-right .head-ul li a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.header .head-right .head-ul li:hover a {
    color: #3366cc;
}

.header .head-right .head-ul li.cur a {
    font-size: 16px;
    font-weight: bold;
    color: #3366cc;
}

.btn-blue, .btn-blue-block {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 2px;
    text-decoration: none;
}

.btn-blue {
    border: 1px solid #1175e4;
    color: #1175e4;
}

.btn-blue-block {
    border: 1px solid #1175e4;
    background: #1175e4;
    color: #fff;
}

a.btn-blue:hover, a.btn-blue-block:hover {
    text-decoration: none;
}

a.btn-blue-block:hover {
    color: #fff;
}

.header .btn-blue {
    margin-right: 10px;
}

/*头部样式结束*/

/*页脚样式开始*/
.footer {
    margin: 10px 0 30px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

/*页脚样式结束*/

