body
{
	background: #f5f5f5;
	font-family: Segoe UI,Arial,sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

/* clear */
.clear
{
	clear: both;
}

/* header */
.header
{
	width: 100%;
	min-width: 1000px;
	height: 94px;
	background: url(../img/header-background.jpg) repeat-x;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
}

/* header-box */
.header-box
{
	width: 1000px;
	margin: 0 auto;
}

/* header-logo */
.header-logo
{
	width: 135px;
	height: 76px;
	float: left;
	margin: 10px 0 8px 0;
}

/* header-social */
.header-social
{
	height: 24px;
	float: right;
	margin: 15px 0 0 0;
}

	.header-social img
	{
		width: 24px;
		height: 24px;
	}
	
/* header-menu */
.header-menu
{
	width: 865px;
	float: right;
	box-sizing: border-box;
	margin: 13px 0 0 0;
	position: relative;
}

	.header-menu ul
	{
		float: right;
		list-style: none;
	}

	.header-menu ul li
	{
		float: left;
		line-height: 40px;
	}
	
		.header-menu ul li a
		{
			font-family: 'Ubuntu Condensed',sans-serif;
			font-weight: bold;
			font-size: 18px;
			color: #777;
			padding: 12px 12px;
			line-height: 38px;
		}
		
			.header-menu ul li a:hover
			{
				color: #0e9eb5;
			}
			
/* header-open-menu */
.header-menu ul li ul
{
	display: none;
	position: absolute;
	width: 200px;
	top: 42px;
	border: 1px solid #ccc;
	border-bottom: none;
	z-index: 999999999999999;
}

	.header-menu ul li ul li
	{
		position: relative;
		float: none;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	.header-menu ul li ul li a
	{
		font-size: 12px;
		font-weight: bold;
		font-size: 14px;
		padding: 0px 12px;
	}
	
	.header-menu ul li:hover ul
	{
		display: block; 
	}
			
/* slider */
.slider
{
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
}

	.slider img
	{
		width: 100%;
		min-width: 1000px;
		height: 550px;
		box-sizing: border-box;
	}
	
/* content */
.content
{
	width: 100%;
	min-width: 1000px;
	padding: 20px 0 70px 0;
	box-sizing: border-box;
	background: url(../img/content-background.png);
}

.content-box
{
	width: 1000px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 auto 15px auto;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

	.content-box h1
	{
		font-family: 'Ubuntu Condensed',sans-serif;
		font-size: 28px;
		color: #0e9eb5;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
	}
	
	.content-box p
	{
		font-size: 13px;
		line-height: 20px;
		margin: 15px 0 0 0;
	}
	
		.content-box p img
		{
			max-width: 980px;
		}

/* wrapper */
.wrapper
{
	width: 100%;
	min-width: 1000px;
	background: #f5f5f5;
	padding: 10px 0;
	border-top: 1px solid #a1a1a1;
}

	.wrapper-box
	{
		width: 1000px;
		margin: 0 auto;
	}
	
	.wrapper-service-time
	{
		float: right;
		position: relative;
		margin: -80px 0 0 0;
	}
	
/* small-img */
.small-img
{
	width: 212px;
	margin: 15px;
	float: left;
}

	.small-img img
	{
		width: 212px;
		height: 141px;
	}