@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:#fffae6 url(../Q_images/hys_001.jpg);
	overflow-x:hidden;
	border-top:5px solid #583500;
}
body {
	margin:0px;
	padding:0px;
	/*font:12px/27px "Microsoft Yahei";*/
	font:12px/27px "宋体";
	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 "宋体";
}
#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 "宋体";
}
#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;
	display:none;
}
#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:260px;
height:225px;
overflow:hidden;
/*margin-top:10px;*/
}
#list_case {
	overflow:visible;
}
#list_case li{
width:260px;
height:225px;
z-index:1;
overflow:hidden;
}
#list_case li img {
	width:260px;
	height:225px;
}
#box_case ul.btnList_case{position:absolute;right:10px;bottom:3px;clear:both; height:30px; width:auto;}
#box_case .btnList_case 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_case li.current_case{background: #999;color:#000;}
#text_case{
	position:absolute;
	bottom:0px;
	text-align:left;
	left:0px;
	background:#917744;
	width:100%;
	color:#ffffff;
	padding-left:10px;
	height:33px;
	line-height:33px;
	margin:0px auto;
	padding:0px;
}
	/* 幻灯片 End*/

#probox {
	width:100%;
	overflow:hidden;
	height:150px;
}
#prolist {
	width:99999px;
}
#prolist li {
	float:left;
	width:164px;
	padding:0px 13px;
}
#prolist li a {
	display:block;
	width:100%;
	height:100%;
}
#prolist li a img {
	width:160px;
	height:120px;
	padding:1px;
	border:1px solid #dee0df;
}
#prolist li span {
	display:block;
	width:164px;
	height:25px;
	font:12px/25px "宋体";
	text-align:center;
	color:#60594f;
}
#left,#right {
	cursor:pointer;
}
#left {background:url(../Q_images/left.png) no-repeat center;}
#right {background:url(../Q_images/right.png) no-repeat center;}


.wrap {
	margin:auto;
	width:1004px;
	height:100%;
	overflow:hidden;
	background:#fffae6;
}
.header {
	width:1004px;
	height:30px;
	border:2px solid #ffffff;
	border-left:none;
	border-right:none;
	overflow:hidden;
	background:#e3af49;
}
.header span {
	float:left;
	display:block;
	height:30px;
	overflow:hidden;
	padding:0px 10px;
	font:12px/30px "宋体";
	color:#000000;
}
.slide {
	width:1004px;
	height:195px;
	overflow:hidden;
	border-bottom:2px solid #ffffff;
}
.main {
	width:1004px;
	height:100%;
	overflow:hidden;
}
.inH {
	height:100%;
	overflow:hidden;
}
.inT {
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../Q_images/hys_007.jpg) repeat-x;
}
.inT li {
	overflow:hidden;
}
.inT li i {
	display:block;
	float:left;
	width:55px;
	height:30px;
	overflow:hidden;
}
i.i008 { background:url(../Q_images/hys_008.jpg) no-repeat center;}
i.i009 { background:url(../Q_images/hys_009.jpg) no-repeat center;}
i.i010 { background:url(../Q_images/hys_010.jpg) no-repeat center;}
.inT li span {
	float:left;
	height:30px;
	overflow:hidden;
	font:bold 14px/30px "宋体";
	color:#ffff9a;
}
.inT li a {
	display:block;
	float:right;
	padding-right:20px;
	height:30px;
	font:12px/30px "宋体";
	color:#fcffca;
}
.inTa {
	width:100%;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #e9ca00;
}
.inTa li {
	padding-left:20px;
}
.inTa li span {
	float:left;
	padding:0px 10px;
	background:url(../Q_images/hys_007.jpg) repeat-x;
	height:30px;
	font:bold 14px/30px "宋体";
	color:#fefe9a;
}
.inTa li a {
	display:block;
	float:right;
	padding-right:20px;
	height:30px;
	font:12px/30px "宋体";
	color:#343436;
}
img.g92 {
	width:92px;
	height:92px;
	padding:1px;
	border:1px solid #5a3501;
}


.inAa {
	width:100%;
	height:100%;
	overflow:hidden;
	padding-bottom:7px;
}
.inAb {
	width:100%;
	height:210px;
	overflow:hidden;
}
.inAc {
	margin:auto;
	width:240px;
	overflow:hidden;
}
.inAd {
	margin:auto;
	width:100%;
	height:210px;
	overflow:hidden;
}
.inAe {
	width:100%;
	height:28px;
	*height:23px;
	overflow:hidden;
	border-bottom:1px dotted #573600;
	font:12px/28px "宋体";
	*font:12px/23px "宋体";
}
.inAe i {
	display:block;
	float:left;
	width:20px;
	height:28px;
	*height:23px;
	overflow:hidden;
}
i.i012 { background:url(../Q_images/hys_012.jpg) no-repeat center;}
.inAe a {
	float:left;
	width:290px;
	height:28px;
	*height:23px;
	overflow:hidden;
	color:#303433;
	padding-left:3px;
}
.inAe span {
	float:right;
	padding-right:10px;
	width:75px;
	height:28px;
	*height:23px;
	color:#343233;
	text-align:center;
}
.inBa {
	width:100%;
	height:100%;
	overflow:hidden;
	padding-bottom:7px;
}
.inBb {
	margin:auto;
	width:240px;
	height:64px;
	padding:5px 0px;
}
.inBb li {
	height:64px;
	overflow:hidden;
	text-indent:2em;
	color:#343434;
	font:12px/22px "宋体";
}
.inBc {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inBc li a {
	display:block;
	width:250px;
	height:95px;
	overflow:hidden;
	background:url(../Q_images/hys_013.jpg) no-repeat center;
}
.inBd {
	width:100%;
	height:199px;
	overflow:hidden;
}
.inBd li.inBe {
	margin:auto;
	width:360px;
	overflow:hidden;
	padding:5px;
}
.inBf {
	display:block;
	width:100%;
	height:100px;
	overflow:hidden;
}
.inBg {
	height:65px;
	overflow:hidden;
	font:12px/22px "宋体";
	color:#343434;
	text-indent:2em;
}
.inBh {
	margin:auto;
	width:360px;
	*height:19px;
	overflow:hidden;
	padding:0px 5px;
	font:12px/23px "宋体";
	*font:12px/19px "宋体";
}
.inBh i {
	float:left;
	display:block;
	width:20px;
	height:22px;
	*height:19px;
	overflow:hidden;
}
i.i014 {background:url(../Q_images/hys_014.jpg) no-repeat center;}
i.i030 {background:url(../Q_images/hys_030.png) no-repeat center;}
.inBh a {
	float:left;
	display:block;
	width:250px;
	height:23px;
	*height:19px;
	overflow:hidden;
	color:#303433;
}
.inBh span {
	float:right;
	width:85px;
	height:23px;
	*height:19px;
	overflow:hidden;
	color:#343233;
	text-align:center;
}
.inCa {
	margin:auto;
	width:998px;
	height:100%;
	overflow:hidden;
	border:1px solid #b18153;
	background:#f9f5e9;
}
.inCa li.inCb {
	margin:auto;
	width:100%;
	height:45px;
	background:url(../Q_images/hys_029.jpg) no-repeat center bottom;
	position:relative;
}
.inCb i {
	position:absolute;
	z-index:7;
	float:left;
	display:block;
	width:39px;
	height:39px;
	overflow:hidden;
	top:10px;
	left:2px;
}
i.i015 {background:url(../Q_images/hys_015.png) no-repeat center;}
.inCb span {
	float:left;
	width:auto;
	height:30px;
	overflow:hidden;
	color:#986635;
	font:bold 14px/30px "宋体";
	padding:10px 0px 0px 55px;
}
.inCb a {
	float:right;
	display:block;
	padding:10px 20px 0px 0px;
	height:30px;
	font:12px/30px "宋体";
	color:#343436;
}
.inCa li.inCc {
	margin:auto;
	width:988px;
	height:100%;
	overflow:hidden;
	padding:10px 0px 5px 0px;
}
.inCd {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inCe {
	width:38px;
	height:150px;
	overflow:hidden;
}
.inCf {
	width:908px;
	height:100%;
	overflow:hidden;
}
.inDa {
	width:100%;
	height:100%;
	overflow:hidden;
	padding:5px 0px 10px 0px;
}
.inDb {
	float:left;
	width:49%;
	height:100%;
	overflow:hidden;
}
.inDc {
	float:right;
	width:49%;
	height:100%;
	overflow:hidden;
}
.inDd {
	overflow:hidden;
	padding:5px;
}
.inDe {
	float:left;
	width:216px;
	height:144px;
	padding:5px;
}
.inDe img {
	width:216px;
	height:144px;
}
.inDf {
	float:right;
	width:250px;
	height:144px;
	overflow:hidden;
	font:12px/24px "宋体";
	background:url(../Q_images/hys_016.jpg);
	text-indent:2em;
}
.inEa {
	width:100%;
	height:46px;
	overflow:hidden;
	background:url(../Q_images/hys_017.jpg) repeat-x;
	padding-bottom:7px;
}
.inEb {
	width:100%;
	height:46px;
	overflow:hidden;
	background:url(../Q_images/hys_018.jpg) no-repeat center;
}
.inFa {
	width:100%;
	height:100%;
	overflow:hidden;
	padding-bottom:7px;
}
.inFb, .inFo {
	float:left;
	width:248px;
	*width:246px;
	height:320px;
	border:1px solid #b38051;
	background:#f9f5e9;
	margin:0px 5px;
	*margin:auto;
}
.inFb a {
	float:left;
	display:block;
	width:123px;
	height:48px;
	overflow:hidden;
	text-align:center;
	font:bold 12px/48px "宋体";
	color:#000000;
	background:url(../Q_images/hys_019.jpg) no-repeat center;
	margin-top:2px;
}
.inFo {
	height:100%;
	overflow:hidden;
}
.inFo a {
	margin:auto;
	display:block;
	width:95%;
	height:48px;
	overflow:hidden;
	text-align:center;
	font:bold 12px/48px "宋体";
	color:#000000;
	background:url(../Q_images/hys_024.jpg) no-repeat center;
	margin-top:2px;
}
.inFc {
	float:right;
	width:740px;
	height:100%;
	overflow:hidden;
}
.inFd {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inFe {
	float:left;
	width:49%;
	height:100%;
	overflow:hidden;
}
.inFf {
	float:right;
	width:49%;
	height:100%;
	overflow:hidden;
}
.inFg {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inFh {
	margin:auto;
	width:350px;
	overflow:hidden;
	padding:5px;
}
.inFk {
	margin:auto;
	width:350px;
	height:100%;
	*height:16px;
	overflow:hidden;
	padding:0px 5px;
	font:12px/23px "宋体";
	*font:12px/16px "宋体";
}
.inFk i {
	float:left;
	display:block;
	width:20px;
	height:22px;
	*height:16px;
	overflow: hidden;
}
.inFk a {
	float:left;
	display:block;
	width:240px;
	height:23px;
	*height:16px;
	overflow:hidden;
	color:#303433;
}
.inFk span {
	float:right;
	width:85px;
	height:23px;
	*height:16px;
	overflow:hidden;
	color:#343233;
	text-align:center;
}
.inFl {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inFm {
	float:left;
	width:180px;
	height:105px;
	padding:5px;
}
.inFm img {
	width:180px;
	height:105px;
}
.inFn {
	float:right;
	width:530px;
	height:100px;
	overflow:hidden;
	font:12px/26px "宋体";
	text-indent:2em;
	padding-top:10px;
}
.inGa {
	width:100%;
	height:100%;
	overflow:hidden;
}
.inGb {
	float:left;
	width:33%;
	height:100%;
	overflow:hidden;
}
.inGc {
	float:left;
	width:33%;
	height:100%;
	overflow:hidden;
}
.inGd {
	float:right;
	width:33%;
	height:100%;
	overflow:hidden;
}
.inGe {
	margin:auto;
	width:320px;
	overflow:hidden;
	padding:5px;
}
.inGf {
	margin:auto;
	width:320px;
	overflow:hidden;
	padding:0px 5px;
	border-bottom:1px dotted #663300;
}
.inGf i {
	float:left;
	display:block;
	width:20px;
	height:22px;
	overflow:hidden;
}
.inGf a {
	float:left;
	display:block;
	width:210px;
	height:23px;
	overflow:hidden;
	font:12px/23px "宋体";
	color:#303433;
}
.inGf span {
	float:right;
	width:85px;
	height:23px;
	overflow:hidden;
	font:12px/23px "宋体";
	color:#343233;
	text-align:center;
}
.inGh {
	width:100%;
	height:230px;
	overflow:hidden;
	background:url(../Q_images/hys_020.jpg) no-repeat bottom right;
}
.inGh li {
	margin:auto;
	width:95%;
	overflow:hidden;
	padding:10px 0px 20px 10px;
	font:12px/16px "宋体";
	color:#333333;
}
.inKa {
	width:100%;
	height:29px;
	overflow:hidden;
	background:#e2af49;
}
.inKa li {
	margin-left:10px;
	width:111px;
	height:29px;
	background:url(../Q_images/hys_023.jpg) no-repeat center;
	text-align:center;
	font:bold 14px/29px "宋体";
	color:#663300;
}
.inLa {
	margin:auto;
	width:95%;
	height:100%;
	overflow:hidden;
}
.inLa h1 {
	width:auto;
	height:100%;
	overflow:hidden;
	font:bold 14px/29px "宋体";
	color:#333333;
}
.inLa li {
	width:auto;
	height:100%;
	overflow:hidden;
}
.inLa li a {
	float:left;
	display:block;
	height:25px;
	overflow:hidden;
	padding:0px 10px;
	font:12px/25px "宋体";
}




.footer {
	width:1004px;
	height:100%;
	overflow:hidden;
	background:#d2bb78 url(../Q_images/hys_021.jpg) no-repeat bottom center;
}
ul.footer_ {
	padding-top:30px;
	width:100%;
	height:171px;
	overflow:hidden;
	background:url(../Q_images/hys_022.jpg) no-repeat top center;
}
.copyright {
	margin:auto;
	width:1004px;
	height:100%;
	overflow:hidden;
	text-align:center;
	font:12px/25px "宋体";
	padding:10px 0px;
	color:#000000;
}
.copyright a {
	color:#bac59a;
}
.copyright a:hover {
	border-bottom:1px dotted #bac59a;
}
.link {}
/* 首页 End */

h1.itA {
	text-align:center;
	height:30px;
	overflow:hidden;
	font:14px/30px "宋体";
}
h1.tiB {
	margin:0px auto 10px;
	width:95%;
	height:39px;
	overflow:hidden;
	border-bottom:1px solid #c28a59;
}
.tiB i {
	float:left;
	display:block;
	width:39px;
	height:39px;
	overflow:hidden;
	font:14px/39px "宋体";
}
.tiB span {
	float:left;
	height:30px;
	overflow:hidden;
	color:#986635;
	font:bold 14px/30px "宋体";
	padding:9px 0px 0px 10px;
}
h1.title {
	margin:auto;
	width:98%;
	height:100%;
	overflow:hidden;
	text-align:center;
	padding:10px 0px;
	font:18px/35px "宋体";
	letter-spacing:3px;	/* 字符间距 */
}
h1.wenhua {
	margin:auto;
	width:98%;
	height:100%;
	overflow:hidden;
	text-align:center;
	font:18px/35px "宋体";
	letter-spacing:2px;	/* 字符间距 */
}

/* 搜索 Start */

form { 
	margin: 0; 
} 

/* 搜索 End */

/* 单页 Start */

ul.aboAa {
	float:left;
	width:260px;
	height:100%;
	overflow:hidden;
}

ul.aboBa {
	float:right;
	width:740px;
	height:100%;
	overflow:hidden;
}
li.abo_p10 {
	margin:auto;
	height:100%;
	overflow:hidden;
	padding:10px 0px;
}
li.aboBb {
	width:100%;
	height:100%;
	overflow:hidden;
}
li.aboBc {
	margin:auto;
	width:95%;
	height:100%;
	overflow:hidden;
	font:12px/27px "宋体";
	padding:20px 0px;
}
li.aboBc p {
	text-indent:2em;
}
.aboBcA h1 {
	width:98%;
	height:30px;
	overflow:hidden;
	padding-left:20px;
	font:bold 14px/30px "宋体";
	background:url(../Q_images/hys_007.jpg) repeat-x;
	color:#fefe9a;
}

span.abo_a_c {
	margin:auto;
}
span.abo_a_c a {
	font:16px/35px "宋体";
	color:#ffffff;
}
span.abo_a_c a.abo_a_d {
	font:12px/35px "宋体";
	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 "宋体";
	font-weight:bold;
}
span.abo_a_g {
	margin-left:10px;
	font:12px/40px "宋体";
	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 "宋体";
	font-weight:bold;
}
span.abo_a_g_t {
	margin-left:15px;
	font:12px/40px "宋体";
	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 "宋体";
	font-weight:bold;
}
span.abo_a_g_t_th {
	margin-left:20px;
	font:12px/40px "宋体";
	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 "宋体";
	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 "宋体";
	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 "宋体";
	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 */

ul.pro_d_d {
	margin:auto;
	width:98%;
	height:100%;
	overflow:hidden;
}
li.pro_d_e {
	height:26px;
	overflow:hidden;
	border-bottom: 1px dashed #573600;
}
li.pro_d_e i {
	display:block;
	float:left;
	width:20px;
	height:28px;
	overflow:hidden;
	background:url(../Q_images/hys_012.jpg) no-repeat center;
}
li.pro_d_e b {
	display:block;
	float:left;
}
li.pro_d_e a.pro_d_e_in {
	display:block;
	float:left;
	width:320px;
	line-height:26px;
}
li.pro_d_e span {
	display:block;
	float:right;
	height:26px;
	line-height:26px;
	color:#bcbcbc;
	padding:0px 5px;
}
li.pro_e_a {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:10px 0px;
}
li.pro_e_a a {
	float:left;
	display:block;
	width:570px;
	height:100%;
	overflow:hidden;
	border-left:1px solid #E9CA00;
	border-bottom:1px dashed #999999;
	padding-left:5px;
}
li.pro_e_a span {
	float:left;
	display:block;
	width:100px;
	height:100%;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid #E9CA00;
}

/* 列表页 End */

/* 列表单页 Start */



/* 列表单页 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:#a57f2c;
	display:block;
	line-height:32px;
	color:#fff;
}
ul.page li a span {
	background:#a57f2c;
	display:block;
	padding:0 12px;
}
ul.page li a:hover,ul.page li a.hover {
	background:#e6bc4e;
}
ul.page li a:hover span,ul.page li a.hover span {
	background:#e6bc4e;
}

ul.page li a span select {
	background:#a57f2c;
}
ul.page li a span select:hover {
	background:#e6bc4e;
}

ul.page li a span input {
	height:27px;
	border:0px;
	line-height:27px;
	text-align:center;
	color:#ffffff;
	background:#a57f2c;
}
ul.page li a span input:hover {
	background:#e6bc4e;
}


/* 分页 End */

/* 浮动QQ Start */

.KeFuDiv {
	position: absolute;
	width:118px;
	overflow:hidden;
	border:1px solid #d39933;
	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:180px;
	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:180px;
	vertical-align:middle;
}
.pro_list_pic a img {
	vertical-align:middle;
	max-width:180px;
	max-height:180px;
}
.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 {
	display:none;
	width:900px;
	height:100%;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
.pro_con_b {
	width:310px;
	height:310px;
	line-height:310px;
	overflow:hidden;
	border:1px solid #e1e1e1;
}
.pro_con_b img {
	width: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:#a57f2c;
	border:1px dashed #a57f2c;
}

/* 产品内容页 end*/


/* 导航 */
#nav_a {
	width:1004px;
	height:61px;
	background: url(../Q_images/hys_006.jpg) repeat-x;
	padding-bottom:7px;
}
#nav_a span {
	cursor: pointer
}
#navarea {
	width: 100%;
	height: 61px;
	margin: 0 auto;
}
#navarea ul {
	clear: both;
	float: left;
	/*width: 100%;*/
	padding: 4px 18px 0 18px;
}
#navarea li {
	float: left;
	height: 30px;
	font:12px/30px "宋体";
}
#navarea a {
	display:inline-block;
	width:86px;
	height:30px;
	float: left;
	display: inline-block;
	height: 30px;
	color: #000000;
	text-align:center;
	text-decoration: none;
}
#navarea .on a:link, #navarea .on a:visited, #navarea .on a:hover, #navarea .on a:active {
	float: left;
	display: inline-block;
	height: 30px;
	color: #000000;
	background: url(../Q_images/hys_004.jpg) no-repeat center;
}
#navarea .on a:link span, #navarea .on a:visited span, #navarea .on a:hover span, #navarea .on a:active span {
	display: inline-block;
	height: 30px;
	background: url(../Q-images/hys_004.jpg) no-repeat right;
}
#navarea .col {
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	float: right;
}
#navarea .col a {
	display: block;
	float: left;
	padding: 0 10px;
}
#navarea dl {
	clear: both;
	float: left;
	padding: 0;
	width: 100%;
	border-bottom:1px dotted #d3ba78;
}
#navarea dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: url(../Q_images/hys_005.jpg) no-repeat center;
}
#navarea dt {
	display:inline;
	float: left;
	margin:0 0 0 23px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: url(../Q_images/hys_005.jpg) no-repeat center;
}
#menu_a {
	clear: both;
	float: left;
	color: #ffe9d6;
	width: 990px;
	height: 30px;
}
#menu_a li {
	float: left;
	padding: 0 1px 0 1px;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}
#menu_a ul {
	<!--width: 890px;-->
	height: 30px;
	padding: 0px;
	margin: 0px;
	/*margin-left: 100px !important;*/
	_margin-left: 50px;
	display: inline;
	_display: inline;
}
#menu_a ul li {
	width:auto;
}
#menu_a li a:link, #menu_a li a:visited {
	color: #323431;
	width:auto;
	text-decoration: none;
}
#menu_a li a:hover, #menu_a li a:active {
	color: #f30;
	text-decoration: none;
}
#menu_a li strong {
	font-size: 14px;
	font-weight: normal;
}
#menu_a a {
	padding: 0 2px;
}
#menu_a a:link, #menu_a a:visited {
	color: #09f;
}
#menu_a a:hover, #menu_a a:active {
	color: #f50;
}
#menu_a span a:link, #menu_a span a:visited {
	color: #999;
}
#menu_a span a:hover, #menu_a span a:active {
	color: #f96;
}
/* 导航 */

/* ---------------------- 百叶窗banner  -------------------------- */
#slider-wrap{width:1004px; height:195px;}   /*可以修改宽高*/
#slider{position: relative; width:1004px; height:195px; background:#FFF;} /*可以修改宽高*/
#slider img{position:absolute; top:0; left:0; display:none; width:1004px; height: 195px;}/*可以修改宽高*/
.nivoSlider{position:relative;overflow: hidden;}
.nivoSlider img{position:absolute; top:0px; left:0px}
.nivoSlider a.nivo-imageLink{position:absolute; top:0px;display:block;left:0px;width:1004px;height:195px;border:0;padding:0;margin:0;z-index:6;}/*可以修改宽高*/
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-caption{position:absolute; left:0; bottom:0; background:#000;width:1004px; z-index:50; height: 40px; }/*可以修改宽高*/
.nivo-caption p{width:1004px;height: 40px; text-indent: -9999px}/*可以修改宽高*/
.nivo-controlNav{position:absolute; left:50%; bottom:10px; z-index: 100; display:none;}/*可以修改左右上下间距*/
.nivo-controlNav a{position:relative; z-index:99; cursor:pointer;background:#074d91}
.nivo-controlNav a.active{background:#ff6400;font-weight:bold}
.nivo-controlNav a{display:block; color: #fff; width:30px; height:20px; line-height: 20px; text-align: center; margin-right:3px; float:left; overflow: hidden;}/*可以修改宽高*/
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}   /*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a {display:block;width:30px;height:30px;text-indent:-9999px;border:0;}
a.nivo-nextNav {right:15px;}
a.nivo-prevNav {left:15px;}


#sliderA {position: relative;width: 305px; height:240px;overflow: hidden;margin-left:7px;}
#sliderA img { width:305px; height:240px;}
#sliderA li {position: absolute;top: 0;left: 0;}
.caption {/*opacity: 0.8;*/background: #917744;height: 25px;padding: 5px 0 0 0;color: #fff;text-align: center;font: 12px/25px '宋体';z-index: 200;}
.prev-link, .next-link {display: block;width: 24px;height: 24px;background-repeat: no-repeat;background-position: left top;position: absolute;bottom: 10px;z-index: 300;}
.prev-link {left: 10px;background-image: url(prev.png );}
.next-link {left: 40px;background-image: url(next.png );}
.circle {display: block;width: 16px;height: 16px;background: url(circle-empty.png ) no-repeat left top;position: absolute;bottom: 10px;z-index: 300;}
.circle-current {background-image: url(circle-full.png );}
#gdtw {
	width:100%;
	height:110px;
	float:left;
	overflow:hidden;
}
#gdtw li {
	display:inline;
	width:98%;
	height:24px;
	line-height:24px;
	float:left;
	margin:0 0 0 2%;
}
#gdtw li span {
	display:inline;
	line-height:19px;
	float:right;
	margin:2px 0 00 ;
}