@charset "utf-8";
body{font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";}

/*=================基础样式=====================*/

/*段落*/
p,.p{line-height:25px;}
.text-indent,.text-indent p,.text-indent div{text-indent:2em;}
/*粗体*/
.strong{font-weight:bold;}
.text-normal{font-weight:normal;}
/*对齐*/
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}
.text-justify{text-align:justify !important;}
/*文本省略*/
.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.no-ellipsis{overflow:auto;text-overflow:initial;white-space:normal;}
/***input***/
.input{font-size:14px;padding:6px;border:solid 1px #ccc;width:100%;height:34px;line-height:20px;display:block;background-color: #fff; -webkit-appearance:none;/*transition:all 1s;*/}
.input:focus,.input-focus{border-color:#40b2da;background-color:#f5f8fd;/*transition:all 0.3s*/}
.input:hover,.input-hover{border-color:#40b2da;}
.input-error,.input-error:hover{border-color:#d93600;}
.input-error:focus{border-color:#d93600;background-color:#fff;}
.input-disabled, .input-disabled:hover, .input[disabled], .input[disabled]:hover {border-color:#999;background-color: #eee;}
.input-readonly, .input[readonly], .input[readonly]:hover { border-color: #ccc; background-color: #fff; }
/***Button***/
.button {display:inline-block;padding: 6px 20px;border: 1px solid #ddd;border-radius: 3px;color: #3a3a3a;font-size:12px; line-height: 22px; text-align: center; background:transparent; /*transition: all 0.3s;*/ cursor: pointer; }
.button-full{display:block;width:100%;}
.button:hover{background:#f1f1f1;}
.button.bg-black,.button.bg-dark-grey,.button.bg-main,.button.bg-dot,.button.bg-gray,.button.bg-light-gray,.button.bg-sub,.button.bg-mix,.button.bg-pink,.button.bg-red,.button.bg-orange,.button.bg-blue,.button.bg-green {color:#fff;border:0;}
.button.bg-black:hover{background:#222;}
.button.bg-dark-grey:hover{background:#444;}
.button.bg-main:hover{background:#098cba;}
.button.bg-dot:hover{background:#d93600;}
.button.bg-gray:hover{background:#aaa;}
.button.bg-light-gray:hover{background:#aaa;}
.button.bg-sub:hover{background:#40b2da;}
.button.bg-mix:hover{background:#ff5a00;}
.button.bg-white:hover{background:#f1f1f1;}
.button.bg-gray-white:hover{background:#fff;}
.button.bg-pink:hover{background: #e13538;}
.button.bg-red:hover{background: #d10;}
.button.bg-orange:hover{background: #f60;}
.button.bg-blue:hover{background: #0ae;}
.button.bg-green:hover{background: green;}
.button.border-gray:hover,.button.border-main:hover,.button.border-dot:hover,.button.border-mix:hover,.button.border-sub:hover,.button.border-black:hover{color:#fff;}
.button.border-gray-white:hover{background: #eee;}
.button.border-light-gray:hover{background:#ccc;}
.button.border-gray:hover{background:#999;}
.button.border-black:hover{background:#000;}
.button.border-main:hover{background:#40b2da;}
.button.border-sub:hover{background:#098cba;}
.button.border-mix:hover{background: #d93600;}
.button.border-dot:hover{background: #ff5a00;}
/***select***/
.select{width:100%;height:26px;border:1px solid #ccc;}
.select:focus,.select:hover{border-color:#40b2da;}
/***textarea***/
.textarea{border:1px solid #ccc;resize: none;}
.textarea:hover{border-color:#40b2da;}
.textarea:focus{border-color:#40b2da;background-color:#f5f8fd;}
/***margin***/
/***border***/
.border{border:solid 1px #ddd;}
.border-top{border-top:solid 1px #ddd;}
.border-right{border-right:solid 1px #ddd;}
.border-bottom{border-bottom:solid 1px #ddd;}
.border-left{border-left:solid 1px #ddd;}
.border-top-bottom{border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;}
.border-left-right{border-left:solid 1px #ddd;border-right:solid 1px #ddd;}
/*边框样式*/
.border-dashed{border-style:dashed;}
.border-dotted{border-style:dotted;}
.border-double{border-style:double;}
.border-inset{border-style:inset;}
.border-outset{border-style:outset;}
/*边框大小*/
.border-large{border-width:10px;}
.border-big{border-width:5px;}
.border-middle{border-width:3px;}
.border-small{border-width:2px;}
.border-none{border: none !important;}
/*边框颜色*/
.border-gray-white { border-color: #eee; }
.border-light-gray { border-color:#ccc; }
.border-gray { border-color:#999; }
.border-main { border-color:#40b2da; }
.border-sub{border-color:#098cba;}
.border-mix{border-color: #d93600;}
.border-dot{border-color: #ff5a00;}
.border-white{border-color: #fff;}
.border-black{border-color: #000;}
/***border radius***/
.radius-none{border-radius:0;}
.radius-small{border-radius:2px;}
.radius{border-radius:4px;}
.radius-big{border-radius:6px;}
.radius-rounded{border-radius:2em;}
.radius-circle{border-radius:50%;}
/***boxshadow***/
.box-shadow{box-shadow: 0 3px 5px #ccc;}
/***background***/
.bg{ background: #eee; }
.bg-gray{background: #999;}
.bg-dark-grey{background: #3a3a3a;}
.bg-black{background: #000;}
.bg-white{background: #fff;}
.bg-gray-white{background: #f7f7f7;}
.bg-main{background: #40b2da;}
.bg-sub{background: #098cba;}
.bg-mix{background: #d93600;}
.bg-dot{background: #ff5a00;}
.bg-pink{background: #e13538;}
.bg-red{background: #d10;}
.bg-orange{background: #f60;}
.bg-blue{background: #0ae;}
.bg-green{background: green;}
.bg-inverse,.bg-inverse a{color: #fff;}
.bg-none{background:none !important;}
/*内边距,全,上,下,左,右*/
.padding-large{padding:30px;}
.padding-large-top{padding-top:30px;}
.padding-large-right{padding-right:30px;}
.padding-large-bottom{padding-bottom:30px;}
.padding-large-left{padding-left:30px;}

.padding-big{padding:20px;}
.padding-big-top{padding-top:20px;}
.padding-big-right{padding-right:20px;}
.padding-big-bottom{padding-bottom:20px;}
.padding-big-left{padding-left:20px;}

.padding{padding:10px;}
.padding-tb{padding:10px 0;}
.padding-lr{padding:0 10px;}
.padding-top{padding-top:10px;}
.padding-right{padding-right:10px;}
.padding-bottom{padding-bottom:10px;}
.padding-left{padding-left:10px;}

.padding-small{padding:5px;}
.padding-small-top{padding-top:5px;}
.padding-small-right{padding-right:5px;}
.padding-small-bottom{padding-bottom:5px;}
.padding-small-left{padding-left:5px;}

.padding-little{padding:2px;}
.padding-little-top{padding-top:2px;}
.padding-little-right{padding-right:2px;}
.padding-little-bottom{padding-bottom:2px;}
.padding-little-left{padding-left:2px;}

.padding-none{padding:0 !important;}
/*外边距,全,上,下,左,右*/
.margin-large{margin:30px;}
.margin-large-top{margin-top:30px;}
.margin-large-right{margin-right:30px;}
.margin-large-bottom{margin-bottom:30px;}
.margin-large-left{margin-left:30px;}

.margin-big{margin:20px;}
.margin-big-top{margin-top:20px;}
.margin-big-right{margin-right:20px;}
.margin-big-bottom{margin-bottom:20px;}
.margin-big-left{margin-left:20px;}

.margin{margin:10px !important;clear:both;}
.margin-tb{margin:10px 0;}
.margin-lr{margin:0 10px;}
.margin-top{margin-top:10px;}
.margin-right{margin-right:10px;}
.margin-bottom{margin-bottom:10px;}
.margin-left{margin-left:10px;}

.margin-small{margin:5px;}
.margin-small-top{margin-top:5px;}
.margin-small-right{margin-right:5px;}
.margin-small-bottom{margin-bottom:5px;}
.margin-small-left{margin-left:5px;}

.margin-little{margin:2px;}
.margin-little-top{margin-top:2px;}
.margin-little-right{margin-right:2px;}
.margin-little-bottom{margin-bottom:2px;}
.margin-little-left{margin-left:2px;}

.margin-none{margin:0 !important;}
.margin-left-none{margin-left:0!important;}
.margin-right-none{margin-right: 0!important;}
.margin-top-none{margin-top:0!important;}
.margin-bottom-none{margin-bottom:0!important;}

/*无序有序列表*/
ul{list-style:none;}
ol{padding-left: 24px;}
.list-cn{list-style-type:cjk-ideographic;}
.list-alpha{list-style-type:upper-alpha;}
.list-unstyle{list-style:none;padding-left:0;}
.list-unstyle ul{list-style:disc;}
.list-inline li{display:inline-block;padding:0 10px;width:auto;}
/***布局***/
.layout{width: 100%;}
.container{margin: 0 auto;width: 1200px;}
/*宽度比例*/
.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w5 { width: 5%; }
.w15 { width: 15%; }
.w25 { width: 25%; }
.w35 { width: 35%; }
.w33 { width: 33.333%; }
.w45 { width: 45%; }
.w55 { width: 55%; }
.w65 { width: 65%; }
.w75 { width: 75%; }
.w85 { width: 85%; }
.w95 { width: 95%; }
/*HR*/
.hr-gray { width: 100%; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #fff; }
.hr-black { width: 100%; border-top: 1px solid #171717; border-bottom: 1px solid #707070; }
.hr-blue { width: 100%; border-top: 1px solid #2969a6; border-bottom: 1px solid #488bcb; }
/*spacer*/
.spacer-gray { border-left: 1px solid #d6d6d6; border-right: 1px solid #fff; }
/***隐藏与显示***/
.show{display:block !important;}
.hidden{display:none !important;}
.visible-hidden { visibility: hidden; }
.over-initial{overflow: initial !important;}
.over-hidden{overflow: hidden;}
/*字号*/
.text-large{font-size:24px !important;}
.text-big{font-size:16px !important;}
.text-default{font-size:14px !important;}
.text-small{font-size:12px !important;}
.text-little{font-size:10px !important;}
.text-bold{font-weight: bold !important;}
/*字体颜色*/
.text-main{color:#40b2da;}/*主色*/
.text-sub{color:#098cba;}/*辅色*/
.text-dot{color:#ff5a00;}/*点缀色*/
.text-mix{color:#d93600;}/*融合色*/
.text-white{color:#fff;}/*白色*/
.text-black{color:#000;}/*黑色*/
.text-gray{color:#999;}/*浅灰色*/
.text-drak-grey{color:#3a3a3a;}/*深灰色*/
.text-red{color:#b10;}
.text-orange{color:#f60;}
.text-blue{color:#0ae;}
.text-green{color:green;}
/*行高*/
.text-lh-little{line-height: 16px;}
.text-lh-small{line-height: 18px;}
.text-lh{line-height: 22px;}
.text-lh-big{line-height: 24px;}
.text-lh-large{line-height: 28px;}

.text-justify{text-align: justify;}
.text-lb { margin-left:20px; margin-right:10px; line-height:34px;}
.text-msg { margin-left:6px; line-height:34px;color: #b10}

/*head*/
.manage-head{border-bottom:1px solid #d9dfe4;padding:15px 0;margin:0 20px;}
.manage-head-con{position:relative;height:18px;line-height:18px;color:#363636;border-left:2px solid #0098cd;font-size:16px;}
.manage-title{display:block;color:#098cba;height:24px;line-height:24px;font-size: 14px;}
.solid-slider{position:absolute;border-bottom:2px solid #098cba;}
.manage-head a {border: 1px solid #cecece;padding: 0 10px;margin-top: -5px;line-height: 25px;border-radius: 3px;display: block;font-size: 10px;color: #565656;font-weight: normal;background-color: #f4f4f4;}
.manage-head .order-back {background-size: 12px;background-color: #F7F7F7;}



/*左侧导航栏*/
.down-main{position: absolute;width: 100%;top: 50px;bottom: 0px;z-index: 100;}
.left-full{ width:160px; display:block;}
.right-full{ left:160px;}
.left-off{ width:48px; display:block;}
.right-off{ left:48px;}
.right-product{position: absolute;top: 0px;bottom: 0px;right: 0px;background: #FFF;}
.sidebar-fold{ height: 30px;width: 100%;background:#285e79;color:#DDD;text-align: center; height:30px; font-size: 12px;cursor: pointer;}/*394555*/
.sidebar-fold span{ line-height:30px;}
/*.left-main{ bottom: 0px; top:0px; position:absolute; background-color:#293038;}*/
.left-main{ bottom: 0px; top:50px; z-index:100; position:fixed; background-color:#293038;}
.sBox ul li{ list-style-type:none; position:relative;}

.sBox ul{ padding:0px; position: relative; margin:0px;}
.sBox ul li a{display: block;width: 100%; height:40px;line-height:40px; overflow: hidden; text-decoration:none; color:#e0e0e1;}
.sBox .sublist-icon{ width:48px; text-align:center;}
.subNavBox .subNav{ height:40px; line-height:40px; color: #fff;}
.subNavBox .subNav .title-icon{ width:48px; text-align:center;}
.sBox .sublist-down{ background-color:#14181c; border-top:1px solid #09C; border-bottom:1px solid #14181c;}/*#09C*/
.sBox .sublist-up{ background-color:#14181c; border-top:1px solid #14181c; border-bottom:1px solid #293038;}/*0087b4*/
.sBox .sublist-up ul{ display:none;}
.sBox .sublist-title{ cursor:pointer; font-size:15px; font-weight:bold; }
.sBox .subNav:hover,.sBox ul li:hover{ background-color:#1d2227;}
.sBox .sublist-down:hover,.sBox .sublist-up:hover{ background-color:#080a0b;}
.sBox ul li.active{ background:#293038 url(../images/left-act.jpg) right center no-repeat; color:#FFF;}
.sBox ul li.active:hover{ background-color:#293038;}
.sBox ul li.active a{ color:#FFF;}
.sBox span{ line-height:36px;}
.sBox ul li .showtitle{ text-align:center; line-height:40px; position:absolute; z-index:100; background-color:#545f71; left:55px; padding:0px 10px 0px 10px; color:#FFF; min-width:100px; white-space:nowrap; display:none;}
.sBox ul li .showtitle img {position: absolute;left: -6px; top: 14px;}
.left-full .sBox ul li a{ padding-left:16px;}
.left-full .sBox .sublist-icon{ width:32px; text-align:center;}
.left-off .sBox ul li .sub-title{ display:none;}
.left-off .sBox .sublist-title{ display:none;}
.sBox .navContent { margin-bottom:16px;}

/*快捷菜单下拉内容*/
.navbar-nav .dropdown .topbar-nav-list{ color:#000; font-size:12px;padding:10px; width:auto; white-space: nowrap;}
.topbar-nav-list ul li{ list-style:none; min-width:160px;height: 28px;line-height: 28px;margin-bottom: 2px;}
.dropdown-menu .topbar-nav-list ul{ padding-top:5px; padding-left:0px;}
.topbar-nav-list ul li a{display: block;height: 100%;padding: 0 10px;text-decoration: none;color: #333;}
.topbar-nav-list ul li a:hover{ background-color:#f2f2f2;}


.dropdown-menu{ min-width:10px;}


/*======内容页标题=====*/
.ctabs { background:#f5f6fa; width:100%;margin:0px; padding:0px 0px 0px 15px; height:42px; line-height:32px;}
.ctabs h4{ float:left; margin:10px 0px 0px 0px; padding:0px 15px; font-size:14px; line-height:32px; color:#fff; }
.ctabs h4.selected{ font-weight:bold; background-color:#fff; color:#333;
-moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.ctabs div.pull-right{ margin-top:5px;margin-right: 20px;}
.ctabs div .btn-sm {padding: 4px 8px;font-size: 12px;line-height: 1.5;border-radius: 2px;
}{}

.info-center .page-header{ width:100%;margin:0px 0px 0px 0px; padding:0px; height:42px; line-height:32px;}
.info-center .page-header li{ float:left; margin-left:15px; margin-top:8px; padding:0px 15px;}
.info-center .page-header li.selected{ font-weight:bold; border:#eee 1px solid; border-bottom-color:#FFF;
-moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.info-center .page-header li.pull-right{ margin-top:5px;}


/*====表单搜索框====*/
.info-center .search-box{ margin-top:10px;}
.search-box .form-group{float:left; padding-right:15px;}
.search-box .form-group input{width:120px;}
.search-box .form-group select{ width:auto;}
.form-span{line-height: 34px;padding-right: 10px;font-weight: bold;}
.btn-default{ background-color:#f7f7f7;}
.form-sm-control {width: 100%; height: 24px;padding: 4px 12px;font-size: 14px;line-height: 16px;color: #555;background-color: #fff;background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*======消息列表=====*/
.info-center-title{ margin-top:10px;}
.info-center-title .padding-large-right{ padding-right:30px;}
.info-center-title span a{height: 30px;cursor: pointer;line-height: 30px;color: #656565;display: block;font-weight: 600;float: left; text-decoration:none;}
.info-center-title span .active{ color:#098cba; border-bottom:solid 2px #098cba;}
.info-center-title span a:hover{color:#098cba; border-bottom:solid 2px #098cba;}


/*表格样式*/
.table-header thead,.table-header tfoot{ background-color:#f5f6fa; color:#87898b;}
.table-list{ margin-top:0px;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom: 1px solid #e1e6eb;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom: 1px solid #e1e6eb;}
.table-bordered{border: 1px solid #e1e6eb;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border: 1px solid #e1e6eb;}
.table-bordered-a{border: 1px solid #ccc;}
.table-margin{ margin-top:10px;}
tfoot .pagination{ margin:0px;}

/*二级导航功能*/
.leftmn{ position:absolute; top:0px; bottom:0px; left:0px; width:150px; height:100%; background-color:#F4F4F4;}
.leftmn .button { padding:0px; text-align:left;}
.mnrt { margin-left:150px;}


/*=========后台首页=========*/
.info-center .info-title{ margin-top:30px; margin-bottom:10px;padding-left: 15px;padding-right: 15px;}
.info-center .info-title h4{ margin-bottom:0px;}
.info-center .time-title { height:70px; overflow:hidden;border:1px solid #F1F1F1; border-radius:6px;}


.time-title .hour-minute strong{ font-size:34px; padding:0px; }
.year-month p{ margin-bottom:0px;}
.year-month p span{ font-size:24px;}


.content-list{ margin-top:30px;}
.content-list .row{ margin-left:0px; margin-right:0px;}
.content-list .row .content{ border:1px solid #F1F1F1; border-radius:6px;}
.content-list .row .content .left-icon{ text-align:center;}
.content-list .row .content .right-title{ color:#666666; text-align:center; padding-top:10px; padding-bottom:10px;}
.content-list .row .content .left-icon span{margin-top: 50px;margin-bottom: 50px;width: 40px;line-height: 40px;color: #FFF;border-radius: 50%;}
.content .left-icon .blue{background-color: #2abbeb;}
.content .left-icon .violet{background-color: #675499;}
.content .left-icon .orange{background-color: #eac553;}
.content .left-icon .green{background-color: #1cbba7;}

.content .right-title .number{ font-size:46px; margin-top:0px;}
.content .right-title p{ margin-bottom:5px;}
.content .right-title .title-content{ width:130px;}

.newslist .panel-default{ border:1px solid #F1F1F1;}
.newslist .panel-default>.panel-heading{ background-color:#F8F8F8; border-color:#F1F1F1; }
.newslist .panel-body{ padding:10px; border-bottom: solid 1px #F4F4F4;}

.navbar-mystyle{background-color:#293038; color:#eee;}
.mystyle-brand{ background-color:#293038; display:block;}

/*导航栏样式变更*/
.navbar-mystyle .navbar-nav{ margin:0px;}
.navbar-mystyle .navbar-nav li .mystyle-color:hover{ background-color:#0087b4; color:#FFF;}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus{color:#eee;}
.navbar-default .navbar-brand{color:#FFF;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{ background-color:#FFF; color:#000;}
.navbar-default .navbar-brand:hover{color:#FFF;}
.navbar-default .dropdown-menu{ width:100%; min-width:1px; border:0px; border-top:1px solid #e5e5e5;}
h1.cname { float:left; font-size:20px; margin:0px 20px 0px 0px; line-height:50px; padding-left:15px; letter-spacing:2px; white-space:nowrap;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {color: #555;background-color: #eee;}

/*隐藏按钮*/
.navbar-default .navbar-header { float:none;}
.navbar-default .navbar-toggle{ border-color:#FFF;}
.navbar-default .navbar-toggle .icon-bar{ background-color:#FFF;}
.topbar-num{font-size: 12px;color: #fff;background: #f90;border-radius: 5px;padding: 2px 5px;
display: inline-block;line-height: 16px;vertical-align: top;text-align: center;}

.li-border{ float:left; border-right:1px solid #293038; }
.dropdown.li-border{min-width:120px;}
.li-border .caret{float:right; margin-top:8px; margin-right:5px;}
.nav>li.li-border>a{height:50px;}
ul.dropdown-menu>li>a{padding:10px 18px;}
.dropdown-menu>li>a>.glyphicon{ margin-right:5px;}



/*时间*/
.time-title .year-month{ padding:10px; background-color:#09C; height:100%; color:#FFF;}
.time-title .hour-minute{color:#09C; line-height:70px; background-color:#FFF; padding-left:10px; padding-right:10px;}

/*按钮*/
.btn-mystyle{color:#FFF; background-color:#09C;}
.btn-mystyle:hover{color:#FF0;}

.stretch { position:absolute; top:0; left:0; right:0; bottom:0; overflow:auto;}
.ui-splitbar{ display:block; background-color:#fff; right:auto; position:absolute; z-index:99999;}
.center-back{ padding-left:6px;}
.ui-layout-row > .ui-splitbar{ height:8px; width:100%; cursor:row-resize;}
.ui-layout-column > .ui-splitbar{ width:6px; height:100%; cursor:col-resize;}

/*分页样式START*/
.pagination{ clear:both; display:block; padding:5px 0px; height:40px; line-height:30px; text-align:right;margin-top: 0px;}
.pagination span { display:inline-block; padding:0 8px; _width:6px; white-space:nowrap; color:#BBB; border:1px solid #DDD; background:#FFF; margin-left:-1px; }
.pagination em,.pagination i { font-style:normal; }
.pagination a span { color:#666; }

.pagination span.act,
.pagination span.first,
.pagination span.previous,
.pagination span.next,
.pagination span.last { }

.pagination span.palt { color:#999; border:none; background:transparent; }

.pagination span.act{ color:#e68b92; }
.pagination span.first { border-radius:4px 0 0 4px; }
.pagination span.previous { }
.pagination span.next { }
.pagination span.last { border-radius:0 4px 4px 0; }


/*2016 10-20*/
.p-login { position:absolute; left:0px; top:0px; bottom:0px; width:100%; background:#c5c5c5 url(../images/bg.jpg) left top repeat-x; }
.p-login-bg { position:absolute; width:100%; border-top:#333 3px solid; border-bottom:#333 3px solid; height:200px; margin:-110px 0; background:url(../images/main.jpg) center bottom no-repeat; background-size:100% auto; left:0; top:50%;}
.p-login-box { position:absolute; width:450px; margin:-92px 0 0 -225px; padding:100px 40px 40px; border:#eee 1px solid; background:#fff; left:50%;
-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175); border-radius:6px 100px 6px 6px;}
.p-login-yzm { float:left; width:150px; margin-right:4px;}

.p-login-tit{ position:absolute; left:-12px; top:25px; background:#09c; color:#FFF; font-size:12px; text-align:left; padding:0px 30px 0px 20px;
min-width:120px; height:50px; line-height:50px; border-radius:0px 45px 5px 0px; box-shadow:4px 2px 4px rgba(0, 0, 0, 0.2);}
.p-login-tit b{ font-size:18px; font-weight:normal; letter-spacing:2px;}
.p-login-tit em{ position:absolute; left:0px; top:50px; width:0; height:0; border-top:12px solid #08a; border-left:12px solid transparent;}

.p-login-box .form-group { position:relative;}
.p-login-box label.error { position:absolute; right:10px; top:5px; margin:0px; line-height:16px;}

.p-pos { line-height:34px;}
.p-gap { clear:both; float:none; width:100%; display:block; height:12px; line-height:12px;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;line-height: 25px;
}



.table .wdate { border:#ccc 1px solid; height:34px;}
/*.uploader { width:80px; float:left; margin-left:5px;}*/

.margin-right input[type=checkbox] { position:relative; top:2px; margin-right:4px;}

span#myico { float:left; margin:0px 15px; line-height:32px;}
.glyphicons-list { width:500px; padding-left:10px;}
.glyphicons-list li { float:left; font-size:16px; width:40px; height:40px; line-height:50px; text-align:center; background-color:#FFF;}
.glyphicons-list li.active { background-color:#09C; color:#FFF;}
.dropdown ul.glyphicons-list>li>a { padding:10px 0px;}
.glyphicons-list li span.glyphicon-class { display:none;}
.rowbtn{line-height: 34px;}
.rowbtn input{display: inline;}

.pos-relative{position: relative}
.pos-absolute{position: absolute}
.pos-inherit{position: inherit}
.dis-inb{display: inline-block}
.btns{display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image:none;border: 1px solid transparent;border-radius: 4px;color: #333;background-color: #fff;border-color:#ccc;position: relative;margin: 0px 20px 0px 0}
.btns.selected{color: #fff;background-color: #5bc0de;border-color: #46b8da;}
.btn-close {position: absolute;top: -9px;right: -9px;width: 18px;height: 18px;border: 1px solid #ccc;line-height: 18px;text-align: center;display: inline-block;border-radius: 50%;z-index: 1;background-color: #fff;cursor: pointer;}
.quick-menu{float: left;line-height: 34px}
.quick-menu li{float: left;margin-right: 8px;}
.quick-menu li.active a{color: red}




