/* CSS Document */
/* 全局定义 */
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
}
li {
	list-style:none;
	float:left;
}
img {
	border:none;
}
a {
	color:#3e3e3e;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
.all {
	text-align:center;
}
.clear {
	clear:both;
}
/* 头部 */
.header {
	width:100%;
}
.header .tool {
	height:14px;
	background-color:#f1f1f1;
	border-bottom:1px solid #ccc;
	padding:5px 0;
}
.header .tool .discription {
	float:left;
	line-height:14px;
}
.header .tool .link {
	float:right;
}
.header .tool .link a {
	margin:0 5px;
}
.header .main {
	clear:both;
}
.header .main {
	clear:both;
}
.header .main .wrap {
	padding-top:20px;
	border-bottom:4px solid #fe8b18;
}
.header .main .wrap .search {
	float:right;
	margin-right:60px;
}
.header .main .wrap .nav {
	clear:both;
	padding:10px;
	border-bottom:1px solid #f27602;
}
.header .main .wrap .nav ul {
	padding:16px;
}
.header .main .wrap .nav ul li {
	width:90px;
	height:27px;
}
.header .main .wrap .nav ul li a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:27px;
	color:#da4901;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.header .main .wrap .nav ul li a:hover {
	background:url(../images/bg_nav_hover.png) left top no-repeat;
}
.header .main .wrap .nav ul li a.on {
	background:url(../images/bg_nav_on.png) left top no-repeat;
	color:#FFFFFF;
}
.header h1 {
	float:left;
}
/* 头部 */
/* 中部 */
.content {
	width:100%;
}
/* 中部 */
/* 底部 */
.footer {
	width:100%;
	margin-top:24px;
}
.footer .wrap {
	border-top:1px solid #f27602;
	position:relative;
	padding-top:10px;
}
.footer .wrap a.gotop {
	display:block;
	width:48px;
	height:14px;
	background:url(../images/bg_footer_gotop.png);
	text-indent:-3000em;
	position:absolute;
	top:-14px;
	right:20px;
}
.footer .wrap div {
	text-align:center;
	padding:5px 0;
}
.footer .wrap .info ul {
	width:200px;
	margin:0 auto;
}
.footer .wrap .info ul li {
	margin:0 5px;
}
.footer .wrap .info ul li a {
	color:#005ed9;
}
.footer .wrap .info ul li a:hover {
	color:#ff6600;
}
.footer .wrap .copyright {
	clear:both;
}
/* 底部 */
.wrap {
	width:950px;
	margin:0 auto;
	text-align:left;
}
h2.title {
	height:28px;
	line-height:28px;
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding:0 5px;
}
/* 全局定义 */
/* 首页 */
.index .content .tb_banner_to {
	margin:12px 0 6px;
}
.index .content .googleabanner {
	width:728px;
	height:90px;
	float:left;
	margin:6px 0;
}
.index .content .baiduad, .index .content .goods10, .index .content .shop10, .index .content .recad, .index .content .search20 {
	width:210px;
	height:120px;
	background-color:#CCCCCC;
	margin:6px 0;
	float:right;
}
.index .content .baiduad {
	height:90px;
}
.index .content .cats_tree {
	clear:both;
	width:728px;
	float:left;
	margin:6px 0;
	position:relative;
}
.index .content .cats_tree h2 {
	color:#fe8b18;
	padding:6px 10px;
	border:1px solid #ccc;
	border-bottom:none;
}
.index .content .cats_tree a.more {
	position:absolute;
	right:20px;
	top:10px;
}
.index .content .cats_tree div.list {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px 0 0;
}
.index .content .cats_tree div.list:hover {
	padding:0;
	border:2px solid #7cc0e3;
	background-color:#f4f8fb;
}
.index .content .cats_tree div.list h3 {
	width:24px;
	height:30px;
	float:left;
	background-color:#f1f1f1;
	clear:both;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#15377e;
}
.index .content .cats_tree div.list:hover h3 {
	border-right:1px solid #daedfb;
	background-color:#f4f8fb;
}
.index .content .cats_tree div.list ul {
	width:690px;
	overflow:hidden;
	float:right;
	padding:1px;
	border-bottom:1px solid #f1f1f1;
}
.index .content .cats_tree div.list:hover ul {
	padding:0;
	border:none;
	padding-left:1px;
}
.index .content .cats_tree div.one h3 {/* 1行 */
	padding:5px;
}
.index .content .cats_tree div.one:hover h3 {
	padding:4px 4px 3px;
}
.index .content .cats_tree div.one ul {
	height:37px;/*40*/
}
.index .content .cats_tree div.two h3 {/* 2行 */
	padding:20px 5px;
}
.index .content .cats_tree div.two:hover h3 {
	padding:19px 4px 18px;
}
.index .content .cats_tree div.two ul {
	height:67px;/*70*/
}
.index .content .cats_tree div.three h3 {/* 3行 */
	padding:35px 5px;
}
.index .content .cats_tree div.three:hover h3 {
	padding:34px 4px 33px;
}
.index .content .cats_tree div.three ul {
	height:97px;/*100*/
}
.index .content .cats_tree div.four h3 {/* 4行 */
	padding:50px 5px;
}
.index .content .cats_tree div.four:hover h3 {
	padding:49px 4px 48px;
}
.index .content .cats_tree div.four ul {
	height:127px;/*130*/
}

.index .content .cats_tree div.first {
	border-top:1px solid #ccc;
}
.index .content .cats_tree div.first:hover h3 {
	padding:5px 4px 3px;
}
.index .content .cats_tree div.first ul {
	padding:0 1px 1px;
	height:38px;
}
.index .content .cats_tree div.last {
	border-bottom:1px solid #ccc;
	padding-bottom:1px;
}
.index .content .cats_tree div.last:hover h3 {
	padding:34px 4px 35px;
}
.index .content .cats_tree div.last ul {
	border:none;
	padding-bottom:1px;
}

.index .content .cats_tree div.list ul li {
	width:230px;
	height:33px;
	overflow:hidden;
}
.index .content .cats_tree div.list ul li div {
	padding:10px 2px 10px 8px;
}
.index .content .cats_tree div.list ul li div a {
	margin:0 2px;
}
.index .content .cats_tree div.list ul li div a:first-child {
	color:#005ed9;
	font-size:14px;
	font-weight:bold;
	margin:0 6px 0 2px;
}
.index .content .tb_banner_bo {
	clear:both;
	text-align:center;
	margin:6px 0;
}
.index .content .tb_banner_bo div, .index .content .tb_banner_bo table {
	border:none;
}
.index .content .link {
	margin:6px 0;
}
/* 分类树 */
.cats .cats_tree {
	width:100%;
	padding:5px 10px;
	border:1px solid #ccc;
}
.cats .cats_tree h2 {
	margin-bottom:10px;
}
.cats .cats_tree li {
	float:none;
	display:inline;
}
.cats .cats_tree li ul li {
	margin:0 5px;
}
.cats .cats_tree li:first-child {
	display:inline;
	margin-left:0;
}
.cats .cats_tree ul li.parent {
	display:block;
	padding:5px 0;
	border-bottom:1px dashed #e1e1e1;
}
.cats .cats_tree ul li.parent a.title {
	font-weight:bold;
}
/* 分类树 */