﻿a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
button,
input,
textarea {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: none;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-size: 14px;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 14px;
    outline: none;
}



textarea {
    resize: none;
    border: none;
}



img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}



button::-moz-focus-inner {
    margin: 0;
    padding: 0px 0 2px;
    border: none;
}

body {
    font-family: 'MicrosoftYaHei', 'Microsoft YaHei';
    font-size: 14px;
    color: #666;
}

html {
    box-sizing: border-box;
}


input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


input{
    -moz-appearance:textfield;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background-color: #FFF;
}

li {
    list-style: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

i {
    font-style: normal;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.red_bc {
    background-color: #CC131C;
}

.red_c {
    color: #CC131C;
}

.center_box {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1220px){
    .center_box {width: 90%}
}