
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
body{
	line-height: 1;
	width: 100%;
	/* height: 100%; */
	min-width: 1300px;
}
*{
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-family: 'Microsoft Yahei', '宋体';
}
img
{
    border: 0;
    display: inline-block;
    -webkit-touch-callout: none;
}
a{
	text-decoration: none;
	color: #222;
	}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
input{
	/* -webkit-appearance:none; */
	outline: none;
	background: none;
}
button{
	border: none;
	outline: none;
}
b,em,i{
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.overflow{
	overflow: hidden;
}
.xiaoshou{
	cursor: pointer;
}
#allhead{
	width: 100%;
	height: 32px;
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.allhead_box{
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 33px;
	color: #555;
}
.allhead_box_left a{
	color: #fb5000;
	padding: 0 4px;
}
.allhead_box_right li{
	float: left;
	padding: 0 10px;
	margin-left: 5px;
	position: relative;
}
.allhead_box_right li i{
	padding-right: 5px;
}
.allhead_box_right li:hover{
	background: #fff;
	color: #fb5000;
}
.allhead_box_right li:hover a{
	color: #fb5000;
}
.allhead_box_right li:hover .appxiazai{
	display: block;
}
.allhead_box_right li .appxiazai{
	display: none;
	width: 145px;
	height: 155px;
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	position: absolute;
	left: 0;
	bottom: -155px;
	z-index:99999;
	text-align: center;
}
.appxiazai img{
	width: 120px;
	height: 120px;
	margin-top: 5px;
}
.appxiazai span{
	display: block;
	margin-top: 10px;
	line-height: 14px;
	font-size: 14px;
}
.bottom{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 2px solid #f2f2f2;
}
.bottom_ul{
	margin: 20px 0;
	text-align: center;
}
.bottom_ul span{
	padding: 0 4px;
	color: #d0d0d0;
}
.bottom_ul a:hover{
	text-decoration: underline;
}
.bottomtxt{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}




