﻿body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
option {
    font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
    list-style: none;
    border: 0px;
}

img {
    border: 0px;
}

.clear {
    font: 0px/0px serif;
    display: block;
    clear: both;
}

html {
    -webkit-text-size-adjust: none;
}

input {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
    outline: none;
}

body {
    /*font: 12px "\5b8b\4f53", Tahoma, Arial;*/
    color: #333;
    background: #fff;
    position: relative;
    min-width: 1100px;
}
/*banner*/
.banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.enter-company-img {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


*html, * html body {
    background-attachment: fixed;
}

*html #leftAdv {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop+50));
}
