@charset "gb2312";	/* 编码 */
/* CSS Document */

*{margin:0; padding:0; list-style-type:none; -webkit-text-size-adjust:none; word-wrap:break-word; word-break:normal;}
html {
	background:#f5d598 url(../Q_images/bh_001.jpg) repeat-x top;
	overflow-x:hidden;
}
body {
	margin:0px;
	padding:0px;
	font:12px/27px "Microsoft Yahei";
	color: #545454;
	overflow-x:hidden;
}
div {
	margin:auto;
	border:0px;
}
table {
	margin:auto;
}
form, input, textarea, table, td, th, h1, h2, h3, h4, h5, h6, ul, ol, li, img, p, dl, dt, dd{margin:0;padding:0;list-style:none;border:0;/* overflow:hidden;*/list-style-type:0; font-size:100%;}
img, input, textarea { border:0px;vertical-align:middle;resize:none;}
/*fieldset {}
legend {}*/
a:link { text-decoration:none; color:#555555;}
a:visited { text-decoration:none; color:#555555;}
a:hover { text-decoration:none; color:#afafaf;}
a:active { text-decoration:none; color:#555555;}

.fl {	/* 浮动靠左 */
	float:left;
}
.fr {	/* 浮动靠右 */
	float:right;
}
.weight {	/* 字体加粗 */
	font-weight:bold;
}
.clear {	/* 清除浮动 */
	clear:both;
}
.clearfix {
	display:block;
}
.white-space {	/* 规定段落中的文本不进行换行 */
	white-space:nowrap;
}
.more {
	float:right; 
	margin-right:10px;
	line-height:30px;
}
.more a {
	color:#ffffff;
}
.bd {
	background:none;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:'\20';
	display:block;
	clear:both;
}
.none {
	display:none;
}
.indent {
	 text-indent:2em;
}
a { text-decoration:none; outline:none; cursor:pointer;}
a:hover,img { border:none;}
::selection {color:#fff; background:#333333;}
::-moz-selection {color:#fff; background:#333333;}
::-webkit-selection {color:#fff; background:#333333;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
i { font-style:normal;}
p { text-align:justify; text-justify:inter-ideograph;}
h2.yh {text-shadow: 1px 1px 0px white;font-family:Microsoft YaHei,LiHei Pro;}

/* 首页 Start */

/* 导航菜单 start */
#nav {
	position:relative;
	width:1004px;
	height:41px;
	z-index:9;
	margin:0 auto;
	background:url(../Q_images/le_021.jpg) repeat-x;
}
#nav a,#nav a:link {
	display:block;
	width:110px;
	height:41px;
	text-align:center;
	line-height:41px;
	color:#000000;
	font:14px/41px "Microsoft Yahei";
}
#nav a:hover {
	background:url(../Q_images/le_003.jpg) no-repeat center;
	color:#ffffff;
}
#nav ul li {
	float:left;
	width:110px;
	text-align:center;
	position:relative;
	height:41px;
	background:url(../Q_images/le_004.jpg) no-repeat center;
}
#nav ul li:hover {}
#nav ul li.pcls {
	background:url(../Q_images/le_003.jpg) no-repeat center;
}
#nav ul li.pcls a {
	color:#ffffff;
}
#nav ul li ul.menu_two {
	position:absolute;
	width:200px;
	top:41px;
	left:0px;
	z-index:9;
	border-top:none;
	display:none;
	background:rgba(204, 204, 204, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#dbdbdb;
}
#nav ul li ul.menu_two li {
	width:100%;
	height:30px;
	background:none;
}
#nav ul li ul.menu_two a {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	background:none;
	color:#171717;
	font:12px/30px "Microsoft Yahei";
}
#nav ul li ul.menu_two li:hover {}
#nav ul li ul.menu_two li a:hover {
	display:block;
	font-weight:bold;
	background:rgba(153, 153, 153, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#a6a6a6;
}
#nav ul li ul li ul.menu_three {
	position:absolute;
	width:200px;
	top:0px;
	left:200px;
	z-index:9;
	border-top:none;
	display:none;
	background:rgba(204, 204, 204, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#dbdbdb;
}
#nav ul li ul li ul li ul.menu_four {
	position:absolute;
	width:200px;
	top:0px;
	left:200px;
	z-index:9;
	border-top:none;
	display:none;
	background:rgba(204, 204, 204, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#dbdbdb;
}
/* 导航菜单 end if */

	/* 幻灯片 Start 注：横滚幻灯片 */
#box{
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
}
#list {
	width:99999px;
}
#list li{
	float:left;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	margin:0px auto;
	padding:0px;
}
#list li a {
	display:block;
	width:100%;
	height:100%;
}
#list li img {
	width:100%;
	height:100%;
}
#box .btnList{ /*btnListClass，索引列表的class名*/
	position:absolute;
	right:10%;
	bottom:3px;
	clear:both;
}
#box .btnList li{ /*btnListClass下面的LI*/
	/*background: #000;*/
	width:25px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color: #fff;
	margin: 1px;
	cursor: pointer;
	opacity:.7;
	float:left;
	filter:alpha(opacity=70);
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
}
#box .btnList li.current{/*btnClass，当前索引的class名*/
	background: #d10101;
	color:#ffffff;
}
#text{
	position:absolute;
	bottom:0px;
	text-align:left;
	left:0px;
	/*background:#000000;*/
	width:100%;
	color:#ffffff;
	padding-left:10px;
	height:33px;
	line-height:33px;
	opacity:.5;
	filter:alpha(opacity=50);
	margin:0px auto;
	padding:0px;
}
	/* 幻灯片 End*/

	/* 幻灯片 Start 注：竖滚幻灯片*/
#box_case{
margin:0 auto;
width:242px;
height:187px;
overflow:hidden;
/*margin-top:10px;*/
}
#list_case {
	overflow:visible;
}
#list_case li{
width:242px;
height:187px;
z-index:1;
overflow:hidden;
}
#list_case li img {
	width:242px;
	height:187px;
}
#box_case ul.btnList{position:absolute;right:10px;bottom:3px;clear:both; height:30px; width:auto;}
#box_case .btnList li{background: #000;width:25px;height:25px;line-height:25px;text-align:center;overflow:hidden;color: #fff;margin: 1px;cursor: pointer;opacity:.7; float:left;filter:alpha(opacity=70);}
div#box_case ul.btnList li.current{background: #999;color:#000;}
	/* 幻灯片 End*/

.wrap {}
.header_bj {
	width:100%;
	height:201px;
	overflow:hidden;
	background:url(../Q_images/bh_003.jpg) no-repeat center top;
}
.header {
	margin:auto;
	width:1004px;
	height:100%;
	overflow:hidden;
}
ul.headerA {
	margin:auto;
	width:1004px;
	height:133px;
	overflow:hidden;
}
li.logo {
	float:left;
	width:350px;
	height:133px;
	overflow:hidden;
	background:url(../Q_images/bh_002.png) no-repeat center;
}
li.weibo {
	float:right;
	width:110px;
	height:60px;
	margin-top:50px;
	overflow:hidden;
	background:url(../Q_images/bh_004.png) no-repeat center;
}
li.tel {
	float:right;
	width:285px;
	height:60px;
	margin-top:45px;
	overflow:hidden;
	background:url(../Q_images/bh_005.png) no-repeat center;
}
ul.headerB {
	margin:auto;
	width:1004px;
	height:41px;
	overflow:hidden;
}
li.top_menu {
	width:100%;
	height:41px;
	overflow:hidden;
}
li.top_menu i {
	float:left;
	display:block;
	width:2px;
	height:41px;
	overflow:hidden;
	background:url(../Q_images/bh_007.jpg) no-repeat center 1px;
	padding:0px 10px;
}
li.top_menu a {
	float:left;
	display:block;
	width:90px;
	height:41px;
	text-align:center;
	font:14px/41px "Microsoft Yahei";
	color:#ffffff;
}
li.top_menu a:hover {
	background:#cc170c url(../Q_images/ss_004.jpg) no-repeat;
}
.slide_bj {
	margin:auto;
	width:1004px;
	height:319px;
	padding-top:19px;
	background:#fdf5e0;
}
.slide {
	margin:auto;
	width:966px;
	height:279px;
	overflow:hidden;
}
.main {
	width:1004px;
	height:100%;
	overflow:hidden;
}

#probox {
	width:100%;
	overflow:hidden;
	height:169px;
}
#prolist {
	width:99999px;
}
#prolist li {
	float:left;
	width:157px;
	padding:0px 13px;
}
#prolist li a {
	display:block;
	width:100%;
	height:100%;
}
#prolist li a img {
	width:155px;
	height:115px;
	border:1px solid #e9e9e9;
}
#prolist li span {
	display:block;
	width:157px;
	height:45px;
	line-height:45px;
	text-align:center;
}
#left,#right {
	cursor:pointer;
}

.footer {
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../Q_images/ss_022.jpg) repeat-x;
}
ul.footer_ {
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../Q_images/bh_009.png) no-repeat center top;
}
.nav_f {}
.copyright {
	margin:auto;
	width:1004px;
	height:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	padding:30px 0px;
	color:#656565;
}
.copyright a {
	color:#666666;
}
.copyright a:hover {
	border-bottom:1px dotted #bac59a;
}
.link {}

.he29 {
	width:1004px;
	height:29px;
	overflow:hidden;
	background:url(../Q_images/bh_008.png) no-repeat center top;
}
ul.inL {
	float:left;
	width:242px;
	height:100%;
	overflow:hidden;
	margin-right:7px;
}
ul.inC {
	float:left;
	width:505px;
	height:100%;
	overflow:hidden;
	margin-right:7px;
}
ul.inR {
	float:left;
	width:243px;
	height:100%;
	overflow:hidden;
}
ul.inA {
	float:right;
	width:755px;
	height:100%;
	overflow:hidden;
}
.an_1 {
	width:240px;
	height:100%;
	overflow:hidden;
	background:#fcebd1;
	border:1px solid #e2d1b7;
	border-top:2px solid #e67857;
	margin-bottom:11px;
}
.titleA {
	width:100%;
	height:44px;
	overflow:hidden;
	background:url(../Q_images/bh_010.jpg) repeat-x;
}
.tA {
	width:100%;
	height:33px;
	overflow:hidden;
}
.tA i,.tA span,.tA a,.tA b { display:block; float:left; overflow:hidden;}
.tA i { width:60px; height:33px;}
.tA i.g15 { background:url(../Q_images/bh_015.png) no-repeat center;}
.tA i.g16 { background:url(../Q_images/bh_016.png) no-repeat center;}
.tA i.g17 { background:url(../Q_images/bh_017.png) no-repeat center;}
.tA i.g18 { background:url(../Q_images/bh_018.png) no-repeat center;}
.tA span {
	font: bold 14px/33px "Microsoft Yahei";
	color:#ad1419;
}
.tA a {
	float:right;
	width:40px;
	height:33px;
	background:url(../Q_images/more.png) no-repeat center;
	margin-right:20px;
}
.tA b {
	float:right;
	height:33px;
	overflow:hidden;
	margin-right:20px;
	padding-left:10px;
	font:12px/33px "Microsoft Yahei";
	color:#999999;
}
.tA b a {}
.tB {
	width:100%;
	height:11px;
	overflow:hidden;
	background:url(../Q_images/bh_012.jpg) repeat-x;
}
.cA {
	margin:auto;
	width:198px;
	height:35px;
	overflow:hidden;
	padding-left:25px;
	background:url(../Q_images/bh_014.png) no-repeat;
	font: 12px/35px "Microsoft Yahei";
}
.an_2 {
	width:240px;
	height:100%;
	overflow:hidden;
	background:#fcebd1;
	border:1px solid #e2d1b7;
	margin-bottom:11px;
}
.cB {
	margin:auto;
	width:220px;
	height:143px;
	padding:10px;
}
.cC {
	margin:auto;
	width:208px;
	height:35px;
	overflow:hidden;
	padding-left:15px;
	border-bottom:1px dotted #676767;
	font: 12px/35px "Microsoft Yahei";
	background:url(../Q_images/bh_023.jpg) no-repeat 6px 50%;
}
.ab_1 {
	width:503px;
	height:100%;
	overflow:hidden;
	background:#fcebd1;
	border:1px solid #e2d1b7;
	margin-bottom:11px;
}
.tC {
	width:100%;
	height:33px;
	overflow:hidden;
}
.tC span {
	float:left;
	width:159px;
	height:33px;
	padding-left:20px;
	background:url(../Q_images/bh_011.png) no-repeat;
	font: bold 14px/33px "Microsoft Yahei";
	color:#ffffff;
}
.tC a {
	float:right;
	display:block;
	width:40px;
	height:33px;
	overflow:hidden;
	background:url(../Q_images/more.png) no-repeat center;
	margin-right:20px;
}
h1.abA {
	border-bottom:1px dashed #e7d6cc;
	width:100%;
	height:30px;
	font: bold 14px/33px "Microsoft Yahei";
	color:#bf0707;
}
.pa10 {padding:10px; overflow:hidden;}
.pa10 p { text-indent:2em;}
.proA { float:left; width:110px; height:207px; padding:5px;}
.proA a.pic { display:block; width:108px; height:178px; border:1px solid #e3d4b5; overflow:hidden; text-align:center; line-height:178px;}
.proA a.pic img { vertical-align:middle; max-width:108px; max-height:178px;}
.proA a.text { display:block; width:110px; height:27px; overflow:hidden; text-align:center;font: 12px/27px "Microsoft Yahei";}
.nlA {
	margin:auto;
	width:98%;
	height:35px;
	overflow:hidden;
	padding-left:15px;
	border-bottom:1px dashed #999999;
	font: 12px/35px "Microsoft Yahei";
	background:url(../Q_images/bh_023.jpg) no-repeat 6px 50%;
}
.nlA span { float:right; padding-right:10px; color:#9c9c9a;}
.nlB {
	margin:auto;
	width:208px;
	height:35px;
	overflow:hidden;
	padding-left:15px;
	border-bottom:1px dotted #e7d7c8;
	font: 12px/35px "Microsoft Yahei";
	background:url(../Q_images/bh_023.jpg) no-repeat 6px 50%;
}
.viA {
	width:243px;
	height:216px;
	overflow:hidden;
	margin-bottom:10px;
	background:url(../Q_images/bh_019.png) no-repeat;
}
.viA h1 {
	margin-left:20px;
	width:223px;
	height:40px;
	font: bold 14px/33px "Microsoft Yahei";
	color:#ad1419;
}
.viA span {
	display:block;
	width:190px;
	height:128px;
	overflow:hidden;
	margin:17px 0px 0px 25px; 
}
.viA span a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.lxA {
	width:243px;
	height:255px;
	overflow:hidden;
	background:url(../Q_images/bh_013.png) no-repeat;
}
.lxA a {
	display:block;
	width:100%;
	height:60px;
}
/* 首页 End */

h1.title {
	margin:auto;
	width:98%;
	height:100%;
	overflow:hidden;
	text-align:center;
	padding:10px 0px;
	font:18px/35px "Microsoft Yahei";
	letter-spacing:3px;	/* 字符间距 */
}
h1.wenhua {
	margin:auto;
	width:98%;
	height:100%;
	overflow:hidden;
	text-align:center;
	font:18px/35px "Microsoft Yahei";
	letter-spacing:2px;	/* 字符间距 */
}

/* 搜索 Start */

form { 
	margin: 0; 
} 

/* 搜索 End */

/* 单页 Start */

.abo {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#fcebd1;
	border:1px solid #e2d1b7;
	margin-bottom:11px;
}

ul.abo_a_a {
	width:230px;
	height:100%;
	overflow:hidden;
}
li.abo_a_b {
	width:230px;
	height:42px;
	overflow:hidden;
	text-align:center;
	background:url(../Q_images/ss_023.jpg) no-repeat center;
}
span.abo_a_c {
	margin:auto;
}
span.abo_a_c a {
	font:16px/35px "Microsoft Yahei";
	color:#ffffff;
}
span.abo_a_c a.abo_a_d {
	font:12px/35px "Microsoft Yahei";
	color:#bc9933;
	margin-left:7px;
	text-transform:capitalize;	/* 首字母大写 */
}
/* 产品类别 start */
li.abo_a_e {
	width:230px;
	height:40px;
	overflow:hidden;
	background:url(../Q_images/ss_027.jpg) no-repeat center;
}
li.abo_a_e a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	line-height:40px;
	background:url(../Q_images/ss_026.jpg) no-repeat 30px 50%;
	color:#646464;
}
li.abo_a_e a:hover {
	background:url(../Q_images/ss_025.jpg) no-repeat 30px 50%;
	color:#844617;
}
span.abo_a_f {
	margin-left:50px;
	font:12px/40px "Microsoft Yahei";
	font-weight:bold;
}
span.abo_a_g {
	margin-left:10px;
	font:12px/40px "Microsoft Yahei";
	text-transform:capitalize;	/* 首字母大写 */
}
/* 产品类别 一级样式 end */
li.abo_a_e a.abo_a_e_t {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	line-height:40px;
	background:url(../Q_images/ss_026_1.jpg) no-repeat 35px 50%;
	color:#646464;
}
li.abo_a_e a.abo_a_e_t:hover {
	background:url(../Q_images/ss_025_1.jpg) no-repeat 35px 50%;
	color:#844617;
}
span.abo_a_f_t {
	margin-left:55px;
	font:12px/40px "Microsoft Yahei";
	font-weight:bold;
}
span.abo_a_g_t {
	margin-left:15px;
	font:12px/40px "Microsoft Yahei";
	text-transform:capitalize;	/* 首字母大写 */
}
/* 产品类别 二级样式 end */
li.abo_a_e a.abo_a_e_t_th {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	line-height:40px;
	background:url(../Q_images/ss_026_1.jpg) no-repeat 40px 50%;
	color:#646464;
}
li.abo_a_e a.abo_a_e_t_th:hover {
	background:url(../Q_images/ss_025_1.jpg) no-repeat 40px 50%;
	color:#844617;
}
span.abo_a_f_t_th {
	margin-left:60px;
	font:12px/40px "Microsoft Yahei";
	font-weight:bold;
}
span.abo_a_g_t_th {
	margin-left:20px;
	font:12px/40px "Microsoft Yahei";
	text-transform:capitalize;	/* 首字母大写 */
}
/* 产品类别 三级样式 end */


li.abo_a_h {
	width:230px;
	height:8px;
	overflow:hidden;
	background:url(../Q_images/ss_028.jpg) no-repeat center;
}
li.abo_a_k {
	width:230px;
	height:93px;
	padding:7px 0px;
}
li.abo_a_k a img {
	background:#ffffff;
	padding:1px;
	border:1px solid #f2f2f2;
}
ul.abo_b_a {
	width:760px;
	height:100%;
	overflow:hidden;
}
li.abo_b_b {
	width:100%;
	height:33px;
	background:url(../Q_images/ss_029.jpg) repeat-x bottom;
}
li.abo_b_b span.abo_b_c {
	display:block;
	float:left;
	width:104px;
	height:26px;
	margin:5px 0px 0px 20px;
	background:url(../Q_images/ss_011.jpg) no-repeat center;
	text-align:center;
	font:14px/26px "Microsoft Yahei";
	font-weight:bold;
	color:#ffffff;
}
li.abo_b_b span.abo_b_d {
	display:block;
	float:left;
	margin:5px 0px 0px 10px;
	font:12px/26px "Microsoft Yahei";
	color:#014d03;
	text-transform:capitalize;	/* 首字母大写 */
}
li.abo_b_b span.abo_b_e {
	display:block;
	float:right;
	height:26px;
	margin:5px 20px 0px 0px;
	font:12px/26px "Microsoft Yahei";
	color:#b1b1b1;
}
li.abo_b_f {
	margin:auto;
	width:95%;
	height:100%;
	overflow:hidden;
	line-height:25px;
}
li.abo_b_f p {
	text-indent:2em;	/* 首行空*个字符 */
}
/* 单页 End */

/* 列表页 Start */



/* 列表页 End */

/* 列表单页 Start */



/* 列表单页 End */

/* 新闻列表页 Start */

ul.nel_a_a {
	margin:auto;
	width:95%;
	height:100%;
	overflow:hidden;
}
li.nel_a_b {
	height:30px;
	border-bottom:1px dashed #eaeaea;
}
li.nel_a_b i {
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin:8px 10px 0px 10px;
	background:url(../Q_images/ss_014.jpg) no-repeat;
}
li.nel_a_b b {
	display:block;
	float:left;
}
li.nel_a_b a.nel_a_b_in {
	display:block;
	float:left;
	width:320px;
	line-height:30px;
}
li.nel_a_b span {
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	color:#bcbcbc;
	padding:0px 5px;
}

/* 新闻列表页 End */

/* 图片展示单页 Start */

.picshow {
	width:100%;
	height:100%;
	overflow:hidden;
}
.picshow ul {
	margin:auto;
	width:95%;
	height:100%;
	overflow:hidden;
}
.picshow ul li {
	float:left;
	width:195px;
	margin:10px 15px;
}
.picshow ul li a {
	display:block;
}
.picshow ul li a span {
	display:block;
	width:191px;
	height:149px;
	padding:1px;
	border:1px solid #cccccc;
	text-align:center;
}
.picshow ul li a span img {
	max-width:191px;
	height:149px;
}
.picshow ul li a h3.fmyh {
	width:195px;
	height:27px;
	line-height:27px;
	text-align:center;
}

/* 图片展示单页 End */

/* 产品分类left Start */

li.pro_left { font-family:Microsoft YaHei,LiHei Pro; width:100%; height:100%; overflow:hidden; line-height:30px; font-size:16px;text-shadow: 1px 1px 0px white; background:url(../Q_images/pro_l_b.png) no-repeat 7px 50%;}
li.pro_left:hover { background:#6f6848 url(../Q_images/pro_l_b.png) no-repeat 7px 50%;}
li.pro_left a { display:block; padding-left:30px; color:#827b5c; border-bottom:1px dashed #ffffff; background:url(../Q_images/pro_right.png) no-repeat 90% 50%;}
li.pro_left a:hover { border-bottom:1px dotted #A89F74; color:#b4aa85;}
li.pro_left_s { font-family:Microsoft YaHei,LiHei Pro; width:100%; height:100%; overflow:hidden; line-height:30px; font-size:14px;text-shadow: 1px 1px 0px white; background:url(../Q_images/pro_l_s.png) no-repeat 14px 50%;}
li.pro_left_s a { display:block; padding-left:40px; color:#827b5c; border-bottom:1px dashed #ffffff; background:url(../Q_images/pro_right.png) no-repeat 90% 50%;}
li.pro_left_s a:hover { border-bottom:1px dotted #A89F74; color:#b4aa85;}
li.pro_left_s:hover { background:#6f6848 url(../Q_images/pro_l_s.png) no-repeat 14px 50%;}

/* 产品分类left End */

/* 分页 Start */

ul.page {
	padding:10px 0px;
	width:auto;
	margin-right:20px;
}
ul.page li {
	float:left;
	padding-right:4px;
	width:auto;
}
ul.page li a {
	background:#d8bc80;
	display:block;
	line-height:32px;
	color:#fff;
}
ul.page li a span {
	background:#d8bc80;
	display:block;
	padding:0 12px;
}
ul.page li a:hover,ul.page li a.hover {
	background:#cca758;
}
ul.page li a:hover span,ul.page li a.hover span {
	background:#cca758;
}

ul.page li a span select {
	background:#d8bc80;
}
ul.page li a span select:hover {
	background:#cca758;
}

ul.page li a span input {
	height:27px;
	border:0px;
	line-height:27px;
	text-align:center;
	color:#ffffff;
	background:#d8bc80;
}
ul.page li a span input:hover {
	background:#cca758;
}


/* 分页 End */

/* 浮动QQ Start */

.KeFuDiv {
	position: absolute;
	width:118px;
	overflow:hidden;
	border:1px solid #880000;
	background:#ffffff;
	z-index:99;
}
.KeFuDivtop {
	height:55px;
}
.KeFuDivfoot {
	height:21px;
}
.KeFuItem {
	text-align:center;
	padding-top:8px;
}

/* 浮动QQ End */

/* 产品列表页 start */

.pro_list_a ul {
	margin:10px 0px;
	overflow:hidden;
}
.pro_list_a ul li {
	float:left;
	width:195px;
	_width:190px;
	margin:0px 20px 20px 20px;
}
.pro_list_item {
	width:182px;
	margin:auto;
	text-align:center;
}
.pro_list_pic {
	width:180px;
	height:297px;
	overflow:hidden;
	background:#ffffff;
	border:1px solid #cccccc;
	margin-bottom:10px;
	text-align:center;
}
.pro_list_pic:hover {
	border:1px solid #666666;
}
.pro_list_pic a {
	display:table-cell;
	width:180px;
	height:297px;
	vertical-align:middle;
}
.pro_list_pic a img {
	vertical-align:middle;
	max-width:180px;
	max-height:297px;
}
.pro_list_desc {
	height:45px;
	padding-top:5px;
	line-height:1.2;
	overflow:hidden;
}
.pro_list_desc a {
	color:#666666;
}
.pro_list_desc a:hover {
	color:#313131;
}

/* 产品列表页 end*/

/* 产品内容页 start*/

.pro_con_a {
	width:900px;
	height:100%;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
.pro_con_b {
	width:310px;
	height:310px;
	line-height:310px;
	text-align:center;
	overflow:hidden;
	border:1px solid #e1e1e1;
}
.pro_con_b img {
	max-width:310px;
	max-height:310px;
}
.pro_con_c {
	width:580px;
	height:310px;
	overflow:hidden;
}
.pro_con_c_a {
	display:block;
	width:580px;
	overflow:hidden;
	line-height:30px;
	border-bottom:1px dashed #e1e1e1;
}
.pro_con_c_a span {
	float:left;
}
.pro_con_c_a span a {
	/*display:block;
	float:left;*/
	line-height:20px;
	margin:5px;
	padding:0px 5px;
	border:1px dashed #e1e1e1;
}
.pro_con_c_a span a:hover {
	color:#d8bc80;
	border:1px dashed #d8bc80;
}

/* 产品内容页 end*/

/* left start*/

.leA {
	width:240px;
	height:100%;
	overflow:hidden;
	background:#fcebd1;
	border:1px solid #e2d1b7;
	margin-bottom:11px;
}
.titleB {
	width:240px;
	height:53px;
	overflow:hidden;
	background:url(../Q_images/bh_020.png) no-repeat;
}
.tD {
	text-align:center;
	font:14px/31px "Microsoft Yahei";
	color:#fff3c6;
	text-transform:capitalize;
}
.cD {
	margin:auto;
	width:219px;
	height:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.cD li {
	width:100%;
	height:40px;
	overflow:hidden;
	background:url(../Q_images/bh_021.png) no-repeat center;
}
.cD li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	font:12px/40px "Microsoft Yahei";
}
.cD li a:hover {
	font-weight:bold;
	color:#bf0804;
}
/* left end*/