/**************整体样式****************/
body {
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	font-family: "宋体";
	background-color: #ffffff;
	line-height: 150%;
	background-image:url(pic/web_bg.gif); background-repeat:repeat-x;	
}
a:visited {color: #000000;text-decoration: none;font-size: 9pt;}
a:link {color: #000000;text-decoration: none;font-size: 9pt;}
a:hover {font-size: 9pt;text-decoration: underline;}
td {font-family: "宋体";font-size: 12px;line-height: 150%;}
/**************头部****************/
#web_head { width:1004px; height:92px; background:url(pic/web_head.gif) no-repeat; text-align:right; padding:70 50 0 0;}
#web_banner { width:1004px; height:195px; background:url(pic/web_banner.gif) no-repeat;}
#web_menu { width:1004px; height:45px; background:url(pic/web_menu.gif) no-repeat;}
#web_menu  li {float:left; padding-top:5px; width:95px;}
/**************左部****************/
#left { width:209px; }
#left_title_cp { width:209px; height:92px; background:url(pic/web_left_cp.gif) no-repeat;}
#left_cp_list { width:209px; }
#left_lxwm { width:183px; height:182px; background:url(pic/web_left_lx.gif) no-repeat; margin-left:5px;}
#left_lxwm_con { width:209px; text-align:left; padding:10 10 10 10;}
/**************右部****************/
#right { width:720px; }
#right_title { width:720px; height:42px; background:url(pic/web_right_title.gif) no-repeat; padding:22 0 0 30;}
#right_con { width:720px; text-align:left; padding:10 10 10 10;}
/**************底部****************/
#web_footer { width:929px; height:18px; background:url(pic/web_end.gif) no-repeat;}
#web_end { width:929px; height:66px; background:url(pic/web_end_logo.gif) no-repeat; text-align:left; padding:10px 0 0 210px;}
/**************CLASS****************/
a.t_menu:visited {color: #fff;text-decoration: none;font-size: 14px; font-weight:bold;}
a.t_menu:link {color: #fff;text-decoration: none;font-size: 14px; font-weight:bold;}
a.t_menu:hover {font-size: 14px;text-decoration: underline; font-weight:bold;}
.r_pic{ float:left; width:200xp; height:244px; }
.r_con { float:left; text-align:left; padding:10 10 10 10; width:500px; height:244px;}
/**************自动撑开的结构****************/

#main_body{width: 929px;margin: 0 auto;overflow: hidden; background-color:#fff; }
#web_left{width: 209px;float: left;	text-align: left; background: url(pic/web_left_bg.gif) repeat-y;}
#web_right{width: 720px;float: left; text-align: left; background:url(pic/web_right_bg.gif) repeat-y;}
/* easy clearing */
#main_body:after	{content: '[DO NOT LEAVE IT IS NOT REAL]'; display: block;height: 0; clear: both; visibility: hidden;}
#main_body{display: inline-block;}
/*\*/
#main_body{display: block;}
/* end easy clearing */
/*\*/
#web_left, #web_right{padding-bottom: 32767px !important;margin-bottom: -32767px !important;}
@media all and (min-width: 0px) {
#web_left, #web_right{padding-bottom: 0 !important;margin-bottom: 0 !important; }
#web_left:before, #web_right:before{content: '[DO NOT LEAVE IT IS NOT REAL]';display: block;background: inherit;padding-top: 32767px !important;margin-bottom: -32767px !important;height: 0;}
}