*{
	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{
	font-weight: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0;
}
input{
	text-transform:none;
	outline: none;
}
textarea{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
	resize: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix{
	*zoom:1;
}

/*section{background:#f8f8f8;}*/

.submit{ cursor:pointer;}

.fl{
	float: left;
}
.fr{
	float: right;/* font-size:12px;*/
}
.hid{
	overflow: hidden;
}

.container{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}
.row {
  	margin-right: -15px;
  	margin-left: -15px;
}
.row:before,
.row:after{
	display: table;
  	content: " ";
  	clear: both;
}
.h40{ height:40px;}

@media (min-width: 1024px) and (max-width: 1024px) {
  	.container {
    	max-width: 1000px;
  	}
}
@media (min-width: 1200px) {
  	.container {
    	max-width: 1200px;
  	}
}
@media (min-width: 1400px) {
  	.container {
    	max-width: 1400px;
  	}
}
@media (min-width: 1600px) {
  	.container {
    	max-width: 1600px;
  	}
}


.visible-xs,
.visible-sm,
.visible-md{
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px){
  .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}