@charset "utf-8";
/* CSS Document */

/*重置样式*/
/*
	! normalize.css v2.1.3 | MIT License | git.io/normalize
	让不同的浏览器在渲染网页元素的时候形式更统一
	https://github.com/necolas/normalize.css
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.erp-logo{
    display: inline-flex;
    vertical-align:middle;
    flex-direction: row;
    align-items: center;
    height: 90px;
}
.erp-logo-img{
    width: auto;
    height: 80px;
}
.erp-logo-title{
    margin-left: 12px;
    font-size: 17px;
    color: white;
}
.link-item{
    margin-top: 10px;
}
/*==================================*/
html {
    font-size: 62.5%;
    /*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #333333;
    text-decoration: none;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}


/*基本样式*/
/*调用重置和布局*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0}
ol, ul {list-style: none}
:focus {outline: 0}
a img {border: 0}
img {vertical-align: middle}
table {empty-cells: show}
ins {text-decoration: none}
del {text-decoration: line-through}
em {font-style: normal}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner{
    border:0;
    padding:0
}
.colc40{ color:#c40000}
.corc40{ color:#e10314 ; margin:0px 5px}
.fl {float: left}
.fr {float: right}
.fn {float: none}
.al {text-align: left}
.ac {text-align: center}
.ar {text-align: right}
.clr{display: block;overflow: hidden;clear: both;height: 0;line-height: 0;font-size: 0}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;line-height: 0;}
.clearfix {display: inline-table}
.clearfix {display: block}
.overflow {overflow: hidden}
.core1{ color:#e10314}
.corc30{color:#c30101}
.mart15{margin-top:15px}
*html .clearfix {height: 1%}
*+html .clearfix {min-height: 1%}
.block {display: block;overflow: hidden}
.hide {display: none}
.invisible {visibility: hidden}
body {font: 12px/1.5 Arial, Verdana, "微软雅黑";color:#333;background:#fff;_background-image: url(about:blank);_background-attachment: fixed}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a:link,a:visited {text-decoration: none}

.w190{ width:190px; overflow:hidden}
.w775{ width:775px; overflow:hidden}
.w770{ width:770px;}
