@charset "utf-8";
.clear {
	clear: both;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.hide {
	display: none;
}

#wrapper {
	text-align: center;
}
#inner-wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 106px;
	background-image: url(../images/index/header.jpg);
}
#header ul {
}
#header ul li {
	float: left;
}
#header #quick-nav {
	margin-top: 50px;
	margin-right: 10px;
	height: 25px;
	float: right;
}
#header #quick-nav li {
	padding: 0 10px 0 10px;
	border-right: 1px solid #999;
}
#header #quick-nav li.last {
	border-right: none;
}
#header #quick-nav li a {
	color: #999;
	text-decoration: none;
}
#header #quick-nav li a:hover {
	text-decoration: underline;
}
#header #nav {
	height: 30px;
	padding-left: 10px;
	padding-top: 2px;
}
#header #nav li {
	width: 96px;
}
#header #nav li a {
	display: block;
	width: 96px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	font-family: "黑体", Verdana, Geneva, sans-serif;
	background-image: url(../images/index/nav.jpg);
	background-position: left -2px;
	background-repeat: repeat;
}
#header #nav .sel a,
#header #nav li a:hover {
	background-image: url(../images/index/nav.jpg);
	background-position: -104px -2px;
	color: #FFF;
}
#header #nav li.date {
	color: #CCC;
	font-size: 12px;
	width: 160px;
	padding: 6px 0 0 0;
	float: right;
}

#flash {
	background-image: url(../images/index/flash.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 337px;
}
#flash a {
	color: #fff;
}



#left-side {
	float: left;
	width: 220px;
	overflow: hidden;
}
#left-side .box {
	margin-top: 10px;
}
#left-side .box .title {
	background-image: url(../images/index/dot.jpg);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding: 4px 0px 4px 26px;
	background-color: #f2f2f2;
	color: #b5000c;
}
#left-side .box .title span {
	margin: 0 10px;
}
#left-side .box .image-content {
	padding-top: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#left-side .box a.image-content:hover {
	background-color: #F9F9F9;
	color: #000;
}
#left-side .box .image-content img {
	cursor: hand;
}
#left-side .box .list-content {
	background-image: url(../images/index/side-list.jpg);
	background-position: left top;
}
#left-side .box .list-content li {
	height: 33px;
}
#left-side .box .list-content li a {
	display: block;
	height: 19px;
	padding: 14px 0 0 50px;
	text-decoration: none;
}
#left-side .box .list-content li a:hover {
	text-decoration: underline;
}
#left-side .box .imagelink-list-content {
	background-image: url(../images/index/side-list.jpg);
	background-position: left top;
}
#left-side .box .menu {
	list-style: inherit none;
}
#left-side .box .menu li {
	width: 198px;
	height: 29px;
	margin-top: 4px;
	margin-left: 10px;
}
#left-side .box .menu a {
	background-image: url(../images/index/btn.jpg);
	background-position: left bottom;
	display: block;
	padding: 8px 0 0 0;
	text-align: center;
	height: 21px;
	color: #333;
	text-decoration: none;
}
#left-side .box .menu a.sel,
#left-side .box .menu a:hover {
	background-image: url(../images/index/btn.jpg);
	background-position: left top;
}

#right-side {
	float: right;
	width: 233px;
	overflow: hidden;
}
#right-side .box {
	margin-top: 10px;
}
#right-side .box .title {
	background-image: url(../images/index/box-h1-233.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#right-side .box .title a {
	display: block;
	color: #FFF;
	padding: 5px 0 0 20px;
	text-decoration: none;
}
#right-side .box .title a span {
	float: right;
	*margin-top: -16px;
	margin-right: 20px;
	color: #00F;
}
#right-side .box .title a:hover span {
	color: #006;
}
#right-side .box .list-content {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 10px;
}
#right-side .box .list-content li {
	padding-top: 8px;
}
#right-side .box .list-content li a {
	color: #333;
	text-decoration: none;
}
#right-side .box .list-content li a:hover {
	text-decoration: underline;
	color: #000;
}
#right-side .box .image-content {
	margin-top: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
}
#right-side .box a.image-content:hover {
	background-color: #F4F4F4;
	color: #000;
}
#right-side .box .image-content img.pic {
	width: 221px;
	height: 94px;
	cursor: hand;
	overflow: hidden;
}


#main-content {
	margin-left: 240px;
}
#main-content .box {
	width: 460px;
	margin-top: 10px;
}
#main-content .box .descrip {
	line-height: 22px;
	text-indent: 2em;
}
#main-content .box .descrip a {
	text-decoration: none;
	color: #00f;
}
#main-content .box .title {
	background-image: url(../images/index/box-h1-460.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#main-content .box .title a {
	display: block;
	color: #FFF;
	padding: 5px 0 0 20px;
	text-decoration: none;
}
#main-content .box .title a span {
	float: right;
	*margin-top: -16px;
	margin-right: 20px;
	color: #00F;
}
#main-content .box .title a:hover span {
	color: #006;
}
#main-content .box .list-content {
	list-style-position: inside;
	list-style-type: disc;
}
#main-content .box .list-content li {
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
#main-content .box .list-content li a {
	color: #333;
	text-decoration: none;
}
#main-content .box .list-content li a span {
	float: right;
	*margin-top: -18px;
	margin-right: 4px;
}
#main-content .box .list-content li a:hover,
#main-content .box .list-content li a:hover span {
	text-decoration: underline;
	color: #000;
}
#main-content .wide-box {
	width: 706px;
	margin-top: 10px;
}
#main-content .wide-box .descrip {
	line-height: 22px;
	text-indent: 2em;
}
#main-content .wide-box .title,
#main-content .wide-box .location {
	background-image: url(../images/index/box-h1-706.jpg);
	background-repeat: no-repeat;
	height: 23px;
}
#main-content .wide-box .title a,
#main-content .wide-box .location {
	display: block;
	color: #FFF;
	padding: 5px 0 0 20px;
	text-decoration: none;
}
#main-content .wide-box .location a {
	color: #00F;
	text-decoration: none;
}
#main-content .wide-box .title a span,
#main-content .wide-box .location span{
	float: right;
	*margin-top: -16px;
	margin-right: 20px;
	color: #b5000c;
}
#main-content .wide-box .location span {
	color: #b5000c;
}
#main-content .wide-box .location span a,
#main-content .wide-box .location span strong {
	margin: 0 6px;
	text-decoration: none;
	color: #b5000c;
}
#main-content .wide-box .location span strong {
	color: #2466b4;
	font-weight: bold;
}
#main-content .wide-box .location span a:hover {
	text-decoration: underline;
}
#main-content .wide-box .title a:hover span {
	color: #006;
}
#main-content .wide-box .image-list-content {
	list-style: inherit none;
	height: 150px;
}
#main-content .wide-box .image-list-content li {
	float: left;
	width: 160px;
	height: 140px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
}
#main-content .wide-box .image-list-content li.last {
	margin-right: 0;
}
#main-content .wide-box .image-list-content li a {
	display: block;
	text-decoration: none;
}
#main-content .wide-box .image-list-content li a img.pic {
	width: 160px;
	height: 114px;
}
#main-content .wide-box .image-list-content li a img {
	cursor: hand;
}
#main-content .wide-box .image-list-content li a p {
	background-color: #C9D9F8;
	text-align: center;
}
#main-content .wide-box .image-list-content li a:hover p {
	background-color: #A2BEF2;
}

.title-list {
}
.title-list h1,
.title-list h2,
.title-list ul {
	border: 2px solid #CCC;
	background-color: #FFF;
}
.title-list h1,
.title-list h2 {
	font-size: 12px;
	padding: 6px 0 2px 10px;
}
.title-list h1 a { 
	float: right;
	*margin-top: -18px;
	margin-right: 10px;
	color: #333;
	text-decoration: none;
}
.title-list h2 a { 
	color: #333;
	text-decoration: none;
}
.title-list ul {
	margin-top: 10px;
	padding: 10px;
	list-style: inside disc;
}
.title-list ul li {
	padding-bottom: 2px;
}
.title-list ul li a {
	color: #333;
	text-decoration: none;
}
.title-list a:hover {
	color: #000;
	text-decoration: underline;
}
.title-list ul li a span {
	float: right;
	*margin-top: -18px;
	color: #333;
}
#editor-content {
	padding: 20px 10px 20px 10px;
}
#editor-content .news-title {
	color: #2466b4;
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
	text-align: center;
}
#editor-content .news-info {
	font-stretch: normal;
	text-align: center;
	padding-bottom: 16px;
}
#editor-content .news-btm {
	text-align: right;
	font-stretch: normal;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	margin-top: 50px;
}
#editor-content .news-btm a {
	color: #333;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#footer {
	height: 92px;
	background-image: url(../images/index/footer.jpg);
	text-align: center;
	padding-top: 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #fff;
}
#footer p {
	text-indent: 0;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer h2 {
	font-size: 14px;
}

.pagination { margin: 10px 0 10px 0; padding: 3px; text-align: center; color: #ccc}
.pagination * { margin: 0 3px 0 0; padding: 3px 5px; border: 1px solid #EBE6C9; background: #FCF9E6; color: #999; }
.pagination em { border-color: #FEE4AB; color: #C30; font-style: normal; }
.pagination strong { background: #FEE4AB; color: #C30; }
.pagination a { color: #C60; }
.pagination a:hover { background: #FEE4AB; text-decoration: none; }

#product-list {
	margin: 0 0 10px 0;
	width: 690px;
}
#product-list li {
	padding: 4px;
	float: left;
	width: 129px;
	height: 140px;
}
#product-list li a {
	background-color: #F7F7F7;
	display: block;
	width: 117px;
	border: 6px solid #F7F7F7;
	text-decoration: none;
	color: #333;
}
#product-list li a img {
	width: 115px;
	height: 77px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#product-list li a:hover {
	border: 4px solid #606;
	padding: 2px;
	background-color: #E8D0FF;
	text-decoration: underline;
}
#product-list li a h1 {
	text-indent: 0;
	padding-top: 10px;
	text-align: center;
}


#login form {
	background-color: #FFF;
	background-image: url(../images/admin/Icon/key.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 200px;
	padding-right: 10px;
	height: 160px;
}
#login {
	width: 520px;
	margin: 100px auto 80px auto;
}
#login form {
	font-family: "新宋体";
}
#login form .notice {
	background-color: #F90;
	border: 1px solid #F00;
	color: #FFF;
	font-size: 12px;
	padding: 3px;
	padding-left: 26px;
	margin: 4px 0;
	background-image: url(../images/common/lock_delete.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	width: 170px;
}
#login form input {
	width: 140px;
	margin-left: 4px;
}
#login form p label {
	width: 80px;
}
#login form .captcha {
	width: 86px;
	margin-left: 4px;
}
#login form p img {
	margin-left: 4px;
	margin-top: 2px;
}
#login form #ctrl {
	margin-top: 10px;
}
#login form #ctrl li {
	float: left;
}
#login form #ctrl li a {
	display: block;
	float: left;
	margin-top: 4px;
	height: 18px;
	width: 95px;
	background-image: url(../images/admin/admin-common-buttons-95-26.gif);
	background-position: left -52px;
	text-align: center;
	padding-top: 8px;
	color: #2C3E67;
}
#login form #ctrl li a:hover {
	background-image: url(../images/admin/admin-common-buttons-95-26.gif);
	background-position: left -26px;
	color: #233152;
}


/* 由开发人员工具生成。它可能不是原始源文件的准确表示形式。*/
ul.sidemap {
	BORDER-TOP: #dbdbdb 1px solid;
}
.sidemap li {
	BORDER-BOTTOM: #dbdbdb 1px solid; TEXT-ALIGN: left; BACKGROUND-COLOR: #e8e8e8; padding: 4px 0 0px 0; line-height: 20px;
}
.sidemap li span {
	display: block; padding-left: 10px; color: #000;
}
.sidemap  li UL {
	LIST-STYLE-POSITION: inside; BORDER-LEFT: #dbdbdb 1px solid; LIST-STYLE-TYPE: disc;
}
.sidemap li ul LI {
	padding: 2px 0 2px 20px;
	line-height: 18px;
	BORDER-BOTTOM: none;
	BACKGROUND-COLOR: #fff;
}
.sidemap LI a {
	color: #333;
	text-decoration: none;
}
.sidemap LI a:hover {
	text-decoration: underline;
	color: #000;
}