﻿/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}
/*字体大小*/
body {
    font-family: "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 24px;/*36px;*/
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 18px;
}
/*布局*/
.w {
    width: 1200px;
    margin: auto;
}

.p-tb {
    padding: 7px 0;/*70px 0;*/
}

/*上下内边距*/
/*浮动*/
.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}
/*定位*/
.pr {
    position: relative;
}

.pa {
    position: absolute;
}
/*文字对齐*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
    padding-bottom:5px;
}

.tr {
    text-align: right;
}
/*button*/
.btn-a {
    /*display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #349EE8;*/
      display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 11px;
  border-radius: 5px;
  color: #fff;
  background-color: #349EE8;
}

    .btn-a:hover {
        background-color: #4549EC;
    }
/*line*/
.line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1200px;
    height: 10px;
    background-color: #F1AB1C;
}

.line-c {
    left: 50%;
    margin-left: -600px;
}
 