*{
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a{
	text-decoration: none;
}

.m{
	width: 960px;
	margin: 0 auto;
}

body{
	font-family: 'Microsoft Yahei';
	vertical-align: middle;
}

.content{
	width: 100%;
	margin-top: 100px;
}

.content2{
	margin-top:200px;
	margin-left: -480px;
	position: relative;
	left: 50%;
}

.banner{
	background: url(../images/banner.png) no-repeat;
	width: 960px;
	height: 350px;
}

.banner p{
	font-size: 60px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	line-height: 300px;
	text-shadow: 5px 5px 5px #555554;
}

.food{
	width: 192px;
	height: 150px;
	background: url(../images/food.png) no-repeat;
	background-size: 192px 150px;
	float: left;
	margin-top: 24px;
	top: -150px;
}

.food{
	position: relative;
}

.medicine{
	position: relative;
	top: -150px;
}

.ld{
	position: relative;
	
}

.db{
	position: relative;
}

.fw{
	position: relative;
}

.food p a,.medicine p a,.ld p a,.db p a,.fw p a{
	width: 100%;
	color: #FFF;
	text-align: center;
	background: #000;
	filter:alpha(opacity=50);
	background: rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}

.medicine{
	width: 192px;
	height: 150px;
	background: url(../images/medicine.png) no-repeat;
	background-size: 192px 150px;
	float: left;
	margin-top: 24px;
	
}

.ld{
	width: 192px;
	height: 150px;
	background: url(../images/ld.jpg) no-repeat;
	background-size: 192px 150px;
	float: left;
	margin-top: 24px;
	
}

.db{
	width: 192px;
	height: 150px;
	background: url(../images/ldl.jpg) no-repeat;
	background-size: 192px 150px;
	float: left;
	margin-top: 24px;	
}

.fw{
	width: 192px;
	height: 150px;
	background: url(../images/fw.jpg) no-repeat;
	background-size: 192px 150px;
	float: left;
	margin-top: 24px;
	top: -150px
	
}

.sub-banner{
	width: 960px;
	height: 275px;
	background: url(../images/subbanner.png);
	background-size: cover;
}

.login-title{
	font-size: 25px;
	line-height: 50px;
	color: #5eb5af;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 800px;
}

.sub-banner p{
	font-size: 60px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	line-height: 220px;
	text-shadow: 5px 5px 5px #555554;
}

.sub-content{
	background: url(../images/bgk.png) repeat-x;
	padding: 20px 0 60px 0;
	margin: 0 auto;
}

.login{
	border: 4px solid #FFF;
	border-radius: 20px;
	padding: 40px 50px;
	height:220px;
	background: url(../images/bg2.png);
	background-size: cover;
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

.login p{
	text-align: left;
	color: #FFF;
	opacity: 0.8;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
}

.login ul{
	float: left;

}

.login ul li{
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

.login ul li input{
	float: right;
	width: 220px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #CCC
}

.login ul li span{
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	line-height: 30px;
	width: 50px;
	display: block;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.login-btn{
	color: #285A84;
	text-align: center;
	border: 0;
	width: 61px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Microsoft Yahei';
	margin-top: 10px;
	background: url(../images/button.gif);
}

.login-btn1{
	color: #285A84;
	text-align: center;
	border: 0;
	width: 99px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Microsoft Yahei';
	margin-top: 10px;
	background: url(../images/button1.gif);
}

.ie{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}