@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "微软雅黑";
}

html {
    font-size: 100%;
}

body {
    line-height: 1;
    background-color: #fff;
    width: 100%;
    min-width: 1180px;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}


/*a[href]:hover{
	color:#2e79b8;
}*/

input,
select {
    font-family: "微软雅黑";
    -webkit-appearance: none;
    vertical-align: middle;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

textarea {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    resize: none;
}

table {
    border-collapse: collapse;
    border: 1px solid #666666;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

th,
td {
    border: 1px solid #666666;
    margin: 0;
    padding: 0;
}

iframe {
    margin: 0;
    padding: 0;
    border: none;
}

video {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.wrap {
    width: 100%;
    height: 100%;
    min-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

img {
    vertical-align: middle;
}