*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
h1 ,h2, h3, h4, h5, h6{
	line-height: inherit;
	font-weight: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,ul,p,ol,label{
	margin: 0;
}
img{
	border: 0;
}
input{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
textarea{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix{
	*zoom:1;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #fff;
}

.visible-xs,
.visible-sm,
.visible-md{
  display: none !important;
}

.container{
  	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
  	.container {
    	/*max-width: 768px;*/
  	}
}
@media (min-width: 992px) {
  	.container {
    	/*max-width: 992px;*/
  	}
}
@media (min-width: 1200px) {
  	.container {
    	max-width: 1230px;
  	}
}