h3{
	color: #fe3737;
	font-size: 18px;
	line-height: 60px;
}
.content{
	height: 264px;
	background: #fff;
	padding-top: 20px;
	padding-left:30px;
}
.content dl{
	float: left;
	margin-left:80px;
}
.content dl dd{
	line-height: 30px;
	text-align: center;
}

.main{
	width: 100%;
	height: 600px;
	background: url(../images/jinpai_02.jpg) no-repeat center top;
}
.mainer{
	width: 1100px;
	height: 600px;
	margin:0 auto;
	position: relative;
}
.mainer .btn{
	position: absolute;
	right: 260px;
	bottom:148px;
	width: 204px;
	height: 50px;
	background: url(../images/btnbg_03.jpg) repeat-x;
	border-radius:3px;
	border:0;
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑";
	text-shadow:1px 1px 2px #333;
}
.mainer .btn:hover{
	opacity: 0.8
}
aside{
	width: 300px;
	height: 600px;
	overflow: hidden;
}
aside h4{
	height: 60px;
	background: #131d40;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: normal;
}
aside ul{
	background: rgba(29,39,72,0.7);
	height: 600px;
}
aside ul li{
	height: 100px;
	border-bottom: 1px solid #4a547f;
	background: rgba(29,39,72,0.7);
	color: #c1ccfe;
	border-left:4px solid rgba(29,39,72,0.7);
}
aside ul li p{
	width: 170px;
	text-align: center;
	padding-top:15px;
	line-height: 1.7em;
	float: left
}
aside ul li a{
	color: #fff;
	float: right;
	width: 97px;
	height: 34px;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 34px;
	margin-top: 34px;
	text-align: center;
	margin-right: 5px;
}
aside ul li:hover{
	background: rgba(9,16,39,1);
	border-left:4px solid #f58125;
}
aside ul li a:hover{
	background: #f58125;
	border-radius:4px;
	color: #fff
}
