body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, fieldset, lengend, button, input, textarea, 
th, td {
    margin: 0;
    padding: 0;
}
body,button, input, select, textarea {
    /*font: 12px/150% Arial,Verdana,"Microsoft Yahei";*/
    font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    -webkit-font-smoothing: antialiased;
    border: none;
    background: #ffffff;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }
small { font-size: 12px; }

/*ul, ol { list-style: none; }*/
ul { list-style: none; }

a { text-decoration: none; color: #fff;}
/*a:hover { text-decoration: underline; }*/
a:hover{color: #fcd20d;}


abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

.cmwidth{
    width: 1200px;
    margin: 0 auto;
}

.clearfix{
    /*overflow: auto;*/
    overflow: hidden;
    _zoom:1;
}

.fix:after{
    content: "";
    display: table;
    clear: both;
}

.minwd{
    width: 100%;
    min-width: 1200px;
}
.minwd1{margin-top: 80px}
q:before, q:after { content: ''; }


legend { color: #000; }
fieldset, img { border: none; }

button, input, select, textarea {
    font-size: 100%;
}
img{
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

hr {
    border: none;
    height: 1px;
}

html {
    overflow-y: scroll;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea,
button{
    -webkit-appearance: none;
    outline: none;
    /*border:0;*/
}