 
html {
	font-family: sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html,
body {
	-webkit-touch-callout: none;
	width: 100%;
	position: relative;
}

body {
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	outline: 0;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

ul,
li {
	list-style: none;
}

b,
strong {
	font-weight: 700;
}

pre {
	overflow: auto;
}

img {
	border: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #0062cc;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	outline: 0;
}

textarea {
	overflow: hidden;
	resize: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.cle {
	zoom: 1
}

.fl,
.fr {
	display: inline
}

.fl {
	float: left
}

.fr {
	float: right
}

.txtov {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

html {
	width: 100%;
	margin: 0px auto;
}

body {
	margin: 0px auto;
}

.h_normal {
	font-weight: normal;
}

 
.w {
	width: 1200px;
	margin: 0px auto;
	clear: both;
}
.ww{
	background: #242424;
}
input{ outline: medium;}

@media screen and (max-width: 1040px) {
   .b,.mod_4,.mod_7,.footer{
   	width: 1260px !important;
   	margin: 0px auto;
   }
   .w{
   	margin-left: 30px;
   }
}
.top_bg {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
}