html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* html {
    font-family: 'Titillium Web', sans-serif;
    min-width: 1200px;
} */
b {
    font-weight: normal !important;
}
body {
    line-height: 1.5;
    font-size: 14px;
    /* color: #fff !important; */
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media (min-width:1000px) {
    .w500 {
        width: 600px;
        margin: 0 auto;
    }
}

.fr {
    float: right;
}
.fl {
    float: left;

}
.tc {
    text-align: center;
}
.borderBottom {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    background-color: #fff;
    z-index: 90;
    position: fixed;
    left: 0;
    top: 0;
}

.clearFix:after{
    clear: both;
    display: block;
    content: "";
}