.select-wrapper {
	height: 32px;
	border: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	_zoom: ~"1";
	*display: ~"inline";
	margin-right: 10px;
	background: #fff;
}

.select-wrapper.focus {
}

.select-button {
	width: 100%;
	height: 32px;
	border: 0;
	background: #fff;
	cursor: pointer;
	padding: 0 26px 0 10px;
	overflow: hidden;
	text-align: left;
	outline: none;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.select-down {
	position: absolute;
	top: 21px;
	right: 12px;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	border-color: #333 transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
}

.disabled {
	color: #cccccc;
}

.select-list {
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 3px #ddd;
	border-radius: 3px;
	display: none;
	z-index: 2;
	position: absolute;
	left: -1px;
	top: 35px;
	overflow: hidden;
}

.select-list ul {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 34px;
	max-height: 240px;
}

.select-list ul li {
	width: 100%;
	height: 32px;
	padding-left: 10px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
	color: #fff;
	background: #6CBDEA;
}

.da-fixed {
	position: fixed;
	top: 0;
}

.date_selector,
.date_selector * {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: auto;
}

.date_selector {
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 2px 2px #ccc;
	display: none;
	margin: -1px 0 0;
	padding: 10px;
	position: absolute;
	width: 220px;
	z-index: 100000;
}

.date_selector_ieframe {
	display: none;
	position: absolute;
	z-index: 99999;
}

.date_selector .nav {
	width: 17.5em;
}

.date_selector .nav p {
	clear: none;
}

.date_selector .month_nav,
.date_selector .year_nav {
	display: block;
	margin: 0 0 3px;
	padding: 0;
	position: relative;
	text-align: center;
}

.date_selector .month_nav {
	float: left;
	width: 40%;
}

.date_selector .year_nav {
	float: left;
	margin-left: 10px;
	width: 35%;
}

.date_selector .month_name,
.date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
}

.date_selector .button {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #5985c7;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 16px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 18px;
}

.date_selector .button:hover,
.date_selector .button.hover {
	background: #5985c7 none repeat scroll 0 0;
	border-color: #3a930d;
	color: #fff;
	cursor: pointer;
}

.date_selector .prev {
	left: 0;
}

.date_selector .next {
	right: 0;
}

.date_selector table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin: 0;
	width: 220px;
}

.date_selector th,
.date_selector td {
	color: #666;
	font-weight: normal;
	height: 2em;
	padding: 0 !important;
	text-align: center !important;
	width: 2.5em;
}

.date_selector th {
	font-size: 12px;
}

.date_selector td {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	color: #5985c7;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
}

.date_selector td.today {
	background: #eee none repeat scroll 0 0;
}

.date_selector td.unselected_month {
	color: #ccc;
}

.date_selector td.selectable_day {
	cursor: pointer;
}

.date_selector td.selected {
	background: #2b579a none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
}

.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
	background: #5985c7 none repeat scroll 0 0;
	color: #fff;
}


.page {
	text-align: right;
}

.ui-paging-container {
	color: #666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.ui-paging-container ul {
	overflow: hidden;
	text-align: center;
}

.ui-paging-container ul,
.ui-paging-container li {
	list-style: none;
}

.ui-paging-container li {
	display: inline-block;
	padding: 0 10px;
	margin-left: 5px;
	line-height: 26px;
	min-width: 9px;
	text-align: center;
}

.ui-paging-container li.ui-pager {
	cursor: pointer;
	border: 1px solid #E5E6E6;
	border-radius: 2px;
}

.ui-paging-container li.ui-pager:hover,
.ui-paging-container li.focus {
	background: #3A6AC0;
	border: 1px solid #3A6AC0;
	border-radius: 2px;
	color: #FFFFFF;
}

.ui-paging-container li.ui-paging-ellipse {
	border: none;
}

.ui-paging-container li.ui-paging-toolbar {
	padding: 0;
}

.ui-paging-container li.ui-paging-toolbar select {
	height: 28px;
	border: 1px solid #E5E6E6;
	border-radius: 2px;
	color: #666;
}

.ui-paging-container li.ui-paging-toolbar input {
	line-height: 26px;
	height: 26px;
	padding: 0;
	border: 1px solid #E5E6E6;
	border-radius: 2px;
	text-align: center;
	min-width: 30px;
	max-width: 50px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.ui-paging-container li.ui-paging-toolbar a {
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	height: 26px;
	border: 1px solid #3A6AC0;
	border-radius: 2px;
	vertical-align: top;
	line-height: 26px;
	padding: 0 15px;
	cursor: pointer;
	margin-left: 5px;
	background-color: #3A6AC0;
	color: #FFFFFF;
}

.ui-paging-container li.ui-pager-disabled,
.ui-paging-container li.ui-pager-disabled:hover {
	background-color: #fff;
	cursor: not-allowed;
	color: #999999;
	border: 1px solid #E5E6E6;
	border-radius: 2px;
}


.ui-paging-counts {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	line-height: 26px;
	max-width: 250px;
	font-size: 14px;
}

.ui-paging-counts span b {
	font-weight: normal;
}

.ui-pagination-container {
	height: 34px;
	line-height: 34px;
	text-align: right;
	vertical-align: middle;
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 0 4px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #E22323;
	color: #E22323;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #E22323;
	border-color: #E22323;
	color: #fff;
	cursor: default;
}


#ehong-code-input {
	width: 42px;
	letter-spacing: 2px;
	margin: 0px 8px 0px 0px;
}

.ehong-idcode-val {
	position: relative;
	padding: 1px 4px 1px 4px;
	top: 0px;
	*top: -3px;
	letter-spacing: 4px;
	display: inline;
	cursor: pointer;
	font-size: 26px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-weight: bold;
}

.ehong-idcode-val0 {
	border: solid 1px #A4CDED;
	background-color: #ECFAFB;
}

.ehong-idcode-val1 {
	border: solid 1px #A4CDED;
	background-color: #FCEFCF;
}

.ehong-idcode-val2 {
	border: solid 1px #6C9;
	background-color: #D0F0DF;
}

.ehong-idcode-val3 {
	border: solid 1px #6C9;
	background-color: #DCDDD8;
}

.ehong-idcode-val4 {
	border: solid 1px #6C9;
	background-color: #F1DEFF;
}

.ehong-idcode-val5 {
	border: solid 1px #6C9;
	background-color: #ACE1F1;
}

.ehong-code-val-tip {
	font-size: 40px;
	color: #1098EC;
	top: 0px;
	*top: -3px;
	position: relative;
	margin: 0px 0px 0px 4px;
	cursor: pointer;
}



.str_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_wrap.str_active {
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}


.daDtaieltop {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

.daDtaieltopitem {
	position: relative;
	width: 11%;
	float: left;
	border-left: 1px solid #E1E1E1;
	padding: 40px 0;
	justify-content: center;
}

.daDtaieltopitemtitle {
	display: bloxk;
	width: 100%;
	text-align: center
}

.daDtaieltopitem img {
	height: 60px;
}

.daDtaieltopitemtip {
	position: absolute;
	top: 28px;
	width: 24px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	right: 40px;
	background: #cacaca;
	border-radius: 100%;
}

.daDtaieltop1 {
	position: relative;
	background: #F8F8F8;
	padding: 28px 0;
}

.daDtaieltop1l {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #D52323;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.daDtaieltop1l img {
	width: auto;
}

.daDtaieltop1r {
	padding-left: 110px;
}

.daDtaieltop1r p {
	font-size: 16px;
	color: #333333;
	line-height: 34px;
}

.daDtaieltop1ab {
	position: absolute;
	top: calc(50% - 25px);
	right: 90px;
	height: 50px;
	background: #EC3434;
	width: 160px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.print-tiptitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
}

.print-tipbot {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.daDtaieltopitema .daDtaieltopitemtip {
	background: #EC3E3E;
	color: #fff;
}

.daDtaieltopitema .daDtaieltopitemtitle {
	color: ;
}

.wzqtable {
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}

.wzqtablecon {
	display: flex;
	width: 50%;
}

.wzqtablecon5 {
	width: 100%;
}

.wzqtablecon1 {
	width: 30%;
	text-align: right;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background-color: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
}

.wzqtablecon3 {
	width: 17.5%;
	text-align: left;

}

.wzqtable2 div {
	background-color: #fff;
}

.wzqtablecon2 {
	width: 70%;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	display: flex;
	align-items: center;
	padding: 10px;
}

.wzqtablecon4 {
	width: 82.5%;
}

.daDtaieltop1ab:hover {
	color: #fff;
}

.zwsj {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.wzqtable div {
}

.wzqtable3 div {
	background-color: #fff;
	font-size: 14px;
}

.wzqtable3 .wzqtableconspan {
	width: 50% !important;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding: 10px;
}

.wzqtable3 .wzqtablecon6 {
	padding-left: 40px;
}

.wzqtable3 .wzqtablecon7 {
	padding-left: 40px;
}

.wzqtable3 {
	margin: 0 50px;
	margin-top: 30px;
}

.wzqtable2 {
	margin: 0 50px;
	margin-top: 30px;
}

.pdfconbig {
	display: flex;
	margin: 0 50px;
}

.pdfcon1 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	width: 30%;
	text-align: right;
	margin: 10px 0;
}

.pdfcon2 {
	font-size: 14px;
	line-height: 24px;
	width: 70%;
	margin: 10px 0;
}

.pdfcon3 {
	font-size: 14px;
	margin: 15px 50px;
}

.wzqtable2 div {
	font-size: 14px;
}

.wzqtable2 div.wzqtablecon1 {
	width: 40%;
}

.wzqtable2 div.wzqtable2 {
	width: 60%;
}

.wzqtable2 div.wzqtablecon3 {
	width: 20%;
}

.fw700 {
	font-weight: 700;
}

.wzqtable2 .wzqtablecon2 {
	width: 60%;
}

.wzqtable2 .wzqtablecon4 {
	width: 80%
}

.dakan {
	display: none;
}

#dakan0 {
	display: block;
}

.color397DC7 {
	color: #C73939;
}

.xapdf {
	position: fixed;
	right: 120px;
	top: 100px;
	width: 100px;
	height: 40px;
	font-size: 16px;
	border: none;
	top: 40px;
}




.float_ajax_box {
	border: 1px solid #ccc;
	background-color: #fff;
}

.float_loading {
	width: 100px;
	height: 100px;
	background: url(../image/loading.gif) no-repeat center;
}

.float_ajax_image {
	padding: 5px;
}

.float_ajax_error {
	width: 200px;
	padding: 40px 0;
	text-align: center;
}

.float_list_ul {
	margin: 0;
	padding: 1px;
	border: 1px solid #beceeb;
	background-color: #fff;
	font-size: 12px;
	list-style-type: none;
}

.float_list_a {
	display: block;
	text-decoration: none;
}

.float_list_a:hover {
	background-color: #f0f3f9;
	color: #333;
	text-decoration: none;
}

.float_list_ul li {
	line-height: 20px;
	border-top: 1px solid #f0f3f9;
	text-indent: 5px;
}

.float_list_ul li:first-child {
	border-top: 0;
}

.float_list_null {
	padding: 40px 20px;
	text-align: center;
}

.float_remind_box {
	border: 1px solid #F7CE39;
	background: #ffffe0;
	padding: 5px 10px;
}

.float_tip_box {
	line-height: 18px;
	padding: 0 3px;
	background-color: #ffffe0;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	border: 1px solid #333;
	position: absolute;
}

.float_doing_box {
	border: 1px solid #F7CE39;
	background: #ffffe0 url(../image/loading.gif) no-repeat 5px center;
	padding: 5px 10px 5px 25px;
	font-size: 12px;
	position: absolute;
}

.float_corner {
	font-size: 18px;
	position: absolute;
	left: -6000px;
	overflow: hidden;
}

.float_corner .corner {
	position: absolute;
}

.float_corner .corner_1 {
	color: #ccc;
}

.float_corner .corner_2 {
	color: #fff;
}

.float_corner_top,
.float_corner_bottom {
	width: 16px;
	height: 8px;
}

.float_corner_top {
	line-height: 14px;
}

.float_corner_bottom {
	line-height: 17px;
}

.float_corner_left,
.float_corner_right {
	width: 8px;
	height: 16px;
}

.float_corner_top .corner,
.float_corner_bottom .corner {
	left: 0;
}

.float_corner_right .corner,
.float_corner_left .corner {
	top: -2px;
}

.float_corner_bottom .corner_1 {}

.float_corner_bottom .corner_2 {
	top: 1px;
}

.float_corner_left .corner_1 {
	right: 0;
}

.float_corner_left .corner_2 {
	right: 1px;
}

.float_corner_top .corner_1 {
	bottom: 0;
}

.float_corner_top .corner_2 {
	bottom: 1px;
}

.float_corner_right .corner_2 {
	left: 1px;
}

.owl_shadow {
	background: none repeat scroll 0 0 #000000;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
}

.menu_base {
	background: none repeat scroll 0 0 #DADADA;
	padding: 0;
}

.menu_base_if {
	background: none repeat scroll 0 0 transparent;
	position: absolute;
	z-index: 1000;
}

.menu_bd {
	background: none repeat scroll 0 0 #F3F3F3;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 5px 5px 5px 5px;
	padding: 4px 0;
}

.menu_item,
.menu_item_high,
.menu_item_nofun {
	cursor: pointer;
	padding: 0 5px 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.menu_item_nofun {
	color: #7B7B7B;
	cursor: default;
	margin: 2px;
}

.menu_item_high {
	background: none repeat scroll 0 0 #3470CC;
	color: #FFFFFF;
}

.menu_box {
	margin: 0pt;
	width: 120px;
	height: 28px;
	left: 0px;
	top: 0px;
}

.menu_item_sort_asc .menu_item_icon {
	background-image: url("../img/hmenu-asc.gif");
}

.menu_item_sort_desc .menu_item_icon {
	background-image: url("../img/hmenu-desc.gif");
}

.menu_item_unchecked .menu_item_icon {
	background-image: url("../img/unchecked.gif");
}

.menu_item_checked .menu_item_icon {
	background-image: url("../img/checked.gif");
}

.menu_item_link {
	cursor: pointer;
	display: block;
	line-height: 16px;
	margin: 0px;
	padding: 5px 2px 3px 35px;
	text-decoration: none !important;
}

.menu_item_link:hover {
	background-color: #D9E8FB;
	background-image: -moz-linear-gradient(center top, #E7F0FC, #C7DDF9);
	border: 1px solid #A9CBF5;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 3px 3px 3px 3px;
}

.menu_item_icon {
	background: none no-repeat scroll center center transparent;
	height: 16px;
	left: 20px;
	position: absolute;
	width: 16px;
}

.menu_item_inputcheck {
	background: none no-repeat scroll center center transparent;
	height: 16px;
	left: 16px;
	margin: 0 5px 2px 3px;
	position: absolute;
	width: 16px;
}

.menu_item_text {
	color: #222222;
}

.topnav {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	width: 250px;
	height: 32px;
	display: inline-block;
	margin-right: 30px;
}

.topnav a {
	margin-right: 10px
}

.topnav span {
	color: dimgrey;
}

.topnav a.as {
	background: #fff;
	border: 1px solid #DEDEDE;
	width: 100%;
	display: block;
	border-radius: 4px;
	height: 32px;
	line-height: 34px;
	padding-left: 5px;
}

.topnav a.menu-open {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: none;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 4px #8B99A8, 0 0 1px #8B99A8;
}

a.as.menu-open span {
	background-image: url("../img/toggle_up_dark.png");
	color: #FFFFFF;
}

a.as {
	position: relative;
	margin-left: 3px;
}

a.as span {
	display: block;
	width: 95%;
	height: 32px;
	line-height: 30px;
	background-image: url("../img/toggle_down_light.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #333333;
}

.select-info {
	-moz-user-select: none;
	border: 1px solid #CECECE;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px 1px #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	margin: 8px;
	overflow: hidden;
	padding: 14px 10px 14px 60px;
	position: relative;
}

.select-info .top-label {
	height: 20px;
	left: 5px;
	position: absolute;
	top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #5893B7;
}

.select-info ul {
	margin-left: 10px;
}

.select-info ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 2px 15px;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
}

.select-info li:hover {
	background-color: #DFECFF;
}

.select-info li.current {
	color: #F57900;
	font-weight: bold;
}

.xmenu {
	-moz-user-select: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BBBBBB;
	border-top: none;
	box-shadow: 0 0 4px #8B99A8, 0 0 1px #8B99A8;
	border-radius: 0px 0px 4px 4px;
	outline: medium none;
	width: 500px;
}

.xmenu dl dt {
	background: url('../img/bg_toggle_up2.gif') no-repeat scroll 8px 8px transparent;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #5893B7;
	cursor: pointer;
	margin: 8px 0;
	padding-left: 25px;
	display: block;
	text-align: left
}

.xmenu dl dt:hover {
	background-color: #F4FFF4;
}

.xmenu dl dt.open {
	background: url('../img/bg_toggle_down2.gif') no-repeat scroll 8px 8px transparent;
}

.xmenu dl dt.open:hover {
	background-color: #F4FFF4;
}

.xmenu dl dd {
	line-height: 20px;
}

.xmenu dl dd h2 {
	font-size: 15px;
}

.xmenu dl dd ul {
	padding-bottom: 12px;
	overflow: hidden;
}

.xmenu dl dd ul li {
	background-color: #f5f5f5;
	color: #666666;
	cursor: pointer;
	float: left;
	height: 25px;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 10px 10px;
	padding: 0 15px 0 15px;
	line-height: 25px;
	font-size: 13px;
}

.xmenu dl dd ul li:hover {
	background-color: #f5f5f5;
	color: white
}

.xmenu dl dd ul li.current {
	color: #F57900;
	font-weight: bold;
}

.a-btn {
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	background: -moz-linear-gradient(center top, #FFFFFF 0%, #F6F6F6 74%, #EDEDED 100%) repeat scroll 0 0 transparent;
	behavior: url(./script/common/PIE/pie.htc);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
	display: block;
	float: right;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

.a-btn-text {
	color: #D7565B;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	padding: 5px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.a-btn:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(188, 188, 188, 0.1);
}

.a-btn:hover .a-btn-symbol {
	opacity: 0;
}

.m-close {
	background: url("../img/controls.png") no-repeat scroll -25px 0 transparent;
	bottom: 0;
	height: 25px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 25px;
	cursor: pointer;
	margin: 5px;
}

.m-close:hover {
	background-position: -25px -25px;
}




.com-res-btn {
	width: 80px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	border-radius: 4px;
}

.com-res-btn:hover {
	background-color: #f8f8f8;
}

.com-submit-btn {
	width: 80px;
	height: 32px;
	background: #1890FF;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #1890FF;
}

.com-submit-btn:hover {
	background: #0c68be;
}


.indextable {
	border: 1px solid #E8E8E8;
}

.indextable thead {
	border-bottom: 1px solid #E8E8E8;
}

.indextable tr {
	border-bottom: 1px solid #E8E8E8 !important;
}

.indextable tbody tr:hover {
	background: #E6F7FF;
}

.indextable td,
.indextable th {
	padding: 15px 10px !important;
}

.indextable tbody tr:nth-child(odd) {
	background-color: #fcfcfc;
}

.cxyhc-1 {
	width: 35%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
}

.cxyhc-2 {
	width: 60%;
	float: left;
	margin-bottom: 20px;
}

.cxyhc-pl {
	padding-left: 130px;
	position: relative;
	height: 33px;
}

.cxyhc-tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 150px;
	color: #000;
}

.cxyhc-hiddom {
	display: none;
}

.cxyhc-2 .cxyhc-pl {
	padding-left: 160px;
	position: relative;
	height: 33px;
}

.cxyhc-2 .cxyhc-tit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 160px;
}

.cxyhc-tas {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	background: #ECECEC;
	text-align: center;
	color: #1890FF;
	font-size: 14px;
	font-weight: bold;
}

.cxyhc-tas:hover {
	background: #e7e7e7;
}

.cxyhc-tas div {
	display: inline-block;
	height: 100%;
	padding-right: 22px;
	position: relative;
}

.cxyhc-tas div b {
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/down.png) no-repeat;
	transform: rotate(0deg);
	transition: all .5s;
}

.cxyhc-tas div b.fz {
	transform: rotate(180deg);
}

.com-jg-btn {
	padding: 2px 15px 0;
	height: 32px;
	background: #1890FF;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #1890FF;
}

.com-jg-btn:hover {
	background: #0c68be;
}

.showdetail {
	cursor: pointer;
}

.showdetail:hover {
	color: #0c68be;
}