/*#
==============================
   @name:global 
   @explain: 重设及架构
   @copyright: Copyright 2013,cenwor.com
   @date:2013.03.28
   @author:@itom
==============================
*/

/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: bold;
}
del, ins, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 12px/1.9 arial, \5b8b\4f53;
	color: #666;
	outline: 0;
}
a, a:hover {
	color: #4D97EF;
}
a:hover {
	text-decoration: underline;
}
input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	display: inline-block;
	/*height: 17px;*/
	line-height: 17px;
	padding: 5px;
	color: #999;
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #d2d2d2;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select, input[type="file"] {
	/*height: 25px;
	line-height: 25px;*/
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 12px;
}
input:-webkit-autofill {
 background-color:rgb(255, 255, 255);
}
/****************************************
** 样式重置结束，开始页面布局，元件，模块
** 布局 g- ; 元件 u- ;模块 m- 
** 具体参考 CSS 代码规范
***************************************/

/**************模块**********************/
.m-hd {
	position: relative;
	height: 100%;
}
.m-tit {
	padding: 10px 30px;
	border-bottom: #DBDBDB 1px solid;
	background-color: #f7f7f7;
	height: 35px;
	line-height: 35px;
	font: 24px Microsoft Yahei, SimHei;
	position: relative;
}
.m-tit .f-right {
	position: absolute;
	right: 30px;
}
.m-box {
	padding: 20px 30px;
	overflow: hidden;
	clear: both;
}
.m-box-cms {
	width: 100%;
}
.m-box-m {
	width: 650px;
	display: inline;
	float: left;
}
.m-box-s {
	width: 230px;
	display: inline;
	margin-left: 20px;
	float: left;
}
.m-box-w {
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
}
.m-help {
	background: #fffada;
	color: #888;
	padding: 10px;
}
.m-help2 {
	background: #f6f6f6;
	color: #888;
	padding: 10px;
}
.m-btn {
	text-align: center;
}
.m-btn-r {
	text-align: right;
	margin-top: 10px;
}
.m-dialog {
	padding: 20px;
	overflow: hidden;
	clear: both;
}
.m-dialog td {
	padding: 10px 5px;
}
.m-list {
	padding: 10px 0;
	display: block;
	clear: both;
}
.m-list-cms {
	margin: 10px 20px 10px 0;
	width: 440px;
	height: 325px;
	overflow: hidden;
	padding: 0;
	float: left;
	display: inline;
	clear: none;
}
.m-list-cms .t-h3 {
	background: #f2f2f2;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}
.m-list-cms .f-right {
	position: absolute;
	right: 5px;
	top: 7px;
}
.m-list-cms li {
	padding: 5px;
	font-size: 14px;
	display: block;
	border-bottom: 1px dotted #eee;
	position: relative;
	padding-right: 230px;
	overflow: hidden;
	height: 25px;
}
.t-nav {
	font-size: 12px;
	color: #888;
}
.t-h3 {
	font-size: 14px;
	position: relative;
}
.t-h3 .u-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.t-h4 {
	color: #888;
	padding: 5px 0;
	font-weight: 500;
}
.t-h5 {
	padding: 5px 0;
	font-weight: 500;
	font-size: 14px;
	font-size: 14px;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
}
.t-em {
	color: #888;
	font-size: 12px;
	font-weight: 500;
}
.t-sub {
	color: #888;
	font-size: 12px;
	font-weight: 500;
	background: #F2F2F2;
	padding: 3px;
	margin-bottom: 10px;
}
.borderHd {
	background: #D1D1D1;
	height: 1px;
	overflow: hidden;
	margin-bottom: 10px;
}
.borderHdN {
	background: #636363;
	height: 1px;
	overflow: hidden;
	width: 100px;
}
.c-p {
	font-size: 14px;
	margin: 5px 0 20px;
}
.vars {
	color: #aaa;
}
.lf {
	float: left;
	width: 600px;
}
.rt {
	float: right;
	text-align: right;
	width: 200px;
}
/**************功能**********************/
.f-right {
	float: right;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}
.f-top {
	position: absolute;
	overflow: hidden;
}
.f-top {
	position: fixed;
	_position: absolute;
	width: 50px;
	height: 51px;
	right: 15px;
	bottom: 15px;
	visibility: visible;
}
* html .f-top {
	position: absolute;
	bottom: auto;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
a.f-top-a {
	width: 50px;
	height: 51px;
	display: block;
	background: url(../../static/image/up.png?20140116) 0 0 no-repeat;
}
a.f-top-a:hover {
	background-position: -50px 0;
}
/**************元件**********************/
.u-logo {
	position: absolute;
	overflow: hidden;
}
.u-tips {
	color: #aaa;
}
.u-tip {
	background: #ffd;
	color: #888;
	padding: 5px;
	margin: 10px 0;
}
.u-del {
	background: #ddd;
	width: 15px;
	height: 15px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	float: left;
}
.u-del:hover {
	background: #f90;
}
.u-tip .u-btn {
	font-weight: 400;
	font-size: 12px;
	padding: 1px 10px;
	border-radius: 2px;
}
.u-title{
	padding: 10px;
	border-bottom: #eee 1px solid;
	background-color: #f9f9f9;
	height: 20px;
	line-height: 20px;
	font: 16px Microsoft Yahei, SimHei;
	position: relative;
	font-weight: 700;
	margin-bottom: 20px;
}

/* 较小 */
.u-tt-sm {
	font-size: 12px;
}
/* 中等 */
.u-tt-md {
	font-size: 14px;
}
/* 较大 */
.u-tt-lg {
	font-size: 16px;
}
/* 很大 */
.u-tt-xl {
	font-size: 18px;
}
/* 文本颜色 */
.u-cl {
	color: #888;
}
/* 红色 */
.u-cl-red {
	color: #e76969;
}
/* 白色 */
.u-cl-white {
	color: #fff;
}
/* 通用自定义按钮-默认蓝色 */
.u-btn {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.u-btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.u-btn:hover, .u-btn:focus {
	color: #333333;
	text-decoration: none;
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.u-btn:active, .u-btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.u-btn.disabled, .u-btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.u-btn-cancel {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.comment_p_t .u-btn, .sendBox .sendInsert .menu .u-btn {
	font-weight: 400;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 2px;
}
.u-btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 较大 */
.u-btn-lg {
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.u-btn-lg .btnsel {
	border-width: 5px 5px 0;
}
/* 较小 */
.u-btn-sm {
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
}
.u-btn-bm {
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
}
/* 红色 */
.u-btn-c1 {
	border-color: #9f161b;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee232a), to(#cc1c23));
	background: -webkit-linear-gradient(#ee232a, #cc1c23);
	background: -moz-linear-gradient(#ee232a, #cc1c23);
	background: -ms-linear-gradient(#ee232a, #cc1c23);
	background: linear-gradient(#ee232a, #cc1c23);
}
.u-btn-c1:hover, .u-btn-c1:focus {
	background: #cc1c23;
}
/* 绿色 */
.u-btn-c3 {
	border-color: #52a552;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#68c668), to(#50b150));
	background: -webkit-linear-gradient(#68c668, #50b150);
	background: -moz-linear-gradient(#68c668, #50b150);
	background: -ms-linear-gradient(#68c668, #50b150);
	background: linear-gradient(#68c668, #50b150);
}
.u-btn-c3:hover, .u-btn-c3:focus {
	background: #50b150;
}
/* 灰色 */
.u-btn-c4 {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.u-btn-c4 .btnsel {
	border-top-color: rgba(0,0,0,0.6);
}
.u-btn-c4:hover, .u-btn-c4:focus, .u-btn-c4:active, .u-btn-c4.active {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.u-btn-c4:active, .u-btn-c4.active {
	background-image: none;
}
/* 文本输入框 */
.u-ipt {
	width: 180px;
	float: left;
}
/* 文本输入框-窄 */
.u-ipt-1 {
	width: 80px;
}
/* 文本输入框-215 */
.u-ipt-2 {
	width: 215px;
}
/* 文本输入框-出错 */
.u-ipt-err {
	border-color: #c00 #e00 #e00;
}
.u-send input, .u-send textarea {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0;
	color: #999;
	width: 560px;
}
.u-send textarea:focus, .u-send input[type="text"]:focus {
	border-bottom: 1px dotted #ddd;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #666;
}
.u-send input {
	border-bottom: 1px dotted #eee;
	margin: 0 auto;
	display: block;
	padding: 5px 0;
}

/*通用弹出对话框样式*/
.dialog_wrapper {
	display: block;
}
.dialog_body {
	background: #fff;
	padding: 0;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.dialog_head {
}
.dialog_title {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px 0 15px;
	display: block;
	line-height: 38px;
	background: #fff url(../../static/image/dialog/dialog_title_bg.gif?20140116) repeat-x;
	cursor: move;
}
.dialog_title_icon {
	display: block;
	clear: both;
	height: 38px;
}
.dialog_close_button {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../static/image/dialog/dialog_close_bg.gif?20140116) 0 0px;
	position: absolute;
	top: 11px;
	right: 10px;
}
.dialog_content {
	background: #fff;
}
.dialog_content .topic_new_add .sendBox .sendInsert {
	_position: absolute;
	_top: 150px;
	_left: -10px;
}
.dialog_content .topic_new_add .sendBox .sendSubmit {
	_padding-top: 40px;
}
.dialog_loading {
	text-align: center;
	width: 300px;
}
.dialog_loading_text {
	padding: 0px;
	padding-top: 20px;
	padding-left: 10px;
	width: 220px;
	font-style: italic;
	margin: 15px auto 5px auto;
	text-align: left;
	font-size: 15px;
	background: transparent url(../../static/image/loading.gif?20140116) no-repeat center top;
}
.dialog_message_body {
	padding: 15px 5px;
}
.dialog_message_contents {
	margin: 0px 10px;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.dialog_message_notice, .dialog_message_warning, .dialog_message_confirm {
	background: url(../../static/image/alert.png?20140116) no-repeat 10px top;
}
.dialog_buttons_bar {
	text-align: center;
	margin-top: 20px;
}
.dialog_buttons_bar input {
	margin: 0px 5px;
}
.dialog_has_title {
	background: #555;
}
.dialog_has_title .dialog_body {
	background: #fff;
	bottom: 3px;
	right: 3px;
	padding: 10px;
	border: 4px solid #dadada;
	color: #666;
}
.dialog_has_title .dialog_head {
	background: url(../../static/image/dialog/login_h1.gif?20140116);
	height: 30px;
}
.dialog_has_title .dialog_title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	background: #fff url(../../static/image/dialog/linebox_h1_span.gif?20140116) no-repeat left 3px;
	padding: 4px 10px 5px 15px;
	display: block;
	float: left;
}
.dialog_has_title .dialog_close_button {
	position: absolute;
	top: 10px;
	_top: 14px;
	right: 10px;
	background: #fff url(../../static/image/dialog/dialog_close_button.gif?20140116) no-repeat right bottom;
	width: 21px;
	height: 21px;
	padding-right: 10px;
	overflow: hidden;
	cursor: pointer;
}
.dialog_has_title .dialog_loading {
	text-align: center;
}
.dialog_has_title .dialog_loading_text {
	padding: 0px;
	padding-top: 20px;
	padding-left: 10px;
	width: 220px;
	font-style: italic;
	margin: 15px auto 5px auto;
	text-align: left;
	font-size: 15px;
	background: transparent url(../../static/image/loading.gif?20140116) no-repeat center top;
}
.dialog_has_title .dialog_message_body {
	margin: 15px 5px 5px 5px;
}
.dialog_has_title .dialog_message_contents {
	margin: 0px 10px;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.dialog_has_title .dialog_message_notice {
	background: transparent url(../../static/image/dialog/message_notice.gif?20140116) no-repeat left top;
}
.dialog_has_title .dialog_message_warning {
	background: transparent url(../../static/image/dialog/message_warning.gif?20140116) no-repeat left top;
}
.dialog_has_title .dialog_message_confirm {
	background: transparent url(../../static/image/dialog/message_confirm.gif?20140116) no-repeat left top;
}
.dialog_has_title .dialog_buttons_bar {
	text-align: center;
	margin-top: 5px;
}
.dialog_has_title .dialog_buttons_bar input {
	margin: 0px 5px;
}
.dialog_cl {
	clear: both;
}
#dseccode_tips {
	width: 22px;
	display: inline;
	margin: 5px 0 0 0;
}
#dseccode_tips img {
	width: 16px;
	height: 16px;
	overflow: hidden;
    vertical-align: middle;
}
/*验证码*/
.u-verify {
	font-size: 12px;
	width: 100%;
	float: left;
	margin-top: 7px;
}
.u-verify img {
	width: 93px;
	height: 30px;
	cursor: pointer;
}

/*随机色*/
#h_tags a, #h_tags a:link, #h_tags a.hover {
	color: #fff;
	text-decoration: none;
}
#h_tags .h_tags0 {
	background: #ebafab;
}
#h_tags .h_tags1 {
	background: #edc48d;
}
#h_tags .h_tags2 {
	background: #b8d088;
}
#h_tags .h_tags3 {
	background: #a4cee6;
}
#h_tags .h_tags4 {
	background: #e0badd;
}
#h_tags .h_tags5 {
	background: #ace;
}
#h_tags .h_tags0:hover {
	background: #d9726d;
}
#h_tags .h_tags1:hover {
	background: #d2a160;
}
#h_tags .h_tags2:hover {
	background: #98b65c;
}
#h_tags .h_tags3:hover {
	background: #70a2bf;
}
#h_tags .h_tags4:hover {
	background: #bb83b6;
}
#h_tags .h_tags5:hover {
	background: #eca;
}
#h_tags li {
	display: inline-block;
	height: 25px;
	margin: 0 7px 10px 0;
    *margin-right:4px;
	padding: 0 9px 0 10px;
	line-height: 25px;
	line-height: 26px\0;
	font-size: 12px;
	color: #fff;
	word-break: keep-all;
	white-space: nowrap;
}
/*关闭按钮*/
.close_1 {
	background: url(../../static/image/imgdel.gif?20140116) no-repeat;
	cursor: pointer;
	height: 15px;
	margin: 0 10px 0 0;
	position: absolute;
	right: 0;
	width: 15px;
	z-index: 1000;
}
.close_2 {
	background: url(../../static/image/close_2.gif?20140116) no-repeat;
	cursor: pointer;
	height: 23px;
	margin: 3px 6px 0 0;
	position: absolute;
	right: 0;
	width: 24px;
}
/*分页*/
.pageStyle {
	margin: 20px 0 0 0;
	display: block;
	clear: both;
	overflow: hidden;
}
#page {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
#page b {
	padding: 7px 10px;
	background: #73B2DA;
	color: #fff;
	border: none;
}
#page i {
	font-style: normal;
	font-weight: 500;
}
#page a {
	padding: 6px 10px;
	margin: 0;
	background: #fff;
}
#page a:link {
	border: solid 1px #ccc;
}
#page a:visited {
	border: solid 1px #ccc;
}
#page a:hover {
	background: #73B2DA;
	color: #fff;
	border: solid 1px #73B2DA;
	text-decoration: none;
}
#page {
	color: #666;
	line-height: 26px;
}
#page b {
	background: #C6EAFD;
	color: #666;
	font-weight: 400;
}
#page a {
	background: #EDF8FE;
	border-color: #C6EAFD;
	color: #666;
}
#page a:link, #page a:visited {
	border-color: #C6EAFD;
}
#page a:hover {
	background: #C6EAFD;
}

/*广告位*/
.a-h .banner_ad {
	width: 810px;
	overflow: hidden;
	float: right;
	margin-right: 20px;
	padding-top: 20px;
	background: #FFF;
}
.a-h .banner_ad img {
	width: 810px;
}
.banner_ad {
	width: 980px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	z-index: 16;
	clear: both;
}
.middle_ad {
	margin: 5px auto;
	text-align: center;
	overflow: hidden;
	height: 80px;
}
.sidetop_ad, .sidebottom_ad {
	margin: 0;
	text-align: center;
	overflow: hidden;
	width: 190px;
	word-wrap: break-word;
	word-break: normal;
	word-break: break-all;
}
.msg_ad {
	width: 980px;
	margin: 5px auto;
	text-align: center;
	overflow: hidden;
}
/**************布局**********************/
.j-wrap {
	padding-top: 48px;
}
.g-doc {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}
.g-content .g-doc {
	background: #fdfdfd url(../../static/image/repeat_bg_y.png);
	clear: both;
	float: left;
	padding: 0;
	margin-bottom: 20px;
}
.g-hd {
	height: 88px;
	position: relative;
	width: 980px;
	z-index: 2;
	margin: 5px auto;
	overflow: hidden;
}
.g-hd2 {
	position: fixed;
	left: 0;
	top: 0;
	_position: absolute;
    _top:expression(documentElement.scrollTop);
	z-index: 20;
	width: 100%;
	height: 47px;
	background: #3579a6;
	box-shadow: 0 1px 2px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.15);
}
.g-bd {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	background: #fdfdfd;
}
.g-content {
	margin: 15px auto;
	width: 980px;
	background: #fdfdfd;
	display: block;
	clear: both;
	
}
.g-ft {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 20px 0;
	background-color:#fff;
}
.m-ft {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px;
	width: 980px;
}
.m-ft .foot-line {
	line-height: 20px;
	width: 163px;
	float: left;
	overflow: hidden;
}
.m-ft .foot-line a {
	display: block;
}
.m-ft .foot-line p{
	margin-bottom:5px;	
}
.main{
	width: 830px;
	_width: 850px;
	float: right;
	min-height: 760px;
	margin: 0;
	background: none;
	padding-top: 20px;
}
.Menu{
	position: fixed;
	width: 129px;
	top: 63px;
	z-index: 15;
	/*background: #ebf4fc;*/
}
.mainWrap{
	width: 580px;
	min-height: 700px;
	float: left;
	padding-bottom: 63px;
	margin-left: 0;
	padding-right: 19px;
}
.sideBar{
	width: 190px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	display: inline;
}
.n-hd {
	float: left;
}
.blackBox{
	width: 100%;
	clear: both;
	margin: 0 auto;
	padding: 5px 0;
	height: 3px;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.mleft{
	float: left;
}
.mright{
	float: right;
	font-weight: 500;
}
.wefrom{
	display: none;
}