@charset="utf-8";



*{margin: 0;padding: 0;}

.clear:before{content: '';display: block;width: 0;height: 0;clear: both;}
.clear:after{content: '';display: block;width: 0;height: 0;clear: both;}

a{text-decoration: none;}

ul{list-style-type: none;}

img{border: none;}

body{font-family: "微软雅黑","华文细黑",Arial, Helvetica, sans-serif;}


/*************头部************************/


header{
	height: 60px;
	position: fixed;
	padding-bottom: 3px;
	left:0;
	top:0;
	z-index: 1030;
	width: 100%;
	background: #ffffff;
}
.occupied{
	height: 60px;
}
.nav-header{
	border-bottom: 0.8px red solid;
}
#logo{
	height: 100%;
	width: 120px;
	position: absolute;
	left: 0px;
	padding: 5px 3px; 
}
#logo img{height: 50px;width: 220px;}
#top{
	margin: auto;
}
#top ul li{
	float: left;
	height: 100%;
	font-size: 16px;
	line-height: 60px;
	width: 120px;
	text-align: center;
}
#top ul li a{
	color:#000;
	padding: 10px 15px; 
}
#top ul li a:hover{
	color: #999;
}
.log{
	position: absolute;
	right: 50px;
	top: 25px;
}
.log ul li{
	float: left;
	padding-right: 5px;
}
.icon{
	display: block;
	width: 40px;
	height: 20px;
}
.icon-log{
	background: url(../img/icon/icon-user.png) no-repeat 8px 6px;
	background-size: 0.8em;
}

.log .lang{
	font-size:13px;
	color:#999;
	line-height: 20px;
}
/*****************************尾部***************************************/



footer{
	position: relative;
	width: 100%;
	background-color: #f2f2f2;
	font-size: 13px;
}
.order-icon{
	position: absolute;
	top: 25px;
	left: 70px;
}
.order-icon ul li{
	float: left;
	margin-right: 5px; 
}
.order-icon ul li img{
	width: 30px;
	height: 30px;
}
#bottom{
	margin: auto;
}
#bottom ul{
	padding-bottom: 15px;
}
#bottom ul li{
	float: left;
	height: 100%;
	line-height: 60px;
	width: 120px;
	text-align: center;
}
#bottom ul li a{
	color:#000;
	padding: 10px 15px; 
}
#bottom ul li a:hover{
	color: #999;
}
.Copyright{
	text-align: center;
	padding: 15px 0;
}
.go-top{
	position: absolute;
	width: 80px;
	height: 20px;
	top: 35px;
	margin-left: -25px;
	left: 50%;
}
.app-download{
	position: absolute;
	width: 215px;
	top: 20px;
	right: 55px;
}
.app-download ul li{
	float: left;
	margin-right: 5px;
}
.app-download ul li img{
	width: 100px;
	height: 32px;
}
.manu{padding:5px;margin:5px;text-align:center;}
.manu a{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#036cb4;text-decoration:none;}
.manu a:hover{border:#999 1px solid;color:#666;}
.manu a:active{border:#999 1px solid;color:#666;}
.manu .current{border:#036cb4 1px solid;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#036cb4;}
.manu .disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}