/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* 分页 */
* { margin:0; padding:0;}
.pagebox{overflow:hidden; zoom:1; font-size:12px; font-family:"宋体",sans-serif;}
.pagebox span{float:left; margin-right:2px; overflow:hidden; text-align:center; background:#fff;}
.pagebox span a{display:block; overflow:hidden; zoom:1; _float:left;}
.pagebox span.pagebox_pre_nolink{border:1px #ddd solid;  line-height:21px; text-align:center; color:#999; cursor:default; padding:0 8px;}
.pagebox span.pagebox_pre{color:#3568b9;}
.pagebox span.pagebox_pre a,.pagebox span.pagebox_pre a:visited,.pagebox span.pagebox_next a,.pagebox span.pagebox_next a:visited{border:1px #b8b8b8 solid; color:#b8b8b8; text-decoration:none; text-align:center; width:53px; cursor:pointer;line-height:21px;}
.pagebox span.pagebox_pre a:hover,.pagebox span.pagebox_pre a:active,.pagebox span.pagebox_next a:hover,.pagebox span.pagebox_next a:active{color:#363636; border:1px #363636 solid;}
.pagebox span.pagebox_num_nonce{border:1px #0095d9 solid; padding:0 8px; line-height:21px; color:#fff; cursor:default; background:#0095d9;}
.pagebox span.pagebox_num{color:#3568b9; height:23px;}
.pagebox span.pagebox_num a,.pagebox span.pagebox_num a:visited{border:1px #b8b8b8 solid; color:#8a8a8a; text-decoration:none; padding:0 8px; cursor:pointer; line-height:21px;}
.pagebox span.pagebox_num a:hover,.pagebox span.pagebox_num a:active{border:1px #363636 solid;color:#363636;}
.pagebox span.pagebox_num_ellipsis{color:#393733; width:22px; background:none; line-height:23px;}
.pagebox span.pagebox_next_nolink{border:1px #ddd solid; width:53px; line-height:21px; text-align:center; color:#999; cursor:default;}
.pagebox .pagebox_jump{line-height:21px; font-style:normal}
.pagebox .pagebox_button{padding:0 8px; line-height:21px; margin-left:10px}
.pagebox .pagebox_input{margin:0 5px; width:40px}
.mobile-page{position:relative; height:60px}
.mobile-page .pagebox_jump{ position:absolute; top:30px; right:10px}
.mobile-page .pagebox_pre_nolink{position:absolute; top:30px}
.bottom-div{position: fixed; bottom: 0px; height: 40px; border-top: 1px solid #cccccc; width: 100%; line-height: 40px; text-align: center; background: #ffffff;-moz-box-shadow: 0px 0px 10px #aaaaaa; /* 老的 Firefox */box-shadow: 0px 0px 10px #aaaaaa;z-index:999}
pre{padding: 10px; line-height: 25px;}
.charttitle{font-size: 16px;padding: 15px;}

.column-sel-btn{overflow:  hidden; padding: 10px; border:1px dashed #cccccc; cursor: pointer; color: #666666;}
.column-sel-btn i{color: #666666; margin-right: 10px; font-size: 16px;}

.column-sel-btn:hover{border:#0bb27a 1px dashed;color: #0bb27a; background-color: #e5f7f1;}
.column-sel-btn:hover i{color: #0bb27a;}
.column-sel-btn.dragging{border:#0bb27a 1px dashed;color: #0bb27a; background-color: #e5f7f1;}
.column-sel-btn.dragging i{color: #0bb27a;}

.column-sel-btn.disabled{background-color: #efefef; cursor: no-drop; color: #cccccc;}

.formcontainer{width: 100%; border: 1px solid #cccccc; padding: 0px; height: 560px; overflow-x: hidden; overflow-y: auto; background-color: #efefef;}

.flow-column.active{border:#0bb27a 1px solid;}
.flow-column{margin-top: 10px; margin-bottom: 10px; background-color: #ffffff; padding: 15px; position: relative;}
.flow-column:hover{border:#0bb27a 1px dashed;}
.flow-column .flow-delete{display: none; position: absolute; right: 0px; top: 0px; cursor: pointer;}
.flow-column:hover .flow-delete{display: block;}
.flow-column .flow-column-name{font-size: 14px;}
.flow-column .flow-column-desc{font-size: 12px; color: #cccccc;position: absolute; right: 15px; top: 15px;}
.flow-column.innershadow{-moz-box-shadow: 2px 2px 5px #aaaaaa; /* 老的 Firefox */box-shadow: 2px 2px 5px #aaaaaa;}
.flow-process{ border: 1px dashed #cccccc; background: #efefef; padding: 10px; border-radius: 10px; }
.process-div{display: inline-table; width: 200px; height: 62px;  position: relative;}
.process-div .flowcontainer{cursor:pointer;width: 178px;height: 60px;border: 1px solid #cccccc;border-radius: 5px; border-top: 20px solid #aaaaaa; background-color: #ffffff;display: table-cell; vertical-align: middle; padding: 5px;}
.process-div .flowcontainer li{width: 165px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.process-div .flowcontainer:hover,.process-div .flowcontainer.active{border:#009688 1px solid;-moz-box-shadow: 2px 2px 5px #009688; /* 老的 Firefox */box-shadow: 2px 2px 5px #009688;border-top: 20px solid #009688; }
.process-div .flowcontainer.active-o{border:#ff5722 1px solid;-moz-box-shadow: 2px 2px 5px #ff5722; /* 老的 Firefox */box-shadow: 2px 2px 5px #ff5722;border-top: 20px solid #ff5722; }
.process-div .flow-delete{ position: absolute; top: 0px; right: 25px; display: none;}
.process-div:hover .flow-delete{ display: block;}
.process-div:after{    position: absolute;    left: 180px;    top: 30px;    content: "";    display: inline-block;    width: 18px;    height: 0;    border-bottom: solid 2px #cccccc; clear: both;}
.process-div.vertical:after{    position: absolute;    left: 89px;    top: 62px;    content: "";    display: inline-block;    width: 0;    height: 18px;    border-right: solid 2px #cccccc; clear: both;}
.process-action{width: 62px;height: 62px;display: inline-block; position: relative;cursor: pointer;vertical-align:top;}

.process-action .process-circle{width: 40px; margin-top: 10px; left: 0px; border-radius: 50%; background-color: green; height: 40px; text-align: center; padding-top: 5px; }
.process-action .process-circle:hover{ background-color: #ff8000;}
.process-action:after{position: absolute;    left: 42px;    top: 30px;    content: "";    display: inline-block;    width: 18px;    height: 0;    border-bottom: solid 2px #cccccc;clear: both;}
.process-action.vertical:after{position: absolute;    left: 20px;    top: 42px;    content: "";    display: inline-block;    width: 0;    height: 18px;    border-right: solid 2px #cccccc;clear: both;}
.process-end{width: 60px;height: 60px;display: inline-table; position: relative; border:1px solid #cccccc; background: #fefefe;text-align: center; border-radius: 5px; vertical-align:top;line-height: 40px;}
.process-end .flowcontainer.active-o{border:#ff5722 1px solid;-moz-box-shadow: 2px 2px 5px #ff5722; /* 老的 Firefox */box-shadow: 2px 2px 5px #ff5722;border-top: 20px solid #ff5722; }

.process-addcopy{width: 62px;height: 62px;display: inline-block; position: relative;cursor: pointer;}
.process-addcopy .process-circle{width: 40px; margin-top: 10px; left: 0px; border-radius: 50%; background-color:#007AFF; height: 40px; text-align: center; padding-top: 5px; }

.sign-btn{width: 120px; height: 40px; background-color: #ff5722; cursor: pointer; text-align: center; font-size: 16px; color: white; line-height: 40px;}


.bo-btn-xs{ display:inline-block; line-height: 20px; height:20px;  padding: 0px 5px; font-size: 10px; font-family: "微软雅黑"; cursor: pointer;}
.bo-btn-xs *{font-size: 10px;}
.bo-btn-sm{ display:inline-block; line-height: 30px; height:30px;  padding: 0px 10px; font-size: 12px; font-family: "微软雅黑"; cursor: pointer;}
.bo-btn-sm *{font-size: 12px;}
.bo-btn-md{ display:inline-block; line-height: 40px; height:40px;  padding: 0px 20px; font-size: 16px; font-family: "微软雅黑"; cursor: pointer;}
.bo-btn-md *{font-size: 16px;}
.bo-btn-lg{ display:inline-block; line-height: 50px; height:50px;  padding: 0px 30px; font-size: 18px; font-family: "微软雅黑"; cursor: pointer;}
.bo-btn-lg *{font-size: 18px;}

.bo-btn-fun{position: relative; border-radius: 3px;}
.bo-btn-fun .fun-ico{display: none; position: absolute; right: 5px; bottom: 5px; font-size: 12px;}
.bo-btn-fun:hover .fun-ico{display: block;}

.bo-btn{position: relative;}
.bo-btn .btn-child{display: none; position: absolute;margin: 0px; padding: 10px;}
.btn-child li{margin: 0px;position:static; background:rgba(0,0,0,0.6);padding:5px;}
.btn-child li:hover{background:rgba(0,0,0,1);}
.bo-btn:hover .btn-child{display: block; top: 20px; left: -10px; z-index:9999; min-width: 120px; }

.gray-img { -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%); filter: gray;}
.ba-danhui{background-color:#F4F4F4}
.ba-danhui li{ margin-left:0px}
.ba-danhui ol,.ba-danhui ul,.ba-danhui menu{ padding:0px}
.xh{color:#FF0000}
.role-selected{border-bottom: 1px solid #cccccc; background-color: #ffffff; padding: 5px;}
.role-selected.active{background-color: #005E60; color: white;}

.white{color:#ffffff;}
.bold{ font-weight:bold}

.audit-emp-div{position: relative; display: inline-block; margin: 5px 10px; width: 50px; height: 80px; vertical-align: top; cursor: pointer;}
.audit-emp-div .avatar-del{position: absolute; top: -5px; right: -5px;}
.audit-emp-div .small-avatar{height: 50px; width: 50px; overflow: hidden; border: 1px solid #ffffff; border-radius: 50%; background-color: #0055AA;  color: #ffffff; margin: auto 0; text-align: center; line-height: 50px;}
.audit-emp-div .plus{height: 50px; width: 50px; overflow: hidden; border: 1px solid #cccccc; border-radius: 50%; background-color: #ffffff; font-size: 28px; font-weight: bold; color: #cccccc; margin: auto 0; text-align: center; line-height: 45px;}

.avatar-emp-div{position: relative; display: inline-block; margin: 5px 10px; width: 80px; height: 80px; vertical-align: top;}
.avatar-emp-div .avatar-del{position: absolute; top: -5px; right: -5px;}
.avatar-emp-div .small-avatar{height: 80px; width: 80px; overflow: hidden; border: 1px solid #ffffff; border-radius: 50%; background-color: #009688; font-size: 36px; font-weight: bold; color: #ffffff; margin: auto 0; text-align: center; line-height: 50px;}
.avatar-emp-div .small-avatar .nickname{font-size: 25px; text-align: center; padding-top: 15px;}
.avatar-emp-div .plus{height: 80px; width: 80px; overflow: hidden; border: 1px solid #cccccc; border-radius: 50%; background-color: #ffffff; font-size: 38px; font-weight: bold; color: #cccccc; margin: auto 0; text-align: center; line-height: 45px;}

.relative{position:relative}
.rightPanel{background-color: #ffffff;height: 100%;width: 300px;position: absolute;right: -300px;top:0px;z-index:2000;padding: 10px;overflow: auto;}

.img-circle{border-radius:50%}
.name-circle60{width:60px; height: 60px; border-radius: 50%; font-size: 20px; padding-top: 20px; font-family: "微软雅黑";  text-align: center; margin: 0 auto;}
.bg_red{background-color: #e53935;color: white;}
.bg_red:hover{background-color:#f44336;}
.bg_pink{background-color: #d81b60;color: white;}
.bg_pink:hover{background-color:#e91e63;}
.bg_purple{background-color: #8e24aa;color: white;}
.bg_purple:hover{background-color:#9c27b0;}
.bg_deepurple{background-color: #5e35b1;color: white;}
.bg_deepurple:hover{background-color:#673ab7;}
.bg_indigo{background-color:#3949ab ;color: white;}
.bg_indigo:hover{background-color:#3f51b5;}
.bg_blue{background-color: #1e88e5;color: white;}
.bg_blue:hover{background-color:#2196f3;}
.bg_lightblue{background-color: #039be5;color: white;}
.bg_lightblue:hover{background-color:#03a9f4;}
.bg_cyan{background-color: #00acc1;color: white;}
.bg_cyan:hover{background-color:#00bcd4;}
.bg_teal{background-color:#00695c ;color: white;}
.bg_teal:hover{background-color:#00796b;}
.bg_green{background-color: #43a047;color: white;}
.bg_green:hover{background-color:#4caf50;}
.bg_lightgreen{background-color:#7cb342 ;color: white;}
.bg_lightgreen:hover{background-color:#8bc34a;}
.bg_lime{background-color: #c0ca33;color: white;}
.bg_lime:hover{background-color:#cddc39;}
.bg_yellow{background-color: #fdd835;color: #282820;}
.bg_yellow:hover{background-color:#ffeb3b;}
.bg_amber{background-color: #ffa000;color: white;}
.bg_amber:hover{background-color:#ffb300;}
.bg_orange{background-color: #e65100;color: white;}
.bg_orange:hover{background-color:#ef6c00;}
.bg_deeporange{background-color: #bf360c;color: white;}
.bg_deeporange:hover{background-color:#d84315;}
.bg_brown{background-color: #795548;color: white;}
.bg_brown:hover{background-color:#8d6e63;}
.bg_gray{background-color:#616161;color: white;}
.bg_gray:hover{background-color:#757575;}
.bg_bluegray{background-color:#546e7a;color: white;}
.bg_bluegray:hover{background-color:#607d8b;}
.bg_white{background-color: #FFFFFF;}

.bd-bo-gray{border-bottom:#CCCCCC 1px solid}
.bd-lt-gray{border-left:#CCCCCC 1px solid}
.bd-rt-gray{border-right:#CCCCCC 1px solid}
.bd-to-gray{border-top:#CCCCCC 1px solid}
.bd-gray{border:#CCCCCC 1px solid}]

.bd-bo-lightgray{border-bottom:#dddddd 1px dotted}
.bd-lt-lightgray{border-left:#dddddd 1px dotted}
.bd-rt-lightgray{border-right:#dddddd 1px dotted}
.bd-to-lightgray{border-top:#dddddd 1px dotted}
.bd-lightgray{border:#dddddd 1px dotted}]

.bd-bo-white{border-bottom:#efefef 1px solid}
.bd-blue{ border: 1px solid #0097d2;}
.bd-red{ border: 1px solid #CC2222;}
.bd-green{ border: 1px solid #008000;}
.maxw80{max-width:80px}
.maxh80{max-height:80px}
.maxw150{max-width:150px}
.maxh150{max-height:150px}
.maxw120{max-width:120px}
.maxh120{max-height:120px}
.maxw100{max-width:100px}
.maxh100{max-height:100px}


.f28{font-size:28px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
.f53{font-size:53px;}
.f12{font-size:12px}
.f10{font-size:10px}
.f14{font-size:14px}

.f28-x,.f28-x *{font-size:28px;}
.f16-x,.f16-x *{font-size:16px;}
.f18-x,.f18-x *{font-size:18px;}
.f20-x,.f20-x *{font-size:20px;}
.f24-x,.f24-x *{font-size:24px;}
.f53-x,.f53-x *{font-size:53px;}
.f12-x,.f12-x *{font-size:12px}
.f10-x,.f10-x *{font-size:10px}
.f14-x,.f14-x *{font-size:14px} 


.green{color:#339933}
.fc-orange{color:#e77817}
.fc-pinkblue{color:#3399FF}
.fc-darkblue{color:#262e42}
.fc-migan{color:#f58220}
.fc-taise{color:#5c7a29}
.fc-yanlv{color:#7fb80e}
.fc-jugeng{color:#585eaa}
.fc-qingzi{color:#6950a1}
.fc-bolv{color:#1d953f}
.fc-zhuse{color:#f26522}
.fc-zise{color:#8552a1}
.fc-jinse{color:#c37e00}
.fc-jinci{color:#f15a22 }
.fc-nonglan-{color:#11264f}
.fc-qinglv{color:#00ae9d}
.fc-caose{color:#225a1f}
.fc-guofang{color:#69541b}
.fc-mocha{color:#b7ba6b}
.fc-zhizhu{color:#ef5b9c}
.fc-liuli{color:#2a5caa}
.fc-jincha{color:#e0861a}

.dateinput{
	background-image: url(/app-assets/js/jquery-easyui/themes/icons/calendar.png); background-position: 97% 50%; background-repeat: no-repeat; padding-right: 40px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 155px;    border-radius: 4px 4px 4px 4px; border: 1px solid #CCCCCC;
}

.ma-40{ margin:40px}
.ma-to-40{margin-top:40px}
.ma-bo-40{margin-bottom:40px}
.ma-lr-40{margin-right:40px; margin-left:40px}
.ma-lt-40{ margin-left:40px}
.ma-rt-40{ margin-right:40px}
.ma-30{ margin:30px}
.ma-to-30{margin-top:30px}
.ma-bo-30{margin-bottom:30px}
.ma-lr-30{margin-right:30px; margin-left:30px}
.ma-lt-30{ margin-left:30px}
.ma-rt-30{ margin-right:30px}


.ma-to-14{margin-top:14px}
.ma-bo-14{margin-bottom:14px}
.ma-lr-14{margin-right:14px; margin-left:14px}
.ma-lt-14{ margin-left:14px}
.ma-rt-14{ margin-right:14px}

.ma-to-15{margin-top:15px}
.ma-bo-15{margin-bottom:15px}
.ma-lr-15{margin-right:15px; margin-left:15px}
.ma-lt-15{ margin-left:15px}
.ma-rt-15{ margin-right:15px}

.ma-to-20{margin-top:20px}
.ma-bo-20{margin-bottom:20px}
.ma-lr-20{margin-right:20px; margin-left:20px}
.ma-lt-20{ margin-left:20px}
.ma-rt-20{ margin-right:20px}

.ma-bo-100{margin-bottom:100px}
.ma-lr-100{margin-right:100px; margin-left:100px}
.ma-lt-100{ margin-left:100px}
.ma-rt-100{ margin-right:100px}
.ma-to-100{ margin-top:100px}
.ma-100{ margin:20px}

.ma-to-10{ margin-top:10px}
.ma-bo-10{margin-bottom:10px}
.ma-lr-10{margin-right:10px; margin-left:10px}
.ma-lt-10{ margin-left:10px}
.ma-rt-10{ margin-right:10px}
.ma-10{ margin:10px}

.ma-to-8{ margin-top:8px}
.ma-bo-8{margin-bottom:8px}
.ma-lr-8{margin-right:8px; margin-left:8px}
.ma-lt-8{ margin-left:8px}
.ma-rt-8{ margin-right:8px}
.ma-8{ margin:8px}

.ma-to-5{ margin-top:5px}
.ma-bo-5{margin-bottom:5px}
.ma-lr-5{margin-right:5px; margin-left:5px}
.ma-lt-5{ margin-left:5px}
.ma-rt-5{ margin-right:5px}
.ma-5{ margin:5px}

.pa-bo-20{padding-bottom:20px}
.pa-lr-20{padding-right:20px; padding-left:20px}
.pa-lt-20{ padding-left:20px}
.pa-rt-20{ padding-right:20px}

.pa-20{ padding:20px}

.pa-bo-40{padding-bottom:40px}
.pa-lr-40{padding-right:40px; padding-left:40px}
.pa-lt-40{ padding-left:40px}
.pa-rt-40{ padding-right:40px}

.pa-40{ padding:40px}

.pa-bo-10{padding-bottom:10px}
.pa-to-10{padding-top:10px}
.pa-lr-10{padding-right:10px; padding-left:10px}
.pa-lt-10{ padding-left:10px}
.pa-rt-10{ padding-right:10px}

.pa-bo-5{padding-bottom:5px}
.pa-to-5{padding-top:5px}
.pa-lr-5{padding-right:5px; padding-left:5px}
.pa-lt-5{ padding-left:5px}
.pa-rt-5{ padding-right:5px}
.pa-5{ padding:5px}

.pa-2{ padding:2px}

.pa-bo-2{padding-bottom:2px}
.pa-to-2{padding-top:2px}
.pa-lr-2{padding-right:2px; padding-left:2px}
.pa-lt-2{ padding-left:2px}
.pa-rt-2{ padding-right:2px}

.pa-3{ padding:3px}

.pa-bo-3{padding-bottom:3px}
.pa-to-3{padding-top:3px}
.pa-lr-3{padding-right:3px; padding-left:3px}
.pa-lt-3{ padding-left:3px}
.pa-rt-3{ padding-right:3px}

.pa-10{ padding:10px}

.ma-le-6 {margin-left: 6px;}
.ma-20{margin:20px;}
.ma20{margin:20px;}
.ma10{margin:10px;}
.h40{height:40px}
.h50{height:50px}
.h60{height:60px}
.h48{height:48px}
.h10{height:10px}
.h20{height:20px}
.h5{height:5px}
.h30{height:30px}
.lh50{ line-height:50px}
.lh40{ line-height:40px}
.lh48{ line-height:48px}
.lh30{ line-height:30px}

.indicator{z-index: 999999; color: red; position: absolute;}

/* === Grid === */

.row{display: block; width: 100%}
.row > [class*="col-"],
.row > [class*="tablet-"] {
  box-sizing: border-box;
  float: left;
}
.row .first {
  margin-left: -4%;
}
.row.no-gutter {
  margin-left: 0;
}
.row .col-100 {
  width: 96%;
  margin-left: 3.88%;
}
.row.no-gutter .col-100 {
  width: 100%;
  margin: 0;
}
.row .col-95 {
  width: 91%;
  margin-left: 3.88%;
}
.row.no-gutter .col-95 {
  width: 95%;
  margin: 0;
}
.row .col-90 {
  width: 86%;
  margin-left: 3.88%;
}
.row.no-gutter .col-90 {
  width: 90%;
  margin: 0;
}
.row .col-85 {
  width: 81%;
  margin-left: 3.88%;
}
.row.no-gutter .col-85 {
  width: 85%;
  margin: 0;
}
.row .col-80 {
  width: 76%;
  margin-left: 3.88%;
}
.row.no-gutter .col-80 {
  width: 80%;
  margin: 0;
}
.row .col-75 {
  width: 71.00000000000001%;
  margin-left: 3.88%;
}
.row.no-gutter .col-75 {
  width: 75%;
  margin: 0;
}
.row .col-66 {
  width: 62.66666666666666%;
  margin-left: 3.88%;
}
.row.no-gutter .col-66 {
  width: 66.66666666666666%;
  margin: 0;
}
.row .col-60 {
  width: 55.99999999999999%;
  margin-left: 3.88%;
}
.row.no-gutter .col-60 {
  width: 60%;
  margin: 0;
}
.row .col-50 {
  width: 46%;
  margin-left: 3.88%;
}
.row.no-gutter .col-50 {
  width: 50%;
  margin: 0;
}
.row .col-40 {
  width: 36%;
  margin-left: 3.88%;
}
.row.no-gutter .col-40 {
  width: 40%;
  margin: 0;
}
.row .col-33 {
  width: 29.333333333333332%;
  margin-left: 3.88%;
}
.row.no-gutter .col-33 {
  width: 33.333333333333336%;
  margin: 0;
}
.row .col-25 {
  width: 21%;
  margin-left: 3.88%;
}
.row.no-gutter .col-25 {
  width: 25%;
  margin: 0;
}
.row .col-20 {
  width: 16%;
  margin-left: 3.88%;
}
.row.no-gutter .col-20 {
  width: 20%;
  margin: 0;
}
.row .col-15 {
  width: 10.999999999999998%;
  margin-left: 3.88%;
}
.row.no-gutter .col-15 {
  width: 15%;
  margin: 0;
}
.row .col-10 {
  width: 6%;
  margin-left: 3.88%;
}
.row.no-gutter .col-10 {
  width: 10%;
  margin: 0;
}
.row .col-5 {
  width: 1%;
  margin-left: 3.88%;
}
.row.no-gutter .col-5 {
  width: 5%;
  margin: 0;
}
@media all and (min-width: 768px) {

  .row .col-100 {
    width: 98%;
    margin-left: 2%;
  }
  .row.no-gutter .col-100 {
    width: 100%;
    margin: 0;
  }
  .row .col-95 {
    width: 93%;
    margin-left: 2%;
  }
  .row.no-gutter .col-95 {
    width: 95%;
    margin: 0;
  }
  .row .col-90 {
    width: 87.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .col-90 {
    width: 90%;
    margin: 0;
  }
  .row .col-85 {
    width: 82.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .col-85 {
    width: 85%;
    margin: 0;
  }
  .row .col-80 {
    width: 78%;
    margin-left: 2%;
  }
  .row.no-gutter .col-80 {
    width: 80%;
    margin: 0;
  }
  .row .col-75 {
    width: 73%;
    margin-left: 2%;
  }
  .row.no-gutter .col-75 {
    width: 75%;
    margin: 0;
  }
  .row .col-66 {
    width: 64.66666666666666%;
    margin-left: 2%;
  }
  .row.no-gutter .col-66 {
    width: 66.66666666666666%;
    margin: 0;
  }
  .row .col-60 {
    width: 58%;
    margin-left: 2%;
  }
  .row.no-gutter .col-60 {
    width: 60%;
    margin: 0;
  }
  .row .col-50 {
    width: 48%;
    margin-left: 2%;
  }
  .row.no-gutter .col-50 {
    width: 50%;
    margin: 0;
  }
  .row .col-40 {
    width: 38%;
    margin-left: 2%;
  }
  .row.no-gutter .col-40 {
    width: 40%;
    margin: 0;
  }
  .row .col-33 {
    width: 31.333333333333332%;
    margin-left: 2%;
  }
  .row.no-gutter .col-33 {
    width: 33.333333333333336%;
    margin: 0;
  }
  .row .col-25 {
    width: 23%;
    margin-left: 2%;
  }
  .row.no-gutter .col-25 {
    width: 25%;
    margin: 0;
  }
  .row .col-20 {
    width: 18%;
    margin-left: 2%;
  }
  .row.no-gutter .col-20 {
    width: 20%;
    margin: 0;
  }
  .row .col-15 {
    width: 13%;
    margin-left: 2%;
  }
  .row.no-gutter .col-15 {
    width: 15%;
    margin: 0;
  }
  .row .col-10 {
    width: 8%;
    margin-left: 2%;
  }
  .row.no-gutter .col-10 {
    width: 10%;
    margin: 0;
  }
  .row .col-5 {
    width: 3%;
    margin-left: 2%;
  }
  .row.no-gutter .col-5 {
    width: 5%;
    margin: 0;
  }
  .row .tablet-100 {
    width: 98%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-100 {
    width: 100%;
    margin: 0;
  }
  .row .tablet-95 {
    width: 93%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-95 {
    width: 95%;
    margin: 0;
  }
  .row .tablet-90 {
    width: 87.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-90 {
    width: 90%;
    margin: 0;
  }
  .row .tablet-85 {
    width: 82.99999999999999%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-85 {
    width: 85%;
    margin: 0;
  }
  .row .tablet-80 {
    width: 78%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-80 {
    width: 80%;
    margin: 0;
  }
  .row .tablet-75 {
    width: 73%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-75 {
    width: 75%;
    margin: 0;
  }
  .row .tablet-66 {
    width: 64.66666666666666%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-66 {
    width: 66.66666666666666%;
    margin: 0;
  }
  .row .tablet-60 {
    width: 58%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-60 {
    width: 60%;
    margin: 0;
  }
  .row .tablet-50 {
    width: 48%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-50 {
    width: 50%;
    margin: 0;
  }
  .row .tablet-40 {
    width: 38%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-40 {
    width: 40%;
    margin: 0;
  }
  .row .tablet-33 {
    width: 31.333333333333332%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-33 {
    width: 33.333333333333336%;
    margin: 0;
  }
  .row .tablet-25 {
    width: 23%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-25 {
    width: 25%;
    margin: 0;
  }
  .row .tablet-20 {
    width: 18%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-20 {
    width: 20%;
    margin: 0;
  }
  .row .tablet-15 {
    width: 13%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-15 {
    width: 15%;
    margin: 0;
  }
  .row .tablet-10 {
    width: 8%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-10 {
    width: 10%;
    margin: 0;
  }
  .row .tablet-5 {
    width: 3%;
    margin-left: 2%;
  }
  .row.no-gutter .tablet-5 {
    width: 5%;
    margin: 0;
  }
}
.page-title{ font-size: 18px; font-family: "微软雅黑"; padding: 5px 15px 17px 15px; border-bottom: 3px solid #ffffff; display: inline; margin-left: 30px; cursor: pointer; border-radius: 5px;}
.page-title.active,.page-title:hover{border-bottom: 3px solid #0055AA;}

.page-data-header{line-height: 40px; height: 40px; background-color: #ECECEC; font-weight: bold;}
.page-data-header.multiline{line-height: 20px; padding: 5px 0px;}
.page-data-header.multiline div{line-height: 20px; padding: 5px 0px;}
.page-data-line{line-height: 40px; height: 40px; border-bottom: 1px dotted #ececec;}
.page-data-line:hover{background-color: #fcfcfc;}

.page-data-line .hide-inrow{display: none; margin-left: 10px;}
.page-data-line:hover .hide-inrow{display:  inline-block; margin-left: 10px;}
.page-data-line .nowrap{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;height: 40px; line-height: 40px;}

.page-data-line.multiline{line-height: 20px; padding: 5px 0px;}
.page-data-line.multiline div{line-height: 20px; padding: 5px 0px;}
.pointer{cursor: pointer;}

.emp-info-avatar{height: 60px; width: 60px;}


.logo{
    height: 105px;
    line-height: 105px;
    background: #8F0100;
}

.top{
    height: 46px;
    background: #6B0101;
}
.top .box .rt{
	float: right;
}
.top .box .rt>a{
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    float: left;
    line-height: 46px;
    border-right: 1px solid #7D2121;
}
.top .login{
    color: #fff !important;
    padding: 0 20px !important;
    background: #4b0101;
}
.top form{
    display: inline-block;
}



.footer{
    height: 100px;
    background: url(/images/footer.jpg) no-repeat center;
    padding: 20px 0;
    font-size: 12px;
}
.footer p{
    height: 100px;
    line-height: 25px;
    color: #fff;
}
.footer p a{
    color: #fff;
}
.footer .rt div{
    float: left;
    margin: 30px 0 0 30px;
    text-align: center;
}
.footer .rt p{
    height: 30px;
    line-height: 30px;
}
.weChat{
    position: relative;
    cursor: pointer;
}
.weChat .wx{
    position: absolute;
    top: -155px;
    left: -65px;
    display: none;
}



.newsList{
    margin-top: 30px;
}
.newsList li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.newsList .date{
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
    background: #F4F4F4;
}
.newsList .date h1{
    color: #666;
    font-size: 40px;
    margin-top: 15px;
}
.newsList .date p{
    color: #999;
    font-size: 18px;
    line-height: 30px;
}
.newsList .news-details{
    margin-left: 130px;
    height: 110px;
}
.newsList .news-details p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
}
.newsList .news-details span{
    color: #666;
}


.hidediv .min,.hidediv .max{display: none;}
.innerdiv .min{display: none;}
.fulldiv{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 999999; background-color: white;}
.fulldiv iframe{height: 100%;}
.fulldiv .max{display: none;}


.header .notice-nav{color: white; line-height: 56px; padding: 0px 20px; font-size: 14px;cursor: pointer;position: relative;}
.header .notice-nav a{ color: white;}
.header .notice-nav:hover{ background-color: white; color: #6B0101;}
.header .notice-nav.curr{ background-color: white; color: #6B0101;}
.header .notice-nav:hover a{ color: #6B0101;}
.header .notice-nav .notice-nav-child{display:none;min-width:152px;padding:6px 0;position:absolute;background:#fff;top:45px;left:0px;border-radius:0 0 4px 4px;-webkit-box-shadow:0 1px 12px 0 rgba(0,0,0,.2);box-shadow:0 1px 12px 0 rgba(0,0,0,.2);color:#444;z-index:14;}
.header .notice-nav:hover .notice-nav-child{display:block;}
.header .notice-nav .notice-nav-child .cnav{ height: 44px; line-height: 44px; cursor: pointer; padding-left: 20px;white-space: nowrap;  padding-right: 20px;}
.header .notice-nav .notice-nav-child .cnav:hover{background-color: #6B0101; color: white;}
.header .notice-nav .notice-nav-child .cnav.curr{background-color: #6B0101; color: white;}

.disabled-fun img{-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity:0.2}
.disabled-fun h4,.disabled-fun h4:hover{color: #cccccc;}


.inputtable{border-spacing: 0px;border-collapse: collapse; word-break:break-strict;table-layout:fixed; border: 1px #000000 solid;}
.inputtable td,.inputtable th{border:#000000 1px solid;padding: 5px;}
.inputtable tr{height: 40px;}


@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

.Rotation{
-webkit-transform: rotate(360deg);
animation: rotation 3s linear infinite;
-moz-animation: rotation 3s linear infinite;
-webkit-animation: rotation 3s linear infinite;
-o-animation: rotation 3s linear infinite;
}


.rt_nav_left{
  display: none;
  color: white;
}
.rt_nav{
  display: block;
  color: white;
}
.rt_nav .main-menu.menu-light .navigation > li.open {
  border-left: none;
  border-right: 4px solid #be0e16;
}

.rt_nav .main-menu .navigation li.has-sub > a:not(.mm-next)::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
}

.rt_nav .main-menu .navigation li.open > a:not(.mm-next)::after {
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .container1 {
    max-width : 1140px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
  }
}
.logo1{
  height: 105px;
  line-height: 105px;
  background: #8F0100;
}
@media (max-width: 575px) {
  .rt_nav_left{
    display: none;
  }
  .rt_nav{
    display: block;
    color: white;
    height: 46px;
    background: #6B0101;
  }
  .logo1{
    display: none;
  }
  .rt_nav .main-menu {
    transform: translate3d(0px, 0, 0);
    backface-visibility: hidden;
    perspective: 1000;
  }


}
@media (min-width: 576px) and (max-width: 767px){
  .rt_nav_left{
    display: none;
  }
  .rt_nav{
    display: block;
    color: white;
    height: 46px;
    background: #6B0101;
  }
  .logo1{
    display: none;
  }
  .rt_nav .main-menu {
    transform: translate3d(0px, 0, 0);
    backface-visibility: hidden;
    perspective: 1000;
  }
  .container1 {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .logo1 img{
    height: 60px;
    line-height: 60px;
  }
  .rt_nav_left{
    display: none;
  }
  .rt_nav{
    display: block;
  }
   .logo1{
    display: none;
  }
  .container1 {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .logo1 img{
    height: 60px;
    line-height: 60px;
  }
  .rt_nav_left{
    display: block;
  }
  .rt_nav{
    display: none;
  }
  .container1 {
    max-width : 960px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
  }
}
