*{
    border:none;
    font-family:"微软雅黑","黑体","宋体";
    font-size:14px;
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
html,body{
    position: relative;
    /* height: 100%; */
    width: 100%;
}
h1,h2,h3,h4,h5,h6{font-weight: 400; font-size: 16px;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
}
a:link{
    color:#fff;
}
a:visited{
    color:#fff;
}
a:hover{
    color:#fff;
}
a:active{
    color:#fff;
}
input::-ms-clear{
    display:none;
}
input::-ms-reveal{
    display:none;
}
input{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
img{
    border:none;
}
ul,ol,li{
    list-style:none;
}
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.pull-right { float: right !important;}
.pull-left { float: left !important;}
.w1200{
    width:1200px;
}

.cursor{
    cursor: pointer;
}
.bg000{
    background: #000;
}
.color000{
    color: #000;
}
