﻿@charset "utf-8";
/* 通用类 */
*{margin:0;padding:0;}
body {
	margin:0 auto;
	padding:0;
	color:#737171;
	background-color:#FFFFFF;
	font-size:12px;	  
	line-height:150%;
	text-align:center;
	font-family: Verdana, Tahoma, "宋体";
	}/*font-family:Verdana, Arial,Tahoma,宋体*/
div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
dt,dd{clear:both;}
textarea,input{
	font-size:12px;
	margin:0;padding:0;
	}
table,td,tr,th,p{font-size:12px; margin:0 auto;line-height:24px; color:#737171}
/* 链接类 */
a:link {color:#737171;text-decoration:none;}
a:visited{color:#737171;text-decoration:none;}
a:hover{color:#C2130E;text-decoration:underline;}
a:active{color:#C2130E;}

a.lblack,a.lblack:link,a.lblack:visited {color:#e66700;text-decoration: none;}
a.lblack:hover{color:#e66700}
a.lwhite,a.lwhite:link,a.lwhite:visited {color:white; font-size:12px; font-weight:normal}
a.lwhite:hover{text-decoration: none;}
a.lgre,a.lgre:link,a.lgre:visited {color:#4a9260;text-decoration: underline;}
a.lgre:hover{text-decoration: none;}
a.lblue,a.lblue:link,a.lblue:visited {color:#83a4e7;text-decoration: underline;}
a.lblue:hover{text-decoration: none;}

/* 色彩类 */
.ttblue{color:#057abc;}
.tred{color:#ff4f02;}
.twhite{color:white;}
.tgre {color:#4a9260;}
a.tgre,a.tgre:link,a.tgre:visited {color:#4a9260;text-decoration: none;}
a.tgre:hover{text-decoration: none;}
.tgreen {color:#2F6507;}
.torange{color:#fe890c;}
a.torange,a.torange:link,a.torange:visited {color:#fe890c;text-decoration: none;}
/* 字体类*/
.px12{font-size:12px;}
.px14{font-size:14px;}
.bolds{font-weight: bold;}
.blackborder{border:1px solid #d7d7d7; margin:0 auto}
.blackborder3{border:3px solid #d7d7d7; }/* 2009-2-20 j*/
.orgborder{border:1px solid #edbe40; margin:0 auto}
.btmborder { border-bottom:1px solid #eaeaea;}
.rigborder { border-right:1px solid #eaeaea;}
.pading5 { padding-left:5px;}
.pading30 { padding-left:30px;}
.pading16 { padding-left:16px;}
.underlines,a.underlines:link,a.underlines:visited {text-decoration: underline;}
.nolines,a.nolines:link,a.nolines:visited {text-decoration: none; background:none;}
/* 展示类 */
.dis{display:block}
.undis{display:none}
.lefts{float:left;}
.rights{float:right;}
.tbcenter{margin:0 auto;}
.txtcenter{text-align:center;}
.txtindent{ margin-left:29px;}
.txtleft{text-align:left;}
.clr{font-size:0;width:1px;clear:both;visibility:hidden;line-height:1px;}
.mgn { margin:20px auto;}
.mgn2 { margin:2px;}
.tenlin { line-height:10px; height:10px;}
.tabpad10 { padding:10px;}
.btht {font-size:14px;color: #0a6e28; font-family:"黑体"; text-decoration:none}
/* 主体部分 */
.root {
	margin: 2px auto;
	padding: 0px;
	width: 848px;
	background:#FFFFFF;
}/*overflow 后加20090119J */
.root #left {float: left; width: 216px;}/* 由于此元素是浮动的，因此必须指定宽度 */
.root #main {margin: 0 0 0 222px!important;margin: 0 0 0 219px; }/* 要考虑兼容问题，改左侧宽度，火狐接受222，IE7接受219 */
.root h1 { width:100%; height:28px; margin:0; line-height:28px; color:#0a6e28; background:#ededed; font-weight:normal; font-size:12px; text-align:left; text-indent:16px;}
.cpmain {width:621px!important;width:626px;height:478px!important; height:498px;background:#f0f0f0;margin:6px 0px 6px 0px!important; margin:6px 0px 6px 0px; padding-top:10px; padding-left:5px; padding-bottom:10px;}
/* 相册列表使用 */
.xcmain {width:608px!important;width:626px; height:auto;*height:140px!important; *height:160px;background:#ffffff; border:#eaeaea solid 1px;margin:4px 0px 4px 0px!important; margin:4px 0px 4px 0px; padding:8px; }
/*.xcpic { margin-right:15px; width:156px; float:left; display:inline}原来有，删除串，再后加20090119J */
.xctext { text-align:left; color:#737171; line-height:24px; margin:0 0 0 178px; border-left:#dedede solid 1px; padding-left:15px; }
.xctext h2 { font-size:14px; margin:6px 6px 6px 0;}
.xctext table { margin:0}
/* 相册列表结束 */
.cppic { background:url(../images/bg_cp.gif) no-repeat; width:198px!important; width:201px; height:150px!important; height:156px; padding-left:3px; padding-top:6px; margin:2px; float:left; display:inline}
.list { width:213px!important;width:215px; border-left:#dddddd solid 1px; border-right:#dddddd solid 1px; overflow:hidden}
.list h1 { width:215px; height:30px; line-height:30px; font-family:"黑体"; font-size:14px; color:#187735; background:#dddddd; margin-bottom:10px;}
.list p { width:152px; height:22px; line-height:22px;color:#0a6e28; border-bottom:#c9c9c9 solid 1px; text-align:left; margin-bottom:2px;}
.list .nobtm { border-bottom:none; margin-bottom:10px;}
.list span { margin-left:30px;}
.list img {
	margin:2px;
	vertical-align: middle;
}
.list a { color:#0a6e28; text-decoration:none}
.list a:visited { color:#0a6e28; text-decoration:none}
.imgbtm { margin-bottom:5px;}
/* 项部登录 */
#dlline { width:100%;border-top:#9ea691 solid 4px; margin:0}
#dlbox { width:100%;border-top:#9ea691 solid 6px; margin:0; background:url(../images/bg_dl.gif) repeat-y; height:27px;}
.dlnr {height:27px; line-height:27px;text-align:right; padding-right:4px; background:#9ea691; color:#FFFFFF}
.dlnr a { color:#FFFFFF; text-decoration:none}
.dlnr a:visited { color:#FFFFFF; text-decoration:none}
/* 头部 */
#cmenu { width:848px; height:60px; margin:0 auto; border-bottom:#eebe40 solid 3px; margin-bottom:6px; position:relative}
#clogo { position:absolute; bottom:5px; left:4px; width:220px;text-align:left}
#naro { position:absolute; top:24px;*top:21px!important;*top:20px; left:230px; width:618px; text-align:left}
/*#naro { position:absolute; bottom:3px; left:230px; width:618px; text-align:left}*/
#cmenu778 { width:778px; height:60px; margin:0 auto; border-bottom:#eebe40 solid 3px; margin-bottom:6px; position:relative}
#clogo778 { position:absolute; bottom:5px; left:4px; width:142px;text-align:left}
#naro778 { position:absolute;top:24px;*top:23px!important;*top:23px; left:180px; width:618px; text-align:left}
#menu {clear:both;}
#menu ul{margin-left:4px;}
#menu li{display:inline; list-style-type:none}
#menu a {font-size:14px;color: #0a6e28; font-family:"黑体"; text-decoration:none}
/*#menu a span {display:block;background:url(../images/bg_menu3.gif) repeat; 
	padding-left:12px;
	padding-top:9px; 
	padding-right:12px;
	padding-bottom:8px;
	width:63px!important; width:87px;text-align:center; float:left}*/
#menu a span {display:block;background:url(../images/bg_menu3.gif) repeat; 
	padding:10px 10px 8px 10px;
	*padding:10px 10px 8px 10px!important;
	*padding:10px 0 8px 0;
	width:64px;
	*width:64px!important;
	*width:84px;
	text-align:center; float:left}
#menu a:hover {
	background-position:0-37px;
	cursor: hand;
}
/*#menu a:hover span {color:#FFFFFF; background-position:100% -37px;}2009-4-21 jyz*/
#menu a:hover span {text-decoration: underline;}
#menu .last {background-position:100% -37px; color:#FFFFFF}

/* 底部落款 */
#pbtm { width:auto; border-top:#c1bebe solid 1px; margin-top:4px; background:#fafafa; padding:10px;}
#pnr { width:778px; margin:0 auto;}
/* 制作照相册 */
.root #sidebar1 {
	float: left; 
	width: 20px; 
	background: #eeeeee; 
	padding: 65px 0; }/* 由于此元素是浮动的，因此必须指定宽度 */
.root #sidebar2 {
	float: right; 
	width: 20px; 
	background: #eeeeee; 
	padding: 65px 0; 
}/* 由于此元素是浮动的，因此必须指定宽度 */
/*.root #maindiv1 {
  margin: 0 20px 0 20px; 
  padding: 3px;

}*/
.barbg { background:#eeeeee; width:100%; height:25px; margin-bottom:10px;}
.barbg090119 { background:#eeeeee; width:100%; height:25px; margin-bottom:10px;}
/*.barpic { background:#FFFFFF; width:100%; padding:5px; overflow:hidden;}应用在增值制作页，后没用，暂保留 20090119g */
.barpic {width:100%; padding:0; margin:0; height:128px;overflow:hidden; }/*2009-2-18 g*/
.xcpic { float:left; width:140px; height:80px;}
.xcpic p { height:30px; line-height:30px;}
.imghuik { border:#b5b9ba solid 5px; margin:20px auto;}
.root #rignote {float: right;width:170px!important; width: 200px;padding: 15px;}
.root #rignote h2 { font-size:12px; margin:4px 4px 4px 0; text-align:left}
.root #rignote p { line-height:24px; color:#737171}
.root #rignote2 {float: right;width:200px!important; width: 200px;}
.root #rignote2 h2 { font-size:14px; margin:6px;}
.root #rignote2 p { line-height:24px; color:#737171; padding:15px}
.root #maindiv2 {  margin: 0 200px 0 0; padding:2px;height:auto !important;height:300px;min-height:300px;}/*border-right:#dddddd solid 1px;应用min-height解决在IE中分隔线不全的问题 20090120g */
.root #maindiv3 {  margin: 0 200px 0 0; padding: 0px;}
.div2bt { width:100%; border-bottom:#dddddd solid 1px; height:35px; text-align:left; padding-top:8px;  margin-bottom:8px; position:relative}
.div2bt .wz { position:absolute; top:8px; left:15px; line-height:20px;}
.div2bt .btncls {position:absolute; top:8px; right:15px; text-align:right; width:200px}
.rigpad {padding-top:0}
.mypics1 { float:left; width:90px; height:106px;}
.mypicbg {
	width:70px;
	height:67px!important;
	height:70px;
	line-height: 70px;
	background-color: #EDEDED;
	background-position: center;
	vertical-align: middle;
	padding-top:3px;
	color:#000000;
	margin:4px auto;
}
.mypics2 { float:left; width:154px; height:94px;}
.mypicbg2 { background:url(../images/090112_xc_nr__12.jpg) no-repeat;
	width:126px;
	height:71px!important;
	height:73px;
	line-height: 71px;
	background-position: center;
	vertical-align: middle;
	padding-top:3px;
	color:#000000;
	border:#e0e0e0 solid 1px;
	margin:6px auto;
}
#nav { margin:0;}
#nav li{
	float:left; list-style:none;
}
#nav li a{
	color:#0a6e28;
	text-decoration:none;
	padding-top:4px;
	display:block;
	width:60px;
	height:18px!important;height:22px;
	text-align:center;
	background-color:#eeeeee;
	margin-left:2px;
}
#nav li a:hover{
	background-color:#FFFFFF;
	color:#0a6e28;margin-top:3px; padding-top:1px;
}/*2009-2-19 g margin-top:2px;padding-top:2px;*/
#nav .last {background-color:#FFFFFF;color:#0a6e28;width:60px;margin-top:3px; padding-top:1px; }/*2009-2-19 g display:block;*/
#nav .lastw {background-color:#FFFFFF;color:#187735;margin-left:6px;width:60px;border-bottom:#CCCCCC solid 1px;}
#nav .lasthui {background-color:#eeeeee;color:#0a6e28;margin-left:8px;padding-top:4px;}
/*20090204马克杯选择模板*/
#nav .bei090204{width:60px;display:block;}
#nav .beimb01 {background-color:#eeeeee;color:#b89508;margin-left:8px;padding-top:1px;}
#nav .beimb02 {background-color:#FFFFFF;color:#c78749;margin-left:6px;width:60px;border-bottom:#CCCCCC solid 1px;margin-top:3px; padding-top:1px;}

/* 800宽小页 */
.root800a {
	margin: 2px auto;
	padding: 0px;
	width: 800px;
	background:#FFFFFF;
}
.div800 {border:#f0f0f0 solid 6px; width:772px;*width:772px!important;*width:772px;padding:0 8px 8px 8px; margin:0 auto;}
.div800_0302 {border:#f0f0f0 solid 6px;width:776px; padding:0 8px 8px 4px; margin:0 auto;}
.btbg753 {background:#f0f0f0; width:753px; height:26px; margin:8px auto; color:#0a6e28; position:relative}
.btwz {position:absolute; top:4px; left:15px; font-family:"黑体"; font-size:14px;}
.btncls {position:absolute; top:4px; right:5px; text-align:right; width:300px}
.nrbg750 {width:753px; height:26px; margin:8px auto; color:#0a6e28; position:relative}
.picbg774 {width:778px; margin:0 auto 10px 5px;}
.picbg770 {width:748px; margin:15px auto 1px 20px;}
.pic801 { width:83px; border:#e3e3e3 solid 1px; padding:1px; margin:4px; float:left; display:inline}
.picbg185 { width:184px; height:185px; float:left; text-align:left;}
.picbg148 { width:124px; height:100px; background:url(../images/090113_picbg01.jpg) no-repeat; padding-left:24px; padding-top:24px;}
.picbg145 { width:145px; height:140px; float:left; text-align:left;}
.picbg108 { width:108px; height:86px; border:#e3e3e3 solid 1px; text-align:center;vertical-align:middle; padding-top:8px;}
/* 378宽小页 */
.div378 {border:#f0f0f0 solid 6px; width:366px!important;width:378px; padding:0 8px 8px 4px; margin:0 auto;}
.btbg358 {background:#f0f0f0; width:358px; height:26px; margin:8px auto; color:#0a6e28; position:relative}
/* 批量上传页 */
.btbg778 {background:#f0f0f0; width:778px; height:26px; margin:8px auto; color:#0a6e28; position:relative}
/*.yourtu { background:#f0f0f0;border:#b5b9ba solid 5px; margin:20px auto; width:620px; height:268px; line-height:268px; font-size:14px;}*/
.yourtu {margin:20px auto; width:620px; height:auto;border:#b5b9ba solid 5px;}/*2009-2-12 g*/
.yourtu2 {border:#b5b9ba solid 5px;}/*2009-2-12 j*/
/* 090116定制产品 */
.xcpic16 { float:left; width:120px; height:120px; padding-top:8px;vertical-align:middle; line-height:120px;}
.xcpic16 p { height:20px; line-height:20px;}
/*.root #sidebar116 {
	float: left; 
	width: 20px; 
	background: #eeeeee; 
	padding: 78px 0;}
.root #sidebar216 {
	float: right; 
	width: 20px; 
	background: #eeeeee; 
	padding: 78px 0;
}由于此元素是浮动的，因此必须指定宽度 */

.xcpictl { float:left; width:158px;}
.nianli16 { width:620px; height:auto !important;height:350px;min-height:350px; margin:10px auto;vertical-align:middle;}/*应用min-height使年历和马克杯可共用 20090204g */
/* 090116主题分类 */
.ztm16 {width:620px!important;width:626px; overflow:hidden;background:#ffffff;margin:6px 0px 6px 0px!important; margin:6px 0px 6px 0px; padding-top:10px; padding-left:3px; padding-right:0px; padding-bottom:10px; border:#eaeaea solid 1px;}
.ztpic16 { width:180px; height:240px; line-height:20px; float:left; margin:4px 12px 4px 14px; display:inline;}/*height:286px; g height:240px 20090302;*/
.line090116 { width:90%; height:1px; border:0; border-bottom:#000000 dashed 1px; margin:0 auto;}
/* root内引用root在火狐多2象素，新增样式root0120---090120J */
.root0120 {
	width: 846px;
	border:1px solid #d7d7d7; 
}
.line_bg224 {background:url(../images/20090224_bg.jpg) repeat-y;}/*2009-2-24 j 解决分隔线不全*/
.mb090206sb {float:left; width:99px; height:130px;}
/*.mb090206f {float:left; width:130px; height:130px;}*/
/*2009-2-11 水晶列表页新增加*/
.sjlist2 { text-align:left; color:#737171; line-height:24px; margin:0 0 0 300px; border-left:#dedede solid 1px;}
.sjlist2 h2 { font-size:14px; margin:6px 6px 6px 0;}
.sjlist1 { float:left; width:300px; height:auto;}
.sjlist1 h2 { font-size:14px; margin:6px 6px 6px 0;}
/*2009-2-11 水晶列表页新增加*/
/*2009213 j start*/
#ctlbg2009213 { background:url(../images/20090213bg_ctl.jpg) no-repeat; width:478px; height:313px;margin-top:20px; position:relative}
#ftlbg2009213 { background:url(../images/20090310_bg.jpg) no-repeat; width:377px; height:352px; margin-top:20px; position:relative}
#tlhuan2009213 { top:1px; left:36px; z-index:4; position:absolute}
#tlhuan20090310 { top:1px; left:12px; z-index:4; position:absolute}
#tlimg2009213 { top:9px; left:1px; z-index:2; position:absolute}
/*2009213 j end*/
/*2009216 j start*/
#glbg2009216 {width:327px; height:403px; position:relative}
#glhuan2009216 { top:0; left:6px; z-index:4; position:absolute}
/*2009216 j end*/
/*2009222 j start*/
.root #left0222 {	float: left; width: 500px; text-align:left;}/* 由于此元素是浮动的，因此必须指定宽度 */
.root #main0222 {margin: 0 0 0 502px!important;margin: 0 0 0 502px; text-align:right }
.cyjg09222 { padding-left:10px; height:33px; line-height:33px; border-bottom:#e0e0e0 solid 1px; text-align:left}
#hzhb2009223 { background:url(../images/20090223bbg_3.jpg) no-repeat; width:776px; height:82px; padding-top:20px; margin-bottom:10px;}/* 2009-5-31 height从60到80 为PPTAKE加一行友链*/
#hzhb2009223 p { margin:0px 5px 4px 64px; width:700px; text-align:left; line-height:24px;}/* width从680到720*/
.hzhblink,a.hzhblink:link,a.hzhblink:visited { color:#747474; text-decoration:none}
#jcxc2009223 { background:url(../images/20090223bbg_1.jpg) no-repeat; width:777px; height:144px; margin-top:11px; position:relative}
#jcxc_bt_223 { position:absolute; top:14px; left:25px; color:#747474}
#jcxc_more_223 {position:absolute; top:14px; left:725px;}
#jcxc_bdpic_223 {position:absolute; top:40px; left:12px;}
#jcxc_bxpic_223 {position:absolute; top:48px; left:531px;  text-align:left}
.bg_bdpic_223 { background:url(../images/20090223bbg_4.jpg) no-repeat; width:85px; height:82px; padding-top:5px; margin:4px 8px; float:left; display:inline}
.mgn223 { margin:4px;}
/*2009222 j end*/
/*2009224 j start*/
#btphoto224_bg { width:778px; height:323px; margin:0 auto; position:relative}
#btphoto224_pic { position:absolute; top:0; left:0; z-index:1}
#btphoto224_num { position:absolute; top:265px;left:0; z-index:4}
#btphoto224_ico { position:absolute; top:296px; left:2px; z-index:2; color:#747474}
#btphoto224_p { position:absolute; top:296px; left:32px; z-index:3; color:#747474}
#btphoto224_num li{
	float:left; list-style:none;
}
#btphoto224_num li a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	background-color:#969696;
	
}/*margin-right:0;*/
#btphoto224_num li a:hover{
	background-color:#eebe40;
	color:#FFFFFF;
}/*2009-2-19 g margin-top:2px;padding-top:2px;*/
#btphoto224_num .dotin {background-color:#eebe40;color:#FFFFFF;}
#selectmb { position:relative; width:846px; height:174px;border:1px solid #d7d7d7; }
#sidebar116 { position:absolute; width:20px;padding: 78px 0; top:0; left:0;background:#eeeeee; z-index:7}
#sidebar216 {position:absolute; width:20px; padding: 78px 0;top:0; right:0;background:#eeeeee; z-index:8}
#maindiv1 { position:absolute; top:4px; left:26px; width:790px; z-index:6;}
/*2009224 j end*/
/*2009225 j help start*/
#box2009225 { width:852px; margin:0 auto; color:#4b4b4b;}
#bt2009225 { width:851px; background:#ededed; height:28px; line-height:28px; color:#037106; font-weight:bold; text-align:left; text-indent:2em; margin:0 auto 6px auto;}
#zs0225 { background:url(../images/gywm224_02.jpg) no-repeat; width:851px; height:162px; font-size:14px; position:relative}
#zs0225_a1 { position:absolute; top:9px; left:20px;}
#zs0225_a2 { position:absolute; top:9px; left:234px;}
#zs0225_a3 { position:absolute; top:9px; left:434px;}
#zs0225_a4 {position:absolute;top:9px;left:643px;}
.list225 { width:823px; height:136px; margin:8px auto; border-bottom:#bbbbbb dashed 1px; position:relative}
.list225 #list225_img { position:absolute; top:8px; left:14px;}
.list225 #list225_nr { position:absolute; top:10px; left:250px; text-align:left}
#con225 { width:790px; margin:8px auto; text-align:left}
/*2009225 j help end*/
.yichuyincang {
	width:75px;
	height:75px;
	overflow:hidden;
}
/*==top start=================================================================================*/
/*#top {
	margin: 0px;
	background:url(../images/index_02.gif) repeat-x;
	height:88px; 
}
#top_cnc {
	margin: 0px;
	background:url(../images/index_02.gif) repeat-x; background-position:bottom;
	height:95px; 
}
#tbox {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	
}
#logo {

	margin-top:11px;
	float:left;
}
#rig {
	margin-top:12px; 
	float:right;
}
#logo_cnc {
	width: 148px;
	margin-top:8px;
	float:left;
}
#rig_cnc {
	margin-top:4px; 
	float:right;
}
#nar_cnc {
	font-size: 12px;
	color: #316506;
	text-decoration: none;
	font-family: "宋体";
	height: 35px;
	width: 510px;
	float:right;
	overflow:hidden;
	text-align: right;
	padding-top:4px;
	margin-top:4px;
	margin-bottom:8px;
}
#nar_cnc a {color:#316506;text-decoration: none;font-weight:normal;}
#nar {
	font-size: 12px;
	color: #316506;
	text-decoration: none;
	font-family: "宋体";
	height: 32px;
	width: 450px;
	float:right;
	overflow:hidden;
	text-align: right;
	padding-top:4px;
}
#nar a {color:#316506;text-decoration: none;font-weight:normal;}
#menu {clear:both;}
#menu ul{float:right; margin-left:4px; margin-top:0px;}
#menu li{display:inline; list-style-type:none}
#menu a {font-size:14px; font-weight:bold;color: #316506; text-decoration:none}
#menu a span {display:block;background:url(../images/menu2.gif) repeat; padding-left:35px; padding-top:12px; padding-right:20px; padding-bottom:12px; width:62px; float:left}
#menu a:hover {
	background-position:0-40px;
	cursor: hand;
}
#menu a:hover span {color:#000000; background-position:100% -40px;}
#menu .last {background-position:100% -40px;}
#Layer1 {
	position:absolute;
	width:165px;
	height:105px;
	z-index:1;
	margin-left:-177px;
	margin-top:18px;
	background-image: url(../images/0418_help1.gif);
	visibility: hidden;
	filter: Alpha(Opacity=95, FinishOpacity=10, StartX=0, StartY=0);
}
#logo_hlj {
	width: 148px;
	margin-top:8px;
	float:left;
}*/
/*==top end=================================================================================*/
/*==bottom start============================================================================*/
#bottom {
	background:url(../images/bbg.gif) repeat-x;
	clear:both;
}
#bbox {
	width:780px;
	margin-left:auto;
	margin-right:auto; 
	margin-bottom:10px;
}
#bblogo { 
    width:100px;
	float:left
}
#bbox_cnc {
	width:848px;
	margin:0 auto 10px auto;
}/*height:120px;	margin-right:auto; */
#bblogo_cnc { 
    width:160px;
	padding-top:26px;
	float:left;
}/*margin-left:130px!important;margin-left:65px;margin-top:18px;*/
/*p {
	font-family: "宋体";
	font-size: 12px;
	color: #5E5E5E;
	text-decoration: none;
}

a:link {
	color: #5E5E5E;
	text-decoration: none;
}
a:visited {
	color: #5E5E5E;
	text-decoration: none;
}
a:hover {
	color: FF9900;
	text-decoration: none;
}*/
#bb {
	
	float:left;
	margin-top:20px;
	margin-left:10px;
}
#bnar {
	margin-top:18px;
	margin-left:0px;
	float:left;
}/*width:420px;5月4日去除	float:left;
	display:inline;*/
#cnc_zhifubao { width:176px;padding-top:36px; float:right}
#bnar_cnc {
	margin:16px 176px 16px 170px;
	line-height:18px;
	text-align:left;
}
#bnar_cnc p {line-height:18px;}
#bbox_tj {
	width:778px;
	height:120px;
	margin-left:auto;
	margin-right:auto; 
	margin-bottom:10px;
}
#bblogo_tj { 
    width:100px;
	margin-top:18px;
	margin-left:40px!important;
	margin-left:20px;
	float:left
}
#bnar_tj {
	margin-top:20px;
	margin-left:50px;
	width:500px;
	line-height:18px;
	text-align:left;
	float:left;
}
#bnar_tj p {line-height:18px;}
#bbox_hlj {
	width:778px;
	height:120px;
	margin-left:auto;
	margin-right:auto; 
	margin-bottom:10px;
}
/*#bblogo_hlj { 
    width:100px;
	margin-top:18px;
	margin-left:40px!important;
	margin-left:80px;
	float:left
}*/
#bblogo_hlj { 
    width:100px;
	margin-top:18px;
	margin-left:20px!important;
	margin-left:20px;
	float:left
}
#bnar_hlj {
	margin-top:20px;
	margin-left:20px;
	line-height:18px;
	text-align:left;
	float:left;
}
/*==bottom end============================================================================*/
/*==main start============================================================================*/
/*body {
	font-family:Verdana, Tahoma, "宋体";
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#99BBEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #AADDFF;
	scrollbar-darkshadow-color: #88CCDD;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #e4e4e4; */
/*SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #a0a0a0; 
SCROLLBAR-3DLIGHT-COLOR: #a0a0a0; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
SCROLLBAR-BASE-COLOR: #e4e4e4;
}
img {
border:0;
}
a {
    color:#0033CC;
	text-decoration:none;
	font-size: 12px;
}*/
.textPage{
    color:#000000;
	font-size: 12px;
}

/*td {
	font-family: Verdana, Tahoma, "宋体";
	font-size: 12px;
}*/
.heading {
	font-family: Verdana, Tahoma, "宋体";
	font-size: 14px;
	font-weight: bold;
}
.textAnmedia {
	font-family: Verdana, Tahoma, "宋体";
	font-size: 12px;
	color: #003E11;
}
.textWhite {
	font-family: Verdana, Tahoma, "宋体";
	font-size: 12px;
	color: #FFFFFF;
}
.textRed {

	font-family: Verdana, Tahoma, "宋体";
	font-size: 12px;
	color: #FF0000;
}
input,select,textarea {
	font-family: Verdana, Tahoma, "宋体";
	font-size: 12px;
	color: #075820;
}
.txtInput {
	border: 1px dashed #4B8758;
}
.input {
	border: 1px solid #b3b9c3;
}
.button {
font: 12px Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
padding: 0 5px;
color: #000000;
background-image: url("/admin/images/btn_bg.gif");
background-repeat: repeat-x;
border: 0px;
line-height: 17px;
height: 20px;
width: 105px;
}
.button_ro {
font: 12px Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
padding: 0 5px;
color: #000000;
background-image: url("/admin/images/btn_bg_ro.gif");
background-repeat: repeat-x;
border: 0px;
line-height: 17px;
height: 20px;
width: 105px;
}
.button_click {
font: 12px Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;
padding: 0 5px;
color: #000000;
background-image: url("/admin/images/btn_bg_click.gif");
background-repeat: repeat-x;
border: 0px;
line-height: 17px;
height: 20px;
width: 105px;
}
li{
list-style-type:none;
}
/*==main end============================================================================*/
/*==index start============================================================================*/
/*body,p,td,div {margin: 0px;font-family: "宋体";line-height:16px; font-size:14px;text-decoration:none;word-break: break-all;}
h1 {
	font-family: "黑体";
	font-size: 18px;
	color: #5F9B2E;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #316506;
	text-transform: uppercase;
}
p,td {	
	font-size: 12px;
	line-height: 16px;
	color: #5E5E5E;
}*/
#box {
	width:778px;
	margin:0 auto;
	background-color:#FFFFFF;
	background:url(images/index_02.gif) repeat left;

}
#box9 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/index_02.gif) repeat left;

}
#banner {margin:14px 0px;width:778px;overflow: hidden;} /*417_g width:684px;*/
/*#gg413 {background:url(../images/0415_m1.gif) no-repeat left; width:778px; height:154px; margin-bottom:14px;}background:url(../images/20090222bg02.jpg) no-repeat left; */
#gg413 {background:url(../images/20090222bg02.jpg) no-repeat left; width:778px; height:159px; margin-bottom:14px;}
#gg413 ul{margin-left:0px; margin-top:0px; padding-left:0px;}
#gg413 li { list-style:none;
	margin:0 0 0 6px;
	padding:0 0 0 6px;
	background:url(../images/0407_icon1.gif) no-repeat left 6px;
	height:20px;
	color:#525050;
	overflow:hidden;
	line-height:20px;}/**/
.ggnr {
	float:left;
	width:234px!important;
	width:230px;
	/*margin:10px 2px 8px 16px;*/
	margin:55px 2px 8px 16px;
	text-align:left; line-height:18px; padding:3px; font-size:12px;
}
.ggnr3 {
	float:left;
	width:214px!important;
	width:210px;
	/*margin:10px 2px 8px 16px;*/
	margin:55px 2px 8px 36px;
	text-align:left; line-height:18px; padding:3px; font-size:12px;
}
.ggnrn { list-style:none;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	/*background:url(../images/0407_icon1.gif) no-repeat left 8px;*/
	height:20px;
	overflow:hidden;
	line-height:20px;}
/* 2009-3-12 j pptake_index abc*/
#gg_abc {width:778px; height:159px; margin-bottom:14px; position:relative}
#gg_abc ul{margin-left:0px; margin-top:0; padding-left:10px; padding-top:10px; text-align:left}
#gg_abc li { list-style:none;
	margin:0 0 0 6px;
	padding:0 0 0 6px;
	background:url(../images/0407_icon1.gif) no-repeat left 6px;
	height:20px;
	color:#525050;
	overflow:hidden;
	line-height:22px;}/**/
.ggnra { position:absolute; top:0; left:0; width:255px;}
.ggnra ul { background:url(../images/abc_312_09.gif) no-repeat; width:255px; height:113px;}
.ggnrb { position:absolute; top:0; left:265px; width:267px;}
.ggnrb ul { background:url(../images/abc_312_10.gif) no-repeat; width:267px; height:113px;}
.ggnrc { position:absolute; top:0; left:542px; width:233px;}
.ggnrc ul { background:url(../images/abc_312_11.gif) no-repeat; width:233px; height:113px;}


#pro {
	width:468px;
	background:url(../images/0413_m2.gif) no-repeat left;
	height:266px; 
	margin-top:0px!important;
	margin-top:-4px;
}
#pro .re{ color:#FF6000}
#pro .me{ font-size:14px; font-weight:bold; color:#5F9B2E}
#pro li {list-style:none; line-height:20px;}
#pro dt {line-height:16px; width:52px; float:left}
#pro dd {color:#525050;font-size:12px;}
#pro ol {margin-left:14px; margin-top:35px!important; /* IE7+FF */ margin-top:35px;}
#our {width:468px;background:url(../images/index_38.gif) no-repeat left;height:340px; margin-top:14px!important; /* IE7+FF */ margin-top:2px;}
#our li {list-style:none; line-height:16px; font-size:12px; color:#6D6E71}
#our ul { padding-top:35px; margin-left:14px; margin-right:14px}
#our h2 {
	font-size: 14px;
	font-weight: bold;
	color: #316506; line-height:4px; padding-top:16px; margin-bottom:7px;
}
.zt {border:#E1E1E1 solid 1px;}/*灰色全框*/
#list {
	width:297px;
	background: left #F9F9F9;
	height:481px; 
	border:#E1E1E1 solid 1px; margin-top:10px;
}

/*#bottom {
	width:100%;float:left; margin-top:0px;
}#link {float:left;margin-top:0px;padding-top:0px;}
#main {float:right; margin-left:0px; *margin-left:8px !important; *margin-left:8px}*/
#link {float:left; width:534px;}
#main {margin:0 0 0 536px;}/*2009-2-12 g*/
#main223 {margin:0 0 0 542px;}/*2009-2-23 j*/
.item{
	float:right;
	width:272px;
	margin:4px!important; /* IE7+FF */
	margin:2px;
	text-align:left; line-height:22px; 
	padding:3px!important; /* IE7+FF */
	padding:2px;
}
.sep01
{
	width:282px;
	background:url(../images/index_43.gif) no-repeat left top;
	height:6px;
	float:right;
	margin:0; padding-right:4px;
}

.myb{
	float:left;
	width:188px;
	margin:25px 4px 0px 0px;
	/*margin:8px 5px 0;
	text-align:left; line-height:22px; padding:3px;*/
}
.myb2 {
	float:left;
	width:108px; margin:15px 20px;
	/*margin:8px 5px 0;
	text-align:left; line-height:22px; padding:3px;*/
}
.recom_title {
background:url(../img/b_01.gif) no-repeat left center;
}
.recom {font-family: "黑体";font-size: 18px;color: #5F9B2E;text-decoration: none; line-height:30px;
}
.recom416 {font-size: 14px;color: #4F9717;text-decoration: none; line-height:30px; font-weight:bold;
}
#help { clear:both; background:url(../images/bbg_2.gif) no-repeat left;width:768px!important; /* IE7+FF */ width:777px; height:151px; margin:14px 0px 14px 0px!important; margin:8px 0px 14px 0px;padding-left:10px!important; /* IE7+FF */ padding-left:1px;}
#help2009223 { clear:both; background:url(../images/20090223bbg_2.jpg) no-repeat left;width:768px!important; /* IE7+FF */ width:777px; height:140px; margin:11px 0px 11px 0px!important; margin:8px 0px 11px 0px;padding-left:10px!important; /* IE7+FF */ padding-left:1px;}
#help2009223 ul{margin-left:0px; margin-top:0px; padding-left:0px;}
#help2009223 li { list-style:none;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/0407_icon1.gif) no-repeat left 8px;
	height:20px;
	color:#525050;
	overflow:hidden;
	line-height:20px;}/**/
#help ul{margin-left:0px; margin-top:0px; padding-left:0px;}
#help li { list-style:none;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/0407_icon1.gif) no-repeat left 8px;
	height:20px;
	color:#525050;
	overflow:hidden;
	line-height:20px;}/**/
.help1 {
	float:left;
	width:120px;
	color:#525050;
	/*margin:10px 2px 8px 16px;*/
	margin:16px 12px 8px 12px;
	text-align:left; line-height:18px; padding:3px; font-size:12px;
}
.help2 {
	float:left;
	width:110px;
	color:#525050;
	/*margin:10px 2px 8px 16px;*/
	margin:16px 8px 8px 26px;
	text-align:left; line-height:18px; padding:3px; font-size:12px;
}
/*#mybbt1 {
background:url(../images/419_bg1.gif) no-repeat; width:778; font-size:12px; color:#4F971A; font-weight:bold; padding:9px 28px 9px 25px; margin-top:15px; text-align:left; }2009-2-17 g margin-top:20 g 10; text-align:center*/
#mybbt1 {background:#f7f7f6; height:28px; line-height:28px; color:#44680a; font-weight:bold; text-align:left; text-indent:2em; margin:6px auto 12px auto;}
#mybbt2 { margin-top:15px; float:left; width:778px;
}
#mybbt91 {
background:url(../images/bg06.gif) no-repeat; width:900; font-size:18px; font-family:"黑体"; color:#FFFFFF; padding:15px 28px; margin-top:20px; }
#mybbt92 {margin-top:20px;margin-bottom:20px; float:left; width:870px; background:url(../images/mkb02.gif); padding-left:30px; padding-top:14px; padding-bottom:14px; }
.mybbtt2 {font-size:12px; color:#316408;}
#mybbt3 { margin-top:17px; float:left; /*width:684px;*/width:778px;
}/*屏蔽了 padding-left:28px; ---王岳----*/
#mybbtt3 { margin-top:20px; padding-left:28px; float:left;
}
#upp2 { width:170px; float:left; margin-top:15px;}/*2009-2-17 g*/
#upp2 td { text-align:left}/*2009-2-17 j*/
#upp3 { margin:15px 0 15px 178px;}/*2009-2-17 g*/
#upp3 td { text-align:left}/*2009-2-17 j*/
#upp4 { margin-top:20px;  float:left;}/*margin-left:15px;*/
#mybbt31 { margin-top:20px; background:url(../images/myp_bg1.gif) no-repeat; width:153px; padding-left:28px; float:left; margin-bottom:20px; padding-top:25px; padding-left:23px; padding-bottom:30px;
}
#mybbt32 { margin-top:70px; float:left; padding-left:28px; color:#2F6505;
}
#mybbt4 {
background:url(../images/419_bg1.gif) no-repeat; width:750px!important; width:750px; font-size:12px; color:#4F971A; padding:9px 0px 9px 25px; margin:20px 0px; clear:both; }
#login {
	padding-top:2px; text-align:center;
}
hr {
	padding-top:2px;width:98%; color:#E7FFC5; height:1px;
}
#f_login legend {
	display:none;
}
#f_login {
	font-size:14px; 
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#f_login_name,
#f_login_pass {
	background-color: #E7FFC5;
	width: 355px;
	border: 1px solid #7FC31C;
	margin:5px 0;
}
#login li {
	width:80%;
	display:list-item;
	list-style:none;
	line-height:100%;text-align:left;
}
.myb4_img {padding-left:60px!important; padding-left:60px;}/*缩进70象素*/
.myb4_w {
font-size:14px; color:#5A8F0D; padding:4px}
.upp1 {
background:url(../images/upp2_03.gif) no-repeat;font-size:18px; font-family:"黑体"; color:#FFFFFF; padding-left:28px; padding-top:13px; padding-bottom:13px}
.pleft {padding-left:45px}/*缩进45象素*/
.w_org {color:#FF8A00; font-weight:bold}
.w_orgline {border:#FF8A00 solid 1px}/*桔色全框*/
.w_padt {padding-top:7px;}
.list3 {
	float:left;
	width:260px;
	margin:15px 20px 15px 40px;
	text-align:left; line-height:22px; padding:3px;
}
.upp5 {padding:6px; border:#7FC31C solid 1px;}/*绿色全框*/
.cyp1 {padding-left:50px; border:#CBEF9D solid 1px; background-color:#FFFFFF; height:22px}
#upp6 {background:url(../images/cyp5.gif) no-repeat; width:778px; height:153px;}
#upp7 {background:url(../images/cyp6.gif) no-repeat; margin-top:20px; margin-bottom:20px; width:778px; padding-top:60px; padding-bottom:30px}
.cyp3 {border:#7FC31C solid 1px; background-color:#E7FFC5;}
.cyp4 {border-top:#B1FF3F solid 1px; background-color:#EAFFC7; font-size:14px; height:90px; text-align:center; padding-top:10px}
.white_w {border-top:#FFFFFF solid 4px; background-color:#DFFDB3}
.white_w2 {border-top:#FFFFFF solid 4px; background-color:#F1FFDC}
.white_ww {color:#FFFFFF}
.cyp7 {border-bottom:#C3EE86 solid 1px}
.cyp14 {font-size:14px; color:#5E5E5E; line-height:22px}
.cyp2_b {border:#C9EA99 solid 2px}
.cy2_l { border-bottom:#5F5F5F dashed 1px; height:22px}
.fyw {color:#4F971A; text-decoration:none; font-size:12px;}
.fy { float:left; margin-right:60px;color:#4F971A; text-decoration:none; font-size:12px;}
#gift {background:url(../images/gift_m_03.gif) no-repeat; width:726px; height:128px}
.giftbt {background:url(../images/bg07.gif) no-repeat; width:700px; padding-left:26px; padding-top:9px; padding-bottom:7px; color:#316405; font-weight:bold}
#giftflb {
	width:720px!important; /* IE7+FF */
	width:730px;
	padding:0px; margin:0px;
	float:left;
	clear:left;
}
#giftflb ol {margin-left:-50px;list-style:none;
}
#giftflb li {
	display:inline;
	float:left;
	list-style:none; text-align:center;
	margin:10px;
	padding:5px;
	width:130px;
}
#giftflb dt {
	width:150px;margin-left:10px; clear:both;
}
#giftflb dl {
	width:150px; font-size:12px; color:#316405; clear:both;
}
#mkb01 { width:720px;}
#mkb01 dt {line-height:16px; width:411px; float:left}
#mkb01 dd {color:#326506;font-size:14px; line-height:24px; padding-left:30px; padding-top:20px; margin-left:20px; text-indent:2em;}
#mkb01 dl {list-style:none; margin:0px; padding:0px;}
.mkb02 {border-left:#C3EE86 solid 1px; border-right:#C3EE86 solid 1px;}
.mkb03 {border-bottom:#C8C9CD solid 1px; border-left:#C8C9CD solid 1px; border-right:#C8C9CD solid 1px}
.mkb04 {margin:auto; text-align:center}
.mkb041 {margin:auto; text-align:center; width:392px; height:166px;}
.mkb05 {overflow:auto; margin-left:auto; margin-right:auto; margin-bottom:60px; width:92%; height:413px; line-height: 15px; border-width:1px; border-color:#696969; border-style:dotted; scrollbar-base-color: ; scrollbar-face-color: ; scrollbar-track-color: ; scrollbar-arrow-color: ; scrollbar-3dlight-color: ; scrollbar-darkshadow-color: ; scrollbar-highlight-color: ; scrollbar-shadow-color: }
.mkb06 {float:left; border:#DFDFDF solid 1px; margin:6px;display:inline; }
.mkb07 {margin-left:auto; margin-right:auto; overflow-y: hidden; overflow-x: scroll;width:98%; height:94px; line-height: 15px; scrollbar-base-color: ; scrollbar-face-color: ; scrollbar-track-color: ; scrollbar-arrow-color: ; scrollbar-3dlight-color: ; scrollbar-darkshadow-color: ; scrollbar-highlight-color: ; scrollbar-shadow-color: }
.tjbjtu {border:solid #B3B3B3 1px; padding:4px} /*灰色全框*/
.gift415_1 {border-left:#D7D7D7 solid 1px; border-right:#D7D7D7 solid 1px;} /*灰色左右框*/
.gift415_2 {margin:2px; float:left}//zhaoxiugai
.tjbj01 {display:inline;
	float:left;
	list-style:none; text-align:center;
	margin:10px;
	padding:5px;
	width:130px;}
/*周开始*/
/*修改表格边缘样式*/
#xg_tableborder {border:#7FC31C solid 4px;}
.tjzp01 {background-color:#EBEBEB;}
.tjzp01 td {font-size:18px; font-family:'黑体'; color:#0A6E28; padding-left:30px;}
/*密码页*/
.mmyz {background-color:#EBEBEB;}
.mmyz td {font-size:14px; font-family:'宋体'; color:#4C4C4C; padding-left:15px; }
.mm {font-size:12px;}
.mm input {border:1px solid #EBEBEB; height:20px; font-size:14px;}
.zi {font-size:12px; color: #2F6505;}
.zi .unline {text-decoration: underline;}
/*登录页*/
.dl_zi {font-size:14px; font-family:'宋体'; color:#4C4C4C; font-weight:bold;border-bottom:1px solid #D8EDBA;}
.dl_input {border:1px solid #B7B7B7; height:22px;}
.dl_zi1 {font-size:12px; font-family:'宋体'; color:#4C4C4C; font-weight: normal;}
/*优惠券*/
.yhq_zi {font-size:14px; color:#476D0F; font-weight:bold;}
.yhq_zi input {border:1px solid #7FC31C; background-color:#ECFFD1; height:22px;}
.yhq_help {font-size:12px; color:#476D0F; border-top:1px solid #D8EDBA; padding-left:33px;}
/*校正设置*/
.jiaozhengsz {font-size:12px; color:#000000; font-family:'宋体'; line-height:190%;}
.jiaozhengsz td {font-size:12px; color:#000000; line-height:190%; font-family:'宋体';}
.jiaozhengsz p {font-size:12px; color:#000000; line-height:190%; font-family:'宋体';}
.jiaozhengsz .size14 {font-size:14px;font-family:'宋体'; line-height:190%; }
.jiaozhengsz .zi1 {font-size:12px; color:#658E0D; line-height:190%; font-family:'宋体'; font-weight:bold;}
.jiaozhengsz .zi2 {font-size:12px; color:#658E0D; line-height:190%; font-family:'宋体';}
/*模板*/
#mblist {width:634px; margin-left:auto; margin-right:auto;}
#mblist1 {width:634px;height:540px; margin-left:auto; margin-right:auto; overflow-y:scroll; margin-top:10px; margin-bottom:10px;}
.mb_zhanshi {
	float:left;
	width: 121px;
	margin:10px 15px;
	font-size:12px; color:#575757; font-family:'宋体';
}
.mb_zhanshi img {border:1px solid #626262; padding:3px;}
.mb_zhanshi div {font-size:12px; color:#575757; font-family:'宋体'; line-height:200%;}
#mb_fenye {width:634px; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; height:37px; background-color:#EBEBEB; font-size:12px; color:#4C4C4C;}
#mb_fenye .fy {
	float:left;
	font-size:12px;
	color:#4C4C4C;
	margin-top:12px;
	margin-left:20px;
}
#mb_fenye .fyw {
	font-size:12px;
	color:#4C4C4C;
	margin-top:12px;
	margin-right:15px;
	float:right;
}
.mb_zhanshinr {
	width:271px;
	float:left;
	margin:10px 15px;
	font-size:12px; color:#575757; font-family:'宋体';
}

.mb_zhanshinrbg {background:url(../images/mbbg1.jpg) no-repeat center center;
width:260px; 
height:163px; 
padding-left:5px; 
padding-top:6px; 
padding-right:6px; 
padding-bottom:7px;

}
.mb_zhanshinr_div {
	font-size:12px;
	color:#575757;
	font-family:"宋体";
	line-height:200%;
	text-decoration: none;
}
.manhuabg {
	background-image: url(../images/manhuabg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4px;
}
.manhuabg1 {
	background-image: url(../images/manhuabg1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.manhuabg1 td {
	color:#636363;
	line-height:160%;
}
#chakandingdan {
	border-left:1px solid #C3EE86;
	border-right:1px solid #C3EE86;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#chakandingdan th {
	background-color: #C3EE86;
	color: #000000;
	height: 23px;
	padding-top:9px;
	font-weight:normal;
}
#chakandingdan td {
	color: #000000;
	border-bottom:1px solid #C3EE86;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
/*周结束*/
/*伟东加的部分开始
#xg_tableborder {border:#7FC31C solid 4px;}
.tjzp01 {background-color:#EBEBEB;}
.tjzp01 td {font-size:18px; font-family:'黑体'; color:#0A6E28; padding-left:30px; }
.dl_zi {font-size:14px; font-family:'宋体'; color:#4C4C4C; font-weight:bold;border-bottom:1px solid #D8EDBA;}
.mm {font-size:12px;}
.mmyz {background-color:#EBEBEB;}
.mmyz td {font-size:14px; font-family:'宋体'; color:#4C4C4C; padding-left:15px; }
#xg_tableborder {border:#7FC31C solid 4px;}
.mm input {border:1px solid #EBEBEB; height:22px;}
伟东加的部分结束*/
.ac_417 { list-style:none;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/0407_icon1.gif) no-repeat left 8px;
	height:20px;
	color:#4C4C4C;
	font-size:12px;
	overflow:hidden;
	line-height:20px;}
.ac_417 a { 
	color:#4C4C4C;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
	line-height:20px;}/**/
/*-----------小青开始----------*/
/*照片展开*/
a.od{
 width:80px;
 height:25px;
 line-height:25px;
 text-align:center;
 font-weight:bold;
 border: 2px solid #849BCA; 
 display:block;
 color:#547BC9;
 float:left;
 text-decoration:none;
 margin-top:2px;
}
a.od:link{
 background:#EEF1F8;
}
a.od:visited{
 background:#EEF1F8;
}
a.od:hover{
 background:#EEE;
}
a.od:active{
 background:#EEE;
}
#fd{ 
 width:500px;
 height:200px;
 background:#EDF1F8; 
 border: 2px solid #4F971A;
 margin-top:2px;
 margin-left:2px;
 float:left;
 overflow:hidden;
 position:absolute;
 left:0px;
 top:0px;
 cursor:hand;
 float:left;
}
/*-----------小青结束----------*/ 
.g425_tu {margin:8px!important;margin:8px; float:left}/*425礼品首页图片样式*/ 

a.wjmm:link, a.wjmm:visited {color:#0000FF; text-decoration:underline;}
a.wjmm:hover {color:#5E5E5E; text-decoration:none;}
#xpsm {
	background-image: url(../images/xpsm_bg.jpg);
	background-repeat:no-repeat;
	height: 73px;
	width: 762px;
	clear:both;
	padding:6px;

}
/*	position:absolute;
	z-index:-6;#xpsm {
	background-image: url(../images/xpsm_bg.jpg);
	background-repeat:no-repeat;
	height: 73px;
	width: 762px;
	clear:both;
	padding:6px;
	position:relative;
}*/
#xpsm_a { position:absolute; top:10px; left:30px;background-image:url(../images/xpsm_bg1.jpg) no-repeat; width:61px; height:61px;}
#xpsm_b { position:absolute; top:10px;left:60px; width:200px; text-align:left;}
#xpsm dl{margin:0px 20px 0px 0px; width:700px;}
#xpsm dt {
	float:left;
	background-image:url(../images/xpsm_bg1.jpg);
	background-repeat:no-repeat;

	
	margin-bottom:0px;
	margin-top:0px;
	padding-top:10px;
	width: 61px;
	height:61px;
	text-align:center;
}/*	background-position:left top;padding:7px;
	margin-left:3px;
	margin-right:3px;*/
#xpsm dd {
	margin-top:-70px; font-size:12px; color:#5E5E5E;float:left; width:300px; margin-left:100px;text-align:left  
}
#xpsm dd h1 {font-size:14px; color: #4F971A; font-weight:normal; font-family:"宋体"; line-height:22px; margin:0px; margin-bottom:10px;margin-top:20px; }

/*礼品首页修改开始*/
#giftindex01 {
	background-image: url(../images/giftindex01.jpg);
	background-repeat: no-repeat;
	height: 182px;
	width: 605px;
	margin-left:auto;
	margin-right:10px;
	*margin-right:10px !important;
	*margin-right:0px;
	float:right;
}
#link1 {
	float:right;
	margin-top:12px;
	padding-top:0px;
	width:624px;
	*width:618px !important;
	*width:624px;
	margin-right:5px;
	*margin-right:5px !important;
	*margin-right:0px;

}
.g425_tu_large {
	margin:7px;
	*margin:7px!important;
	*margin:6px;
	float:left;
	width:286px;
	height:117px;
	border:1px solid #B4B4B4;
	background-image: url(../images/giftindex02.jpg);
	background-repeat: repeat-x;
	position:relative;
}/*425礼品首页图片样式		width: 290px;
	height:117px;border:1px solid #B4B4B4;background-image: url(../images/giftindex02.jpg);*/ 
.g425_tu_large .name {position:absolute; bottom: 4px; right:7px; font-size:14px; font-weight:bold; color:#767676;}
.g425_tu_large .name a {font-size:14px; font-weight:bold; color:#767676; text-decoration:none;}
.g425_tu_large .name a:hover {font-size:14px; font-weight:bold; color:#767676; text-decoration: underline;}
.g425_tu_large1 {
	margin:7px;
	*margin:7px!important;
	*margin:6px;
	float:left;
	width:299px;
	height:117px;
	border:1px solid #B4B4B4;
	background-image: url(../images/giftindex02.jpg);
	background-repeat: repeat-x;
	position:relative;
	float:right;
}/*425礼品首页图片样式		width: 290px;
	height:117px;border:1px solid #B4B4B4;background-image: url(../images/giftindex02.jpg);*/ 
.g425_tu_large1 .name {position:absolute; bottom: 4px; right:7px; font-size:14px; font-weight:bold; color:#767676;}
.g425_tu_large1 .name a {font-size:14px; font-weight:bold; color:#767676; text-decoration:none;}
.g425_tu_large1 .name a:hover {font-size:14px; font-weight:bold; color:#767676; text-decoration: underline;}
.g425_tu {
	margin:3px;
	*margin:7px!important;
	*margin:6px;
	float:left;
	width:190px;
	height:117px;
	border:1px solid #B4B4B4;
	background-image: url(../images/giftindex02.jpg);
	background-repeat: repeat-x;
	position:relative;
}/*425礼品首页图片样式*/ 
.g425_tu .name {position:absolute; bottom: 7px; right:7px; font-size:14px; font-weight:bold; color:#767676;}
.g425_tu .name a {font-size:14px; font-weight:bold; color:#767676; text-decoration:none;}
.g425_tu .name a:hover {font-size:14px; font-weight:bold; color:#767676; text-decoration: underline;}
/*礼品首页修改结束*/
#hezuo {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	height:108px;
	background-image:url(../images/hezuo_bg.gif);
	background-repeat:no-repeat;
	*margin-top:2px !important;
	*margin-top:10px;
}
#hezuo01 {
	background-image: url(../images/hezuo_bg1.gif);
	background-repeat: no-repeat;
        background-position:0px 5px;
	height: 28px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	padding-top:6px;
	padding-left:12px;
	text-align:left;
	position:relative;
}
#hezuo01 img {margin-top:5px;}
#hezuo01 span {
	position:absolute;
	right: 10px;
	margin-right:10px;}
#hezuolink {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	margin-top:12px;
}
#hezuolink img {margin-left:4px;}
.kechengbiaobt {
	font-size: 14px;
	font-weight: bold;
	color: #4F9717;
	border-bottom:1px solid #4F9717;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.kechengbiao_th {font-weight:bold; color:#000000;}
.kechengbiao_td {border:1px solid #D5D5D5; width:43px; height:20px;}
.kechengbiao_zhu {color:#FF6600;}
/*友情链接*/
#link01 {
	width:754px;
	margin-top:17px;
	margin-bottom:17px;
	padding-left: 12px;
	padding-right: 12px;
	color: #747474;
	font-size:12px;
}
#link01 span {
	color: #6B9F1F;
}
#link01 span a {
	color: #6B9F1F;
	text-decoration:none;
}
#link01 span a:hover {
	color: #6B9F1F;
	text-decoration: underline;
}
.link02 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 29px;
	color: #000000;
	background-image: url(../images/link01bg.jpg);
	background-repeat: no-repeat;
	width: 745px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
}
.link02 #link02left {
	font-family: "宋体";
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	float:left;
}
#link02right {
	font-family: "宋体";
	font-size: 12px;
	line-height: 29px;
	float: right;
	padding-right: 8px;
}
.link03 {
	width: 778px;	
}
.link03 td {
	color: #747474;
	line-height:24px;
}
.link03 td a {
	color: #747474;
	text-decoration:none;
}
.link03 td a:hover {
	color: #000;
	text-decoration:none;
}
.link03 textarea {
	font-size:12px;
	font-family:"宋体";
	color: #747474;
	padding: 10px;
	width: 375px;
	height:53px;
	line-height:16px;
	border: 1px solid #7B9EBC;
}
.link03 td span {
	color: #6B9F1F;
}
.link03 p {
	color: #C3C3C3;
	line-height:24px;
}

/*为相片添加文字*/
#tianjiawenzi {
	width: 371px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #7FC31C;
}
#tjwz01 {
	width: 348px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #0A6E28;
	position: relative;
	height: 21px;
	line-height: 21px;
	background-color: #EBEBEB;
	padding-left:10px;
}
#tjwz01 #tjwz_close {
	position:absolute;
	right: 7px;
	top: 5px;
}
#tjwz02 {
	width: 290px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #D6D6D6;
}
#tjwz02 p {
	margin-bottom: 10px;
	margin-top:5px;
}
#tjwz02 textarea {
	width: 288px;
	height: 54px;
	background-color:#FFFFFF;
	border: 1px solid #D5D4D4;
}
#tjwz02 img {
	vertical-align:middle;
}
/*==index end============================================================================*/
/*==myaccount start============================================================================*/

/*body,p,td,div {
	margin: 0px;font-family: "宋体", Arial; font-size:12px;
}
#box {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/index_02.gif) repeat left;

}
#mybbt1 {
	background:url(../images/bbg_1.gif) no-repeat;
	width:778;
	font-size:18px;
	font-family:"黑体";
	color:#FFFFFF;
	padding:13px 28px;
	margin-top:20px;
}#mybbt1 {
background:url(../images/0415_bg1.gif) no-repeat; width:778; font-size:14px; color:#4C4C4C; padding:11px 28px 11px 28px; margin-top:20px; }

#mybbt2 { margin-top:17px; float:left; width:778px;
}*/
#mybbt2 td { text-align:left}
#mybbt2 li {overflow:hidden
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #316506;
	text-transform: uppercase;
}




.clear {clear:both;font-size:0px;height:0px;line-height:0px;width:0px;visibility:hidden;}
/*ul,ol,dl {list-style:none;}
ul, li {margin:0; padding:0;}*/
.account_left {
	float: left;
	width: 149px;
}

.account_lm {
	float: left;
	margin-bottom: 20px;
	width: 149px;
}
.lmbt {
	background-image: url(../images/myaccount_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #2F6507;
	text-decoration: none;
	text-align: center;
	height: 23px;
	padding-top: 9px;
}
.ac_lmbk {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4F4A6;
	border-bottom-color: #D4F4A6;
	border-left-color: #D4F4A6;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}/*2009-2-19 g text-align:left;*/
.ac_lmnr {
	padding-left: 30px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/myaccount_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 4px;
}
.ac_lmnr1 {
	padding-left: 30px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
}
.ac_lmnr a {font-size:12px; color: #000000; text-decoration:none}
.ac_lmnr a:hover {font-size:12px; /*font-weight:bold;*/color: #316506; text-decoration:none}
.ac_lmnr1 a {font-size:12px; color: #000000; text-decoration:none}
.ac_lmnr1 a:hover {font-size:12px; /*font-weight:bold;*/color: #316506; text-decoration:none}
.gywm_1 {line-height:30px;font-size:12px; color: #326509;font-weight:bold;}
.gywm_1 a {font-size:12px; color: #326509; text-decoration:none;}
.gywm_1 a:hover {font-size:12px; /*font-weight:bold;*/color: #316506; text-decoration:none}
#account_right {
	float: right;
	width: 602px;
	line-height: 18px;
	text-align:left;
}/*2009-2-19 g text-align:left;*/
h1 {
	font-family: "黑体";
	font-size: 18px;
	color: #326509;
	text-decoration: none;
	padding-top:2px;
}
.account_bg01 {
	background-image: url(../images/myaccount_03.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 20px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #326509;
	text-decoration: none;
	padding-left: 17px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.account_bg011 {
	background-image: url(../images/myaccount_031.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 20px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #326509;
	text-decoration: none;
	padding-left: 17px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.account_div01 {margin-left:17px; padding-top:8px; padding-bottom:8px;}
.account_div01 li {font-size:14px; font-family:"宋体"; line-height:24px;}
#account_div02 {
	width:290px;
	float: left;
}
#account_div021 {
	margin-top:20px;
	width:115px;
	float:left;
	margin-bottom:20px;
	padding-top:25px;
	padding-bottom:30px;
	background-image: url(../images/myaccount_05.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
}
.size14b {
	font-size: 14px;
	font-weight: bold;
	color: #466D30;
	text-decoration: none;
	line-height: 20px;
}

#account_div022 {
	margin-top:40px;
	float:left;
	padding-left:28px;
	width: 120px;
}
.yjfk {
	text-decoration:underline;
	text-align: center;
}.acc_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4F4A6;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.green {
	color: #2F6505;
	line-height: 20px;
	text-decoration: none;
}
.slt_bg {
	background-image: url(../images/myaccount_06.jpg);
	padding: 4px;
}
.acc_ym {
	text-align: right;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.acc_input {
	background-color: #ECFFD1;
	border: 1px solid #7FC41C;
	height: 20px;
}
.acc_tszi {
	color: #FF9B05;
	text-decoration: none;
}
.zi666666 {
	color: #666666;
	text-decoration: none;
}


.green14 {
	font-size: 14px;
	line-height: 16px;
	color: #5A8F0D;
	text-decoration: none;
}
/*select {
	font-size: 12px;
	color: #5A8F0D;
	background-color: #E7FFC5;
}*/
.black14b {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.acc_undline {
	text-decoration: underline;
}
.white14b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.acc_th {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/myaccount_13.jpg);
	height: 24px;
	padding-top: 8px;
	padding-left: 20px;
}


.acc_table_lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4F4A6;
	border-left-color: #D4F4A6;
}
.acc_btn {padding-top:10px;
		  padding-bottom:10px;
		  text-align:center;
}
.acc_table1 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.left {float:left;}
.right {float:right;}
#box_xc {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#gift_xc_bt1 {
	background-image:url(../images/gift_xc_bt1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	font-size:18px;
	font-family:"黑体";
	color:#FFFFFF;
	padding-top: 13px;
	padding-left: 28px;
	margin-top: 18px;
	margin-bottom: 18px;
}
#gift_xc_jbxx {
	float: right;
	width: 370px;
	margin-bottom: 18px;
}
#gift_xc_jbxxborder {
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/gift_xc_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 786px;
}
#gift_xc_jbxxbg {
	background-image: url(../images/gift_xc_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 23px;
	padding-top: 9px;
	padding-left: 30px;
}
.gift_xc_jbxxtable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#gift_xc_jbxx_btn {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#gift_xc_jbxxnr {
	line-height: 24px;
}
#gift_xc_jbxxnr dt {width:40px; float:left}
#gift_xc_jbxxnr dd {color:#000000;font-size:12px;}

#gift_xc_cpjs {
	float: left;
	width: 512px;
	margin-bottom: 18px;
}
#gift_xc_cpjsbg {
	background-image: url(../images/gift_xc_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 23px;
	padding-top: 9px;
	padding-left: 30px;
}
#gift_xc_cpjsborder {
	background-image: url(../images/gift_xc_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 796px;
}
.gift_xc_cpjsnr {
	padding-right: 29px;
	padding-left: 29px;
	line-height: 18px;
}
.gift_xc_cekuai {
	border: 1px solid #5F5F5F;
}
#gift_xcyl01 {
	background-image: url(../images/gift_xc_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 896px;
	height:31px;
	margin-right: auto;
	margin-left: auto;
}
#gift_xcyl01border {
	border-bottom:1px solid #C6C6C6;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/gift_xc_12.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
#gift_xcyl01_01 {
	font-size: 14px;
	float: left;
	height: 23px;
	padding-top: 8px;
	padding-left: 20px;
}
#gift_xcyl01_02 {
	font-size: 12px;
	float: right;
	height: 25px;
	margin-right: 20px;
	padding-top: 6px;
}
#gift_xcyl01 input {height:14px; width:30px; font-family:"宋体"; font-size:12px;}
#gift_xcyl02 {
	background-image: url(../images/gift_xc_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 317px;
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#gift_xcyl02_nr {
	padding-top: 50px;
	padding-left: 20px;
}
#gift_xcyl_ym {
	width: 621px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.gift_xcyl03 {
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	width:92%;
	height:413px;
	line-height: 15px;
	border-width:1px;
	border-color:#696969;
	border-style:dotted;

scrollbar-base-color: ; scrollbar-face-color: ; scrollbar-track-color: ; scrollbar-arrow-color: ; scrollbar-3dlight-color: ; scrollbar-darkshadow-color: ; scrollbar-highlight-color: ; scrollbar-shadow-color: ; 		background-color: #FFFFFF;
	padding-top: 1px;
}
.gift_xcyl04 {float:left; border:#DFDFDF solid 1px; margin:6px;display:inline; }
.gift_xcyl05 {margin-left:auto; margin-right:auto; overflow-y: hidden; overflow:scroll; width:690px; height:94px; line-height: 15px; scrollbar-base-color: ; scrollbar-face-color: ; scrollbar-track-color: ; scrollbar-arrow-color: ; scrollbar-3dlight-color: ; scrollbar-darkshadow-color: ; scrollbar-highlight-color: ; scrollbar-shadow-color: }
.gift_xcyl06 {margin:auto; text-align:center}
#gift_xcyl6-8 {

	background-image: url(../images/gift_xc_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 311px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
#gift_gl_02 {
	background-image: url(../images/gift_gl_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 317px;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
}
#gift_gl_03 {
	background-image: url(../images/gift_gl_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 317px;
	width: 241px;
	margin-right: auto;
	margin-left: auto;
}
.gift_gl_01 {
	height: 45px;
	width: 45px;
	border: 1px solid #808080;
	float:left;
	margin:2px;
}
#gift_right {
	float: right;
	width:716px!important;/*IE7+FF */
	width:700px;
	display:inline;
	overflow: hidden;
}
#gift_cpsm {
	font-size: 14px;
	line-height: 24px;
	color: #326506;
	text-decoration: none;
	margin-top: 20px;
	margin-right:15px!important;/*IE7+FF */
	margin-right:10px;
	margin-left:15px!important;/*IE7+FF */
	margin-left:10px;
	/*float: right;*/
}
.gift_goumai {
	font-size: 12px;
	float: left;
	width: 126px;
	height:190px;
	margin-right:15px!important;/*IE7+FF */
	margin-right:10px;
	margin-left:15px!important;/*IE7+FF */
	margin-left:10px;
	margin-top: 20px;
	/*line-height: 20px;text-decoration: none;*/
	color: #316405;
	text-align: center;
	display:inline;
	overflow: hidden;
}
.gift_cplist {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/myaccount_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
}
.gift_cplist1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: center;
}
.gift_cplist a {font-size:12px; color: #000000; text-decoration:none}
.gift_cplist a:hover {font-size:12px; font-weight:bold;color: #316506; text-decoration:none}
.gift_cplist1 a {font-size:12px; color: #000000; text-decoration:none}
.gift_cplist1 a:hover {font-size:12px; font-weight:bold;color: #316506; text-decoration:none}


#gift_tl_01 {

	background-image: url(../images/gift_tl_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
	width: 321px;
	margin-right: auto;
	margin-left: auto;
}
#gift_tl_02 {

	background-image: url(../images/gift_tl_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 313px;
	width: 553px;
	margin-right: auto;
	margin-left: auto;
}
#gift_tl_cpjsborder {
	background-image: url(../images/gift_gl_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 407px;
}
#gift_tl_jbxxborder {
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/gift_gl_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 397px;
}
/*==myaccount end============================================================================*/
/*==购物车 start============================================================================*/
#bye_box {width:778px;margin:0 auto;}
#bye_mybbt1 { background:url(../images/64__03.gif) no-repeat;width:778; font-size:18px; font-family:"黑体"; color:#FFFFFF; padding:13px 28px; margin:20px auto; display:inherit;}
#bye_mybbt2 {}
.bye_login2 { margin-bottom:15px;}
.bye_trrr {background-color:#D4F4A6; margin-bottom:2px;}
.bye_trr {background-color:#F1FFDC; margin-top:2px;}
.bye_tr {background-color:#F1FFDC; margin-bottom:2px;}
.bye_js { margin-left:70px;}
/*==购物车 end============================================================================*/
/*==团体定制 start============================================================================*/
#root {
	width:778px;
	margin-left:auto;
	margin-right:auto;
}
/*左边开始	margin-right:6px;*/
#ttleft {
	float: left;
	width: 149px;

}
/*相关服务*/
.xiangguanfuwu {
	margin-bottom: 6px;
}
.bt {
	background:url(../images/gift_424__06.gif) no-repeat left;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	height: 20px;
	padding-top: 7px;
}
.lmbk {
	border:#D4E3EF solid 1px;
	height:100%!important;
	margin-left:0px;
	padding-left:0px;
	overflow:hidden;
	text-align:left;
}
.lmbk ul {margin:10px auto 10px 8px!important; list-style:none; padding-left:2px;}
.lmbk li { list-style:none;
	margin:0 0 0 9px;
	padding:0 0 0 9px;
	background:url(../images/0407_icon1.gif) no-repeat left 10px;
	height:24px;
	overflow:hidden;
	line-height:24px;}
.lmbk li a { 
	color:#486073;
	text-decoration:none;
	overflow:hidden;}/**/

/*产品列表*/
.changpilibiao {
	margin-bottom: 20px;
}
.ttlmbt {
	background:url(../images/gift_424__10.gif) no-repeat left;
	font-weight: bold;
	font-size:14px;
	color: #FFF;
	text-align: center;
	height: 20px;
	padding-top: 7px;
}
.tt_lmbk {
	border:#7FC31C solid 1px;
	margin-left:0px;
	padding-left:0px;text-align:left;
}
.tt_lmbk ul {margin:7px auto 7px 12px!important; list-style:none; padding-left:2px; text-align:left}
.tt_lmbk li { list-style:none;
	
	
	
	height:24px;
	color:#4C4C4C;
	overflow:hidden;
	line-height:24px;}
.tt_lmbk li a { 
	color:#4C4C4C;
	text-decoration:none;
	overflow:hidden;
	line-height:24px;}/*margin:0 0 0 9px;padding:0 0 0 9px;background:url(../images/0407_icon1.gif) no-repeat left 10px;*/
.tt_lmbk span { padding-left:6px;}
/*左边结束*/
/*右边开始*/
/*#ttright {
	float: left;
	margin-left:0px;
	width:622px;
}*/
#ttright {margin:0 0 0 156px;}
#zhuantixiangdao {
	margin-bottom: 6px;
}
.xd {background:url(../images/gift_424__12.gif) repeat-x; width:120px!important; width:118px;height:86px; text-align:center; margin:2px; float:left}
.xdc {background:url(../images/list_bg1.gif) repeat-x; width:99px; height:43px;  color:#486073; padding-top:6px;margin: 0 auto;}
.xdc p {line-height:18px;}
#tuangoujieshao {
	margin-bottom: 6px;
}
.rig_bt {
	font-size: 12px;
	background:url(../images/gift_424__08.gif) no-repeat left;
	font-weight: bold;
	color: #486073;
	height: 20px;
	padding-top: 7px;
	padding-left:18px;
	text-align:left;
}
.p_bt {padding:8px 0px; width:520px; border-bottom:#D4E3EF solid 1px;}
.p_line {background-color:#F2F7FA; font-weight:bold; font-size:14px; color:#407BAC; width:575px; padding-left:10px; padding-top:2px; margin:6px 15px; line-height:180%}
.p_noline {padding-left:10px; padding-top:2px; margin:6px 15px;}
.p_w {padding-top:40px; padding-bottom:10px;}
/*右边结束*/
/*==团体定制 end============================================================================*/
/*20090303 课程表 j */
.inp0933 { width:44px; height:20px; border:#d5d5d5 solid 1px;}
.inp0933_c { width:232px; border:#d5d5d5 solid 1px;}
#kcb_0933 { width:620px; position:relative; margin:0 auto; height:300px;}
#xsxx_0933 { position:absolute; top:0; left:0; text-align:left}
#xsxx_0933 p { height:30px; line-height:30px;}
#kcap_0933 {position:absolute; top:0; left:300px; text-align:left}
/*20090304 sitemap j*/
#bt0934 { width:778px; background:#f7f7f6; height:28px; line-height:28px; color:#44680a; font-weight:bold; text-align:left; text-indent:2em; margin:6px auto 12px auto;}
/*.smap0934 { width:350px;float:left; padding:6px 6px 6px 20px; text-align:left; }
.smap0934 a.lgre,a.lgre:link,a.lgre:visited,a.lgre:hover {color:#0c6d28;text-decoration: none;}*/
.smap0934 { width:340px;float:left; padding:6px; text-align:left; }
.smap0934 a,a:visited { text-decoration:none;color:#1d0808;}

.smap0934 a:hover { text-decoration:underline}
.smap0934 .dx09317 {padding:8px 0 8px 40px; margin-left:-20px; margin-bottom:10px;}
/*.smap0934 .dx09317 {border-bottom:#878787 dotted 1px; padding:8px 0 8px 40px; margin-left:-20px; margin-bottom:10px;}*/
.smap0934 .dla { margin-left:-20px;}
.smap0934 dl{
	margin-bottom:20px;
}
.smap0934 dd{
    padding-left:20px;
}
.smap0934 dl dt{
	font-size:12px;
	color:#1d0808;
	font-weight:bold;
}

.smap0934 ul li{
	font-size:12px;
	font-weight:bold;
	color:#0c6d28;
	margin-bottom:5px;
	margin-left:25px;
	list-style-type: square;
}

.smap0934 ul li ul li{
	font-size:12px;
	color:#1d0808;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:-8px;
	line-height:200%;
	list-style-type: none;
}
.smap0934 ul li ul li a{
	color:#1d0808;
}
.smap0934 ul li ul li ul li{
	font-size:12px;
	color:#1d0808;
	font-weight:normal;
	margin-left:10px;
	line-height:150%;
	list-style-type: none;
	clear:both;
}
.smap0935 a{ display:block; width:90px; float:left;
}
/*2009-3-17 j map*/
/*.cmap09317a { width:778px; height:36px; line-height:36px; border-bottom:#dbdbdb 1px solid; color:#0c6d28; font-size:14px; font-weight:bold; text-indent:2em; text-align:left}*/
.cmap09317a { width:778px; height:30px; line-height:36px; color:#0c6d28; font-size:14px; font-weight:bold; text-indent:2em; text-align:left}
/*2009-3-11 j*/
.f_box {
	width: 1002px;
	margin:0 auto;background-color:#f7f7f7;
}
.f_box #f_diva { margin-top:0; background:url(../images/6f_055.jpg) no-repeat; width:1002px; height:46px; line-height:46px;}
.f_box #f_divb { margin-bottom:0;}
.f_box #f_main { background:url(../images/6f_06.png) repeat-y; padding-left:108px; padding-right:110px; padding-top:10px; width:782px; text-align:left}
#f_diva UL { width:790px; margin:0 auto;}
#f_diva UL LI {
	DISPLAY: inline; FLOAT: left;width:130px; font-size:14px; color:#0593d5;
}
#f_diva UL LI A {
	DISPLAY: block;  TEXT-ALIGN: center; color:#0593d5;
}
#f_diva UL LI A.on {
	FONT-WEIGHT: bold; COLOR: #555555
}
#f_diva UL LI .on2 {
	width:146px;
}
/*2009-3-23 j 
.yqlj_bga { background:url(../images/bg_20090323a.jpg) no-repeat;  width:756px; height:130px; padding:10px;}
.yqlj_tua { width:98px; height:35px; padding-top:3px; text-align:center; border:#dddddd solid 1px;background-color:#FFFFFF; float:left; margin:10px 13px; display:inline}
.yqlj_bgb {  width:756px; padding:10px; border-top:#bbbbbb dashed 1px;}
#root h3 { font-size:14px; color:#037106; margin:12px 12px 6px 12px;}
.yqlj_li UL LI{
	DISPLAY: inline; FLOAT: left;width:106px;margin:4px 6px 4px 13px; font-size:12px; 
}
.yqlj_li UL LI a:hover { text-decoration:underline}

.txtline_20090323 { width:332px; height:62px; border:#666666 solid 1px; color:#666666}
.textarea { width:350px; float:left}
.textareb { margin:0 0 0 390px;}
.sqjh_20090323 { margin:-24px 0 10px 690px;}
*/
.yqlj_091010bt {width:628px; border-bottom:#bbbbbb dashed 1px; font-weight:bold; color:#0a6e28; margin:16px auto 6px auto}
.yqlj_bga { background:url(../images/bg_091010_1.gif) no-repeat;  width:608px; height:125px; padding:10px; margin:0 auto}
.yqlj_tua { width:98px; height:35px; padding-top:3px; text-align:center; border:#dddddd solid 1px;background-color:#FFFFFF; float:left; margin:10px; display:inline}
.yqlj_bgb {  width:608px; padding:10px; margin:0 auto}
.yqlj_091010bt span { padding-left:466px; font-weight:normal}
#root h3 { font-size:14px; color:#037106; margin:12px 12px 6px 12px;}
.yqlj_10b {  width:628px; margin:0 auto}
.yqlj_10b UL LI{
	DISPLAY: inline; FLOAT: left;width:106px;margin:4px 6px 4px 13px; font-size:12px; 
}
.yqlj_10b UL LI a:hover { text-decoration:underline}

.txtline_20090323 { width:300px; height:62px; border:#666666 solid 1px; color:#666666}
.textarea { width:300px; float:left}
.textareb { margin:0 0 0 310px;}
/* 2009-3-26 j SEO头部 */ 
#pptakeLogo h1 
a{text-indent:-5000px;display:block;width:142px;height:42px;float:left;margin:0 auto;}
.pptakeLogo_08 {width:142px;height:42px;float:left;background:url(../images/logo__15.gif) no-repeat;overflow:hidden;}
#pptakeLogo6 h1 
a{text-indent:-5000px;display:block;width:177px;height:34px;float:left;margin:0 auto;}
.pptakeLogo_09 {width:177px;height:34px;float:left;background:url(../images/pp_6cn_logo1.jpg) no-repeat;overflow:hidden;}
/* 2009-5-20 添加手写贺卡功能picupload.do*/
#hkjy090520 { width:450px; position:relative; margin-left:auto; margin-right:auto;text-align:left;height:200px;}
#hkjy090520 p { text-align:left}
#hkjy090520 #toum {
	position:absolute;
	left:26px;
	top:50px;
	width:310px;
	height:140px;
	z-index:3;
	background:#CCCCCC;
	filter: Alpha(Opacity=40);
}
#hkjy090520 #ttab {position:absolute;left:80px;top:30px; z-index:1; width:300px;} 
/* 2009-4-16 gwc j start */
.huisebt { background:
url(../images/btbg416.jpg) no-repeat; width:846px!important;width:846px; border:#cdcdcd solid 1px; height:26px; line-height:26px;
color:#44680a; font-weight:bold; text-align:left; text-indent:2em; }
.tabbg_hui { border:#cdcdcd solid 1px; border-top:none; background-color:#f8f8f8; text-align:left; height:100%;}
.tabbg_hui p { line-height:28px;}
.tabbg_white { border:#cdcdcd solid 1px; border-top:none; border-bottom:none; background-color:#ffffff;height:100%;}
.tabbg_whitb { border:#cdcdcd solid 1px; border-top:none;background-color:#ffffff;height:100%;}
.tabbg_whitb UL { margin:4px 140px 8px 100px; }
.tabbg_whitb UL LI{
	DISPLAY: inline; FLOAT: left;width:158px; height:46px;font-size:12px; font-weight:bold; text-align:left;
}
.tabbg_huil { border:#cdcdcd solid 1px; border-top:none; border-bottom:none; background-color:#f8f8f8;height:100%;e}
.tabbg_huir { border:#cdcdcd solid 1px;background-color:#f8f8f8;height:100%;}
.giftls140 { float:left; width:120px; height:45px;}
.giftls240 { float:left; width:240px; height:30px; padding-top:15px;}
.giftls100 { float:left; width:100px; height:70px; line-height:70px;}
.giftpick { border:#FFFFFF solid 3px; margin:8px;}
.tabbg_hui UL { margin:4px 4px 8px 290px;}
.tabbg_hui UL LI{
	DISPLAY: inline; FLOAT: left;width:116px; font-size:12px; font-weight:bold; padding-bottom:4px;margin:4px 6px 8px 13px;
}
.root #left0416 {	float: left; width: 560px; text-align:left;}/* 由于此元素是浮动的，因此必须指定宽度 */
.root #main0416 {margin: 0 0 0 560px!important;margin: 0 0 0 562px; text-align:right; padding-right:4px}
.note0416 { color:#5b5b5b; height:38px; line-height:38px; text-align:left; margin-left:2px;}
.liucheng417 {font-size:12px; color:#8d9585; text-decoration:none; font-weight:normal; margin:-30px 0 0 228px!important;margin:-20px 0 0 228px; padding-right:7px;text-align:right}
.root #left0417 {	float: left; width: 340px;}/* 由于此元素是浮动的，因此必须指定宽度 */
.root #main0417 {margin: 0 0 0 340px!important;margin: 0 0 0 342px;}
.sh104 { float:left; width:104px; text-align:center; text-indent:0; margin:0; color:#5b5b5b}
.sh112 { float:left; width:112px;text-indent:0; margin:0; color:#5b5b5b}
.sh410 { float:left; width:410px;text-indent:0; margin:0; color:#5b5b5b; line-height:28px;}
.sh410 p { height:30px; line-height:30px}
.sh200 { width:200px; float:left; text-align:center}
.tabbg_huir dl { width:278px;}
.tabbg_huir dt,dd { float:left}
.gwcxc_a { float:left; width:270px; height:130px;}
.gwcxc_a p { line-height:26px; height:26px}
.gwcxc_a p span { font-size:10px; color:#999999}
.gwctab_margin { margin:10px;}
.gwc_inp1 { border-top:#656565 solid 1px;border-left:#656565 solid 1px;border-right:#c3c3c3 solid 1px;border-bottom:#c3c3c3 solid 1px; width:26px; height:18px;}
.gwc_inp2 { width:58px; height:18px; color:#5f5f5f}
.gwc_hgt40 {height:33px; line-height:33px; text-align:left}
.gwc_padt10 { padding-top:10px; padding-left:2em;}
.gwc_tpbg { width:102px; height:77px;border:1px solid #d7d7d7; position:relative}
.gwc_inp { position:absolute; top:55px; left:80px;}
#gwxiang { background:url(../images/gouwu_zf_41.jpg) no-repeat; width:323px; height:238px; position:relative}
.gwxiang_c { position:absolute; top:8px; right:8px;}
.gwxiang_t { position:absolute; top:40px; left:10px;}
.gwxiang_p { position:absolute; top:204px; left:188px;}
#gwcong {
	background:url(../images/gouwu_zf_42.jpg) no-repeat;
	width:245px;
	height:227px;
	position:relative;
}
#gwcongzp {
	background:url(../images/gouwu_zf_43.jpg) no-repeat;
	width:245px;
	height:327px;
	position:relative;
}
/* 2009-6-5 gwc updownload end*/
/*2009-6-30 合作伙伴改文字*/
#hzhb2009223 #hzhb { float:left; width:40px; background:#FFFFFF; height:40px; margin-top:20px; margin-left:11px!important;margin-left:5px;}

/*2009-7-3新版主页添加样式 开始*/
#qroot {
	margin: 2px auto;
	padding: 0px;
	width: 848px;
	background:#FFFFFF;
	color:#8d8d8d;
	overflow:hidden;
}
#qroot a:link,a:visited {color:#8d8d8d;text-decoration:none;}
#qroot a:hover{color:#8d8d8d;text-decoration:underline;}
#indexbigpic { color:#8d8d8d; text-align:left; width:846px;}
#indexbigpic li{
	float:left; list-style:none;
}
#indexbigpic li a{
	color:#b1b1b1;
	text-decoration:none;
	padding-top:2px;
	display:block;
	width:20px;
	height:16px!important;height:18px;
	text-align:center;
	background-color:#e4e4e4;
	margin-left:2px;
}
#indexbigpic li a:hover{
	background-color:#86a793;
	color:#FFFFFF;
}
#indexbigpic .libg {
	background-color:#86a793;
	color:#FFFFFF;
}
.qrongyuc { background:url(../images/pindex72_33.png) repeat-x; width:144px; height:52px; float:left; border:#edf1f0 solid 1px; margin:2px 2px 2px 0}
.qrongyu { background:url(../images/pindex72_33.png) repeat-x; width:130px; height:52px; float:left; border:#edf1f0 solid 1px; padding-left:4px; margin:2px;}
.qrongyu p { width:50px;  color:#2a815a; line-height:18px; margin-top:8px; margin-right:4px; float:right}
.qrongyuc p { width:66px; color:#2a815a; line-height:18px; margin-top:8px;margin-right:4px;  float:right}
/*#qgxlp { background:url(../images/listbg.png) no-repeat; width:163px; height:574px; border:#bac2b0 solid 1px; border-top:none; padding-top:4px; margin-bottom:5px;}
#qgxlp a:link,a:visited {color:#2a815a;}
#qgxlp li { line-height:24px; color:#2a815a; text-align:left}
#qgxlp li a { color:#2a815a;margin-left:48px;text-decoration:none;}
#qgxlp li a:hover { color:#2a815a;text-decoration: underline;}
*/
.qleftlis { width:163px; border:#cccccc solid 1px; border-top:none; padding-top:5px; padding-bottom:6px; margin-bottom:5px;}
.qleftlis a {color:#2a815a;}
.qleftlis span { border:#CCCCCC solid 1px; padding:1px; width:12px; height:12px; font-size:9px}
.qleftlis li { line-height:24px; color:#2a815a; text-align:left}
.qleftlis li a { color:#2a815a;margin-left:22px;text-decoration:none;}
.qleftlis li a:hover { color:#2a815a;text-decoration: underline;}
.ligre { color:#7f9f5c}
a.ligre,a.ligre:link,a.ligre:visited {color:#7f9f5c;text-decoration: none;}
.qyfcj { color:#9ea691; text-align:left; padding-left:20px;}
.qyfcj span { border:none; color:#cccccc}
#qleft { float:left; width:164px;}
#qright { margin:0 0 0 164px;}
#qnleft { float:left; width:322px;}
#qnright { margin:0 0 0 322px;}
/*#qnright { float:right; width:360px;}*/
.qriglin { border-right:#cfcfcf dashed 1px;}
.qbtmlin { border-bottom:#cfcfcf dashed 1px;}
.qsixfloat { float:left; width:220px; height:245px;}
.qzpic { width:680px;}
.qmhelp { width:846px; border:#ededed solid 1px; margin:4px auto; padding-bottom:6px;}
.qmhelp h2 { width:846px; background:#ededed; font-size:14px; color:#8d8d8d; font-weight:normal; height:28px; line-height:28px}
.qmhelps { float:left; width:132px; height:100px; color:#8d8d8d; text-align:left; margin-left:30px; margin-top:5px; border-right:#e1e1d3 solid 1px;}
.qmhelps span { color:#2a815b}

.qmhzhb { width:846px; margin:4px auto; line-height:20px; text-align:center}
.qmhzhb h2 { width:846px; border-bottom:#c6c4c4 dashed 1px; margin-bottom:8px; font-size:14px; color:#8d8d8d; font-weight:normal; height:28px; line-height:28px; text-align:center}
.qmhzhb a{
	word-break:keep-all; 
	margin:0px 3px;
}
#qcptj { background:url(../images/pindex72_cptj.png) no-repeat; width:680px; height:30px; padding-top:4px;text-align:right;}
.qrigwid {width:680px; margin:2px auto;}
/* 头部  float:left;*/
#qncmenu { width:848px;height:78px; margin:0 auto;margin-bottom:6px; position:relative}
#qncmenu3c { width:848px; height:81px; margin:0 auto; margin-bottom:6px; position:relative}
#qnclogo {
	position:absolute;
	top:-20px;
	left:0;
	width:180px;
	text-align:left;
}
#qnclogo_tj { position:absolute; top:-24px; left:0; width:180px;text-align:left}
#qnclogo_hlj { position:absolute; top:-14px; left:0; width:180px;text-align:left}
#qncggy_hlj {
	position:absolute;
	top:-10px;
	left:250px;
	width:180px;
	text-align:left
}
#qncggy {
	position:absolute;
	top:-10px;
	left:216px;
	width:180px;
	text-align:left;
}
/*#qntel {
	position:absolute;
	top:12px;
	left:594px;
	width:254px;
	height:25px;
	color:#9ea691;
	line-height:25px;
	background:url(../images/pindex72_151.png) no-repeat;
}
#qntel a {color: #9ea691;text-decoration:none}*/
#qntel {
	position:absolute;
	top:7px;
	left:510px;
	width:339px;
	height:31px;
	background:url(../images/skf-bg.gif) no-repeat;
	text-align:right;
}

#qnbiaoq {
	position:absolute;
	top:55px;
	left:614px;
	width:254px;
}
.qnbiaon { float:left; background:url(../images/pindex72_25.png) no-repeat; width:93px; height:19px; padding-top:4px;font-size:14px; font-weight:bold; color:#9ea691; margin-left:6px;}
.qnbiaon a {font-size:14px;color: #9ea691; font-weight:bold;text-decoration:none}
#qnnaro {
	position:absolute;
	top:45px;*top:46px!important;*top:46px; 
	left:10px;
	width:618px;
	text-align:left;
}
#qnmenu {clear:both;}
#qnmenu ul{margin-left:4px;}
#qnmenu li{display:inline; list-style-type:none}
#qnmenu a {font-size:14px;color: #0a6e28; font-weight:bold;text-decoration:none}
#qnmenu a span {display:block;background:url(../images/qbg_menu.png) repeat; 
	padding:10px 10px 3px 10px;
	*padding:10px 10px 3px 10px!important;
	*padding:10px 0 3px 0;
	width:64px;
	*width:64px!important;
	*width:84px;
	text-align:center; float:left}
#qnmenu a:hover {
	background-position:0-32px;
	cursor: hand;
}
#qnmenu a:hover span {text-decoration: underline;}
#qnmenu .last {background-position:100% -32px; color:#FFFFFF}
/*2009-7-3新版主页添加样式 结束*/
/*2009-7-20 新版关于我们添加样式 开始*/
#wmleft ul { width:143px; border:#bac2b0 solid 1px; height:600px; background:#fafafa; padding:20px 10px 20px 10px; margin:0}
#wmleft li { background:url(../images/wmlistsbg.png) no-repeat left -8px;; color:#2d8246; width:150px!important;width:142px; height:34px; margin:0;}
#wmleft ul li a {color:#2d8246;} 
#wmleft { float:left; width:165px;}
#wmright { margin:0 0 0 172px;text-align:left;}
#wmright h2 { background:#ededed; font-size:12px; color:#1e7a3a; height:28px; line-height:28px;text-indent:2em;}
.wmlists { width:610px; border-bottom:#bbbbbb dashed 1px; margin:12px 8px 8px 28px; padding:8px;}
.wmlists span { color:#1e7a3a}
.wmlists p { line-height:24px;}

div#yffq {
	border: 1px solid #d4d5d6;
	height: 300px;
	width: 600px;
	margin-top: 0px; 
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#fqclose {
background:#e9eae8; height:20px; text-align:right; padding:4px;}
div.ques7 { background:#f4f4f4;width:52px; height:22px!important; height:22px;  float:left; margin:2px;line-height:22px;padding:0 0 0 4px!important;padding:2px 0 0 4px; text-align:left}
div.ses1 { background:#c4c4c4;}
div.ses2 { background:#d3d3d3;}
div.ses3 { background:#e7e7e7;}
textarea.arwid7 { width:428px; height:50px; borderer:#cacaca solid 1px; padding:20px; margin:40px; color:#898a8a; line-height:24px; text-align:left}
div.wid480 { width:470px; margin:0 auto;}
img.mag2 { margin:2px;}
/*2009-7-20 新版关于我们添加样式 结束*/
/*支付页面 start*/
.zffs7bt { padding:10px 23px; font-size:14px; text-align:left; font-weight:bold }
.zffs7xx { background:#f4f4f4; border-bottom:#e0e0e0 solid 1px;padding:10px 23px; text-align:left; width:100%; }
.zf7xnr { float:left; width:520px; margin-left:30px;}
.zfhgt7 { height:100px}
/*支付页面 end */
/*2009-7-27 编辑照片页 start*/
#bjzp727_bg { background:url(../images/bj7btn_10.jpg) no-repeat; width:673px; height:519px;}
.img727_bg {margin-top:54px; margin-bottom:10px; margin-left:auto; margin-right:auto; width:450px; position:relative}
.img727_btn {margin-top:0; margin-bottom:10px; margin-left:auto; margin-right:auto;  }
.img727_mag { margin:4px; border:0}
.div727_rig { padding-left:300px;}
.div727_left {float:left; width:400px;}
.div727_right {margin:0 0 0 400px;}
#bjwz727_bg { background:url(../images/wz7btn_10.jpg) no-repeat; width:597px; height:320px;}
.bjwz727_main {margin-top:44px; margin-bottom:10px; margin-left:auto; margin-right:auto; width:550px; height:220px; position:relative}
.bjwz727_div1 { position:absolute; top:2px; left:0; text-align:left}
.bjwz727_div2 { position:absolute; top:32px; left:0; text-align:left}
.bjwz727_color { position:absolute; top:22px; left:70px; text-align:left; z-index:10;}
.bjwz727_color td { width:1em; height:1em}
/*2009-7-27 编辑照片页 end*/
/*2009-7-28 start*/
#zftcbox { width:378px; height:300px;border:#e1e1e1 solid 1px;color:#686868}
#scl {
	background-color: #f4f4f4;border-bottom: 1px solid #e1e1e1; height:20px; padding-top:4px; padding-left:290px;
}
.tcmarg { margin:2px;}
#zftcm { padding:50px; text-align:left;}
.zf_left {float:left; width:58px;}
.zf_right {margin:0 0 0 60px; font-size:18px; font-weight:bold; line-height:22px;}
#zftcm p { margin:25px auto;}
/*2009-7-28 end*/
/*2009-7-29 充值start*/
#cz729left { float:left; width:120px;}
#cz729right { margin:0 0 0 120px;text-align:left;}
.zffs7bt hr { border-bottom:#CCCCCC 1px dashed; margin:4px auto;}
/*2009-7-29 充值end*/
/*2009-7-30照片裁切说明页 start*/
.cq730close { text-align:right; padding-top:12px; padding-bottom:4px;}
.caiqi730p { width:796px; margin:4px auto}
.caiqi730p span { color:#ff9c00; font-weight:bold}
.cq730img { background:#FFFFFF; text-align:center; padding:6px;}
.cq730hr { width:796px; border-bottom:#CCCCCC solid 1px; text-align:center;}
/*2009-7-30照片裁切说明页 end*/
/*2009-8-3 照片填充模板 start*/
.mob8_mag { margin:9px auto;}
.mob8_c {
	color:#9c9c9c;
	
}
.rootmb {
	margin: 2px auto;
	padding: 0px;
	width: 846px;
	background:#FFFFFF url(../images/mb7pic_40.jpg) repeat-y;
	border:#d7d7d7 solid 1px;
	overflow:hidden;
}
#mb8rig {float: right;width: 200px; position:relative; padding-top:8px}
.mb8list {
	width:164px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	text-align:left;
	padding-left:20px;
	filter: Alpha(Opacity=80);
	position:absolute;
	top:66px;
	left:6px;
	z-index:3;
}
.mb8nr {
	width:178px;
	height:328px;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	text-align:left;
	padding:4px;
	position:absolute;
	top:66px;
	left:6px;
	z-index:1;
	ooverflow:auto;
	scrollbar-base-color: ; scrollbar-face-color: ; scrollbar-track-color: ; scrollbar-arrow-color: ; scrollbar-3dlight-color: ; scrollbar-darkshadow-color: ; scrollbar-highlight-color: ; scrollbar-shadow-color: 
}
.mb8pic {width:78px;height:78px;border:#CCCCCC solid 1px; float:left; margin:2px;display:table-cell;
  text-align:center;  vertical-align:middle;position:relative;line-height:78px;padding:0 }
.mb8pic p {
  position:static;
  +position:absolute;
  top:50%
  }
.mb8pic img {
  position:static;
  +position:relative;
  top:-50%;left:-50%;
  }
.mb8fh {position:absolute;
	top:412px;
	left:46px;
	z-index:1;}
#mb8mtp {position:relative;}

/*2009-8-3 照片填充模板 end*/
/*2009-8-24 团购新页面增加 start*/
.tg824 { margin:4px auto}
.tg824a { border:#cccccc solid 1px; border-top:none; width:834px; margin:0; padding:10px 5px; height:auto}
.tg824b { margin:5px 10px; float:left}
.tg824bt { border:#cccccc solid 1px; width:810px; background:url(../images/tuangou8_72.jpg) repeat-x; margin:4px 0 0 0; padding:5px 17px; height:18px; text-align:left}
.tg824bt span { font-size:14px; padding-left:30px;}
/*.tg824c { width:160px; height:166px; float:left; border-right:#CCCCCC dashed 1px; padding:5px 15px; text-align:left; font-size:13px; margin-top:20px;}原，2009-10-12去掉团购折扣表改为如下*/
.tg824c { width:240px; height:116px; float:left; border-right:#CCCCCC dashed 1px; padding:5px 15px; text-align:left; font-size:13px; margin-top:20px;}
.tg824d { float:left; margin-left:4px; border-left:#CCCCCC dashed 1px; width:6px; height:226px;}
#tg825a { margin:0 auto; width:820px;}
#tg825c { margin:0 auto 10px auto; border-top:#cccccc solid 1px;width:816px;}
.tg825b { width:136px; float:left; text-align:left}
.tglpa { border-bottom:#b3b3b3 dashed 1px; border-right:#b3b3b3 dashed 1px}
.tglpb { border-bottom:#b3b3b3 dashed 1px; }
.tglpr { border-right:#b3b3b3 dashed 1px}
#tgifr { width:816px; margin:2px auto; position:relative}
#tgifr p { position:absolute; top:4px; left:4px;}
#tgifr p a:hover { color:#ff8901}
#tgifr table { position:absolute; top:30px; left:0;}
/*2009-8-24 团购新页面增加 end*/
/*2009-9-10 登录页 start*/
#dl910 { width:435px; height:277px; background-color:#FFFFFF; margin:0 auto}
#dl910a { background:#ebebeb; height:36px; line-height:36px; position:relative}
#dl910a h2 { font-family:"黑体"; font-size:18px; font-weight:normal; position:absolute; top:4px; left:20px;}
#dl910a a { position:absolute; top:10px; left:400px;}
#dl910b { width:343px; margin:17px auto;}
#dl910b .ipt { width:164px; height:22px; border:#CCCCCC solid 1px}
#dl910b .dl_zi1 {font-size:14px; border:none; text-align:center;}
#dl910b p {font-size:12px; font-family:'宋体'; color:#4C4C4C; font-weight: normal;border-bottom:1px solid #D8EDBA; height:46px; line-height:50px; text-align:left;margin-top:6px}
#dl910b span {font-size:14px; font-family:'宋体'; color:#4C4C4C; font-weight:bold;}
#dlbox9 { width:848px; margin:0 auto;}
/*2009-9-10 登录页 end*/
/*2009-9-11 增加付款方式页 start*/
#fkbox9 { width:698px; margin:0 auto; background:#FFFFFF}
#fk9a { background:url(../images/fk_911_bg1.gif) repeat-x; height:46px; line-height:46px; position:relative}
#fk9a h2 {font-size:14px; position:absolute; top:0; left:20px;}
#fk9a a { position:absolute; top:15px; left:670px;}
#fk9b { width:620px;margin:0 auto;text-align:left}
#fk9b p { text-indent:2em; line-height:20px;margin:10px auto;}
#fk9b td { border:#ecbf2f dashed 1px; background:#fffde1}
#fkbox9 td span { color:#4a9260}
#fk9c td { border:none; background:#FFFFFF}
/*2009-9-11 增加付款方式页 end*/
#zc915 { width:848px; margin:0 auto;}
#zc915a { background:#f7f9fd; height:30px; line-height:30px; position:relative}
#zc915a h2 { font-size:14px; position:absolute; top:4px; left:20px; color:#0a6e28}
#zc915a h2 span { font-size:12px; font-weight:normal; color:#999999}
#zc915 p {font-size:12px; font-family:'宋体'; color:#4C4C4C; font-weight: normal;border-bottom:1px solid #e7ffc5; height:46px; line-height:46px; text-align:left; padding-left:30px; margin-top:6px}
#zc915 p span {font-size:14px; font-family:'宋体'; color:#658929; width:86px; text-align:right; display: block; float:left; margin-right:4px;}
#zc915 .ipt { width:240px; height:22px; border:#CCCCCC solid 1px; background:#f5f5f5; margin-top:6px;}
#zc915 .wzp {
	width:344px;
	line-height:16px;
	position: absolute;
	top:210px;
	*top:220px!important;
	*top:228px;
	left:460px;
	*left:450px;
	text-align:left;
} 
#zc915 .left {	float: left; width: 340px; text-align:right;}/* 由于此元素是浮动的，因此必须指定宽度 */
#zc915 .main {margin: 0 0 0 340px!important;margin: 0 0 0 342px; text-align:left; padding:20px;}
#zc915 .e6inp {margin-top:0;*margin-top:0!important;*margin-top:10px;}
#zc915 .nobdr { border:none}

#qgxlp { width:163px; background:#fafafa; border:#dcdada solid 1px; border-top:none; padding-top:4px; margin-bottom:5px;list-style-type:none; }
#qgxlp li { line-height:24px; color:#2a815a; text-align:left;*margin-top:0px;}
#qgxlp li a { color:#2a815a;margin-left:48px;text-decoration:none;}
#qgxlp li a:hover { color:#2a815a;text-decoration: underline;}
#qgxlp .ico1 { background:url(../images/icon_090925_1.gif) no-repeat 16px 4px;}
#qgxlp .ico2 { background:url(../images/icon_090925_2.gif) no-repeat 16px 4px;}
#qgxlp .ico3 { background:url(../images/icon_090925_3.gif) no-repeat 16px 4px;}
#qgxlp .ico4 { background:url(../images/icon_090925_4.gif) no-repeat 16px 4px;}
#qgxlp .ico5 { background:url(../images/icon_090925_5.gif) no-repeat 16px 4px;}
#qgxlp .ico6 { background:url(../images/icon_090925_6.gif) no-repeat 16px 4px;}
#qgxlp .ico7 { background:url(../images/icon_090925_7.gif) no-repeat 16px 4px;}
#qgxlp .ico8 { background:url(../images/icon_090925_8.gif) no-repeat 16px 4px;}
#qgxlp .ico9 { background:url(../images/icon_090925_9.gif) no-repeat 16px 4px;}
#qgxlp .ico10 { background:url(../images/icon_090925_10.gif) no-repeat 16px 4px;}
#qgxlp .ico11 { background:url(../images/icon_090925_11.gif) no-repeat 16px 4px;}
#qgxlp .ico12 { background:url(../images/icon_090925_12.gif) no-repeat 16px 4px;}
#qgxlp .ico13 { background:url(../images/icon_090925_13.gif) no-repeat 16px 4px;}
#qgxlp .ico14 { background:url(../images/icon_090925_14.gif) no-repeat 16px 4px;}
#qgxlp .ico15 { background:url(../images/dai.png) no-repeat 16px 4px;}
#qgxlp .line1 { background:url(../images/line_090925_1.gif) no-repeat 6px 0px; height:5px; line-height:10px; margin-top:0px;*margin-top:-10px!important;*margin-top:0px;margin-bottom:0px;*margin-bottom:0px!important;*margin-bottom:-10px;}


#lpslf { width:213px;*width:215px!important;*width:215px; background:#FFFFFF; border:#dcdada solid 1px; border-top:none; padding-top:4px; margin-bottom:5px;list-style-type:none; }
#lpslf li { line-height:24px; color:#2a815a; text-align:left;*margin-top:0px;}
#lpslf li a { color:#656b5c;margin-left:68px;text-decoration:none;}
#lpslf li a:hover { color:#656b5c;text-decoration: underline;}
#lpslf .ico1 { background:url(../images/icon_090925_1.gif) no-repeat 36px 4px;}
#lpslf .ico2 { background:url(../images/icon_090925_2.gif) no-repeat 36px 4px;}
#lpslf .ico3 { background:url(../images/icon_090925_3.gif) no-repeat 36px 4px;}
#lpslf .ico4 { background:url(../images/icon_090925_4.gif) no-repeat 36px 4px;}
#lpslf .ico5 { background:url(../images/icon_090925_5.gif) no-repeat 36px 4px;}
#lpslf .ico6 { background:url(../images/icon_090925_6.gif) no-repeat 36px 4px;}
#lpslf .ico7 { background:url(../images/icon_090925_7.gif) no-repeat 36px 4px;}
#lpslf .ico8 { background:url(../images/icon_090925_8.gif) no-repeat 36px 4px;}
#lpslf .ico9 { background:url(../images/icon_090925_9.gif) no-repeat 36px 4px;}
#lpslf .ico10 { background:url(../images/icon_090925_10.gif) no-repeat 36px 4px;}
#lpslf .ico11 { background:url(../images/icon_090925_11.gif) no-repeat 36px 4px;}
#lpslf .ico12 { background:url(../images/icon_090925_12.gif) no-repeat 36px 4px;}
#lpslf .ico13 { background:url(../images/icon_090925_13.gif) no-repeat 36px 4px;}
#lpslf .ico14 { background:url(../images/icon_090925_14.gif) no-repeat 36px 4px;}
#lpslf .ico15 { background:url(../images/dai.png) no-repeat 36px 4px;}
#lpslf .line1 { background:url(../images/line_090925_1.gif) no-repeat 26px 0px; height:5px; line-height:10px; margin-top:0px;*margin-top:-10px!important;*margin-top:0px;margin-bottom:0px;*margin-bottom:0px!important;*margin-bottom:-10px;border:}

#root_10a  { width:848px; margin:2px auto; position:relative}
#root_10a #wmleft { position:absolute; top:0; left:0}
#root_10a #wmright { position:absolute; top:0; left:173px; margin:0; width:676px}

.map1013a { width:628px; text-align:left; border-bottom:#bbbbbb dashed 1px;margin:10px auto; padding-bottom:4px; }
.map1013a  p { margin-top:4px; margin-bottom:4px;}
.map1013a span {color:#0a6e28; font-size:14px; font-weight:bold;}
.map1013b { width:570px; background:#fff8e6; border:#ffe9b0 solid 1px;margin:0 auto; padding:6px;min-height:22px; height:22px; }
.wlFloat P {
	float:left;
	height:25px;
	line-height:25px;
	margin:0 8px 0 0;
	padding:0;
}
#wlLipin {
	height:150px;
}
.wlHelp {
	height:80px;
	line-height:25px;
	
}
.clear {
	clear:both;
}
[class].map1013b{height:auto;}
.map1013b .helpUl li{
	width:auto;
	width:150px;
}
.map1013b li {display:block; width:93px; height:22px; line-height:22px; float:left; list-style: none;}
#wlLipin li {
	width:110px;
}
#yinji1015a { width:624px; border-bottom:#eaeaea solid 1px; text-align:left; margin:5px auto}
#yinji1015a .img15a { margin-right:2px; float:left}

.inp76w { width:76px; border:#b5bcc2 solid 1px}
.slt92w {width:96px; border:#b5bcc2 solid 1px}
/*2009-12-1新帮助 开始*/
#root_10a #bt09121 { position:absolute; top:0; left:0; width:563px;}
#root_10a #bt09121 h1 { background:url(../images/bg091127_4.gif) no-repeat; width:563px; height:30px; margin-bottom:6px;color:#272727; font-size:14px; font-family:"宋体"; font-weight:bold; padding-top:2px;}
#root_10a #rigbtn { position:absolute; top:0; left:571px; width:277px;}
.div277 { width:277px; float:left; margin:4px 8px 4px 0; text-align:left; background:url(../images/bg091127_3.gif) repeat-y;}
.div277 h2 { color:#272727; font-size:14px; padding:10px 8px 8px 12px;background:url(../images/bg091127_1.gif) no-repeat; width:257px; height:14px; }
.div277 p { padding:12px; height:175px;}
.jgzs h2 { color:#272727; font-size:14px; padding:10px 8px 8px 12px;background:url(../images/bg091127_6.gif) no-repeat; width:828px; height:14px; text-align:left; }
.jgzs { margin-top:6px}
.jgzs table { margin-top:12px}
.tel400 { border:#d4f4a6 solid 1px; padding:10px 20px; text-align:left; margin-top:8px; }
.tel400 p {color:#2f6505}
.infobg0912 { background:url(../images/icon09122_05.gif) repeat-x;}
.tdline0912 p { border-bottom:#e6e6e6 solid 1px;}
.greenl0912 { border-bottom:#83c001 solid 1px;}
#root_10a .help0912left { float:left;width:197px;background:url(../images/icon09122_52.gif) repeat-y; text-align:left}
#root_10a .help0912main { margin:0 0 0 200px; padding:15px 30px;}
#root_10a .help0912main h1 {color:#272727; font-size:14px; font-family:"宋体"; background:none; padding:0; font-weight:bold; text-indent:0; text-align:left}
/*

#root_10a .help0912left { position:absolute; top:0; left:0;width:197px;background:url(../images/icon09122_52.gif) repeat-y; text-align:left}
#root_10a .help0912main {position:absolute; top:0; left:204px; padding:15px 30px;}
#root_10a .help0912main h1 {color:#272727; font-size:14px; font-family:"宋体"; background:none; padding:0; font-weight:bold; text-indent:0; text-align:left}*/
.nr0912 { text-align:left}
.nr0912 h2 { border-bottom:#999999 1px dashed; text-align:center; line-height:30px}
.nr0912 p { padding:10px 0; text-indent:2em;}
/*2009-12-1新帮助 完*/





#left .wl2010504 li { line-height:24px; color:#2a815a; text-align:left;*margin-top:0px;}
#left .wl2010504 li a { color:#656b5c;margin-left:68px;text-decoration:none;}
#left .wl2010504 li a:hover { color:#656b5c;text-decoration: underline;}
#left .wl2010504 .ico1 { background:url(../images/icon_090925_1.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico2 { background:url(../images/dongH.gif) no-repeat 0 5px;}
#left .wl2010504 .ico3 { background:url(../images/icon_090925_3.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico4 { background:url(../images/icon_090925_4.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico5 { background:url(../images/icon_090925_5.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico6 { background:url(../images/icon_090925_6.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico7 { background:url(../images/icon_090925_7.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico8 { background:url(../images/icon_090925_8.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico9 { background:url(../images/icon_090925_9.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico10 { background:url(../images/icon_090925_10.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico11 { background:url(../images/icon_090925_11.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico12 { background:url(../images/icon_090925_12.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico13 { background:url(../images/icon_090925_13.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico14 { background:url(../images/icon_090925_14.gif) no-repeat 15px 5px;}
#left .wl2010504 .ico15 { background:url(../images/dai.png) no-repeat 15px 5px;}
#left .wl2010504 .line1 { background:url(../images/line_090925_1.gif) no-repeat 26px 0px; height:5px; line-height:10px; margin-top:0px;*margin-top:-10px!important;*margin-top:0px;margin-bottom:0px;*margin-bottom:0px!important;*margin-bottom:-10px;}
#left .wl2010504 li {
	margin:0;
	padding:0;
}
#left .wl2010504 li a {
	margin:0 0 0 42px;
	padding:0;
}
#left .wl2010504 {
	width:163px;
	overflow:hidden;
	border-right:1px #DBDBDB solid;
	border-left:1px #DBDBDB solid;
	border-bottom:1px #DBDBDB solid;
}
#left .qleftlis li a {
	margin:0 0 0 37px;
}
#qnnaro #qnmenu #wiUl {
	width:800px;
	*margin:0px 0 0 -14px;
	_margin:0 0 0 0px;
	padding:1px 0 0 0;
	*padding:0;
	_padding:0;
}
#qnnaro #qnmenu #wiUl li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	display:block;
	zoom:1;
}
#qnnaro #qnmenu #wiUl li a {
	margin:0;
	padding:0;
	display:block;
	width:81px;
	overflow:hidden;
}
#qnnaro #qnmenu #wiUl li span {
	margin:0;
	padding:3px 0 0 0;
	display:block;
	overflow:hidden;
	width:81px;
	height:29px\0;
	*height:19px;
	_height:29px;
	background:url(../images/qbg_menu.png) no-repeat -3px 3px;
	line-height:31px\0;
	*line-height:19px;
	_line-height:31px;
	
	margin:0;
	text-align:center;
}
#qnnaro #qnmenu #wiUl li .last {
	background:url(../images/qbg_menu.png) no-repeat center -32px;
}

















.xcfx {
	width:678px;
	margin:15px 0 0 2px;
}
.xcfx .img {
	width:85px;
	height:81px;
	background:url(../images/wl2010504tu7.jpg) no-repeat 0 0;
	padding:6px 0 0 0;
	margin:0 auto;
}
.xcfx ul {
	list-style-type:none;
	background:url(../images/wl2010504tu9.jpg) repeat-x 0 0;
	zoom:1;
	overflow:auto;
	height:340px;
}
.xcfx ul li {
	float:left;
	margin:30px 0 0 32px;
	*margin:30px 0 0 32px;
	_margin:30px 0 0 27px;
	width:130px;
}
.xcfx ul li a {
	display:block;
	
}
.xcfx .xiangCe {
	margin:3px 0 0 0;
}
.zhuTi {
	background:url(../images/wl2010504tu18.png) no-repeat 5px 0;
	margin:0 0 0 2px;
	height:293px;
	width:678px;
}
.zhuTi .more {
	display:block;
	float:right;
	width:68px;
	height:19px;
	margin:-3px 2px 0 0;
	*margin:-3px 2px 0 0;
	_margin:0px 2px 0 0;
	background:url(../images/wl2010504tu17.jpg) no-repeat 0 0;
}
.zhuTi img {
	margin:8px 0 0 0;
}





/* 头部样式 */

#wl20100601 {
	clear:both;
	width:848px;
	margin:-50px auto 0 auto\0;
	*margin:-40px auto 0 auto;
	_margin:-40px auto 0 auto;
	border-bottom:#eebe40 solid 3px; 
	zoom:1;
	overflow:hidden;
}
#wl20100601 ul {
	list-style-type:none;
	zoom:1;
	overflow:hidden;
	float:left;
	margin:4px 0 0 0;
}
#wl20100601 ul .bj {
	background:url(../images/qbg_menu.png) no-repeat 0 -33px\0;
	*background:url(../images/qbg_menu.png) no-repeat 0 -33px;
	_background:url(../images/qbg_menu.png) no-repeat 0 -32px;
}
#wl20100601 ul li {
	float:left;
	width:74px;
	height:31px;
	line-height:31px;
	background:url(../images/qbg_menu.png) no-repeat 5px 0px;
}
#wl20100601 ul li a {
	font-size:14px;
	margin:1px auto 0 auto;
	color:#086D29;
	font-weight:bold;
	display:block;
}
#wl20100601 ul .bj a {
	color:#FFFFFF;
}
#wl20100601 ul .noBorder {
	background:none;
}
#wl20100601 ol {
	float:right;
	list-style-type:none;
}
#wl20100601 ol li {
	float:left;
	width:48px;
	height:23px;
	line-height:23px;
	background:url(../images/wl2010504bj.jpg) no-repeat 0 0;
	margin:12px 3px 0 0;
}
#wl20100601 ol li a {
	font-size:14px;
}
#wl20100601 ol .wcuXiao {
	height:35px;
	margin:0;
	background:url(../images/wl2010504bj1.jpg) no-repeat 0 0;
}
#wl20100601 ol .wcuXiao a {
	display:block;
	margin:13px 0 0 0;
}
