@charset "utf-8"; 

body {
	_margin: 0;
	_height: 100%
}

.aui_outer {
	text-align: left
}

table.aui_border,table.aui_dialog {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	width: auto
}

.aui_nw,.aui_n,.aui_ne,.aui_w,.aui_c,.aui_e,.aui_sw,.aui_s,.aui_se,.aui_header,.aui_tdIcon,.aui_main,.aui_footer
	{
	padding: 0
}

.aui_header,.aui_buttons button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	_font-family: Tahoma, Arial, Helvetica, STHeiti;
	-o-font-family: Tahoma, Arial
}

.aui_title {
	overflow: hidden;
	text-overflow: ellipsis
}

.aui_state_noTitle .aui_title {
	display: none
}

.aui_close {
	display: block;
	position: absolute;
	text-decoration: none;
	outline: 0;
	_cursor: pointer
}

.aui_close:hover {
	text-decoration: none
}

.aui_main {
	text-align: center;
	min-width: 9em;
	min-width: 0\9
}

.aui_content {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-align: left;
	border: none 0
}

.aui_content.aui_state_full {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	height: 100%
}

.aui_loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(loading.gif) no-repeat center center
}

.aui_icon {
	vertical-align: middle
}

.aui_icon div {
	width: 48px;
	height: 48px;
	margin: 10px 0 10px 10px;
	background-position: center center;
	background-repeat: no-repeat
}

.aui_buttons {
	padding: 8px;
	text-align: right;
	white-space: nowrap
}

.aui_buttons button {
	margin-left: 15px;
	padding: 6px 8px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	*padding: 4px 10px;
	*height: 2em;
	letter-spacing: 2px;
	font-family: Tahoma, Arial/ 9 !important;
	width: auto;
	overflow: visible;
	*width: 1;
	color: #333;
	border: solid 1px #999;
	border-radius: 5px;
	background: #DDD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#DDDDDD' );
	background: linear-gradient(top, #FFF, #DDD);
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#DDD) );
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s
}

.aui_buttons button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0
}

.aui_buttons button:focus {
	outline: none 0;
	border-color: #426dc9;
	box-shadow: 0 0 8px rgba(66, 109, 201, .9)
}

.aui_buttons button:hover {
	color: #000;
	border-color: #666
}

.aui_buttons button:active {
	border-color: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD',
		endColorstr='#FFFFFF' );
	background: linear-gradient(top, #DDD, #FFF);
	background: -moz-linear-gradient(top, #DDD, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#DDD), to(#FFF) );
	box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em
		rgba(0, 0, 0, .3)
}

.aui_buttons button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: solid 1px #999;
	filter: alpha(opacity = 50);
	opacity: .5;
	box-shadow: none
}

button.aui_state_highlight {
	color: #FFF;
	border: solid 1px #1c6a9e;
	background: #28c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',
		endColorstr='#2288cc' );
	background: linear-gradient(top, #3be, #28c);
	background: -moz-linear-gradient(top, #3be, #28c);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3be), to(#28c) );
	text-shadow: -1px -1px 1px #1c6a9e
}

button.aui_state_highlight:hover {
	color: #FFF;
	border-color: #0f3a56
}

button.aui_state_highlight:active {
	border-color: #1c6a9e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',
		endColorstr='#2288cc' );
	background: linear-gradient(top, #3be, #28c);
	background: -moz-linear-gradient(top, #3be, #28c);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#3be), to(#28c) )
}

.aui_inner {
	background: #FFF
}

.aui_outer,.aui_inner {
	border: 0 solid rgba(0, 0, 0, .7);
	border: 1px solid #333\9
}

.aui_nw,.aui_ne,.aui_sw,.aui_se {
	width: 6px;
	height: 6px
}

.aui_nw,.aui_n,.aui_ne,.aui_w,.aui_e,.aui_sw,.aui_s,.aui_se {
	background: rgba(0, 0, 0, .4);
	background: #000\9  !important;
	filter: alpha(opacity = 40)
}

.aui_state_lock .aui_nw,.aui_state_lock .aui_n,.aui_state_lock .aui_ne,.aui_state_lock .aui_w,.aui_state_lock .aui_e,.aui_state_lock .aui_sw,.aui_state_lock .aui_s,.aui_state_lock .aui_se
	{
	background: rgba(0, 0, 0, .5);
	background: #000\9  !important;
	filter: alph a(opacity = 50)
}

.aui_state_drag .aui_outer,.aui_outer:active {
	box-shadow: none
}

.aui_titleBar {
	position: relative;
	height: 100%
}

.aui_title {
	width: 100%;
	height: 40px;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #565553
}

.aui_line {
	height: 2px;
	width: 100%;
	float: left;
	border-bottom: 1px dotted #dedede
}

.aui_state_focus .aui_title {
	color: #4c5a5f
}

.aui_state_drag .aui_title {
	background: linear-gradient(top, #bdc6cd, #edf5f8);
	background: -moz-linear-gradient(top, #bdc6cd, #edf5f8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bdc6cd),
		to(#edf5f8) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd',
		endColorstr='#edf5f8' );
	box-shadow: none
}

.aui_state_drag .aui_titleBar {
	box-shadow: none
}

.aui_close {
	padding: 0;
	top: 4px;
	right: 4px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 24px;
	color: #68767b;
	text-align: center;
	font-family: Helvetica, STHeiti;
	_font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9)
}

.aui_close:hover {
	background: #666;
	color: #FFF
}

.aui_close:active {
	box-shadow: none
}

.aui_content {
	color: #666
}

.aui_state_focus .aui_content {
	color: #000
}

.aui_buttons {
	background-color: #f6f6f6;
	border-top: solid 1px #dadee5
}

.aui_state_noTitle .aui_nw,.aui_state_noTitle .aui_ne,.aui_state_noTitle .aui_sw,.aui_state_noTitle .aui_se
	{
	width: 3px;
	height: 3px
}

.aui_state_noTitle .aui_inner {
	border: 1px solid #666;
	background: #FFF
}

.aui_state_noTitle .aui_outer {
	border: none 0;
	box-shadow: none
}

.aui_state_noTitle .aui_nw,.aui_state_noTitle .aui_n,.aui_state_noTitle .aui_ne,.aui_state_noTitle .aui_w,.aui_state_noTitle .aui_e,.aui_state_noTitle .aui_sw,.aui_state_noTitle .aui_s,.aui_state_noTitle .aui_se
	{
	background: rgba(0, 0, 0, .05);
	background: #000\9  !important;
	filter: alpha(opacity = 5) !important
}

.aui_state_noTitle .aui_titleBar {
	bottom: 0;
	_bottom: 0;
	_margin-top: 0
}

.aui_state_noTitle .aui_close {
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-indent: 0;
	font-size: 18px;
	text-decoration: none;
	color: #214fa3;
	background: 0;
	filter: !important
}

.aui_state_noTitle .aui_close:hover,.aui_state_noTitle .aui_close:active
	{
	text-decoration: none;
	color: #900
}

.aui_state_noTitle .aui_dialog {
	box-shadow: none
}

.yjcon {
	width: auto;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #ededed url(../../images/footerbg.png) repeat-x
}

.hz_conbox {
	height: auto;
	width: 990px;
	margin: 0 auto 10px auto;
	_margin: 0 auto 0 auto;
	overflow: hidden
}

.hzjg {
	height: auto;
	width: 300px;
	float: left;
	margin: 0 10px 0 0
}

.qwrz {
	height: auto;
	width: 320px;
	float: left;
	margin: 0 10px 0 0
}

.bzxx {
	height: auto;
	width: 330px;
	float: right;
	line-height: 25px;
	color: gray
}

.bzxx ul {
	margin: -2px 0 0 0;
	float: left
}

.bzxx ul li {
	float: left;
	font-size: 12px
}

.yj_tit {
	height: 47px;
	line-height: 47px;
	font-weight: bold;
	color: gray
}

.hzjg_icon_dfwhk {
	width: 23px;
	height: 24px;
	background: url(../../images/dfbsmall2.png);
	text-indent: -999em;
	float: left;
	margin: 10px 13px 0 0
}

.hzjg_icon_yl {
	width: 27px;
	height: 20px;
	background: url(../../images/zfwg.png) -205px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_ms {
	width: 27px;
	height: 20px;
	background: url(../../images/bank1.png) 1532px 624px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_gh {
	width: 21px;
	height: 20px;
	background: url(../../images/zfwg.png) -236px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_nh {
	width: 20px;
	height: 20px;
	background: url(../../images/zfwg.png) -258px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_pf {
	width: 22px;
	height: 20px;
	background: url(../../images/zfwg.png) -280px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_pa {
	width: 30px;
	height: 20px;
	background: url(../../images/zfwg.png) -303px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_zs {
	width: 21px;
	height: 20px;
	background: url(../../images/zfwg.png) -335px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_jt {
	width: 17px;
	height: 20px;
	background: url(../../images/zfwg.png) -358px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.hzjg_icon_zx {
	width: 18px;
	height: 20px;
	background: url(../../images/zfwg.png) -377px -338px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 0 0
}

.qwrz_icon_1 {
	width: 34px;
	height: 23px;
	background: url(../../images/zfwg.png) -142px -311px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 10px 0
}

.qwrz_icon_2 {
	width: 34px;
	height: 23px;
	background: url(../../images/zfwg.png) -179px -311px;
	text-indent: -999em;
	float: left;
	margin: 0 8px 10px 8px
}

.qwrz_icon_3 {
	width: 52px;
	height: 23px;
	background: url(../../images/zfwg.png) -220px -311px;
	text-indent: -999em;
	float: left;
	margin: 0 8px 10px 8px
}

.qwrz_icon_4 {
	width: 59px;
	height: 23px;
	background: url(../../images/zfwg.png) -278px -311px;
	text-indent: -999em;
	float: left;
	margin: 0 0 10px 16px
}

.qwrz_icon_5 {
	width: 57px;
	height: 23px;
	background: url(../../images/zfwg.png) -340px -311px;
	text-indent: -999em;
	float: right;
	margin: 0 0 10px 0
}

.qwrz_icon_6 {
	width: 29px;
	height: 28px;
	background: url(../../images/zfwg.png) -295px -280px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 10px 0
}

.qwrz_icon_7 {
	width: 66px;
	height: 28px;
	background: url(../../images/zfwg.png) -329px -280px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 10px 0
}

.qwrz_icon_8 {
	width: 50px;
	height: 28px;
	background: url(../../images/zfwg.png) -403px -280px;
	text-indent: -999em;
	float: left;
	margin: 0 13px 10px 0
}

.zcts_con {
	width: 570px;
	background: #effeba;
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #95c800;
	text-align: center
}

.tswz_o {
	color: #fa9a29;
	margin: 17px 0 0 160px
}