@charset "utf-8";

/* 设置需要的标签内边距和外边距为0，仅添加需要的标签，不建议使用星号（*）代替，以下为示例 */
body,ul,li,h3,img,ol,dl,dt,dd{margin:0;padding:0;}
p{margin:10px 0;min-height:20px;}
a{cursor:pointer}
/* 列表样式设置，以下为示例，仅写你用到的标签 */
ul,li{list-style-type:none;list-style-position:inside;}
/* 设置body默认样式 */
body{font-family:"Microsoft YaHei",verdana,arial;font-size:14px;color:#333;}
pre{font-family:"Microsoft YaHei",verdana,arial !important;}
/* 设置文本选中后的样式，默认设置的为背景和字体 */
::selection{background:#333; color:#eee;}
/* 设置链接默认样式 */
a{text-decoration:none;color:#4a4a4a;}
a:hover{color:#FF5926;}
/* 设置图片无边框 */
img{border:none;}

.font_ico{background-repeat:no-repeat;background-position:0 center;padding-left:24px}
.font_ico:before{font-family:'Font Awesome';margin-right:5px;font-size:18px;position:relative;top:2px;}
/* 浮动 */
.f_l{float:left;}
.f_r{float:right;}
/* 清除浮动 http://developer.51cto.com/art/201105/261229.htm */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
/* 超过指定宽度，用省略号代替 */
.ellipsis{display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/*强制换行*/
.break_word{word-wrap:break-word;word-break:break-all;}
/*禁止换行*/
.keep_all{word-break:keep-all;white-space:nowrap;}
/* 表单 */
table{border-collapse:collapse;width:100%;border:#DFDFDF solid 1px;}
table th,table td{border:#DFDFDF solid 1px;padding:3px;}
.list{margin-top:10px;}
.list th{background:#DFDFDF;}
.list tr:hover td{background:#EDF4F6;}
.list tr td.selected{background:#F7F7F7;}

.operate_form{padding:5px;}
.operate_form table,.operate_form th,.operate_form td{border:none;padding:5px 3px;}
.operate_form th{text-align:right;}
.input,.textarea{border:#ddd solid 1px;padding:5px;outline:none;resize:none;transition:0.3s;}
.textarea{width:300px;height:80px;}
.input.small{width:60px;}
.input.large{width:300px;}
.input:focus,.textarea:focus{border-color:#FFBF00;}
.btn{display:inline-block;_zoom:1;*display:inline;border:none;background:#333;margin:5px;margin-right:0;padding:0 15px;line-height:30px;height:30px;color:#fff;font-size:14px;cursor:pointer;}
/* 下拉框样式 */
.select{border:#ddd solid 1px;background:#fff;padding:4px;outline:none;cursor:pointer;}

/* 选项卡样式 */
.tab_box{margin-top:10px;}
.tab_title{position:relative;z-index:10;}
.tab_title .tab{padding:5px 10px;float:left;background:#eee;border:#B3BACA solid 1px;margin-right:5px;cursor:pointer;}
.tab_title .tab:hover,.tab_title .tab.cur{background:#B3BACA;color:#fff;}
.tab_title .tab.cur{border-bottom:none;padding-bottom:6px;background:#fff;color:#333;}

.tab_con{border:#B3BACA solid 1px;background:#fff;position:relative;z-index:9;top:-1px;}
.tab_con .tab{display:none;}
.tab_con .tab:first-child{display:block;}
/* 上传按钮样式 */
.uploadify,.upload-pre-item{position:relative;}
.upload-pre-item{float:left;width:200px;margin-top:10px;margin-right:15px;border:#ddd solid 1px;filter:Alpha(opacity=60);opacity:0.6;transition:opacity 0.3s;position:relative;}
.upload-pre-item.cur,.upload-pre-item:hover{filter:Alpha(opacity=100);opacity:1;}
.upload-pre-item img{display:block;margin:auto;}
.upload-pre-item .setCover{position:absolute;bottom:0;left:0;width:100%;padding:5px 0;text-align:center;background:#eee;cursor:pointer;overflow:hidden;}
.upload-pre-item.cur .setCover,.upload-pre-item:hover .setCover{background-color:#3482BC;color:#fff;}
.upload-pre-item .setCover input{position:absolute;top:0;left:-100px;}
.uploadify-button {background:#505050;color:#FFF;font:bold 12px Arial, Helvetica, sans-serif;text-align:center;width:100%;}
.uploadify-button span{color:#fff;}
.uploadify:hover .uploadify-button {background:#606060;}
.uploadify-button.disabled {background-color:#D0D0D0;color:#808080;}
.uploadify-queue-item {background-color:#F5F5F5;font:11px Verdana, Geneva, sans-serif;margin-top:5px;max-width:350px;padding:10px;}
.uploadify-error {background-color:#FDE5DD !important;}
.uploadify-queue-item .cancel a {float:right;height:16px;text-indent:-9999px;width:16px;}
.uploadify-queue-item.completed {background-color:#E5E5E5;}
.uploadify-progress {background-color:#E5E5E5;margin-top:10px;width:100%;}
.uploadify-progress-bar {background-color:#0099FF;height:3px;width:1px;}
.delThis{position:absolute;top:-8px;right:-8px;cursor:pointer;background:url(../img/icon/del.png) no-repeat center center;width:20px;height:20px;}
/* 编辑器样式调整 */
.edui-default{position:relative;z-index:1;}

/* 高级搜索 */
.search_advanced_box{width:100%;}
	.search_advanced_box form{padding:10px;border:#C6DEF1 solid 1px;border-top:none;}
	.search_advanced_box.show{display:block;}
	.search_advanced_box .select{margin-right:5px;}
	.search_advanced_box .input{border:#eee solid 1px;line-height:20px;}
	.search_advanced_box .btn.submit{margin:0;height:32px;background:#AFBFCE;}

/* 搜索 */
.search_box{background:#fff;margin-right:5px;border:#AED0E9 solid 1px;}
	.search_box .input{background:none;border:#fff solid 1px;float:left;height:17px;padding:3px;}
	.search_btn{background:url(../img/icon/search_btn.png) no-repeat center center;border:none;float:left;display:block;width:25px;height:25px;outline:none;cursor:pointer;}
	.search_btn:hover{background-color:#E3F0F4;}
.search_box .select{border:none;float:left;border-right:#eee solid 1px;line-height:23px;color:#999;}

/* 提示框图标 */
.ui-dialog-content .font_ico{display:inline-block;_zoom:1;*display:inline;line-height:normal;padding:3px 0;padding-left:26px;background-repeat:no-repeat;background-position:0 center;font-family:"Microsoft YaHei",verdana,arial;font-size:14px;color:#333;;}
.ui-dialog-content .error{background-image:url(../img/icon/error.png);}
.ui-dialog-content .success{background-image:url(../img/icon/success.png);}
.ui-dialog-content .warn{background-image:url(../img/icon/warn.png);}
.ui-dialog-content .ask{background-image:url(../img/icon/ask.png);}
.ui-dialog-content .tips{background-image:url(../img/icon/tips.png);}

/* 设置文本选中后的样式，默认设置的为背景和字体 */
::selection{background:#078DD1; color:#eee;}
/* 整站公用样式 */
.list{margin-top:10px;}
.list th{background:#DFDFDF;}
.form th,.form  td{border:none;padding:5px 3px;}
.form th{text-align:right; vertical-align: top;}
/* 翻页 */
.page{text-align:center;margin-top:10px;}
.page a{display:inline-block;_zoom:1;*display:inline;padding:3px 8px;background:#F2F2F2;color:#666;}
.page a:hover,.page a.cur{background:#207CE1;color:#fff;}

.wrap{min-width:900px;position:absolute;top:0;left:0;right:0;bottom:0;top:0;background:#196195 no-repeat center 0;}
.main{margin:5px;}

.restore:before{content:"\f112";color:#f00;}
.rec,.cancel_rec{background-position:0 2px;}
.rec{background-image:url(../img/icon/rec.png);color:#AC6A22;}
.cancel_rec{background-image:url(../img/icon/cancel_rec.png);color:#ccc}
.rec:hover,.cancel_rec:hover{color:#f00;background-position:0 -54px;}
.enable{background-image:url(../img/icon/enable.png);}
.enable:hover{color:#6AC62E;}
/*.disabled{background-image:url(../img/icon/disabled.png);background-position:0 -24px;}*/
.disabled:hover{color:#f00;background-position:0 2px;}
.edit{background-image:url(../img/icon/edit.png);}
.edit:hover{color:#ED960E}
.del{background-image:url(../img/icon/remove.png);padding-left:20px;}
.del:hover{color:#f00;}
.restore:hover:hover,.restore:hover:before{color:#f00;}

.home:before{content:"\f015";color:#fff;}
.operate{}
	.operate .btn{margin:0;line-height:26px;height:26px;padding:0 10px;background:#D1D8E2;display:block;float:left;text-indent:0;color:#333;}
	.operate .btn:hover{background:#7B8AA1;color:#fff;}


.edit{margin-right:8px;}

/* 头部样式 */
.header_box{height:80px;}
	.header_box .logo{width:199px;height:80px;background:url(../img/logo.png) no-repeat center center;}
	.nav_box{float:left;margin-top:50px;}
		.nav_box a{display:block;cursor:pointer;height:29px;line-height:29px;float:left;color:#E0E5ED;margin-right:5px;padding:0 10px;background:#0F1C34 url(../img/bg/btn_bg.png) 0 center repeat-x;border:#3482BC solid 1px;border-bottom:none;}
		.nav_box a:hover,.nav_box a.cur{background:#fff;color:#333;}

	.user_box{position:absolute;top:0;right:0;text-align:right;color:#fff;font-size:12px;}
		.user_box a,.user_box div{color:#fff;padding:5px 8px;display:block;float:left;font-size:12px;}
		.user_box a:hover{background:#196195;}

.main_box{position:absolute;top:80px;bottom:25px;width:100%;}

/* 左侧导航 */
.main_l {width: 200px;position: absolute;top:0;left:0;overflow: hidden;bottom:0;background:#F0F9FD right 0 repeat-y;border-right:#B7D5DF solid 1px;}
	.main_l a{color:#666;}
	.main_l .slide_nav {position:absolute;bottom:0;top:0;width:100%;overflow:auto;}
	.main_l h1,.head_box{padding:5px 10px;margin:0;font-size: 15px;}
		.main_l ul {margin: 0;padding: 0;display: none;}
			.slide_nav_box{}
			.main_l a.one {text-indent:20px;cursor:pointer;display:block;text-decoration:none;padding:8px 0;background:#D4E7F0;border-bottom:#B9CAD3 solid 1px;color:#333;}
			.main_l a.one:hover{background:#1B6499 url(../img/bg/header.png) right 0 repeat-x;color:#fff;}
			.main_l a.one.one-hover {background:#1B6499 url(../img/bg/btn_bg.png) right 0 repeat-x;color:#fff;}
			.main_l .child{}
			.child li {text-indent:25px;cursor:pointer;}
			.child li:hover {background:#2C9BCB;}
			.child li.cur{background:#3EAFE0;}
				.child li a{display:block;padding:5px 0;}
				.child li .tip {height: 0;width: 8px;border: 4px solid transparent;display:inline-block;}
				.child li.cur a,.child li:hover a{color:#fff;}
				.child li.cur .tip{border-left-color:#fff;}


.main_r {min-width:635px;position: absolute;bottom:0;left:201px;right:0;top:0;}
	.iframe {background: #FFF;position: absolute;left:0;top:0;right:0;bottom:0;z-index:999;}
	#coniframe {border:none;}
		.head_box{background:#E3F0F4;border-bottom:#1468C8 solid 1px;height:27px;color:#0B488C;}
			.head_box .main_title{color:#666;font-size:14px;margin-top:3px;}
			.head_box .main_title a{color:#0B488C;font-size:14px;font-weight:normal;}

.bottom_c {position: absolute;bottom: 0;background: #586683;width: 100%;text-align: center;color: #CCD8E8;padding: 8px 0;}

.footer_box{position:fixed;bottom:0;left:0;width:100%;text-align:center;height:25px;line-height:25px;font-size:12px;color:#fff;}