@charset "utf-8";
/***公用部分***/
body {
	margin: 0px;
	font-family: "宋体";
	font-size: 12px;
	color: #333;
	height: 100%
}

html {
	height: 100%
}

div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,p,img
	{
	margin: 0px;
	padding: 0px;
	font: 12px/20px "宋体", Arial,;
	list-style: none;
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.exception {
	font-size: 22px;
	color: #c92c41;
	font-weight: bold;
}

.exception1 {
	font-size: 22px;
	color: #FF7852;
	font-weight: bold;
}
/*leftMenu页面的div样式*/
/*
#div_Drawer{position:absolute; top:0px; left:0px; z-index:10;}
#div_entry{position:absolute; top:0px; left:0px; z-index:20; width:185px; height:21px; overflow:hidden; cursor:hand;}
#div_Container{position:absolute; z-index:11; left:0px; display:none; width:185px; height:0px; overflow:hidden;}
#div_drw_Panel{ width:183px; height:26px;margin-bottom:0px; padding-top:1px;background:url(../image/frame/leftmenu/menu_content.gif) no-repeat bottom center; font:bold 13px/26px "宋体", Arial; color:#5A4208; overflow:hidden;cursor:hand;}
#div_drw_Panel img{margin-top: 5px;vertical-align:middle;height: 16px;}
#div_drw_Content{width:183px;border:1px solid red; height:600px; height:window.screen.availHeight; overflow-x:hidden; overflow-y:auto; line-height:26px;}
#div_BackGround{width:190px; overflow:hidden; background:#fff; padding-top:45px; padding-right:6px;}
*/
#div_Drawer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#div_entry {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 210px;
	height: 0px;
	overflow: hidden;
	cursor: hand;
	background-color: #2c7aae;
}

#div_Container {
	position: absolute;
	z-index: 11;
	left: 0px;
	display: none;
	width: 210px;
	height: 0px;
	overflow: hidden;
}
/*
#div_drw_Panel {
	width: 208px;
	margin-bottom: 0px;
	padding-top: 1px;
	font: bold 13px/26px "Î¢ÈíÑÅºÚ", Arial;
	font: bold 13px/26px "宋体", Arial;
	overflow: hidden;
	cursor: hand;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #2c7aae;
	border-bottom: 1px solid #ccc;
}*/
.div_drw_Panel {
	font: bold 13px/26px "宋体", Arial;
	width: 208px;
	height: 33px;
	line-height: 31px;
	color: #fff;
	background: url(../image/frame/leftmenu/index_menu_bg1.png);
	font-size: 12px;
}

.div_drw_Panel3 img{
	margin-bottom:3px;
}

.div_drw_Panel img{
	margin-bottom:3px;
}

.div_drw_Panel3 {
	font: bold 13px/26px "宋体", Arial;
	width: 208px;
	height: 33px;
	line-height: 31px;
	color: #ffffff;
	background: url(../image/frame/leftmenu/index_menu_bg3.png);
	font-size: 12px;
}
/*
.div_drw_Panel3  {
	font: bold 13px/26px "宋体", Arial;
	width: 208px;
	height: 33px;
	line-height: 31px;
	color: #ffffff;
	background: url(../image/frame/leftmenu/ico_index_menu10.png) no-repeat left top #3e9cda;
	border-bottom: 1px solid #dcdde1;
}
*/
.top {
	width: 100%;
	height: 70px;
	background: url(../image/frame/leftmenu/index_topBG.png) no-repeat;
}

.body_bg {
	background-color: #fff;
	width: 99%;
	background: url(../image/background/bg_main.png) right bottom no-repeat;
}

.div_drw_Panel2 {
	width: 208px;
	margin-bottom: 0px;
	padding-top: 1px;
	/*font: bold 13px/26px "Î¢ÈíÑÅºÚ", Arial;*/
	font: bold 13px/26px "宋体", Arial;
	overflow: hidden;
	cursor: hand;
	height: 30px;
	line-height: 30px;
	color: #0b3462;
	background-color: #2c7aae;
	border-bottom: 1px solid #F66D1D;
	background: url(../image/frame/leftmenu/index_menutopBG.png) no-repeat
		right bottom;
}
/*#div_drw_Content{width:183px;border:1px solid red; height:600px; height:window.screen.availHeight; overflow-x:hidden; overflow-y:auto; line-height:26px;}*/
#div_BackGround {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	padding-top: 45px;
	padding-right: 6px;
}

#tree {
	padding: 2px 2px 2px 1px;
	font: 12px/22px "宋体", Arial;
	color: #5A4208;
	width: 208px;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 26px;
}

#tree img {
	margin-right: 5px;
}

.menu_bottom {
	display: block;
	width: 208px;
	height: 12px;
	background: url(../image/frame/leftmenu/menu_bottom1.gif);
	border: 1px solid #FAAA50;
	border-width: 1px 0px;
}

/*权限菜单样式*/
/*.leftMenu_div{background-color:#eee;border-left:1px solid #94989A;border-right:1px solid #94989A;	filter:Alpha(opacity =90);}*/
.leftMenu_div {
	background: url(../image/frame/leftmenu/bg1.png) repeat-y;
	filter: Alpha(opacity =         90);
}

.gnnt { /*position:absolute; bottom:0px;z-index:1; */
	width: 208px;
	height: 28px;
	color: #fff;
	background: #9e3500;
	text-align: center;
	margin: 0px;
	line-height: 24px;
	font-size: 12px;
}

/*locationframe*/
.place {
	padding: 10px;
	height: 25px;
	line-height: 25px;
	width: 90%;
	font-size: 14px;
	color: #333;
}

/*search*/
.search .searcharea {
	width: 99%;
	height: 40px;
	border: 1px solid #ccc;
	overflow: hidden;
}
/*无边框的查询框div*/
.search .searcharea1 {
	width: 99%;
	height: 40px;
	overflow: hidden;
}

.search  .txt_w {
	width: auto;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	float: left;
}

.search  .txt {
	width: auto;
	height: 33px;
	line-height: 33px;
	padding: 5px 0 0 5px;
	float: left;
}
/*
.search  .searcharea .btn{ width:400px; height:45px; padding:10px 0 0 10px; }
.search .tabor{ width:90%; height:auto; padding-left:10px;}
*/
.search .btn {
	width: 50%;
	height: 45px;
	padding: 5px 0 0 30px;
}

.search .btn1 {
	width: 50%;
	height: 45px;
	padding: 6px 0 0 30px;
}

.operbtn {
	width: 50%;
	padding: 5px 0 5px 2px;
}
/*search txt*/
.search .txtL {
	width: 10px;
	height: 25px;
	background: url(../image/search/search_txtbg.png) no-repeat 0px 0px;
	float: left;
}

.search .txtR {
	width: 10px;
	height: 25px;
	background: url(../image/search/search_txtbg.png) no-repeat -8px 0px;
	float: left;
}

.search .txtMid {
	width: 100px;
	height: 25px;
	background: url(../image/search/search_txtbg.png) repeat-x 0px -25px;
	float: left;
}

.search .txtbg {
	border: 2px solid #f4f4f4;
	background-color: #eaeaeb;
	height: 25px;
	line-height: 20px;
	width: 115px;
	outline: none;
	/*圆角边设置*/
	border-radius: 5px 5px 5px 5px;
	/*IE 9、Opera 10.5、Safari 5、Chrome 4和Firefox 4*/
	-webkit-border-radius: 5px 5px 5px 5px; /*早期版本的Safari和Chrome*/
	-moz-border-radius: 5px 5px 5px 5px; /*早期版本的Firefox*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

.search .txtbghidden {
	border: 2px solid #f4f4f4;
	background-color: #778899;
	height: 25px;
	line-height: 20px;
	width: 117px;
	outline: none;
	/*圆角边设置*/
	border-radius: 5px 5px 5px 5px;
	/*IE 9、Opera 10.5、Safari 5、Chrome 4和Firefox 4*/
	-webkit-border-radius: 5px 5px 5px 5px; /*早期版本的Safari和Chrome*/
	-moz-border-radius: 5px 5px 5px 5px; /*早期版本的Firefox*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

.search .selectbg {
	border: 2px solid #f4f4f4;
	background-color: #eaeaeb;
	height: 30px;
	line-height: 20px;
	width: 121px;
	outline: none;
	padding-left: 2px;
	/*圆角边设置*/
	border-radius: 5px 5px 5px 5px;
	/*IE 9、Opera 10.5、Safari 5、Chrome 4和Firefox 4*/
	-webkit-border-radius: 5px 5px 5px 5px; /*早期版本的Safari和Chrome*/
	-moz-border-radius: 5px 5px 5px 5px; /*早期版本的Firefox*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*div样式*/
.voucherEntryDiv {
	overflow: auto;
	width: 99%;
	height: auto;
	border: 1px solid #D8E4ED;
}
/*选项卡*/
.tab_title {
	width: 99%;
	height: 43px;
	background: url(../image/tab/tab03.png) repeat-x;
	margin-bottom: 0px;
}

.tab_title .title01 {
	background: url(../image/tab/tab01.png) no-repeat;
	height: 43px;
	line-height: 35px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.tab_title .title02 {
	background: url(../image/tab/tab02.png) no-repeat;
	height: 43px;
	line-height: 35px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.tab_title a {
	color: #fff;
}

.tab_title .title03 {
	background: url(../image/tab/tab04.png) no-repeat;
	width: 150px;
	height: 43px;
	float: right;
}

.tab_title .title04 {
	background: url(../image/tab/tab05.png) no-repeat;
	width: 5px;
	height: 43px;
	float: left;
}

.tab_bor {
	width: 99%;
	height: 90%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
}

#container #title {
	height: 28px;
	background-color: #ffffff;
}

#container #title li {
	float: left;
	list-style-type: none;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 1px;
}

#container #title ul {
	background-color: #ffffff;
	height: 28px;
}

#container #title a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: auto;
	background: url(../image/public/tab_selected_left_bk2.gif) no-repeat left -29px;
}

#container #title a span {
	display: block;
	background: url(../image/public/tab_selected_right_bk2.gif) no-repeat right
		-29px;
	padding: 0 15px 0 15px;
}

#container #title li a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../image/public/tab_selected_left_bk2.gif) no-repeat left -87px;
}

#container #title li a:hover span {
	display: block;
	background: url(../image/public/tab_selected_right_bk2.gif) no-repeat right
		-87px;
	padding: 0 15px 0 15px;
}

#container #title .selectli1 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../image/public/tab_selected_left_bk2.gif) no-repeat left -87px;
}

#container #title a .selectspan1 {
	display: block;
	background: url(../image/public/tab_selected_right_bk2.gif) no-repeat right
		-87px;
	padding: 0 15px 0 15px;
}

#container #content ul {
	margin: 10px;
}

#container #content li {
	margin: 5px;
}

#container #content li img {
	margin: 5px;
	display: block;
}

.content { /*圆角边设置*/
	border-radius: 5px 5px 5px 5px;
	/*IE 9、Opera 10.5、Safari 5、Chrome 4和Firefox 4*/
	-webkit-border-radius: 5px 5px 5px 5px; /*早期版本的Safari和Chrome*/
	-moz-border-radius: 5px 5px 5px 5px; /*早期版本的Firefox*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 2px solid #f4f4f4;
	background-color: #ffffff;
}

/*BUTTON*/
.tcbutton {
	width: 100%;
	height: 50px;
	padding-top: 20px;
	background: #d8dada;
	text-align: center;
}

.tcbuttonW {
	width: 100%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
}
/*xg1124*/
.searchbtnL {
	margin-left: 4px;
}

.searchbtnM {
	margin-left: 2px;
}

.operbtnspaceM {
	margin-left: 2px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
	text-shadow: #333 1px 1px 1px;
	padding: 8px 20px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
	padding: .5em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/*report*/
.rp_div {
	width: 99%;
	height: auto;
}

.rp_div1 {
	width: 100%;
	border-style: none;
	margin-bottom: 2px;
	border: solid 1px #cccccc;
	border-top: 0px;
	background-color: #f8f1e9;
}

.rp_titleDiv {
	height: 35px;
	line-height: 35px;
	background: url(../image/report/rp_div.jpg) repeat-x;
	padding-left: 10px;
	font-size: 15px;
	color: #7a4a0c;
	font-weight: 600;
	text-align: center;
	font-family: 宋体;
	margin-bottom: 2px;
}

.rp_title {
	width: 99%;
	margin: auto;
	height: 32px;
}

.rp_tipsL {
	width: 64px;
	padding-left: 8px;
	height: 32px;
	line-height: 32px;
	background-image: url(../image/report/rp_tips1.jpg);
	float: left;
	color: #a97f4e;
	font-weight: 600;
}

.rp_tipsM {
	width: 91%;
	height: 32px;
	padding-left: 5px;
	line-height: 32px;
	color: #555;
	background-image: url(../image/report/rp_tips2.jpg);
	background-repeat: repeat-x;
	float: left;
}

.rp_tipsR {
	width: 1%;
	height: 32px;
	background-image: url(../image/report/rp_tips3.jpg);
	background-size: 100% 100%;
	float: left;
	background-repeat: no-repeat;
}

.rp_div2 {
	width: 100%;
	border-style: none;
	margin-bottom: 2px;
	border: solid 1px #cccccc;
	border-top: 0px;
}

.rp_titleDiv2 {
	height: 60px;
	line-height: 60px;
	background: url(../image/report/rp_div1.jpg) repeat-x;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	font-family: "宋体";
	margin-bottom: 2px;
}

.rp_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	margin-top: -1px;
}

.rp_thL {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	background-color: #F5F5F5;
}

.rp_thR {
	border-bottom: 1px solid #E8E8E8;
	background-color: #F5F5F5;
}

.rp_tdL {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.rp_tdR {
	border-bottom: 1px solid #E8E8E8;
}

.tp_tdColor {
	background-color: #B6F2F3;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #017cca;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
}

.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f),
		to(#4e7d0e) );
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
}

.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28),
		to(#436b0c) );
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
}

.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e),
		to(#7db72f) );
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#dcdcdc) );
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#fff) );
	background: -moz-linear-gradient(top, #ededed, #fff);
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
}
/* red */
.red {
	color: #f9d5d3;
	border: solid 1px #c44443;
	background: #c73631;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed5b5b),
		to(#bf3533) );
	background: -moz-linear-gradient(top, #ed5b5b, #bf3533);
}

.red:hover {
	background: #9f1c1a;
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1c1a),
		to(#9f1c1a) );
	background: -moz-linear-gradient(top, #821715, #821715);
}

.red:active {
	color: #ee9b9c;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf3533),
		to(#ed5b5b) );
	background: -moz-linear-gradient(top, #bf3533, #ed5b5b);
}
/* gray */
.gray {
	color: #e8f0de;
	border: solid 1px #bbb;
	background: #B3B3B3;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),
		to(#bbb) );
	background: -moz-linear-gradient(top, #B3B3B3, #bbb);
}
.gray:hover {
	color: #e8f0de;
	border: solid 1px #bbb;
	background: #B3B3B3;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),
		to(#bbb) );
	background: -moz-linear-gradient(top, #B3B3B3, #bbb);
}
.gray:active {
	color: #e8f0de;
	border: solid 1px #bbb;
	background: #B3B3B3;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),
		to(#bbb) );
	background: -moz-linear-gradient(top, #B3B3B3, #bbb);
}

/* 搜索searchbox样式 */
.GnntListItemHighLight {
	color: #0084D0;
	background-color: white;
	float: left;
	padding: 0 0px;
	margin: 0px;
	height: 16px;
	border: 1px solid;
	line-height: 16px;
	overflow: hidden;
	border-color: #0084D0;
	font-weight: bold;
	cursor: hand;
}

.GnntListItem {
	color: #0084D0;
	background-color: white;
	float: left;
	padding: 0 0px;
	margin: 0px;
	height: 16px;
	border: 1px solid;
	line-height: 16px;
	overflow: hidden;
	border-color: #E6E7E1;
}