#topDesc {
	width:100%;
	height:95px;
	top:0;
	left:auto;
	right:auto;
	position: fixed;
	border-bottom:1px solid #333;
		background: rgba(0, 0, 0, 0.95);
	z-index:999;	
}
	.topDesc {
		width:980px;
		margin:0 auto;
	}
	.topDesc img, .topDesc h5, .topDesc p , .topDesc h6 {
		float:left;
		position:absolute;
	}
		.topDesc img {
			margin:8px 0 0 20px;
			border:1px solid #333;
		}
		.topDesc h5 {
			margin:20px 0 0 135px;
			font-size:24px;
		}
		.topDesc h6 {
			margin:20px 0 0 680px;
			font-size:24px;
				width:280px;
				text-align:right;
		}
		.topDesc p {
			margin:50px 0 0 135px;
			font-size:16px;
		}
