*{
	padding: 0;
	margin: 0;
}

.containner{
	
	width: 900px;
	height: 850px;
	margin: auto;
	background-image: url(../img/bg1.jpg);
	background-size: 100%;
}

.title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	/* background-color: rgba(255,255,255,0.5); */
}

.banner{
	width: 898px;
	height:150px;
	font-family: "楷体";
	/* border: aliceblue 1px solid; */
	
}

#qh{
	height:80px;
	overflow: hidden;
	list-style: none;
	margin-left: 20px;
}
				
#qh li{
	height:82px;
	line-height:82px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 40px;
	color: rgba(0,0,0,0.5);
}

.left{
	width: 200px;
	height: 600px;
	float: left;
	/* background-color: rgba(255,255,0,0.5); */
	position: relative;
}
.left div{
	margin-top: 10px;
	width:100%;
	text-align: center;
	}
.info{
	/* margin-top: 20px; */
	width:100%;
	text-align: center;
}
.info p{
	line-height: 40px;
}
.left p{
	line-height: 40px;
}
.daohang{
	position: absolute;
	bottom: 10px;
	}
.right{
	width:700px;
	height: 600px;
	float: left;
	/* background-color: rgba(255,0,255,0.5); */
}

.footer{
	width: 100%;
	height: 70px;
	clear: left;
	line-height: 70px;
	text-align: center;
	/* background-color: rgba(0,255,255,0.5); */
}
	
a:link{
	text-decoration: none;
	color: black;
}
a:visited{
	color: brown;
	text-decoration: none;
}
a:hover{
	color: aqua;
	text-decoration: underline;
	font-size: larger;
}
a:active{
	color: aquamarine;
	text-decoration: none;
}


