﻿/*body {
    font-family:微软雅黑;
}
a:link,a:hover {
 text-decoration:none;
}
.divContent {
    padding: 0px 0px 0px 0px !important;
}*/

/* CSS Document */
/*body,ul,li,p,h1,h2,h3,div,dl,dt,dd,input,table,tr,td{padding:0;margin:0}*/
body,ul,li,p,h1,h2,h3,div,dl,dt,dd,input{padding:0;margin:0}
body{font-size:12px;font-family:"微软雅黑","宋体",Arial, Helvetica, sans-serif; }
h1,h2,h3,h4{font-weight:normal}
ul,li,dl,dt,dd{list-style:none}
em,i{font-style:normal}
a{text-decoration:none; outline:none;}
img{border:none}
.fl{float:left !important}
.fr{float:right !important}
.hidden{overflow:hidden}
.clr_fix{min-height:1%;_height:1%}
.clr_fix:after{content:"";display:block;clear:both;height:0}
.claer{clear:both}


body,html{
	height:100%;
	overflow:hidden;
	}

/*********登录界面*******/
.body_bg{
	width:100%;
	height:100%;
	background: url(/Images/login_bg.png) no-repeat center bottom #f6fbff;
	}

.login{
	width:500px;
	height:420px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-255px;
	zoom:1;
	overflow:hidden;
	}

.login_box{
	margin:0 auto;
	margin-top:10px;
	width:360px;
	background:#ffffff;
	border:1px #e5eaee solid;
	box-shadow:0 0 5px #97a1aa;
	-webkit-box-shadow:0 0 12px #e8e8e8;
	-moz-box-shadow:0 0 12px #e8e8e8;
	-ms-box-shadow:0 0 12px #e8e8e8;
	-o-box-shadow:0 0 12px #e8e8e8;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;

	}

.login_title{
	text-align:center;
	margin:30px 0;
	}

.login_title p{
	font-size:16px;
	color:#78858e;
	letter-spacing:1px;
	margin-top:8px;
	}

.login_text li{
	width:100%;
	zoom:1;
	overflow:hidden;
	}

.login_text li input{
	margin-left:38px;
	}

.user input,.pwd input{
	margin:0 auto;
	width:244px;
	height:46px;
	line-height:46px;
	border:1px #e5eaee solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding-left:36px;
	outline:none;
	color:#333333;
	font-size:14px;
	margin-bottom:14px;
	}

.pwd input:hover,.user input:hover{
	border:1px #d5dde3 solid;
	box-shadow:0 0 5px #97a1aa;
	-webkit-box-shadow:0 0 6px #f5f5f5;
	-moz-box-shadow:0 0 6px #f5f5f5;
	-ms-box-shadow:0 0 6px #f5f5f5;
	-o-box-shadow:0 0 6px #f5f5f5;
	}

	
#username{
	background:url(/Images/login_user.png) no-repeat 10px center;
	}
#username:hover{
	background:url(/Images/login_user_hover.png) no-repeat 10px center;
	}

#password{
	background:url(/Images/login_password.png) no-repeat 10px center;
	}
#password:hover{
	background:url(/Images/login_password_hover.png) no-repeat 10px center;
	}


.checkb label{
	color:#abb3b9;
	margin-left:3px;
	}

input[type=checkbox] {
    /*display: none;*/
	}
input[type=checkbox]+label {
    cursor: pointer;
	}

.checkb label{
    display: inline-block;
    position: relative;
	width:20px;
	height:20px;
	margin-left:38px;
	}
	
.bg_no{
	background:url(/Images/check_bg.png) no-repeat center center;
	}
.bg_yes{
	background:url(/Images/checked.png) no-repeat center center;
	}

.checkb span{
	line-height:20px;
	margin-left:5px;
	color:#abb3b9;
	}

.login_btn a{
	display:block;
	width:280px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#0093ff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	margin-left:38px;
	margin-top:20px;
	margin-bottom:30px;
	}

.login_btn a:hover{
	background:#1fa0ff;
	}

.login_btn a:active{
	background:#008cf3;
	}

.copyr{
	width:100%;
	text-align: center;
	color:#aab4bc;
	margin-top:15px;
	}




/*********系统首页*******/
.bg_color{
	background:#f3f6f9;
	}

/***left***/

.left{
	width:240px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	}

.system_title{
	width:100%;
	height:60px;
	line-height:60px;
	background:#0092ff;
	color:#ffffff;
	zoom:1;
	overflow:hidden;
	}

.system_title p{
	font-size:18px;
	}

.system_title img{
	margin-top:18px;
	margin-left:24px;
	margin-right:18px;
	}

.left_tree{
	position:absolute;
	width:100%;
	top:60px;
	bottom:0;
	background:#19283f;
	padding-top:20px;
	overflow-y:auto;
	overflow-x:hidden;
	}

.left_tree div{
	width:100%;
	height:50px;
	line-height:50px;
	position:relative;
	cursor:pointer;
	}

.left_tree div:hover{
	background:#1e2d45;
	}

.left_tree div:active{
	background:#152032;
	}

.left_tree div img{
	position:absolute;
	left:24px;
	top:16px;
	}

.left_tree span{
	color:#637b9f;
	font-size:14px;
	margin-left:67px;
	}

.left_tree_child{
	width:100%;
	background:#152032;
	border-left:4px #0092ff solid;
	padding:10px 0;
	}

.left_tree_child li{
	height:35px;
	line-height:35px;
	}

.left_tree_child li a{
	margin-left:74px;
	font-size:14px;
	color:#637b9f;
	}

.left_tree_child li a:hover{
	color:#9bafce;
	}

.left_tree_child li a:active{
	color:#0092ff;
	}

.bg_current{
	background:#152032 !important;
	}
.color_current{
	color:#0092ff !important;
	}

/***left_fold***/

.left_fold{
	width:70px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	}

.system_title_fold{
	width:100%;
	height:60px;
	background:#0092ff;
	}

.system_title_fold img{
	margin:22px;
	}

.left_tree_fold{
	position:absolute;
	width:100%;
	top:60px;
	bottom:0;
	overflow-x:hidden;
	overflow-y:auto;
	background:#19283f;
	}

.left_tree_fold div{
	cursor: pointer;
	width:70px;
	height:70px;
	position:relative;
	}

.left_tree_fold div img{
	margin:23px;
	}

.left_tree_fold div:hover{
	background:#1e2d45;
	}

.left_tree_fold div:active{
	background:#152032;
	}

.left_tree_child_fold{
	width:240px;
	background:#152032;
	padding:10px 0;
	position:absolute;
	}

.left_tree_child_fold li{
	width:100%;
	height:50px;
	line-height:50px;
	}




/***right***/
.right{
	position:absolute;
	left:240px;
	right:0;
	top:0;
	bottom:0;
	overflow-y:hidden;
	overflow-x:hidden;
	}

.system_top{
	width:100%;
	background:#fff;
	height:60px;
	line-height:60px;
	border-bottom:1px #d1dae1 solid;
	zoom:1;
	overflow:hidden;
	}

.menu a{
	display:block;
	width:20px;
	height:17px;
	background: url(/Images/menu.png) no-repeat center center;
	margin:25px;
	}

.menu a:hover{
	background: url(/Images/menu_click.png) no-repeat center center;
	}

.top_btn a{
	display: block;
	width:94px;
	height:30px;
	line-height:30px;
	border:1px #d1dae1 solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	margin-top:18px;
	margin-right:10px;
	color:#798894;
	font-size:12px;
	}

.top_btn a img{
	margin: 7px 5px 7px 10px;
	}

.top_btn a:hover{
	color:#ffffff;
	background:#0092ff;
	border:1px #0092ff solid;
	}

.admin{
	margin-right:25px;
	cursor:pointer;
	}

.admin img{
	margin-top:15px;
	}

.admin_box{
	width:192px;
	border:1px #d1dae1 solid;
	border-radius:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 0 5px #eee;
	-webkit-box-shadow:0 0 8px #dde6ec;
	-moz-box-shadow:0 0 8px #dde6ec;
	-ms-box-shadow:0 0 8px #dde6ec;
	-o-box-shadow:0 0 8px #dde6ec;
	background:#fff;
	position:absolute;
	right:24px;
	margin-top:-5px;
	z-index:1;
	}

.admin_box ul{
	margin:10px 0;
	}

.admin_box ul li{
	width:100%;
	height:40px;
	line-height:40px;
	position:relative;
	cursor: pointer;
	}

.admin_box ul li:hover{
	background:#fafafa;
	}
.admin_box ul li:active{
	background:#edf2f5;
	}

.admin_box .sanjiao{
	position:absolute;
	right:20px;
	}

.admin_box span{
    display:block; 
    width:0; 
    height:0; 
    border-width:0 10px 10px; 
    border-style:solid; 
    border-color:transparent transparent #d1dae1; 
    position:absolute; 
    top:-10px; 
    left:50%;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.admin_box em{
    display:block; 
    width:0; 
    height:0; 
    border-width:0 10px 10px; 
    border-style:solid; 
    border-color:transparent transparent #fff; 
    position:absolute; 
    top:1px; 
    left:-10px;
}

.admin_box li img{
	position:absolute;
	left:26px;
	top:-4px;
	}

.admin_box li a{
	margin-left:55px;
	font-size:12px;
	color:#808b94;
	}

.admin_box li i{
	display:block;
	height:17px;
	line-height:17px;
	text-align:center;
	position:absolute;
	right:20px;
	top:12px;
	background:#ff3f3e;
	border-radius:100px;
	padding:0 5px;
	color:#fff;
	}

.admin_li_current{
	background:#edf2f5;
	}

.message a{
	display:block;
	width:22px;
	height:22px;
	background:url(/Images/message.png) no-repeat center center;
	margin-top:26px;
	margin-right:30px;
	position:relative;
	}
.message a:hover{
	background:url(/Images/message_click.png) no-repeat center center;
	}

.message i{
	display:block;
	height:17px;
	line-height:17px;
	text-align:center;
	position:absolute;
	left:14px;
	top:-8px;
	background:#ff3f3e;
	border-radius:100px;
	padding:0 5px;
	color:#fff;
	}

.design a{
	display:block;
	width:22px;
	height:22px;
	background:url(/Images/design.png) no-repeat center center;
	margin-top:26px;
	margin-right:30px;
	}
.design a:hover{
	background:url(/Images/design_click.png) no-repeat center center;
	}

.search input{
	width:10px;
	height:30px;
	line-height:30px;
	border:none;
	outline:none;
	background:#666;
	border:1px #ffffff solid;
	background:url(/Images/search.png) no-repeat right center;
	margin-top:20px;
	margin-right:20px;
	font-size:13px;
	color:#798894;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-ms-border-radius:14px;
	-o-border-radius:14px;
    -webkit-transition: all .6s; 
    -moz-transition: all .6s; 
    -o-transition: all .6s; 
	-ms-transition: all .6s;
	padding-left:10px;
	padding-right:50px;
	cursor:pointer;
	}

.search input:active,.search input:focus{
	width:140px;
	border:1px #d1dae1 solid;
	}



/******版权****/
.footer{
	height:30px;
	line-height:30px;
	border-top:1px #d1dae1 solid;
	background:#fff;
	position: absolute;
	width:100%;
	bottom:0;
	text-align: center;
	}

.footer span{
	color:#5f666c;
	font-size:12px;
	margin-right:30px;
	}



/******内容****/
.right_box{
	position: absolute;
	top:60px;
	left:0;
	right:0;
	bottom:31px;
	overflow-x:hidden;
	overflow-y:auto;
	}

.search_box{
	background:#ffffff;
	border:1px #d1dae1 solid;
	height:50px;
	line-height:50px;
	margin-bottom:10px;
	}
	
.text{
	margin-left:20px;
	}

.text input{
	width:187px;
	padding-left:7px;
	height:28px;
	line-height:28px;
	background:#ffffff;
	border:1px #d1dae1 solid;
	border-radius:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	margin-left:6px;
	outline:none;
	color:#5f666c;
	}

.text input:hover{
	box-shadow:0 0 4px #e4ebf0;
	-moz-box-shadow:0 0 4px #e4ebf0;
	-webkit-box-shadow:0 0 4px #e4ebf0;
	-ms-box-shadow:0 0 4px #e4ebf0;
	-o-box-shadow:0 0 4px #e4ebf0;
	}

.search_box label{
	color:#798894;
	}

.choice{
	margin-left:20px;
}

/*下拉菜单样式star*/
.nice-select{
	width:120px;
	padding: 0 10px;
	height: 28px;
	line-height:28px;
	border: 1px solid #d1dae1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	position: relative;
	margin-left:6px;
	background: #fff url(/Images/select_bg.png) no-repeat right center;
	margin-top:11px;

}

.nice-select:hover{
	box-shadow:0 0 4px #e4ebf0;
	-moz-box-shadow:0 0 4px #e4ebf0;
	-webkit-box-shadow:0 0 4px #e4ebf0;
	-ms-box-shadow:0 0 4px #e4ebf0;
	-o-box-shadow:0 0 4px #e4ebf0;
	}

.nice-select input{display: block;width: 100%;height: 28px;line-height: 28px \9;border: 0;outline: 0;background: none;	color:#5f666c;}
.nice-select ul{
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #d1dae1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-top: 0;
	box-shadow: 0 3px 5px #eee;
	-moz-box-shadow: 0 3px 5px #eee;
	-webkit-box-shadow: 0 3px 5px #eee;
	-ms-box-shadow: 0 3px 5px #eee;
	-o-box-shadow: 0 3px 5px #eee;
	z-index: 9999;
}

.nice-select ul li{height: 30px;line-height: 30px;overflow: hidden;padding: 0 10px;cursor: pointer;color:#5f666c;}
.nice-select ul li.on{background-color: #edf2f5;}
/*下拉菜单样式end*/


.simple-select {
    height:22px; width:90px;border:1px solid #DDDDDD;
}

.buttonGlobe a{
	display:block;
	width:60px;
	line-height:30px;
	height:30px;
	background:#008bf3;
	color:#ffffff;
	text-align:center;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	margin-left:20px;
	margin-top:11px;
	}

.buttonGlobe a:hover{
	background:#0a96ff;
	}

.buttonGlobe a:active{
	background:#0086ea;
	}

.btn-primary {
  background:#008bf3;
  border-color: #008bf3;
}
.btn-primary:hover{
	background:#0a96ff;
	}

.table_box{
	background:#ffffff;
	border:1px #d1dae1 solid;
	}

.table_box tr{
	width:100%;
	}

.table_box td{
	border-bottom:1px #ebeff1 solid;
	padding-left:10px;
	color:#838b91;
	}

.table_box h3{
	font-size:14px;
	color:#5f666c;
	}

.table_title td{
	color:#5f666c;
	font-weight:bold;
	}


.table_box tr{
	cursor:pointer;
	}
.table_box tr:hover{
	background:#f3f6f9;
	}
	
.table_box tr:active{
	background:#edf2f5;
	}

.td_img a{
	display:block;
	width:18px;
	height:18px;
	margin-right:8px;
	}

.tr_bg{
	background:#fafafa;
	}

.border_last td{
	border-bottom:none !important;
	}


.portlet.light {
    padding: 0px 0px 0px 0px; 
    background-color: #fff;
}
.table-bordered {
    border:0px;
}

.ListTitle {
    border:1px solid #dddddd; border-bottom:0px; padding:0px 0px 0px 5px; font-size:14px; height:39px;line-height:39px; 
    font-weight:bold; 
}
.LineTitle {
    border-bottom:1px solid #dddddd;  border-top:1px solid #dddddd; padding:0px 0px 0px 5px; font-size:14px; height:39px;line-height:39px; 
    font-weight:bold; 
}
.form-group {
    /*margin-bottom: 2px !important;*/
}
em {
    color: #b94a48;
    padding: 5px;
    font-size: 16px;
}

/* grey */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}
    .icheckbox_minimal-grey.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-grey.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-grey {
    background-position: -100px 0;
}
    .iradio_minimal-grey.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-grey.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0;
    }


select.input-sm2 {
    height: 28px;
    line-height: 28px;
}
.input-sm2 {
    height: 28px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/*分页单样式*/
.tcdPageCode{margin-top:10px;text-align:right; }
.tcdPageCode a{display: inline-block;color: #798894;display: inline-block;height: 28px;	line-height: 28px;	padding: 0 11px;border: 1px solid #d1dae1;	margin: 0 2px;border-radius:2px;-moz-border-radius:2px; -webkit-border-radius:2px; -ms-border-radius:2px;-o-border-radius:2px;vertical-align: middle;background: #ffffff;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #c2cdd5;}
.tcdPageCode span.current{display: inline-block;height: 28px;line-height: 28px;padding: 0 11px;margin: 0 2px;color: #fff;background-color: #008bf3;	border: 1px solid #428bca;border-radius:2px;-moz-border-radius:2px; -webkit-border-radius:2px; -ms-border-radius:2px;-o-border-radius:2px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 28px;line-height: 28px;padding: 0 10px;margin: 0 2px;	color: #798894;background: #ffffff;border: 1px solid #d1dae1;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -ms-border-radius:2px;-o-border-radius:2px;vertical-align: middle;}

















