﻿@import url('/style-0.1.css');
.yp-top {	/*搜索条*/
	margin-bottom:5px;
	border:solid 1px #eee;
	overflow:hidden;
	height:74px;
	border-radius:10px;
}
.yp-top div.search {
	height:74px;
	line-height:74px;
	text-align:center;
}
.yp-top div.columnname {
	float:left;
	font-size:25px;
	color:#ccc;
	line-height:74px;
	font-family:黑体;
	padding-left:10px;
}
.yp-top .fws-input-select { /*搜索选择框*/
	width:80px;
	height:30px;
	line-height:30px;
	display:inline-block;
	border:solid 2px #69c;
	border-right:solid 1px #ccc;
	vertical-align: middle;
	color:#999;
	cursor:pointer;
	padding:0px!important;
	overflow:hidden;
}
.yp-top .fws-input-search {
	background:url('/images/search.gif') scroll no-repeat 5px center transparent;
	font-family: "sans serif",tahoma,verdana,helvetica;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	overflow:hidden;
	color:#666;
	height:30px;
	line-height:30px;
	border:solid 2px #69c;
	border-left:0px;
	padding:0px 0px 0px 25px;
	font-size:16px;
}
.yp-top input[type=submit] {
	height:34px;
	border:0px;
	color:white;
	vertical-align:middle;
	background:#69c;
	padding:0px 15px;
	font:bold 14px/34px airal,sans-serif;
	border-radius:5px;
	cursor:pointer;
}
.yp-top input[type=submit]:hover {
	background:#7ad;
}
/*导航*/
.yp-nav {
	font:14px/30px airal,sans-serif;
	background:#bcd;
	overflow:hidden;
	margin-bottom:5px;
	height:30px;
	border-radius:3px;
}
.yp-nav a {
	padding:0px 10px;
	color:#567;
	display:inline-block;
	border-right:solid 1px #fff;
	text-decoration:none;
	vertical-align:top;
	overflow:hidden;
}
.yp-nav a.right {
	border-left:solid 1px #fff;
	border-right:0px;
	color:#fff;
}
.yp-nav a:hover {
	background:#c00;
	color:#fff;
}
.yp-nav a.active {
	background:#789;
	color:#def;
}
/*子导航*/
.yp-subnav {
	font:14px/30px airal,sans-serif;
	background:#eee;
	overflow:hidden;
	margin-bottom:5px;
	height:30px;
	border-radius:3px;
	border-left:solid 5px #69c;
}
.yp-subnav a {
	padding:0px 10px;
	display:inline-block;
	border-right:solid 1px #fff;
	text-decoration:none;
	vertical-align:top;
	overflow:hidden;
	color:#666;
}
.yp-subnav a.right {
	border-left:solid 1px #fff;
	border-right:0px;
}
.yp-subnav a:hover {
	background:#c00;
	color:white;
}
.yp-subnav a.active {
	background:#ccc;
}
.yp-subnav a.active:hover {
	color:#666;
}
/*分类*/
.yp-type {
	margin-bottom:5px;
	font:14px/26px airal,sans-serif;
	background:#f9f9f9;
	border-radius:10px;
	overflow:hidden;
}
.yp-type div {
	background:#eee;
	padding:0px 15px;
	font:bold 14px/30px airal,sans-serif;
	height:30px;
	overflow:hidden;
}
.yp-type ul {
	padding:10px 0px;
	overflow:hidden;
}
.yp-type ul li {
	padding:0px 15px;
}
.yp-type ul li.line {
	height:0px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
.yp-type ul li.line:hover {
	background:#f9f9f9;
}
.yp-type ul li:hover {
	background:#ddd;
}
.yp-type ul li a{
	text-decoration:none;
	display:block;
	vertical-align:top;
	overflow:hidden;
	height:100%;
}
.yp-type ul li.active {
	background:#abc;
}
.yp-type ul li.active a {
	color:white;
}
.yp-type ul li a:hover {
	color:#900;
}
/*首页轮播广告*/
.yp-ad-lb {
	margin-bottom:5px;
	border-radius:10px;
	overflow:hidden;
	height:270px;
}
#obj62 {
	border-radius:10px;
}
/*企业横列*/
.yp-qy {
	margin-bottom:5px;
	background:#fff;
	padding:10px 16px;
	border-radius:10px;
	overflow:hidden;
	border:solid 1px #eee;
}
.yp-qy div {
	font:bold 14px/29px airal sans-serif;
	height:29px;
	border-bottom:dashed 1px #eee;
}
.yp-qy ul {
	float:left;
	width:174px;
	margin:10px 5px 0px 5px;
	overflow:hidden;
	height:135px;
	cursor:pointer;
}
.yp-qy ul li img {
	width:172px;
	height:85px;
	border:solid 1px #eee;
	vertical-align:middle;
}
.yp-qy ul li.title {
	text-align:left;
	padding:5px 5px;
	font:14px/20px 宋体;
}
.yp-qy ul li a {
	vertical-align:middle;
	text-decoration:underline;
	color:#369;
}
.yp-qy ul li a:hover {
	color:#900;
}
/*企业列表*/
.yp-list {
	overflow:hidden;
	margin-bottom:5px;
}
.yp-list div {
	font:bold 14px/29px airal sans-serif;
	height:29px;
	border-bottom:dashed 1px #eee;
}
.yp-list ul {
	margin:15px 0px;
	padding:15px 10px;
	font:13px/20px airal,sans-serif;
	vertical-align:middle;
	border-radius:10px;
	background:#f9f9f9;
}
.yp-list ul:hover {
	background:#f0f9ff;
}
.yp-list li.logo {
	float:left;
	width:190px;
	height:90px;
	overflow:hidden;
}
.yp-list li.logo img{
	width:180px;
	height:90px;
	vertical-align:middle;
	border:0px;
}
.yp-list li.name {
	height:30px;
	font:14px/30px airal,sans-serif;
	overflow:hidden;
}
.yp-list li.name a {
	color:#69c;
	text-decoration:underline;
}
.yp-list li.readme {
	height:40px;
	overflow:hidden;
	color:#999;
}
.yp-list li.property {
	height:20px;
	overflow:hidden;
}
.yp-list li.property span {
	color:#ccc;
}
/*产品列表块*/
.yp-cp {
	margin-bottom:5px;
	background:#fff;
	padding:10px 16px;
	border:solid 1px #eee;
	border-radius:10px;
	overflow:hidden;
	
}
.yp-cp div {
	font:bold 14px/29px airal sans-serif;
	height:29px;
	border-bottom:dashed 1px #eee;
}
.yp-cp ul {
	float:left;
	width:172px;
	margin:10px 5px 0px 5px;
	overflow:hidden;
	height:181px;
	border:solid 1px #eee;
}
.yp-cp ul:hover {
	border-color:#69c;
}
.yp-cp ul li.title {
	text-align:left;
	padding:5px 5px;
	font:13px/20px airal sans-serif;
}
.yp-cp ul li img {
	width:172px;
	height:131px;
	border:0px;
	vertical-align:middle;
}
/*标准块*/
.yp-bar {
	background:#f9f9f9;
	font:14px/30px airal sans-serif;
	margin-bottom:5px;
	border-radius:10px;
	overflow:hidden;
}
.yp-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-bar ul {
	padding:10px 15px;
}
.yp-bar ul li.line {
	height:0px;
	line-height:0px;
	border-top:dashed 1px #eee;
	font-size:0px;
}
/*内容块*/
.yp-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-content dl{
	margin:0px;
}
.yp-content dl dt {
	font-weight:bold;
	height:29px;
	line-height:29px;
	border-bottom:dashed 1px #eee;
}
.yp-content dl dt .right{
	font:12px/29px airal sans-serif;
}
.yp-content dl dd {
	padding:0px;
	margin:10px 0px;
	min-height:30px;
	overflow:hidden;
}
.yp-content dl dd.fixedheight {
	max-height:150px;
}
.yp-content dl dd p {
	text-indent:2em;
}
.yp-content dl dd > span {
	padding:0px 5px;
	border-radius:3px;
	display:inline-block;
	font:13px/24px airal,sans-serif;
	cursor:pointer;
}
.yp-content dl dd > span.on {
	background:green;
	color:white;
}
.yp-content dl dd > span.off {
	background:#ccc;
	color:white;
}
.yp-content dl dd > a.btn {
	background:#abc;
	color:white;
	cursor:pointer;
	padding:0px 5px;
	border-radius:3px;
	display:inline-block;
	font:13px/24px airal,sans-serif;
	text-decoration:none;
}
.yp-content dl dd > a.btn:hover {
	background:#c00;
}
.yp-content dl dd > a.disbtn {
	background:#ccc;
	color:white;
	padding:0px 5px;
	border-radius:3px;
	display:inline-block;
	font:13px/24px airal,sans-serif;
	text-decoration:none;
}
/*错误提示框*/
.yp-error-win {
	border:solid 1px #eee;
	border-top:solid 5px #69c;
	border-radius:5px;
	box-shadow: 5px 5px 3px 0px #eee;
}
.yp-error-win div {
	height:5px;
	background:#69c;
	overflow:hidden;
	display:none;
}
.yp-error-win dl {
	margin:0px;
	padding:10px 15px;
	
}
.yp-error-win dl dt {
	border-bottom:dashed 1px #eee;
	font:bold 12px/26px airal,sans-serif;
	height:26px;
	overflow:hidden;
}
.yp-error-win dl dd {
	margin:0px;
	padding:10px 0px;
	font:14px/30px airal,sans-serif;
}
.yp-error-win dl dd p {
	text-indent:2em;
}
.yp-error-win dl dd.btn {
	text-align:center;
	height:24px;
	font:12px/24px airal,sans-serif;
}
.yp-error-win dl dd.btn a {
	background:#09f;
	display:inline-block;
	padding:0px 10px;
	color:white;
	text-decoration:none;
	border-radius:5px;
}
.yp-error-win dl dd.btn a:hover {
	background:#1af;
}
/*表单*/
.afs_form {
	border-radius:10px;
}
.afs_form ul.title {
	background:#eee;
}
.afs_form ul.content li {
	border-bottom:dashed 0px #eee;
	padding:5px 0px;
}
/*列表*/
.afs_bar {
	border-radius:10px;
}
.afs_bar ul.title {
	background:#eee;
}
.afs_bar ul.content li {
	border-bottom:dashed 0px #eee;
	padding:5px 0px;
}



