@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

@font-face {
    font-family: 'momo_xinjian';
    src:url('../font/momo_xinjian.eot');  /* IE9兼容模式 */
    src:url('../font/momo_xinjian.eot?#iefix') format('embedded-opentype'), /* IE6~IE8 */
        url('../font/momo_xinjian.woff') format('woff'), /* 现代浏览器 */
        url('../font/momo_xinjian.ttf') format('truetype'),/* safari，Android,ios */
        url('../font/momo_xinjian.svg#momo_xinjian') format('svg'); /* Legacy ios */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yzhs';
    src:url('../font/yzhs.eot');  /* IE9兼容模式 */
    src:url('../font/yzhs.eot?#iefix') format('embedded-opentype'), /* IE6~IE8 */
        url('../font/yzhs.woff') format('woff'), /* 现代浏览器 */
        url('../font/yzhs.ttf') format('truetype'),/* safari，Android,ios */
        url('../font/yzhs.svg#yzhs') format('svg'); /* Legacy ios */
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Microsoft Yahei';
	margin: 0 auto;
	overflow-y: auto;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

ul li {
	list-style: none;
}

textarea {
	resize: none;
}

.p_background{
	background-color: #1281C9; 
	width: 100%; 
	height: 40px;
}

/**
*字体大小
*/
.font10 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.84) !important;
}
.font10_fixed {
	font-size:10px !important;
}
.font10_LH {
	line-height:10px !important;
}
.font9 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.75) !important;
}
.font9_fixed {
	font-size:9px !important;
}
.font9_LH {
	line-height:9px !important;
}
.font8 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.67) !important;
}
.font8_fixed {
	font-size:8px !important;
}
.font8_LH {
	line-height:8px !important;
}
.font7 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.59) !important;
}
.font7_fixed {
	font-size:7px !important;
}
.font7_LH {
	line-height:7px !important;
}
.font6 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.5) !important;
}
.font6_fixed {
	font-size:6px !important;
}
.font6_LH {
	line-height:6px !important;
}
.font5 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.42) !important;
}
.font5_fixed {
	font-size:5px !important;
}
.font5_LH {
	line-height:5px !important;
}
.font4 {
	font-size:12px;
	-webkit-transform-origin-x: 0 !important;
	-webkit-transform: scale(0.34) !important;
}
.font4_fixed {
	font-size:4px !important;
}
.font4_LH {
	line-height:4px !important;
}

.width_50{
	width:50%;
}
.absolute_t50_l30{
	position: absolute;
    top: 50%;
    left: 30%;
}
.relative_left {
	position: relative;
	float: left;
}
.relative_right {
	position: relative;
	float: right!important;
}
.absolute_left {
	position: absolute;
	float: left;
}
.absolute_right {
	position: absolute;
	float: right;
}

.bb_line {
	border-bottom: #ccc solid 1px;
}
/*popup*/
.loading_content {
	display: none;
    position: fixed;
    top: 45%;
    left: 15%;
    right: 10%;
    height: 75%;
    padding: 0;
    z-index: 1002;
    overflow: hidden;
}
.loading_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
.popup_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.popup_content {
	display: none;
    position: fixed;
    top: 15%;
    left: 15%;
    right: 10%;
    height: 75%;
    padding: 0;
    border: 3px solid #1281C9;
    background-color: #fff;
    z-index: 1002;
    overflow: hidden;
}
.popup_content a.close {
    color: #1281C9 !important;
    text-align: center !important;
}
.popup_content table {
    vertical-align: top;
}
.popup_content table tr td {
    padding: 5px;
}
.popup_content .upload_desc {
    width: 100%;
    padding: 2%;
    text-align: left !important;
    font-size: 1em;
}
.popup_content .upload_desc table tr td {
    vertical-align: top;
}
.popup_content form#titleForm {
    height: 100%;
    width: 90%;
    float: left;
}
#imageBody {
	width: 100px;
	height: auto;
}
.popup{
    border: 1px solid #ccc;
    height: 100%;
    *height: 90%;
    width: 60%;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    *position: relative;
}
.popup_btn{
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.popup ul li{
    list-style: none;
    float: left;
    width: 96%;
    *height: 48px;
    padding: 1% 2% 1% 2%;
}
.popup ul li span{
    padding-left: 10%;
}
.popup ul li label {
    padding-left: 1%;
}
.popup ul li.sub {
    padding-left: 5%;
}
.popup table {
    width: 100%;
}
.popup table tr td {
    vertical-align: top;
}
.popup table tr td textarea {
    width: 100%;
    min-height: 200px;
}

.color_theme {
	background-color:#048ebc !important;
	color: #fff;
}
.color_red {
	background-color: #bd362f;
}
.font_theme {
	color: #1281C9;
}

.pd_5 {
	padding: 5px
}
.pd_10 {
	padding: 10px
}
.pd_15 {
	padding: 15px
}
.pd_20 {
	padding: 20px;
}

.mt_5 {
	margin-top: 5px
}
.mt_10 {
	margin-top: 10px
}
.mt_15 {
	margin-top: 15px
}
.mt_20 {
	margin-top: 20px
}
.mt_25 {
	margin-top: 25px
}
.mt_30 {
	margin-top: 30px
}
.mt_35 {
	margin-top: 35px
}
.mt_40 {
	margin-top: 40px
}
.mt_50 {
	margin-top: 50px
}
.ml_5 {
	margin-left: 5px
}
.ml_10 {
	margin-left: 10px
}
.ml_15 {
	margin-left: 15px
}
.ml_20 {
	margin-left: 20px
}
.ml_30 {
	margin-left: 30px
}
.ml_40 {
	margin-left: 40px
}
.mg_5 {
	margin: 5px
}
.mg_10 {
	margin: 10px
}
.mg_15 {
	margin: 15px
}
.mg_20 {
	margin: 20px
}
.mg_30 {
	margin: 30px
}
.mg_40 {
	margin: 40px
}

.l {
	float: left !important;
	_display: inline;
}
.r {
	float: right !important;
	_display: inline;
}

.text_l {
	text-align: left;
}
.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}

.width_10 {
	width: 10% !important;
}
.width_20 {
	width: 20% !important;
}
.width_40 {
	width: 40% !important;
}
.width_50 {
	width: 50% !important;
}
.width_70 {
	width: 70% !important;
}
.width_80 {
	width: 80% !important;
}
.width_90 {
	width: 90% !important;
}
.width_100 {
	width: 100% !important;
}
.width150px {
	width: 150px !important;
}
.width160px {
	width: 160px !important;
}

.height {
	height: 100%;
}
.height80 {
	height: 80%;
}

.font_red {
	color: red;
}

.bk_gray {
	border: solid 1px #ddd
}

.list_bg {
	background-color: #f5fafe
}

.cl:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cl, .clearfix {
	zoom: 1
}

table {
	width: 100%; 
	background-color: transparent; 
	margin: 0; 
	padding: 0; 
	border-collapse:collapse; 
	border:0px;
}
table tr.datarow, .odd { 
	background-color: #f9f9f9; 
}
table tr.alternaterow, .even { 
	background-color: #fff; 
}
table tr.trmouseover { 
	background-color: #daeaf8 !important; 
}
table th,td { 
	padding:8px 0px; 
	border-right: 1px solid #ddd;  
	text-align: center; 
	color: #666;  
	font-size: 12px;
}
table th { 
	font-weight:bold;  
	cursor:pointer;
	border-bottom: 1px solid #ddd; 
}
table .sorting { 
	background: transparent url('../images/sort_both.png') no-repeat center right; 
}
table td { 
	border-bottom: 1px solid #ddd; 
	color:#6e6e6e; empty-cells:show;
}
table tr.selected td { 
	color:#2a9be9 !important; 
	font-weight:normal !important; 
}
/*带横向分割线*/
.table_border {
	border-top: 1px solid #ddd
}
.table_border thead, .table_border tbody {
	border: 1px solid #ddd;
}
/*带外边框*/
.table_bordered {
	border: 1px solid #ddd;
	border-collapse: collapse;
	*border-collapse: collapse;
}
.table_bordered th, .table_bordered td {
	border-right: 1px dashed #ddd;
}
.table_border_bottom th, .table_border_bottom td {
	border-bottom: 1px dashed #ddd;
}
/*奇数行背景设为浅灰色*/
.table tbody > tr:nth-child(odd) > td, .table tbody > tr:nth-child(odd) > th {
	background-color: #e9f3f9
}
.table_striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9
}
/*竖直方向padding缩减一半*/
.table_condensed th, .table-condensed td {
	padding: 4px 5px
}
/*鼠标悬停样式*/
/*.table_hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #f5f5f5
}*/
/*定义颜色*/
/*悬停在行*/
.table tbody tr.active, .table tbody tr.active > td, .table tbody tr.active > th, .table tbody tr .active {
	background-color: #F5F5F5 !important
}
/*成功或积极*/
.table tbody tr.success, .table tbody tr.success > td, .table tbody tr.success > th, .table tbody tr .success {
	background-color: #DFF0D8 !important
}
/*警告或出错*/
.table tbody tr.warning, .table tbody tr.warning > td, .table tbody tr.warning > th, .table tbody tr .warning {
	background-color: #FCF8E3 !important
}
/*危险*/
.table tbody tr.danger, .table tbody tr.danger > td, .table tbody tr.danger > th, .table tbody tr .danger {
	background-color: #F2DEDE !important
}
/*表格文字对齐方式，默认是居左对齐*/
.table .text_c th, .table .text_c td {
	text-align: center
}/*整行居中*/
.table .text_r th, .table .text_r td {
	text-align: right
}/*整行居右*/
.table th.text_l, .table tr td.text_l {
	text-align: left !important
}/*单独列居左*/
.table th.text_c, .table tr td.text_c {
	text-align: center !important
}/*单独列居中*/
.table th.text_r, .table tr td.text_r {
	text-align: right !important
}/*单独列居右*/
.table tr.nobg,.table tr td.nobg {
	background: none !important;
}

table#upload_table tbody tr td a img {
	max-width: 25px;
}
table#upload_table tbody tr td:first-child {
	padding: 0 1%;
}

/*start 地图模块*/
table .map_search {
	height:50px;
	width:100%;
	margin:5px auto;
}
table .input_div{
	width:120px;
	height:50px;
	float:left;
}
table .input_div .input_text{
	float:right;
	margin:5px 5px 5px 5px;
}
table .button_div{
	width:135px;
	height:50px;
	float:left;
}
table .button_div .btn_blue{
	margin:5px 5px 5px 1px;
}
table .city_div{
	width:200px;
	height:50px;
	float:left;
}

table .map_container{
	width: 100%; 
	height: 260px;
	border: 0px solid gray;
	boder-radius:2px;
	box-shadow:5px 2px 3px #333;
}

.no_border tr td{
	border: none;
}

/*地图模块 end*/


.input_text {
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	width: 200px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}
.input_text:hover {
	border: solid 1px #b3b3b3
}
.input_text.focus {
	border: solid 1px #33aaff \9;
	border-color: rgba(82,168,236,0.8);
}
.input_text.disabled, .input_text.disabled.focus {
	background-color: #ededed;
	cursor: default;
	border-color: #ddd;
}
.long_text {
	width: 90% !important;
}
.bg_btn_add {
	background:url(../images/btn_add.png) 100% no-repeat;
	cursor: pointer;
}

.input_select {
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	width: 200px;
	height: 30px;
	*height: 22px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}
.input_select:hover {
	border: solid 1px #b3b3b3
}
.input_select.focus {
	border: solid 1px #33aaff \9;
	border-color: rgba(82,168,236,0.8);
}
.input_select.disabled, .input_select.disabled.focus {
	background-color: #ededed;
	cursor: default;
	border-color: #ddd;
}

.input_select_short {
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	width: 75px;
	height: 20px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}
.input_select_short:hover {
	border: solid 1px #b3b3b3
}
.input_select_short.focus {
	border: solid 1px #33aaff \9;
	border-color: rgba(82,168,236,0.8);
}
.input_select_short.disabled, .input_select_short.disabled.focus {
	background-color: #ededed;
	cursor: default;
	border-color: #ddd;
}

.input_date {
	text-align: center;
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	width: 35px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}
.input_date:hover {
	border: solid 1px #b3b3b3
}
.input_date.focus {
	border: solid 1px #33aaff \9;
	border-color: rgba(82,168,236,0.8);
}
.input_date.disabled, .input_date.disabled.focus {
	background-color: #ededed;
	cursor: default;
	border-color: #ddd;
}

.input_file {
	position: relative;
	display: inline-block;
	background: #1E88C7 !important;
	border: solid 1px #ddd;
	padding: 4px;
	line-height: 20px;
	width: 100px;
	color: #fff !important;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
}
.input_file input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}
.input_file:hover {
	background: #1E88C7;
	border: solid 1px #ddd;
	color: #fff;
	text-decoration: none;
}

#randomImage, #refreshImage {
	vertical-align: middle;
}

.popup .addRow {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.popup .addRow img {
	max-width: 26px;
}
.popup ul li {
	position: relative;
}
.popup ul li a.delRow {
	padding: 4px;
	line-height: 24px;
	display: inline-block;
	float: left;
	position: relative;
}
.popup ul li a.delRow img {
	max-width: 26px;
}

/*login*/
.login_body {
	min-width: 980px;
	background-color: #1c77ac;
	background-image: url(../images/login_light.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.login_main {
	background:url(../images/login_background.png) no-repeat center center;
	width:100%;
	min-height: 500px;
	max-height: 2000px;
	position:relative;
	margin: 0 auto;
}
.login_main iframe {
	width:100%;
	height: 100%;
	float: left;
	position: relative;
}
.login_box {
	width: 300px;
    background: #fff;
    height: 340px;
    border: 20px solid #fff;
    border-radius: 20px;
}
.login_box .login_box_head {
	width: 280px;
    background: #eee;
    height: 50px;
    border: 10px solid #eee;
    border-radius: 10px;
    color: #888;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.login_box .login_ul {
	position:relative;
	height:300px;
	margin-left: 0px;
	margin-top: -10px;
	background: #fff;
}
.login_box .login_ul li.login_title {
	width:100%;
	float: left;
	list-style:none;
	margin-top: 10px;
	text-align: left;
	color: #FF0000;
}
.login_box .login_ul li {
	width:100%;
	float: left;
	list-style:none;
	margin-top: 20px;
	text-align: center;
}
.login_box .login_ul li .login_code_body {
	width:300px;
	text-align: left;
}
.login_box .login_ul li .login_btn {
	width:300px;
}
.login_id {
	background:url(../images/login_user.png) no-repeat; 
	width:256px; 
	height:48px\0;
	*height:48px;
	line-height:48px;
	border:none;
	padding-left:44px;   
	font-weight:bold;
}
.login_pwd {
	background:url(../images/login_password.png) no-repeat; 
	width:256px; 
	height:48px\0;
	*height:48px;
	line-height:48px;
	border:none;
	padding-left:44px;   
	font-weight:bold;
}
.login_code {
	background:url(../images/login_checkcode.png) no-repeat;
	width:100px;
	height:48px\0;
	*height:48px;
	line-height:48px;
	border:none;
	padding-left:44px;
	font-weight:bold;
}
.login_footer {
	height:50px; 
	line-height:50px; 
	text-align:center; 
	background:#fff;
	position:absolute; 
	bottom:0%; 
	width:100%; 
	color:#0b3a58;
	filter:alpha(opacity=60); /*IE滤镜，透明度50%*/
	-moz-opacity:0.6; /*Firefox私有，透明度50%*/
	opacity:0.6;/*其他，透明度50%*/
}
/*work*/
.work_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.work_box .work_main {
	position:relative;
	margin-left: 0px;
	background: #fff;
}
.work_box .work_main li {
	float: left;
	list-style:none;
	text-align: center;
}
.work_box .work_main li a {
	float: left;
	text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.work_box .work_main li a.bg_c_y1 {
	border: 10px solid #fbfc59;
}
.work_box .work_main li a.bg_c_g1 {
	border: 10px solid #9ed9a1;
}
.work_box .work_main li a.bg_c_o1 {
	border: 10px solid #ea6427;
}
.work_box .work_main li a.bg_c_b1 {
	border: 10px solid #155078;
}
.work_box .work_main li a.inactive {
    color: #ddd;
}
.work_box .work_main li a img {
	float: left;
	text-align: center;
}
.work_box .article_header {
	position:relative;
	height:50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 36px;
}
.work_box .article_header a {
	color: #000;
	font-size: 30px;
}
.work_box .article_header a.active {
	font-weight: bolder;
}
.work_box .article_main {
	position:relative;
	margin-left: 0px;
	background: #fff;
	overflow: hidden;
}
.work_box .article_foot {
	position:relative;
	height:45px;
	line-height: 45px;
	margin-left: 0px;
	background: #fff;
	overflow: hidden;
	text-align: right;
	font-size: 30px;
}
.work_box .article_foot em {
	padding-right: 5px;
	font-size: 30px;
}
.work_box .article_main li {
	width: 100%;
	height: 50px;
	float: left;
	list-style:none;
	text-align: left;
}
.work_box .article_main li.article_title {
	line-height: 50px;
	text-align: center;
	font-weight: bolder;
	border-bottom: 1px dashed #555;
	font-size: 36px;
}
.work_box .article_main li.article_title a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: right;
}
.work_box .article_main li.article_tail {
	height: 10px;
	border-bottom: 1px dashed #555;
}
.work_box .article_main li.article_content {
	text-indent: 2em;
	overflow-y: scroll;
}
.work_box .article_main li.article_content * {
	font-size: 30px;
}
.work_box .article_main li.article_content div.article_body {
	position: relative;
	float: left;
	padding-top: 10px;
}
.work_box .article_main li a {
	width: 100%;
	height: 39px;
	float: left;
	text-align: left;
    color: #000;
    border-bottom: 1px dashed #555;
}
.work_box .article_main li a.loc {
	width: auto;
	height: 39px;
	float: right;
    color: #0a8db9;
    border-bottom: none;
    font-size: 18px;
}
.work_box .article_main li a b {
	font-size: 30px;
}
.work_box .article_main li a label {
	width:390px;
	height: 39px;
	line-height: 39px;
	float: left;
	text-align: left;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor: pointer;
	font-size: 30px;
}
.work_box .article_main li a label img {
	width:29px;
	margin-top: 5px;
	float: left;
}
.work_box .article_main li a em {
	width:160px;
	height: 39px;
	line-height: 39px;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-size: 30px;
}

.work_box .func_main {
	position:relative;
	margin-left: 0px;
	background: #fff;
	overflow: hidden;
}
.work_box .func_main li {
	float: left;
	list-style:none;
	text-align: left;
}
.work_box .func_main li a {
	float: left;
	text-align: center;
    border-radius: 10px;
    margin: 15px;
    font-size: 14px;
}
.work_box .func_main li a img {
	float: left;
	text-align: center;
}
.work_box .func_main li.func_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bolder;
	border-bottom: 1px dashed #555;
	font-size: 36px;
}
.work_box .func_main li.func_column {
	width: 48%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px dashed #555;
	padding: 0 1%;
}
.work_box .func_main li.func_column *,.work_box .func_main li.func_reason * {
	font-size: 16px;
}
.work_box .func_main li.func_column b,.work_box .func_main li.func_reason b {
	float: left;
	min-width: 155px;
	*width: 155px;
	text-align: right;
}
.work_box .func_main li.func_column label {
	float: right;
	width: 185px;
	text-align: left;
}
.work_box .func_main li.func_title a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	margin: 0;
}
.work_box .func_main li.func_reason {
	width: 98%;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px dashed #555;
	padding: 0 1%;
}
.work_box .func_main li.func_reason label {
	float: right;
	width: 80%;
	height: 100%;
	text-align: left;
}
.work_box .func_main li.func_reason label textarea {
	border: solid 1px #ddd;
    padding: 4px;
    line-height: 20px;
    margin: 5px 0;
}
.work_box .article_main li.list_detail {
	width:100%;
	float: left;
	text-align: left;
	border-bottom: 1px #555 dashed;
}
.work_box .article_main li.list_detail b {
	float: left;
	text-align: left;
}
.work_box .article_main li.leave_detail {
	width:100%;
	float: left;
	text-align: left;
	border-bottom: 1px #555 dashed;
}
.work_box .article_main li.leave_detail b {
	float: left;
	text-align: left;
}
.work_box .func_main li.func_form {
	width: 98%;
	height: 340px;
	border-bottom: 1px dashed #555;
	padding: 0 1%;
	overflow-y: scroll;
}
#expFormBody table tbody tr td {
	border: 1px solid #000 !important;
}
.home_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.home_box .home_main {
	position:relative;
	margin-left: 0px;
	background: #fff;
}
.home_box .home_main li {
	float: left;
	list-style:none;
	text-align: center;
}
.home_box .home_main li a {
	float: left;
	text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.home_box .home_main li a img {
	float: left;
	text-align: center;
}
/*error*/
.error_body {
	background: #dfdfdf url(../images/bg_noise.jpg) repeat;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
#error_main {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-top: 8%;
	text-align: center;
}
#error_main #error_header h1 {
	position: relative;
	display: block;
	font-size: 100px;
	color: #0a8db9;
	text-align: center;
	font-weight: bold;
	height: 140px;
	line-height: 140px;
}
#error_main #error_header h1 .error_icon {
	position: relative;
	display: inline-block;
	right: 2%;
	margin: 30px auto;
	background: #0a8db9;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	color: #fff;
	font-size: 70px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}
#error_main #error_content {
	position: relative;
	width: 600px;
	background: white;
	border-radius: 5px;
	z-index: 5;
}
#error_main #error_content p {
	position: relative;
	padding: 40px;
	line-height: 1.3em;
}
#error_main #error_content .error_utilities {
	padding: 0px
}

/*头部颜色*/
.control_header {
	height: 82px;
	width: 100%;
	position: absolute;
	z-index: 999;
	background: url("../images/bg_top.jpg") repeat-x;
}
.control_header a.control_logo {
	width: 389px;
	height: 82px;
	cursor: pointer;
	position: relative;
	float:left;
	background: url("../images/bg_top_left.jpg") no-repeat;
}
.control_header a.control_logo img {
	position: relative;
	float: left;
	height: 82px;
}
.control_header a.control_logo label {
	position: relative;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
	top: 30px;
	margin-left: 5px;
}
.control_header a.control_logo span {
	position: relative;
	font-size: 5px;
	color: #fff;
	margin-left: -335px;
	top: 25px;
}
.control_hello {
	text-align: center;
	width: 250px;
	height: 82px;
	position: relative;
	float: right;
	background: url("../images/bg_top_right.jpg");
}
.control_hello li {
	list-style: none;
	display: inline-block;
	width: 80px;
	padding-top: 35px;
}
.control_hello li a {
	display: block;
    float: left;
    background-position: center 15px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
}
.control_hello li a img {
	width: 14px;
	margin: 12px 0;
	cursor: pointer;
}
.control_hello li a label {
	vertical-align: top;
	line-height: 36px;
	cursor: pointer;
}
.control_footer {
	background: url("../images/bg_top.jpg") repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.control_footer label {
	position: relative;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 5px;
}
.control_footer span {
	position: relative;
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 5px;
}
.control_navbar{
	top: 80px;
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.control_main {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 82px;
	bottom: 40px;
}
.control_aside {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 100%;
	z-index: 999;
	overflow-y: auto;
	background-color: #3bb4f4;
	border-right: 1px solid #2a9be9;
}
.control_leftmenu {
	top: 0%;
	font-size: 12px;
}
.control_leftmenu dl {
	margin-bottom: 0
}
.control_leftmenu dl dt {
	background: #3bb4f4;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	position: relative;
	border-bottom: #2a9be9 1px solid;
	color: #fff;
	padding-left: 5px;
}
.control_leftmenu dl dt a {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.control_leftmenu dl dt b {
	position: absolute;
	display: block;
	background: url(../images/icon_jt2.png) no-repeat 0 -6px;
	font-size: 0;
	height: 12%;
	right: 5%;
	line-height: 0;
	overflow: hidden;
	top: 50%;
	width: 5%;
	transition-duration: 0.3s;
	transition-property: all
}
.control_leftmenu li a:hover {
	color: #fff;
	background-color: #0088cc;
}
.control_leftmenu .current a,.control_leftmenu .current a {
	color: #fff;
	background: #0088cc;
}
.control_leftmenu dl dd {
	background-color: #3bb4f4;
	display: none;
	border-bottom: #2a9be9 1px solid;
}
.control_leftmenu dl.selected dt b {
	transform: rotate(180deg);
	transition-duration: 0.3s;
	transition-property: all;
	_background-position: 0 0
}
.control_leftmenu dl.selected dd {
	display: block;
	margin-left: 0px
}
.control_leftmenu ul {
	padding: 0px
}
.control_leftmenu li {
	overflow: hidden;
	zoom: 1
}
.control_leftmenu li a {
	display: block;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.control_leftmenu li a i {
	font-weight: normal;
}
.control_leftmenu dd ul {
}
.control_leftmenu dd li a {
	line-height: 32px;
	border-bottom: none;
	font-weight: normal;
	padding-left: 10px;
}
.control_leftmenu li a:hover {
	text-decoration: none
}
.control_lm_display {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 188px;
	width: 0%;
	height: 100%;
	z-index: 10;
}
.control_lm_display a {
	position: absolute;
	display: block;
	width: 14px;
	height: 61px;
	margin-top: -30px;
	background: url(../images/icon_arrow.png) no-repeat 0 0;
	outline: none;
	filter:alpha(opacity=30); /*IE滤镜，透明度50%*/
	-moz-opacity:0.3; /*Firefox私有，透明度50%*/
	opacity:0.3;/*其他，透明度50%*/
}
.control_lm_display a.open {
	background-position: 0 -61px;
	filter:alpha(opacity=10); /*IE滤镜，透明度50%*/
	-moz-opacity:0.1; /*Firefox私有，透明度50%*/
	opacity:0.1;/*其他，透明度50%*/
}
.control_lm_display a:hover {
	text-decoration: none;
	background-position: right 0;
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1; /*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50%*/
}
.control_lm_display a.open:hover {
	background-position: right -61px
}
.control_box {
	position: absolute;
	z-index: 2;
	top: 0%;
	right: 0;
	bottom: 0;
	left: 188px;
	background: #fff;
}
.control_logo_subtitle {
    position: absolute;
    left: 340px;
    top: 65px;
}
.control_box_frame {
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
}
.show_iframe iframe {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.loading {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 42px;
	height: 42px;
	display: none;
	z-index: 9999;
}
.control_box_users_switch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 0%;
	height: 100%;
	z-index: 1000;
}
.control_box_users_switch a {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../images/icon_employee.png) no-repeat 0 0;
	outline: none;
	z-index: 1000;
	filter:alpha(opacity=30); /*IE滤镜，透明度50%*/
	-moz-opacity:0.3; /*Firefox私有，透明度50%*/
	opacity:0.3;/*其他，透明度50%*/
}
.control_box_users_switch a.open {
	background-position: 0 -50px;
	filter:alpha(opacity=10); /*IE滤镜，透明度50%*/
	-moz-opacity:0.1; /*Firefox私有，透明度50%*/
	opacity:0.1;/*其他，透明度50%*/
}
.control_box_users_switch a:hover {
	text-decoration: none;
	background-position: right 0;
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1; /*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50%*/
}
.control_box_users_switch a.open:hover {
	background-position: 0 -50px;
}
.control_box_users {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 187px;
	height: 100%;
	z-index: 999;
	overflow-y: auto;
	background-color: #f0f9fd;
	border-left: 1px solid #b9cad4;
}
.control_box_users .chat_body {
	position: absolute;
	width: 187px;
	height: 100%;
	overflow-x: hidden;
	right: 0;
	border-left: 1px solid #b9cad4;
}
.chat_body .chat_content {
	position: absolute;
	float: left;
	width: 300px;
	height: 100%;
	text-align: right;
}
.chat_body .chat_content .chat_header {
	position: relative;
	width: 96%;
	height: 50px;
	margin: 2%;
}
.chat_body .chat_content .chat_header img.head {
	height: 40px;
	margin: 5px;
	float: left;
	position: relative;
}
.chat_body .chat_content .chat_header label {
	color: #000;
	margin: 0;
	height: 50px;
	line-height: 50px;
	border-bottom: none;
	float: left;
	position: relative;
}
.chat_body .chat_content .chat_main {
	position: relative;
	width: 96%;
	height: 50%;
	margin: 2%;
	background: #fff;
}
.chat_body .chat_content .chat_main .chat_detail {
	width: 100%;
	height: 100%;
	border: 1px solid #b9cad4;
	overflow-y: scroll;
}
.chat_body .chat_content .chat_main .chat_detail div label {
	background: #0a8db9;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	margin: 5px;
}
.chat_body .chat_content textarea.chat_input {
	width: 96%;
	height: 20%;
	margin: 2%;
}
.chat_body .chat_content input[type="button"] {
	margin-right: 10px;
}
.chat_body dl {
	margin-bottom: 0;
	width: 187px;
}
.chat_body dl dt {
	background: #0a8db9;
	border-bottom: 1px solid #b9cad4;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding-left: 2.5%;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.chat_body dl dd {
	background-color: #f8f9fe;
	display: none;
}
.chat_body dl.selected dd {
	display: block;
	margin-left: 0px
}
.chat_body dl dd ul {
	padding: 0px
}
.chat_body dl dd ul li {
	overflow: hidden;
	zoom: 1;
	line-height: 32px;
}
.chat_body dl dd ul li a {
	color: #000;
	display: block;
	margin: 0;
	height: 32px;
	line-height: 32px;
	border-bottom: none;
}
.chat_body dl dd ul li a label {
	color: #000;
	margin: 0;
	height: 32px;
	line-height: 32px;
	border-bottom: none;
	float: left;
	position: relative;
}
.chat_body dl dd ul li a img.head {
	height: 28px;
	margin: 2px;
	float: left;
	position: relative;
}
.chat_body dl dd ul li a:hover {
	color: #fff;
	background-color: #d4e6f0;
	text-decoration: none;
}
.chat_body dl dd ul li.current a {
	color: #fff;
	background: #d4e6f0;
	border-bottom: 1px solid #b9cad4;
}
.chat_body dl dd ul li a i {
	font-weight: normal;
}

/* operation */
.oper_body {
	overflow-y: scroll !important;
	*overflow: hidden !important;
	*overflow-y: hidden !important;
}
.oper_body input[type="text"], .oper_body input[type="password"] {
/* 	width: 90% !important; */
}

/*user*/
.user_breadcrumb {
	margin: 5px 0;
	color: #666666;
	height: 22px;
	vertical-align: middle;
	padding: 5px 5px;
	background-color: #f5f5f5;
	padding-left: 10px;
	height: 22px;
/* 	width: 100%; */
}
.user_breadcrumb span {
	padding: 0 5px;
	color: #999;
}
.user_breadcrumb a {
	padding: 0 5px;
	color: #999;
}

.welcome {
	margin: 0 1%;
}

/*cms*/
.cms_body {
	overflow-y: scroll !important;
	*overflow: hidden !important;
	*overflow-y: hidden !important;
}
#channelImage {
	width: 110px;
}
.channel_approval_operation {
	display: inline-block;
	color: #000;
	font-size: 30px;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}

textarea.matter_depth_desc
{
	width: 100%;
	height: 100px;
}

/*button*/
.btn_blue  {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #cccccc;
	*border: 0;
	/*border-bottom-color: #b3b3b3;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0044cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}
.btn_blue:hover{
	/*background: #F7A74A;*/
}
.btn_red {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #cccccc;
	*border: 0;
	/*border-bottom-color: #b3b3b3;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #bd542f, #bd122f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd542f), to(#bd122f));
	background-image: -webkit-linear-gradient(top, #bd542f, #bd122f);
	background-image: -o-linear-gradient(top, #bd542f, #bd122f);
	background-image: linear-gradient(to bottom, #bd542f, #bd122f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd542f', endColorstr='#ffbd122f', GradientType=0);
	border-color: #bd122f #bd122f #800000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd122f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}
.btn_green {
	min-width: 72px;
	*width: 72px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #51a351;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border:none;
}

.btn_small {
	background-color: #2DA4DC;
	min-width: 50px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border: none;
}
.btn_small:hover {
	background-color: #F7A74A;
}

/*欢迎界面2016-8-13*/

.color1{
	color: #eb4f38!important;
}
.color2{
	color: #f4c600!important;
}
.color3{
	color: #ea8010!important;
}
.color4{
	color: #9d55b8!important;
}
.color5{
	color: #56abe4!important;
}
.color6{
	color: #11cd6e!important;
}
.color7{
	color: #e6e6e6!important;
}
.mg_t10{
	margin-top: 10%;
}
.info_html{
	overflow-y: scroll;
}
.info_main{
	width: 100%;
	height: 100%;
	float: left;
}
.info_left{
	width: 65%;
	height: 100%;
	float: left;
	position: relative;
	margin-top: 3%;
	margin-left: 3%;
}
.info_right{
	width: 25%;
	height: 100%;
	float: right;
	position: relative;
	margin-top: 3%;
	margin-right: 3%;
}
ul.matter_list , 
ul.state_list{
	float: right;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 2%;
	position: relative;
	
}
ul.matter_list li ,
ul.state_list li{
	width: 33%;
	height: 90px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	float: left;
	position: relative;	
	overflow: hidden;
}

.info_main img {
	width: 32px;
	height: 32px;
	margin: 5%;
	float: left;
}
.info_matter{
	float: left;
	margin: 5%  auto;
	width: 50%;
	font-size: 0.8em;
}
.prompt_list{
	width: 100%;
	float: right;
	position: relative;
	text-align: center;
	border: 1px solid #e6e6e6;
	color: #666;
}

/*月历*/
.container {
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
}
.calendar_month{
	position: relative;
	width: 450px;
}
.calendar_month header {
	background: #1281C9;
	color: #fff;
	padding: 3em 2em;
}
.month {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: lowercase;
	text-align: center;
}
.calendar {
	width: 100%;
	background: #fff;
	color: #555;
	padding: 2em;
}
.calendar thead {
	color: #1281C9;
	font-weight: 700;
	text-transform: uppercase;
}
.DayIn {
	text-align: center;
}
.DayOut {
	background:url(../images/called.png)50% no-repeat;
	color: #fff;
}
.calendar tbody td:hover {
	background: url(../images/pass.png)50% no-repeat;
	color: #fff;
	cursor: pointer;
}
.prev_month,
.next_month {
	color: #cacaca;
}
.perpetual_calendar {
	position: relative;
	float: left;
	margin: 1% 0 1% 3.5%;
}
.calendar_date {
	position: relative;
	width: 280px;
	*width: 100%;
	float: left;
	border: 0.1em solid #1281C9;
}
.calendar_date .header {
	background: #1281C9;
	color: #fff;
	padding: 0.5em 0.5em;
}
.calendar_year {
	width: 100%;
	background: #fff;
	color: #555;
	display: inline-block;
}
.calendar_year thead {
	font-weight: 100;
	text-transform: uppercase;
}
.calendar_year thead th {
	width: 40px;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.calendar_year tbody td {
	width: 40px;
	height: 40px;
	font-size: 0.8em;
	cursor: pointer;
	text-align: center;
}
.calendar_year tbody td label {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.calendar_year tbody td label.active {
	background: #1281C9;
	color: #ffffff;
	border-radius: 100%;
}
.calendar_year .saturday {
	color : #1281C9;
}
.calendar_year .sunday {
	color : #ff0000;
}
.calendar thead th {
	padding:3.8%;
}
#month_list li{
	*float:left;
	*width:30%;
	*margin-bottom:2%;
	*margin-left:2%;
}
/*分页*/

.tcdPageCode {
	padding: 15px 20px;
	text-align: center;
	color: #ccc;
    margin-right: 50px;
}
			
.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
			
.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}
			
.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

#page_navigation {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

#page_navigation a {
	display: inline-block;
	color: #428bca;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 1px;
	vertical-align: middle;
}

.page_info{
	/*width: 30%;*/
    width: 244px;
	float: left;
    height: 20px;
    line-height: 20px;
    vertical-align:middle;
    margin-top: 16px;
    text-align:center;
}

.active_page {
	background: #428bca;
	color: white !important;
}

.bg_c_y1 {
	background: #fbfc59;
	color: #000;
}
.bg_c_g1 {
	background: #9ed9a1;
	color: #fff;
}
.bg_c_o1 {
	background: #ea6427;
	color: #fff;
}
.bg_c_b1 {
	background: #155078;
	color: #fff;
}
.processcontainer{  
   	width:450px;  
   	border:1px solid #6C9C2C;  
   	height:18px;  
} 
 
#processbar{  
   	background:#95CA0D;  
   	float:left; 
   	height:100%;  
   	text-align:center;  
   	line-height:150%; 
}

/*任务*/
.mission_box {
    background: #fff;
    border: 20px solid #fff;
    border-radius: 20px;
}
.mission_box .mission_main {
	position:relative;
	margin-left: 0px;
	background: #fff;
}
.mission_box .mission_main li {
	list-style:none;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 5px;
	float: left;
}
.mission_box .mission_main li a {
	float: left;
	text-align: center;
    border-radius: 10px;
    margin: 15px;
}
.mission_box .mission_main li a.ms_l1
{
	background: #155078;
	border: 10px solid #155078;
	color: #fff;
}
.mission_box .mission_main li a.ms_l2
{
	background: #ea6427;
	border: 10px solid #ea6427;
	color: #fff;
}
.mission_box .mission_main li a.ms_l3
{
	background: #9ed9a1;
	border: 10px solid #9ed9a1;
	color: #fff;
}
.mission_box .mission_main li a img {
	width:120px;
	height: 120px;
	margin: 20px 20px auto auto;
	float: left;
	text-align: center;
}
.mission_box .mission_main li a label
{
	font-size: 56px;
	color: white;
}
.mission_title
{
	text-align: center;
}
.mission_title a{
	font-size:34px;
}
.mission_div{
	max-height:450px;
	width:600px;
	text-align: center;
}
.table_div{
	padding: 20px 20px 20px 20px;
}
.table_div table{
	border-collapse:collapse;
}
.table_div table td{
	border:2px solid blue;
	
}
.table_div table .td1{
	width:30%;
	font-size: 26px;
	font-weight: 500;
}
.table_div table .td2{
	font-size: 22px;
	font-weight: 500;
}
.table_div table .title td
{
	font-size: 24px;
	font-weight: 500;
}
.table_div table .ser_tr td
{
	font-size: 24px;
	font-weight: 500;
}
.detail_talbe{
	border: none;
	margin: 2px 2px 2px 2px;
}
.detail_talbe tr{
	border: none;
}
.detail_talbe tr td{
	border: none;
	font-size: 22px;
	font-weight: 500;
}

.chat_btn {
	position: fixed;
	float: right;
	top: 275px;
	right: 0px;
	width: 25px;
	height: 50px;
	background: url("../images/icon_employee.png") top left no-repeat;
	z-index: 999;
	overflow: hidden;
	border: none;
}
.chat_box {
	position: fixed;
	float: right;
	top: 275px;
	right: -182px;
	width: 180px;
	overflow: hidden;
	background: #d0edff;
	z-index: 999;
	border: 1px #bbb solid;
}
.chat_box span.chat_header {
	width: 168px;
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	background: url("../images/bg_nav.png") repeat-x;
	color: #fff;
	padding: 6px;
}
.chat_box ul {
	width: 170px;
	position: relative;
	float: left;
	margin: 4px;
}
.chat_box ul li {
	list-style: none;
	height: 24px;
	text-align: left;
	position: relative;
	float: left;
	border: 1px #ccc solid;
	border-radius: 4px;
	margin: 2px 0;
	overflow: hidden;
	width: 100%;
}
.chat_box ul li a {
	position: relative;
	float: left;
	width: 126px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	overflow: hidden;
}
.chat_box ul li img {
	width: 20px;
	margin: 2px;
	position: relative;
	float: left;
}
.chat_content {
    position: fixed;
    width: 300px;
    text-align: right;
    z-index: 1002;
    margin: 0 auto;
    background: #f1f7fb;
    border: #f1f7fb 5px solid;
    border-radius: 5px;
}
.chat_content a.closeBtn {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
}
.chat_content a.closeBtn img {
    width: 20px;
    height: 20px;
}
.chat_content .chat_header {
    position: relative;
    float: left;
    width: 268px;
    height: 50px;
    margin: 6px;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
}
.chat_content .chat_header img.head {
    height: 40px;
    margin: 5px;
    float: left;
    position: relative;
}
.chat_content .chat_header label {
    color: #000;
    margin: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    float: left;
    position: relative;
}
.chat_content .chat_main {
    position: relative;
    float: left;
    width: 288px;
    height: 50%;
    margin: 6px;
}
.chat_content .chat_main .chat_detail {
    width: 286px;
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background: #fff;
}
.chat_content .chat_main .chat_detail div label {
    background: #0a8db9;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin: 5px;
}
.chat_content textarea.chat_input {
    width: 286px;
    height: 20%;
    margin: 6px;
    resize: none;
}
.chat_content input[type="button"] {
    margin: 10px;
    font-size: 14px;
    line-height: 30px;
}
/* Widget */
.widget {
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	margin-bottom: 20px;
}

.widget p {
	margin: 3px 0px 5px 0px !important;
	line-height: 20px;
}

.widget .widget-head, .modal-header {
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	text-shadow: 0px 1px #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
}

.widget.wblack .widget-head {
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -webkit-linear-gradient(top, #333, #111);
	background: -moz-linear-gradient(top, #333, #111);
	background: -ms-linear-gradient(top, #333, #111);
	background: -o-linear-gradient(top, #333, #111);
	background: linear-gradient(top, #333, #111);
	text-shadow: 0px 1px #000;
	border-bottom: 1px solid #555;
	border-top: 1px solid #666;
	box-shadow: inset 0px 1px 1px #444;
	color: #ccc;
}

.widget .widget-head .widget-icons i {
	font-size: 14px;
	margin: 0px 4px;
}

.widget .widget-head .widget-icons a {
	color: #aaa;
}

.widget .widget-head .widget-icons a:hover {
	color: #999;
}

.widget.wblack .widget-head .widget-icons i {
	font-size: 14px;
	margin: 0px 4px;
}


textarea:hover, input[class*="input_text"]:hover{
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
textarea:focus, input[class*="input_text"]:focus{
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mapDiv{
	height:300px;
	widht:80%;
	border: 0px solid gray;
	boder-radius:2px;
	box-shadow:5px 2px 3px #333;
	margin: 5px;
}

/*顶部导航栏*/
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  background: #3bb4f4 !important;
  border-top: 1px solid #2a9be9 !important;
  border-bottom: 1px solid #2a9be9 !important;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.navbar-inner {
	min-height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	background: #3bb4f4;
	filter: initial;
	border: 0;
	*zoom: 1;
}

.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.navbar .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/icons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-search {
  background-position: -48px 0;
}
.add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -4px;
}

.title_head {
    height: 32px;
    background: url("../images/module_bg_head.png") no-repeat;
    background-color: #bebfc0;
    width: 100%;
    margin-bottom: 1px;
}
.title_foot {
    background: url("../images/module_bg_foot.png") no-repeat;
    background-color: #bebfc0;
    cursor: pointer;
    margin: 0;

}
.title_head p {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    color: white;
    margin: 0;
}
.index_col {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}
.index_module {
   margin-right:6px;
   border: 1px solid #d7d6d6;
   box-sizing: border-box;
   position: relative;
   width: 100%;
   float: left;
}
.col_title {
    height: 30px;
    background: #1281c9;
    margin: -1px;
}
.col_title p {
    color: white;
    margin: 0;
    display: inline-block;
    height: 30px;
    padding: 4px 8px;
}
a.delete{
    height: 18px;
    width: 18px;
    float: right;
    background: url("../images/module_delete.png") no-repeat;
    background-size: cover;
    margin: 6px;
}
.col_content {
    height: 100%;
    background: url("../images/module_alter.png") center no-repeat;
}
.col_add {
    width: 20px;
    display: inline-block;
    margin: 1px 0px 1px 0px;
}
.shadow{
	position: fixed; 
    top: 0; 
	left: 0; 
	width: 100%; 
	height: 110%; 
	background-color:rgba(0, 0, 0, 0.3); 
	display: none; 
	z-index: 1002;
	display: none;
}
.windows {
    width: 400px;
    height: 390px;
    border: 1px solid #999;
    background: white;
    position: relative;
    margin:100px auto 0;

}
.windows_title {
    background-color: #bebfc0;
    width: 100%;
    height: 45px;
}
.windows_title>p {
    background: url("../images/module_bg_title.png") no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 24px;
    padding: 8px 25px;
    font-size: 18px;
    color: white;
    margin: 0;
    display: inline-block;
}
.close {
    display: inline-block;
    float: right;
    background: url("../images/module_cancel.png") no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    margin: 7px;
    cursor: pointer;
}
.windows form {
    width: 350px;
    margin: 45px auto 0;
    font-family: 宋体;
    font-size: 17px;
}
.windows form div {
    height: 55px;
    font-size: 15px;
}
.windows form div select{
	font-size:15px;
	border:solid 1px #b3b3b3;
	position:relative;
	left:35%;
	top:8px;
	width:120px;
	height:24px;
	line-height: 20px;
}
.windows form div button {
    border: none;
    background: #1281c9;
    color: white;
    width: 60px;
    height: 30px;
    border-radius: 6px;
    float: right;
    margin: 10px 10px 0 0;
	
}
.text{
	font-family:宋体;
	font-size:17px;
	position:relative;
	float:left;
	left:20%;
	top:10px;
}
.height_px{
	width: 116px;
	position:relative;
	left:25%;
	top:-8px;
	height:20px;
}
.px{
	font-family:宋体;
	font-size:17px;
	position:relative;
	float:right;
	right:-1px;
}
.save{
    position: absolute;
    bottom: 10px;
    left: 310px;
    width: 50px;
}
.table_left tr td{
	padding-left: 10px;
	border: none;
	text-align: left;
}
 .add {
    background-position: bottom;
    display: inline-block;
	 cursor: pointer;
 }
 
.square{
	background:url("../images/module_square.png") no-repeat;
	background-size:100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../images/module_square.png',
    sizingMethod='scale');
	width:30px;
}

img.first{
	height:18px;
	width:30px;
	position:absolute;
}

img.second{
	position:absolute;
	height:18px;
	width:30px;
	 -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipV;
	position:relative;
	top:158px;
}

img.bg_add{
	width:16px;
	height:16px;
	position:absolute;
	top:50px;
	left:6px;
    cursor: pointer;
}

/**imageflow**/
h3{text-align: center;line-height: 60px;color: aliceblue}

.mKeBanner,.mKeBanner div{text-align:center;}
.imageflow img{ -webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); }
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:1200px; margin:0 auto}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:normal; font-size: 18px;color:red; position:relative; text-align:center; z-index:10000;margin-top: 60px;}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}
/* .imageflow .slider{background-image:url(../../Images/Index/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002} */
.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}
/* .imageflow .previous{background:url(../../Images/Index/button_left.png) top left no-repeat; float:left; margin:-7px 0 0 -30px} */
/* .imageflow .next{background:url(../../Images/Index/button_right.png) top left no-repeat; float:right; margin:-7px -30px 0 30px} */

.module_div{
	height:74%;
	overflow: auto;
}
.module_table{
	
}
.module_table .td_caption{
	text-align: right;
}
.module_table .td_input{
	text-align: left;
}
.module_table .td_input .input_select{
	width:210px;
}
.module_btn{
	text-align: center;
}