.header
{
	width:100%;
	height:auto;
	margin:0 auto;
}
.header-main
{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0;
	//background:#9c2b2b;
	background:#fff;
}

.logo
{
	width:20%;
	height:auto;
	float:left;
	text-align:center;
}

.logo img
{
	max-width:100%;
	max-height:100px;
}
.header-address
{
	width:45%;
	height:auto;
	float:left;	
	margin:0px 0 0 1%;
}
.header-address h4
{
	display:block;
	padding:0;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	line-height:25px;
	color:#d33a01;
}
.header-address p
{
	padding:0;
	margin:0;
	font-size:14px;
	color:#666;
	line-height:20px;
	color:#0035ff;
}
/*
.search
{
	width:50%;
	height:auto;
	float:left;
	position:relative;
	margin:30px 2% 0 2%;
}
.search [type="text"]
{
	display:inline-block;
	width:100%;
	height:40px;
	border:2px solid #952929;
	outline:none;
	padding:0 95px 0 5px;
}
.search a
{
	position:absolute;
	padding:0 15px;
	background:#952929;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	line-height:40px;
	top:0;
	right:0;
	cursor:pointer;
	text-decoration:none;
}
*/
.hotline
{
	width:auto;
	height:auto;
	float:right;	
	margin:25px 2% 0 2%;
	text-align:center;
}
.hotline h4
{
	display:inline-block;
	margin:0;
	padding:0 0 5px 0;
	font-size:13px;
	color:#00a5df;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
.hotline h4 span
{
	margin:0 7px 0 0;
}
.hotline p
{
	margin:0;
	padding:0;
	line-height:25px;
	text-align:center;
	font-size:16px;
	color:#666;
	//font-weight:bold;
	text-transform:uppercase;
}
.hotline p span
{
	color:red;
	font-weight:bold;
}

.hotline p img
{
	width:25px;
	height:25px;
	margin:0 5px -5px 0;
	display:inline-block;
	//float:left;
}