body,html{
		font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体,SimSun, STXihei, "华文细黑", sans-serif;
		font-size: 16px;
		-webkit-tap-highlight-color:rgba(255,255,255,0);
	}
	*{
		margin: 0;
		padding: 0;
	}
	.header{		
		height: 65px;
		padding: 20px 0;
		width: 100%;
		border-bottom: 1px solid #5d5c62;
		margin: 0;		
	}
	.header > li:first-child{
		/*width: 7.55%;*/
		margin-left: 23.3%;
		margin-right: 15.6%;
		margin-top: -20px;
		border: none;		
	}
	.header > li:first-child:hover{
		cursor: default;
	}	
	.header > li:first-child img{
		width: 100%;
		margin-top: -5px;
	}
	.header{
		list-style-type: none;
		display: inline-block;
	}
	.header > li{
		float: left;
		width: 155px;
		/*border-style: dashed;		
		border-image-source: url(../images/border.png) ;
		border-image-slice:10% 60% 0% 100%;*/
		line-height: 65px;
		height: 65px;
		text-align: center;
	}	
	.header > li:last-child{
		/*border-image-source: url(../images/border.png) ;
		border-image-slice:0% 100% 0% 100%;*/
	}
	.header li a{
		text-decoration: none;
		color: black;
		margin: auto;
		line-height: 40px;
		display: inline-block;
		padding: 0 15px;
		font-size: 20px;
		position: relative;
		top: -23px;
		left: 0;
	}
	.header li:nth-child(2) a{
		left:30px;
	}
	.header li:nth-child(3) a{
		left:20px;
	}
	.header li:nth-child(4) a{
		left:12px;
	}
	.header li:nth-child(5) a{
		left:0px;
		margin: 0 8px;
	}
	.header li:hover{
		cursor: pointer;		
	}	
	.showWhichPageNow{
		color: white !important;
		background: black;
		
	}
	body{
		font-size: 0;
		min-width: 1400px;
	}
	#footer{
		display: block;
		width: 100%;
		margin: auto;
		margin-top: 45px;
		background: black;
		color: white;
	}
	#footer img{
		width: 100%;
	}
	#footer p{
		text-align: center;
		font-size: 16px;
		line-height: 50px;
	}
	#footer p span{
		margin-left: 40px;
	}
