﻿@charset "utf-8";

/* 公共 */





body,td,th {

	font-family: Arial;

	font-size: 12px;

	color: #808080;

}

body {

	margin: 0px;

}

.red {color: #821D57}





/* 顶部 */

.topbg {color: #CCCCCC}

.xia {

	text-decoration:none;

	color: #FFFFFF;

}

.cxia {

	text-decoration:none;

	color: #808080;

	

	cursor:hand

}

.daohang {font-family: "宋体"}

.top{ font-weight:bold; color:#818181; padding-top:5px; padding-bottom:5px;}

#nav a{

	display:block;

	width:127px;

	height:20px;

	line-height:20px;

	overflow:hidden;

	float:left;

	background:url(../images/nav_nei.gif);

	text-align:center;

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	padding-top:2px;

	font-family: "宋体";

	font-size: 12px;

}

#nav a:hover{background:url(../images/nav_hover_nei.gif);}

#navv a{

	display:block;

	width:127px;

	height:20px;

	line-height:20px;

	overflow:hidden;

	float:left;

	background:url(../images/nav_hover_nei.gif);

	text-align:center;

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	padding-top:2px;

	font-family: "宋体";

	font-size: 12px;

}



.phone{ font-weight:bold; color:#000000; font-size: 32px; display:block; float:right}

.hot{ font-size:14px; color:#7a7a7a; font-weight:bold; display:block; float:right; padding-top:15px; font-family:"宋体"}





/* 底部 */

.topfont {font-family:Arial}

#bottom{ text-align:center; padding-top:18px; padding-bottom:10px; border-top:1px solid #d7d7d7;}

#bottom a{

	display:block;

	margin-right:6px;

	height:18px;

	line-height:18px;

	border:1px solid #999999;

	text-decoration:none;

	color:#999999;

	font-size:12px;

	padding-left:8px;

	padding-right:8px;

	font-family: "宋体";

}

#bottom a:hover{

	color:#FFFFFF;

	border:1px solid #8f0107;

	background-color: #821F55;

}

#ce {

	text-align: center;

	margin-top: 20px;

	font-size:12px;

}

#ce a:link{

        color: #9d6e00; 

        text-decoration: none;

}

#ce a:visited{

        color: #9d6e00; 

        text-decoration: none;

}

#ce a:hover{

        color: #000000; 

        text-decoration: underline;

}

.zfb {

	 text-align: center;

	 font-size: 12px;

         margin: 10px 10px 10px 0;

 }





/* 价格 */

.price{ color:#000000; font-weight:bold; font-size:30px; display:block; float:left; margin-left:5px;}

.price1{ color:#000000; font-weight:bold; font-size:20px; display:block; float:left}

.price2{ display:block; float:left; padding-top:24px; padding-left:10px;}

.jieshen{ color:#920f3b; font-weight:bold}

.price_bg{ display:block; width:90px; height:20px; line-height:18px; background:url(../images/price_bg.gif); text-align:center; color:#920f3b}

.pricebg{ display:block; width:120px; height:18px; line-height:18px; background:url(../images/price_bg.gif); text-align:center; color:#920f3b}





/* 内容 */

.zhongnrz{font-size: 12px;font-family:Arial}

.h_miaoshu{ color:#940f3c; font-weight:bold; font-size:26px; display:block; padding-top:5px;}

.h_fubiaoti{ color:#950d3b; font-weight:bold;}

.miaoshu td{ line-height:150%;color:#818282}

.h_titile{ color:#FFFFFF; font-size:18px}



.l_miaoshu{ color:#315900; font-weight:bold; font-size:26px; display:block; padding-top:5px;}

.l_fubiaoti{ color:#315900; font-weight:bold;}

.l{ color:#315900;}



.order{

	width:160px;

	height:22px;

	line-height:22px;

	background:#822156;

	color:#FFFFFF;

	font-weight:bold;

	font-size:12px;

	border:0px;

}



/* 左侧菜单 */

.tree_title{

	color:#CCCCCC;

	font-size:14px;

	font-weight:normal;

	padding-left:30px;

}

.tree_nav{

	color:#a8a8a8;

	padding-left:30px;

	font-family: "宋体";

	font-size: 14px;

}

.tree_nav a{color:#a8a8a8; text-decoration:none}

.tree_nav a:hover{ text-decoration: none; color: #333333}

#down{text-decoration: none; color: #333333}



.tree_nav1{ color:#a8a8a8;  font-family:"宋体"; padding-left:40px;}

.tree_nav1 a{

	color:#a8a8a8;

	text-decoration:none;

	font-family: "宋体";

	font-size: 12px;

}

.tree_nav1 a:hover{ text-decoration: none; color: #333333}

#down1{text-decoration: none; color: #333333}

*{margin:0;padding:0;border:0;}

#leftnav {

	width:120px;

	line-height: 28px;

	list-style-type: none;

	text-align:left;    /*定义整个ul菜单的行高和背景色*/

}

/*==================一级目录===================*/

#leftnav a {

	width: 100px;

	display: block;

	padding-left:25px; /*Width(一定要)，否则下面的Li会变形*/

}

#leftnav li {

 background:#f0f0f0; /*一级目录的背景色*/

 border-bottom:#f0f0f0 1px solid; /*下面的一条白边*/

 float:left;

 /*float：left,本不应该设置，但由于在Firefox不能正常显示

 继承leftnav的width,限制宽度，li自动向下延伸*/

}

#leftnav li a:hover{

 background:#801d54; /*一级目录onMouseOver显示的背景色*/

}

#leftnav a:link  {

 color:#666; text-decoration:none;

}

#leftnav a:visited  {

 color:#666;text-decoration:none;

}

#leftnav a:hover  {

 color:#FFF;text-decoration:none;font-weight:bold;

}

/*==================二级目录===================*/

#leftnav li ul {

 list-style:none;

 text-align:left;

}

#leftnav li ul li{ 

 background: #f0f0f0; /*二级目录的背景色*/

}

#leftnav li ul a{

         padding-left:40px;

         width:60px;

 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/

}

/*下面是二级目录的链接样式*/

#leftnav li ul a:link  {

 color:#666; text-decoration:none;

}

#leftnav li ul a:visited  {

 color:#666;text-decoration:none;

}

#leftnav li ul a:hover {

 color:#801d54;

 text-decoration:none;

 font-weight:normal;

 background:#F0F0F0;

 /* 二级onmouseover的字体颜色、背景色*/

}

/*==============================*/

#leftnav li:hover ul {

 left: auto;

}

#leftnav li.sfhover ul {

 left: auto;

}

#leftcontent {

 clear: left; 

}

#leftnav ul.collapsed {

 display: none;

}



#PARENT{

	width:124px;

}

.left1 {font-size: 12px; font-family: "宋体";  }

.left2 {font-size: 14px; font-family: "宋体";  }



/* 购物车 */

.carttitile {font-family: "宋体"}

.car{ color:#69894a; font-weight:bold; font-family:"宋体"}

.car a{color:#69894a; font-weight:bold; font-family: Arial; text-decoration:none}

.car a:hover{ text-decoration:underline}



/* 翻页 */

.page{ font-weight:bold; color:#323232}

.page a{ color:#910005; text-decoration:underline; font-weight:normal}

.page a:hover{ text-decoration:none}



/* 产品 */

.product{

	font-size:12px;

	padding-top:6px;

	line-height:125%;

	color:#333333;

	font-family:Arial;

	text-align: left;

}

.product a{ font-weight:bold; color:#900004; text-decoration:none}

.product a:hover{text-decoration: underline}

.qty{

	font-weight:bold;

	color:#333333;

	padding-top:10px;

	text-align: center;

}

.qty input{ border:1px solid #7e9db9; width:26px; height:16px; line-height:16px;}

.submit{

	width:auto;

	height:22px;

	line-height:20px;

	color:#FFFFFF;

	font-weight:bold;

	background:#821d57;

	border:0px;

	font-size:12px;

	text-align:center

}



.shiwu a{ color:#9b4a75; text-decoration:underline; font-style:italic}

.shiwu a:hover{text-decoration:underline}



.other ul{ padding:0px; margin:0px; line-height:18px;}

.other ul li{ list-style:inside}

.other a{

	color:#808080;

	font-family:"宋体";

	font-size:12px;

	text-decoration: none;

}

.con {

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #999999;

	border-right-color: #999999;

	border-bottom-color: #999999;

	border-left-color: #999999;

	padding-left: 20px;

}

.zc {

	background-color: #DBDBDB;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

}

.textct {

	background-color: #FFFFFF;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-top-color: #7F9DB9;

	border-right-color: #7F9DB9;

	border-bottom-color: #7F9DB9;

	border-left-color: #7F9DB9;

}
<!--
#miao {
	  width:338px;
	
}
#miao h2 {
	font-size: 26px;
	color: #940f3c;
}
#miao h3 {
	color: #940f3c;
	font-size: 12px;
}
#miao dl { width:337px; font-size:12px; line-height:20px; }
#miao dt { float:left;  width:40px; margin:0px; pading:0px; display:inline;}
#miao dd {width:297px; float:right; display:inline; text-align:left; margin:0px; padding:0px; overflow:hidden;}
#miao .putaok {
	width:65Px;
	color: #940f3c;
}
#miao .putaof {
	width:272Px;
}
#miaos {
	  width:338px;
	
}
#miaos h2 {
	font-size: 26px;
	color: #315900;
}
#miaos h3 {
	color: #315900;
	font-size: 12px;
}
#miaos dl { width:337px; font-size:12px; line-height:20px; }
#miaos dt { float:left; width:40px; margin:0px; pading:0px; display:inline;}
#miaos dd {width:297px; float:right; display:inline; text-align:left; margin:0px; padding:0px; overflow:hidden;}
#miaos .putaok {
	width:65Px;
	color: #315900;
}
#miaos .putaof {
	width:272Px;
	
}


-->
