body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}
.newWebsite_pageContent img{
    width: 100%;
    display: block;
}
.newWebsite_left{
    float: left;
}
.newWebsite_right{
    float: right;
}
.newWebsite_relative{
    position: relative;
}
.newWebsite_absolute{
    position: fixed;
}
.newWebsite_clearfix:before,.newWebsite_clearfix:after{
    content:"";
    display:table;
}
.newWebsite_clearfix:after {
    clear: both;
}

.newWebsite_clearfix {
    *zoom: 1;
}
input{
    border: 0;
    outline: none;
}
em,
i {
    font-style: normal;
}
a{
    text-decoration: none;
    color: #666;
}
li{
    list-style: none;
}
body {
    /*min-width: 1857px;*/
    width: 100%;
}
img{
    object-fit: cover;
}
