* {
	margin: 0;
	padding: 0
}

html,
body {
	width: 100%;
}

html {
	overflow-y: scroll
}

body {
	*word-break: break-all;
	-ms-word-break: break-all
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
textarea,
select,
option {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal
}

img,
fieldset,
iframe {
	border: 0 none
}

ul,
ol,
li {
	list-style: none
}

em,
address {
	font-style: normal
}

img,
input,
select,
textarea {
	vertical-align: middle
}

a {
	text-decoration: none;
	/*cursor: pointer*/
}

a:hover {
	text-decoration: none
}

button,
label {
	cursor: pointer;
	_cursor/**/
	: hand
}

button * {
	position: relative;
	outline: none
}

button img {
	left: -3px;
	*left: auto
}

textarea {
	overflow: auto
}

html:first-child select {
	height: 20px;
	padding-right: 6px
}

option {
	padding-right: 6px
}

input{
	outline:none;  
	border:none;
}

input:focus{   
	border:none;
}

.pointer{
	cursor: pointer;
}
.w1200{
	max-width: 1200px;
}
.bg_body{
	background: #fafafa;
}
@media (max-width: 1280px) {
	.w1200{
		padding: 0 30px;
	}
}
@media (max-width: 960px) {
	.w1200{
		padding: 0 15px ;
	}
}
