/*======================================
		design4u.cn CSS
		author:   design4u.cn
		QQ:       66383210
		Email:    66383210@qq.com
		Date:     2013-12
======================================*/
@import url('reset.css');

body {
	font-size: 12px;
	color: #666666;
	background: url(2014Quoteimagesbg.jpg) repeat-x;
}

a,
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #4c8ce2;
}

.fr {
	float: right;
}

.page {
	width: 980px;
	margin: 0px auto;
	padding: 0;
	background: #fff;
}

.page-left {
	float: left;
	width: 210px;
	background: url(imgpage-left-bg.jpg) no-repeat;
}

.page-right {
	margin-left: 210px;
}

/*nav*/
.zczd-nav {
	margin: 64px 10px 0;
}

.zczd-nav .nav-item {
	border: 1px solid #cedae8;
	background: url(imgside-nav-item-bg.jpg) repeat-x;
	border-radius: 4px;
	margin-bottom: 5px;
}

.zczd-nav .nav-item a,
.zczd-nav .nav-item a:visited,
.zczd-nav .nav-item h3 {
	background: url(imgnav-item-icon.gif) 10px 50% no-repeat;
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
	font-weight: 800;
}

.zczd-nav .nav-item-active {
	background: #639eee;
	border: 1px solid #4884d4
}

.zczd-nav .nav-item-active a {
	color: #fff;
}

.zczd-subnav {
	background: #fff;
	border-top: 1px solid #cedae8;
	padding: 10px 0;
}

.zczd-subnav .subnav-item a,
.zczd-subnav .subnav-item a:visited {
	background: url(imgsubnav-item-icon.gif) no-repeat 20px 50%;
	font-weight: 400;
	height: 24px;
	line-height: 24px;
}

.zczd-subnav .subnav-item a:hover {
	background: url(imgsubnav-item-hover.jpg) no-repeat center center;
}

.zczd-subnav .subnav-item-acitve a,
.zczd-subnav .subnav-item-acitve a:hover {
	background: url(imgsubnav-item-active.jpg) no-repeat center center;
	color: #fff;
	font-weight: 800;
}

/*local*/

.zczd-local {
	background: #f8fafd;
	border-bottom: 1px solid #b3d1f0;
	padding: 10px;
}

.zczd-local p {
	color: #999;
}

.zczd-search {
	border-bottom: 1px solid #d4d4d4;
	height: 34px;
	line-height: 34px;
	background: url(imgsearchBg.jpg) repeat-x;
	text-align: center;
}

.zczd-search label {
	font-weight: 800;
}

.zczd-search .input-text {
	width: 180px;
	height: 16px;
	line-height: 16px;
}

.zczd-search select {
	height: 20px;
	line-height: 20px;
}

.zczd-search .input-btn {
	width: 50px;
	background: url(imginput-btn.jpg) repeat-x;
	color: #fff;
	border: 1px solid #c95d00;
	font-weight: 800;
	height: 20px;
}

.zczd-search input {
	vertical-align: middle;
	padding: 0 4px;
}

.zczd-content {
	padding: 20px;
}

.zczd-content h1 {
	font: 18px/1 "\5FAE\8F6F\96C5\9ED1";
	border-bottom: 2px solid #fbbd00;
	background: url(imgheader-bg.jpg) no-repeat right bottom;
	padding: 10px 0;
}

.table {
	width: 99%;
	margin-bottom: 20px;
}

.table th {
	background: #e9f1f9;
	border-bottom: 1px solid #a1c5df;
	padding: 8px;
	
	text-align: center;
	font-wight: 800;
	color: #7f8c95;
	border-left: 1px solid #a1c5df;
	border-right: 1px solid #a1c5df;
}

.table td {
	border: 1px solid #d7e5ef;
	padding: 6px 8px;
}

.table a {
	color: #333;
}

.table a:hover {
	text-decoration: underline;
}
