﻿body {
	background-color:#abc;
	width:auto;
	margin:0px 20px;
}
/*主框架*/
.yp-qy-main {
	background:#fff;
	padding:10px;
	width:980px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:10px;
}

/*banner*/
.yp-qy-banner {
	margin-bottom:1px;
	border-radius:10px 10px 0px 0px;
	overflow:hidden;
}
/*间隔*/
.yp-qy-line10 {font-size:0px;overflow:hidden;height:10px;}
/*企业菜单*/
.yp-qy-nav {
	background:#69c;
	height:30px;
	margin-bottom:10px;
	font:14px/30px airal sans-serif;
	overflow:hidden;
}
.yp-qy-nav a,.yp-qy-nav span{
	display:inline-block;
	color:white;
	padding:0px 10px;
	vertical-align:top;
}
.yp-qy-nav .left {
	border-right:solid 1px #fff;
}
.yp-qy-nav .right {
	border-left:solid 1px #fff;
}
.yp-qy-nav :hover {
	background:#c00;
	color:white;
	text-decoration:none;
}
.yp-qy-nav .active {
	background:#369;
	font-weight:bold;
}
/*标准块*/
.yp-qy-bar {
	background:#f9f9f9;
	font:14px/30px airal sans-serif;
	margin-bottom:5px;
	border-radius:10px;
	overflow:hidden;
}
.yp-qy-bar div {
	padding:0px 15px;
	background:#eee;
	color:#000;
	font-weight:bold;
	font:bold 14px/29px airal sans-serif;
	border-bottom:solid 1px #fff;
}
.yp-qy-bar ul {
	padding:10px 15px;
}
.yp-qy-bar ul li.line {
	height:0px;
	line-height:0px;
	border-top:dashed 1px #eee;
	font-size:0px;
}
/*内容块*/
.yp-qy-content {
	margin-bottom:5px;
	background:#fff;
	font:14px/30px airal sans-serif;
	overflow:hidden;
	padding:10px 15px;
	border:solid 1px #eee;
	border-radius:10px;
}
.yp-qy-content dl{
	margin:0px;
}
.yp-qy-content dl dt {
	font-weight:bold;
	height:29px;
	line-height:29px;
	border-bottom:dashed 1px #eee;
}
.yp-qy-content dl dt span.right{
	font:12px/29px airal sans-serif;
}
.yp-qy-content dl dd {
	padding:0px;
	margin:10px 0px;
	min-height:30px;
	overflow:hidden;
}
.yp-qy-content dl dd.fixedheight {
	max-height:150px;
}
.yp-qy-content dl dd img{
	1float:left;
	1margin:0px 15px 15px 0px;
}



/*底部*/
.yp-qy-bottom {
	height:30px;
	font:13px/30px airal sans-serif;
	background:#999;
}
.yp-qy-bottom a,.yp-qy-bottom span {
	color:#fff;
	display:line-block;
	padding:0px 10px;
	text-decoration:none;
}
.yp-qy-bottom a {
	background:#666;
}
.yp-qy-bottom a:hover {
	background:#900;
}
.yp-qy-bottom a.left,.yp-qy-bottom span.left{
	border-right:solid 1px #fff;
}
.yp-qy-bottom a.right,.yp-qy-bottom span.right{
	border-left:solid 1px #fff;
}
/*网格两列*/
.yp-qy-grid2 span {
	width:50%;
	float:left;
	display:inline-block;
}
/*地图标签*/
.yp-map-label {
	border:solid 1px #fff;
	font:bold 12px/1em airal sans-serif;
	padding:5px 10px;
	background:#09f;
	color:white;
	border-radius:5px;
	box-shadow:2px 2px 2px 0px #666;
}







