*{margin:0;
  padding:0;
  list-style:none;
  }
  
  body {
font: 14px/1.6 "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;
color: #4c4c4c;
}

.iconfont{
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-stroke-width: 0.2px !important;

}
a{
	text-decoration: none;
}
.pl10{
	padding-left: 10px;
}
img{
	border: none;
}
.intwoline{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.onshow{
	display: block;
}
.onhide{
	display: none;
}
.header_wrapper{
	min-width: 1000px;
	background-color: #fff;	
	border-bottom: 1px solid #e6e6e6;
	
}
.container{
	width: 1000px;
	margin: 0 auto;
}
.banner_wrapper{
	    display: inline-block;
    	width: 100%;
    	height: auto;
    	position: relative;
    	margin: 0 auto;
    
}
.box-sizing{
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
