/*公共样式*/
html,body{
	min-width: 1200px;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;  /*css3盒子模型*/
	
	}
	/*body {
		overflow-x:hidden;
	}*/
a{
	text-decoration: none;
	}              
li{
	list-style: none;
}
img{
	vertical-align: top;
}
h1{
	font-size: 2em;
  margin: 0.67em 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?axvffw');
  src:  url('../fonts/icomoon.eot?axvffw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?axvffw') format('truetype'),
    url('../fonts/icomoon.woff?axvffw') format('woff'),
    url('../fonts/icomoon.svg?axvffw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
