﻿/*组件下拉*/
.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 {
	/*border: 1px solid #61b988;*/
}

.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;
}

.date_selector td.unable {
	background: #e0e0e0 none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
}

.date_selector td.unable:hover,
.date_selector td.unable.hover {
	background: #e0e0e0 none repeat scroll 0 0;
	color: #fff;
}


/* 分页插件 */
.ui-pagination-container {
	height: 34px;
	line-height: 34px;
	text-align: right;
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 0 4px;
	background: #fff;
	border: 1px solid #D9D9D9;
	color: #929292;
	margin: 0 3px;
	text-decoration: none;
	padding: 6px 11px;
	border-radius: 2px;
}

.ui-pagination-container .ui-pagination-page-item:last-child {
	margin-right: 0;
}

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

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

/* 分页插件2 */
.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: 3.4px 10.1px;
	line-height: 19.2px;
	margin-left: 8px;
	color: #333;
	border-radius: 2px;
}

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

.ui-paging-container li.ui-pager:hover,
.ui-paging-container li.focus {
	border-color: #2F81F7;
	background-color: #2F81F7;
	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: 32px;
	border: 1px solid #e5e5e5;
	color: #333;
	border-radius: 2px;
}

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

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

.ui-paging-container li.ui-pager-disabled,
.ui-paging-container li.ui-pager-disabled:hover {
	background-color: #fff;
	cursor: default;
	border: 1px solid #e6e6e6;
	color: #999;
}

.js-page-action {
	padding: 3.4px 10.1px !important
}

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

/* .ui-paging-counts span{position: absolute;top: 5px;width: 100%;left: 0;} */
.ui-paging-counts span b {
	font-weight: normal;
}


/* 验证码 */
#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 {
	/* background:#f1f1f1; */
}

.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;
}

.daDtaieltop1 {
	position: relative;

	padding: 28px 0;
}

.daDtaieltop1l {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;

	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;
}

.wzqtable {
	/* display: flex;
	flex-wrap: wrap; */
	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 {
	width: 50%;
	float: left;
}

.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;
}




/* Xmenu S */
.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: #F57900
}

.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;
}

/* Xmenu E */



.wzqtablecon100 {
	width: 100% !important;
	/* background-color: ; */
}

.wzqtablecon100 .wzqtablecon1 {
	width: 25%;
	height: 100%;
}

.wzqtablecon100 .wzqtablecon2 {
	width: 75%;
	height: 100%;
}


/* pdf 手机版 */

.pdfjs {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.pdfjs .viewerContainer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .3s;
}

.pdfjs .pdfViewer {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 8px;
}

.pdfjs .pdfViewer .pageContainer {
	width: 100%;
	margin: 0px auto 8px auto;
	position: relative;
	overflow: visible;
	-webkit-box-shadow: darkgrey 0px 1px 3px 0px;
	-moz-box-shadow: darkgrey 0px 1px 3px 0px;
	box-shadow: darkgrey 0px 1px 3px 0px;
	background-color: white;
	box-sizing: border-box;
}

.pdfjs .pdfViewer .pageContainer img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 100;
}

.pdfjs .pageNum {
	padding: 0px 7px;
	height: 26px;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 997;
	border-radius: 8px;
	transition: all .3s;
	display: none;
}

.pdfjs .pageNum-bg,
.pdfjs .pageNum-num {
	width: 100%;
	height: 100%;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
}

.pdfjs .pageNum-bg {
	background: rgba(0, 0, 0, 0.5);
}

.pdfjs .pageNum-num {
	position: relative;
}

.pdfjs .pageNum span {
	color: #fff;
	font-size: 16px;
}

.pdfjs .loadingBar {
	position: absolute;
	width: 100%;
	z-index: 99;
	background: #fff !important;
	height: 4px;
	top: 0px;
	left: 0px;
	transition: all .3s;
}

.pdfjs .loadingBar .progress {
	background: #fff !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	overflow: hidden;
	transition: width 200ms;
}

.pdfjs .loadingBar .progress .glimmer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: calc(100% + 150px);
	background: #7bcf34;
}

.pdfjs .backTop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 90px;
	right: 15px;
	font-size: 18px;
	z-index: 999;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA+klEQVRYw+2WUQ2DMBCG2TIBSJiESkACEpCAg83BcLBJmIQ5gClgDpiDby9tciGkoaUtZOESXuhdv7+X/pdm2dYC6IgX7Zh3THy+w9oN/rMASqBcE26iSA1XwCAEDIBKBc8F/KE/gB7IU8BbDXyJf2Z2tFFFAE8N6iRIi/jotXssuGn1FzhPrCu9BtCEhlcCrix5hbiYVSh46bKpELvcniO71Q51zWJ7ju3mUe9vzym7eR7Az57CbohTXBzAt9GknG9PoLY8KK4z6htLfeXTTXMZAfoZuWYWKC+YZWMAQuWZSP0k2wXsAnYB2xNwci1wGTKhO/COlLtu/ABVfTFsxwwYRgAAAABJRU5ErkJggg==) no-repeat center;
	background-size: 50% 50%;
	transition: all .3s;
	display: none;
}

.pdfjs .loadEffect {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 99;
	background: url(data:image/gif;base64,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) no-repeat center;
	background-size: 30% 30%;
	transition: all .3s;
}

#cmscontent a {
	color: #1098EC;
}