﻿/* 静态化 */
/*全站样式开始==========================================================================================================*/
/*重定义标签开始*/

body{
	margin:0px;
	font-size:10pt;
	font-family:"宋体";
	/*filter:gray;*/
}
div{
	margin:auto;
	width:auto;
	word-wrap:break-word;
	word-break:break-all;
	/*overflow:hidden;*/
}
table{
	word-wrap:break-word;
	word-break:break-all;
}
td{
	word-wrap:break-word;
	word-break:break-all;
}
form{
	margin:0px;
	padding:0px;
}
img{
	border-width:0px;
}
.nobox{
	border-width:0px;
}
h1,h2,h3,h3,h4,h5,h6{
	font-weight:bold;
	font-size:11pt;
	margin:0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.in{
	list-style-position:inside;
}
ul.out{
	list-style-position:outside;
}
li.green{
	padding-left:10px;
	margin:0px;
	line-height:20px;
	background-image:url('/images/flag/arrow_greens.gif');
	background-repeat:no-repeat;
	background-position:3px 5px;
}
li.gray{
	padding-left:10px;
	margin:0px;
	line-height:20px;
	background-image:url('/images/flag/arrow_grays.gif');
	background-repeat:no-repeat;
	background-position:3px 5px;
}
.arrow_gray{
	padding-left:10px;
	margin:0px;
	line-height:20px;
	background-image:url('/images/flag/arrow_grays.gif');
	background-repeat:no-repeat;
	background-position:3px 5px;
}
li.black{
	padding-left:10px;
	margin:0px;
	line-height:20px;
	background-image:url('/images/flag/arrow_blacks.gif');
	background-repeat:no-repeat;
	background-position:3px 5px;
}
/*左右对其方式开始*/
.align1{
text-align:left;
}
.align2{
text-align:center;
}
.align3{
text-align:right;
}
.float1{
	float:left;
}
.float2{
	float:right;
}
.line16{
	line-height:16px;
}
.line18{
	line-height:18px;
}
.line20{
	line-height:20px;
}
.line22{
	line-height:22px;
}
.line25{
	line-height:25px;
}
.line30{
	line-height:30px;
}
.line35{
	line-height:35px;
}
/*左右对其方式结束*/
/*1.普通链接色彩变化开始*/
a:link, a:visited,a:active{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;/*#2D71B6*/
	text-decoration:underline;
}
/*1.白色超链接*/
.white:link{
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited,.white:active{
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #FF9900;/*#2D71B6*/
	text-decoration:underline;
}
/*2.蓝色超链接*/
.blue:link{
	color:blue;
	text-decoration: none;
}
.blue:visited,.white:active{
	color:blue;
	text-decoration: none;
}
.blue:hover {
	color: blue;/*#2D71B6*/
	text-decoration:underline;
}
/*1.普通链接色彩变结束化*/
input.bt_reset{
	background-image:url(/images/button/bt_reset.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:66px;
	border:none;
	
}
input{
	border:1px solid #666666;
}
input.w{
		width:200px;
}
input.w40{
	width:40px;
}
input.w80{
	width:80px;
}
input.w100{
	width:100px;
}
input.w160{
	width:160px;
}
input.w200{
	width:200px;
}
input.wpwd {
	width: 50px;
}
input.myinput{
	background: transparent url(/images/bg/downlist.gif); 
	background-repeat:no-repeat;
	background-position:right;
	width: 182px; 
	height: 16px; 
	padding-right: 18px;
}
input.myinputs{
	background: transparent url(/images/bg/downlist.gif); 
	background-repeat:no-repeat;
	background-position:right;
	width: 160px; 
	height: 16px; 
	padding-right: 18px;
	vertical-align:middle;
}
input.nobox{
		border:none;
}
.noborder{
	border:none;
}
/*页框标题样式*/
fieldset{
	padding:3px;
}
legend{
	font-weight:bold;
}
/*重定义标签结束*/
/*图片对其文字*/
.imgoptalign{
	vertical-align:middle;
	height:22px;
}
.imgoptalignmul{
	vertical-align:middle;
	height:30px;
}
/*用于验证码图片上对齐*/
.codevalign{
	vertical-align:text-top;
	cursor:pointer;
}
/*选择按钮带手型鼠标效果*/
.myselectebt{
	cursor:pointer;
	vertical-align:middle;
}
/*重定义标签结束*/
.myclear{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.myclear6{
	clear:both;
	height:6px;
	font-size:8px;
	width:auto;
}
.mydiv10{
	clear:both;
	height:10px;
	width:auto;
}
/*友情提示*/
.friendbox{
	width:210px;
	margin:auto;
	clear:both;
}
.friend1{
	width:191px;
	height:8px;
	background-image:url(/images/bg/box/friend_1.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	background-position:bottom;
}
.friend2{
	width:173px;
	background-image:url(/images/bg/box/friend_2.gif);
	background-repeat:repeat-y;
	padding:2px 9px 2px 9px;
	line-height:18px;
	text-align:left;
}
.friend3{
	width:191px;
	height:8px;
	background-image:url(/images/bg/box/friend_3.gif);
	background-repeat:no-repeat;
}
/*出错样式表*/
.err_bg1{
	background-image:url(/images/bg/box/err_bg1.gif);
	height:20px;
	width:530px;
	margin-top:60px;
}
.err_bg2{
	background-image:url(/images/bg/box/err_bg2.gif);
	width:530px;
}
.err_contectbg{
	background-image:url(/images/flag/errb.gif);
	background-repeat:no-repeat;
	background-position:16px 0px;
	padding-left:120px;
	padding-right:20px;
	line-height:20px;
	color:#1eaab2;
}
.err_bg3{
	background-image:url(/images/bg/box/err_bg3.gif);
	height:20px;
	width:530px;
}
/*注意提示框样式*/
.msg_zy{
	width:678px;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#FFFF99;
	border:solid 1px #cc9933;
	line-height:20px;
}
.msg_zycc{
	background-image:url('/images/flag/attention.gif');
	background-repeat:no-repeat;
	background-position:6px 8px;
	padding:5px 5px 5px 26px;
}
/*就近位置修改成功提示样式*/
.msg_ok{
	background-image:url(/images/flag/oks.gif);
	background-repeat:no-repeat;
	background-position:250px 0px;
	width:380px;
	height:auto;
	padding:6px 6px 6px 285px;
	line-height:30px;
	color:#ff0000;
}
.msg_error{
	background-image:url(/images/flag/errs.gif);
	background-repeat:no-repeat;
	background-position:250px 0px;
	width:380px;
	height:auto;
	padding:6px 6px 6px 285px;
	line-height:30px;
	color:#ff0000;
}
/*系统中心出错样式表开始*/
.err_bg1{
	background-image:url(/images/bg/box/err_bg1.gif);
	height:20px;
	width:530px;
	margin-top:60px;
}
.err_bg2{
	background-image:url(/images/bg/box/err_bg2.gif);
	width:530px;
}
.err_contectbg{
	background-image:url(/images/flag/errb.gif);
	background-repeat:no-repeat;
	background-position:16px 0px;
	padding-left:120px;
	padding-right:20px;
	line-height:20px;
	color:#1eaab2;
}
.ok_contectbg{
	background-image:url(/images/flag/okb.gif);
	background-repeat:no-repeat;
	background-position:16px 0px;
	padding-left:120px;
	padding-right:20px;
	line-height:20px;
	color:#1eaab2;
}
.err_bg3{
	background-image:url(/images/bg/box/err_bg3.gif);
	height:20px;
	width:530px;
}
/*系统中心出错样式表结束*/
.msg_o{
	display:none;
}
.cc_back{
	text-align:center;
	margin-top:30px;
}
/*翻页样式表*/
.pagebox{
	border-left:solid 1px #ffffff;
	padding:6px;
	background-color:#CAE68B;
}
/*字体颜色式表*/
.color_orange{
	color:#FFCC00;
}
.color_blue{
	color:#0000FF;
}
.color_blues{
	color:#000099
}
.color_red{
	color:#ff0000;
}
.color_green{
	color:#009900;
}
.color_gray{
	color:#cccccc;
}
.color_gray6{
	color:#666666;
}
.color_white{
	color:#ffffff;
}
.fontb{
	font-weight:bold;
}
/*背景颜色颜色*/
.bg_green1{
	/*
	background-color:#CAE68B;
	background-image:url(/images/chip/bg_tt.gif);
	*/
	background-color:#CAE68B;
}
.bg_green2{
	/*
	background-image:url(/images/chip/bg_tr.gif);
	*/
	background-color:#eeffee;
}
.bg_green3{
	background-color:#99cc33;
}
.bg_greenrttt{
	background-color:#99cc33;
}
.bg_gray1{
	background-color:#CFBCA3;
	line-height:25px;
	text-align:left;
}
.bg_gray2{
	background-color:#e3e3e3;
	line-height:25px;
	text-align:left;
}
.bg_yellow1{
	background-color:#eeffee;
}
.bg_yellow2{
	background-color:#ffcc00;
}
.bg_white{
	background-color:white;
}
.font12{
	font-size:12px;
	font-weight:normal;
}
/*导航样式1-后台-中心导航*/
.nav{
	background-image:url(/images/flag/nav.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:30px;
	padding-bottom:6px;
	line-height:30px;
}
/*导航样式2--非后台中心导航*/
.nav1{
	background-image:url(/images/flag/nav.gif);
	background-repeat:no-repeat;
	line-height:30px;
	width:auto;/*610px;;*/
	padding-left:30px;
}
.nav2{
	line-height:1px;
	color:#99CC33;
	width:auto;
	margin:0px;
	padding:0px;
	border-width:2px 0px 1px 0px;
	border-style:solid;
	border-color:#99CC33;
	font-size:2px;
}
/*填写信息提示*/
.regmsg0{
	display:inline;	
	width:100px;
	height: 25px;
	/*
	color: #45A9D6;
	background: #FBFEFF;
	border: 1px solid #A7D7EC;
	*/
	color:#999999;
	padding:3px;
}
.regmsg1{
	display:inline;
	width:100px;
	color: #FF4800;
	background: #FEEEED;
	border: 1px solid #FF7B67;
	padding:3px;
}
.regmsg2{
	display:inline;
	width:100px;
	color: #2CC34C;
	background: #FBFEFD;
	border: 1px solid #AFE3D4;
	padding:3px;
}
.msg_o{
	display:none;
}
/*间距*/
.margintop3{
	margin-top:3px;
}
.margintop6{
	margin-top:6px;
}
.margintop8{
	margin-top:8px;
}
.margintop10{
	margin-top:10px;
}
.marginbottom3{
	margin-bottom:3px;
}
.marginbottom6{
	margin-bottom:6px;
}
.marginbottom8{
	margin-top:8px;
}
.padleft3{
	padding-left:3px;
}
.padright3{
	padding-right:3px;
}
.padleft6{
	padding-left:6px;
}
.padleft8{
	padding-left:8px;
}
.padtop3{
	padding-top:3px;
}
.padtop6{
	padding-top:6px;
}
.padtop8{
	padding-top:8px;
}
.hand{
	cursor:pointer;
}
/*线样式*/
.dotbox{
	border:dashed 1px #cccccc;
}
.dottop{
	border-top:dashed 1px #cccccc;
}
.dotbottom{
	border-bottom:dashed 1px #cccccc;
}
.dotleft{
	border-left:dashed 1px #cccccc;
}
.dotright{
	border-right:dashed 1px #cccccc;
}
/*全站样式结束==========================================================================================================*/

