@charset "utf-8";
/* CSS Document */
body{
	background:#fff top center;
	margin:0px auto;
}
#wrap{
	width:1024px;
	/*height:1000px;*/
	margin:0px auto;
	border:1px solid #f3f3f3;
}
#header{
	width:100%;
	height:100px;
	background:#e9e9e9;
}
#header .logo{
	width:40%;
	height:auto;
	float:left;
	padding:20px 0 0 25px;
}
#header .right{
	width:55%;
	height:auto;
	float:right;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:bold;
	padding:20px 25px 0 0;
}
#middle{
	width:100%;
	height:auto;
}
#middle .left{
	width:41%;
	height:auto;
	margin:10px 0 0 5px;
	border:1px solid #f3f3f3;
	padding:0 0 0px 0;
	border-radius:10px;
}
#middle .left .heading{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
#middle .left .content{
	font-family:Verdana;
	font-size:13px;
	line-height:18px;
	padding:8px;
}
#middle .right{
	width:57%;
	height:auto;
	float:right;
	margin:2px 0 0 0;
}
#bottom{
	width: 100%;
	/* height: 465px; */
	padding: 15px 0 15px 0;
	background: #d4d4d4;
	display: table;
	margin: 0 0 10px 0px;
	}
#bottom .box1{
	width:29%;
	height:100%;
	background:#e9e9e9;
	margin:15px 22px 0 10px;
	border-radius:8px;
	padding:8px;
	float:left;
}
#bottom .box1:hover{
	width:29%;
	height:100%;
	background:#e9e9e9;
	margin:15px 22px 0 10px;
	border-radius:8px;
	padding:8px;
	float:left;
	box-shadow:0px 10px 10px 10px #333;
}

#bottom .box1 .heading{
	width:100%;
	height:auto;
	text-align:center;
	border-radius:5px;
	background:#fff;
}
#bottom .box1 .content{
	font-family:Verdana;
	font-size:13px;
	line-height:18px;
	padding:8px;
	text-align:justify;
}
#bottom .box1 .btn{
	width:147px;
	padding:0 8px 0 0px;
	float:right;
}
#bottom .box1 .btn:hover{
	padding:0 8px 0 0px;
	text-align:right;
	opacity:0.6;
}
/***************************************/

#bottom .box2{
	width:29%;
	height:100%;
	background:#e9e9e9;
	margin:15px 10px 0 0;
	border-radius:8px;
	padding:8px;
	float:right;
}
#bottom .box2:hover{
	width:29%;
	height:100%;
	background:#e9e9e9;
	margin:15px 10px 0 0;
	border-radius:8px;
	padding:8px;
	float:right;
	box-shadow:0px 10px 10px 10px #333;
}
#bottom .box2 .heading{
	width:100%;
	height:auto;
	text-align:center;
	border-radius:5px;
	background:#fff;
}
#bottom .box2 .content{
	font-family:Verdana;
	font-size:13px;
	line-height:18px;
	padding:8px;
	text-align:justify;
}
#bottom .box2 .btn{
	width:147px;
	padding:0 8px 0 0px;
	float:right;
}
#bottom .box2 .btn{
	padding:0 8px 0 0px;
	text-align:right;
}
#bottom .box2 .btn:hover{
	padding:0 8px 0 0px;
	text-align:right;
	opacity:0.6;
}

/******************************/
img{border:none;}
.btn1{
	margin:50px;
	text-align:right;
}
#clear5{
width:100%;
height:5px;
dispaly:block;
}
#clear10{
width:100%;
height:10px;
dispaly:block;
}
#clear20{
width:100%;
height:20px;
dispaly:block;
}
#clear25{
width:100%;
height:25px;
dispaly:block;
}
#clear50{
width:100%;
height:50px;
dispaly:block;
}
#clear60{
width:100%;
height:60px;
dispaly:block;
}
#clear75{
width:100%;
height:75px;
dispaly:block;
}
