﻿@charset "utf-8";

/* CSS Document */


/**2018.6.4  zy**/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
img,
a,
input {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

body {
    background: #fff;
    font-family: "微软雅黑";
    color: #575756;
    font-size: 16px;
    /* background:url(1_bg-body.jpg) no-repeat; background-size:100% 100%;*/
}

body,
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

.mains {
    width: 1182px;
    margin: 0 auto;
}

.clearfloat {
    clear: both;
    height: 0;
}

input,
button,
select,
textarea {
    outline: none;
}


/*
html,body{ overflow-y:scroll;} 
html,body{ overflow:scroll; min-height:101%;} 
html{ overflow:-moz-scrollbars-vertical;} 
*/