@charset "utf-8";
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body,span{
padding:0;margin:0;}
ul,li{list-style:none;}
img{border:0 none;}
a{ text-decoration:none !important; color:#333; font-family:"微软雅黑"; }
.fl{float:left;}
.fr{float:right;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
body{ 
	font-family:"微软雅黑"; 
	font-size:16px; 
	color:#333; 
	line-height:24px; 
}
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;} 
.clearfix { zoom:1;}
/****最小宽度****/
@media(max-width:449px){
.col-xss-12{width:100%;}
}
@media(max-width:449px){
.col-xss-6{width:50%;}
}
@media(max-width:449px){
.col-xss-4{width:33.3333333%;}
}
/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
@media(max-width: 767px){
	.container-fluid{
		padding: 0 15px;
	}
}
/*内页宽度*/
.insidewidth{
	margin:0 auto;
	width: 1280px;
}
@media (max-width:768px) {
	.insidewidth {
	  width: auto;
	  padding:0 15px;
	}
  }
@media (min-width: 768px) {
	.insidewidth {
	  width: 750px;
	}
  }
  @media (min-width: 992px) {
	.insidewidth {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.insidewidth{
	  width: 1180px;
	}
  }
  @media (min-width:1400px) {
	.insidewidth {
	  width: 1280px;
	}
  }




