html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}
html,body{
    height:100%
}

body {
    min-height: 100%;
    font-size: 100%;
    color: #333;
    font-family: "Microsoft YaHei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0 auto;
    position: relative;
    background:url(./images/index.png) no-repeat;
    overflow-x: hidden;
    background-size:100% 100%;

}
form {
    display: inline;
}
article, aside, details, figcaption, figure, footer, header,  menu, nav, section {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display:inline;
    *zoom:1
}
button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei";
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
th {
    text-align: inherit
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
input, img {
    vertical-align: middle
}
ol, ul {
    list-style: none
}
em, i {
    font-style: normal
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
textarea {
    resize: none
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cbcbcb;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;

}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.float_r{
    float:right;
}
.float_l{
    float:left;
}
.position_r{
    position: relative;
}
.tc{
    text-align: center;
}
.c_d53112{
    color:#d53112;
}
.c_fff{
    color:#fff;
}
