/*去除边距*/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}

/*设置主体主体大小，颜色，字体*/
body {
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

a, button, textarea, select {
    background: none;
    outline: none;
}

a {
    text-decoration: none;
}

/*超链接hover*/
a:link {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

input[type=button] {
    cursor: pointer;
}

input, img, i {
    vertical-align: middle;
}

fieldset, img {
    border: 0;
}

/*删除边框，外边框*/
input, img {
    border: 0;
    outline: 0;
}

img {
    margin-bottom: -3px;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/*左浮动*/
.fl {
    float: left;
}

/*右浮动*/
.fr {
    float: right !important;
}
.clear{
    clear: both;
}
/*文本左对齐*/
.text-left {
    text-align: left !important;
}

/*去除右外边距*/
.no_margin_right {
    margin-right: 0 !important;
}

/*去除左边距*/
.no_margin_left {
    margin-left: 0 !important;
}

/*去除上外边距*/
.no_margin_top {
    margin-top: 0 !important;
}

/*去除下外边距*/
.no_margin_bottom {
    margin-bottom: 0 !important;
}

/*去除右外边距*/
.no_margin_right {
    margin-right: 0 !important;
}

/*去除内边距*/
.no_padding {
    padding: 0 !important;
}

/*去除上内边距*/
.no_padding_top {
    padding-top: 0 !important;
}

/*去除下内边距*/
.no_padding_bottom {
    padding-bottom: 0 !important;
}

/*去除左内边距*/
.no_padding_left {
    padding-left: 0 !important;
}

/*去除右内边距*/
.no_padding_right {
    padding-right: 0 !important;
}

/*文本右对齐*/
.text-right {
    text-align: right !important;
}

/*文本居中对齐*/
.text-center {
    text-align: center !important;
}

/*去除边框*/
.noBorder {
    border: none !important;
}

/*去除左边框*/
.no_left_border {
    border-left: none !important;
}

/*去除右边框*/
.no_right_border {
    border-right: none !important;;
}

/*去除上边框*/
.no_top_border {
    border-top: none !important;;
}

/*去除下边框*/
.no_bottom_border {
    border-bottom: none !important;;
}

/*去除左边框*/
.no_left_border {
    border-left: none !important;;
}

/*隐藏不占位*/
.dsn {
    display: none;
}

/*隐藏占位*/
.hide {
    visibility: hidden;
}

/*main 样式start*/
.main {
    width: 100%;
}

/*header样式start*/
.header {
    height: 112px;
}

/*content样式start*/
.content {
    width: 1200px;
    margin: 0 auto;
}

/*引入总图标集*/


