html {
    font-family: "微软雅黑", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    color: #666;
}

.full {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.nav{
    position: absolute;
    left: 200px;
    top: 70px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.main{
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #f5f5f5;
}

img {
    border: 0
}

a, a:HOVER, a:FOCUS {
    text-decoration: none;
    outline: none;
}

a {
    cursor: pointer !important
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: none;
}

*:focus {
    outline: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.form-control {
    display: block;
    width: 98%;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 0 0 2%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.blue {
    color: #138fe6;
}

.readonly {
    background: #eee !important;
}

/*头部 S============================================================================================*/
.head {
    height: 60px;
    width: 100%;
    background-image: linear-gradient(to right, #1968ca, #1968ca);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.head-in {
    padding: 0 0 0 10px;
    height: 70px;
}

.head-in:after {
    display: table;
    content: "";
    clear: left;
}

.logo-box {
    line-height: 70px;
    height: 70px;
    color: #d2eff9;
}

.logo-xc {
    padding-top: 12px;
    padding-right: 5px;
    color: #EEEEEE;
    font-size: 34px;
    font-weight: bold;
}

.logo {
    font-family: "长城黑体", "黑体";
    line-height: 70px;
    font-size: 24px;
    padding-top: 3px;
}

.remarks {
    font-family: "长城黑体", "黑体";
    font-size: 24px;
    padding-top: 3px;
}

.head-border-line {
    color: #fff;
    padding: 0 5px;
    font-size: 20px;
}

.login-message {
    color: #fff;
    padding-top: 40px;
    padding-left: 20px;
}

/*右边菜单*/
.head-menu {
    height: 70px;
}

.head-menu li {
    float: left;
    height: 70px;
    border-right: 1px solid #00a8cc;
    width: 70px;
}

.head-menu a:hover {
    background: #00aed3;
    border-bottom: 3px solid #ffbb5a;
    height: 57px;
}

.head-menu a {
    color: #fff;
    display: block;
    width: 70px;
    font-size: 14px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
}

.head-menu-text {
    padding: 8px 0 0;
}

a.head-active {
    background: #00aed3;
    border-bottom: 3px solid #ffbb5a;
    height: 57px;
}

.head-menu i {
    background: url(../img/all-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block;
}

i.yw-icon {
    background-position: -23px 0;
}

i.dz-icon {
    background-position: -46px 0;
}

i.wg-icon {
    background-position: -69px 0;
}

i.xt-icon {
    background-position: -92px 0;
}

i.xz-icon {
    background-position: -208px 0;
}

i.zf-icon {
    background-position: -255px 0;
}

i.hy-icon {
    background-position: -231px 0;
}

.log-out {
    background: #159de0;
    height: 45px;
    padding-top: 25px;
}

.log-out-icon {
    padding: 0 20px;
    display: block;
}

/*滚动消息*/
.scrollbox {
    position: relative;
    width: 300px;
    height: 30px;
    overflow: hidden;
    padding-left: 20px;
    line-height: 30px;
}

.scrollbox ul {
    position: absolute;
    left: 0px;
    top: -3px;
    float: left;
    margin-left: 40px;
}

.scrollbox li {
    float: left;
    max-width: 300px;
    height: 30px;
    overflow: hidden;
    color: #fff;
}

/*侧边菜单 S============================================================================================*/
.side-menu {
    width: 200px;
    border-bottom: solid 1px #1C7DF6;
    position: fixed;
    left: 0;
    background: #1C7DF6;
    height: 100%;
    overflow: auto;
    margin-top: 70px;
}
.web_side-menu {
    width: 200px;
    border-bottom: solid 1px #316a91;
    position: fixed;
    left: 0;
    background: #2f3b4c;
    height: 100%;
    overflow: auto;
}

.side-menu-list li {
    border-bottom: solid 1px #2f72f1;
}

.side-menu-list li:hover {
    background: #2571d4;
    color: #1C7DF6;
}

li.side-active {
    background: #3a4c64;
    border-right: 4px solid #00bfe8;
}

.side-menu-list li.side-active:hover {
    background: #ffffff;
}

.side-menu-list li a {
    padding-left: 10px;
    color: #ffffff;
    font-size: 15px;
    display: block;
    padding: 12px 10px;
    position: relative;
}

.side-icon {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/all-icon.png) no-repeat;
    margin-right: 5px;
}

.side-jr-icon {
    background-position: 0 -22px;
}

.side-js-icon {
    background-position: -50px -22px;
}

.side-jx-icon {
    background-position: -76px -22px;
}

.side-kq-icon {
    background-position: -101px -22px;
}

.side-qh-icon {
    background-position: -124px -22px;
}

.side-sj-icon {
    background-position: -24px -22px;
}

.side-menu-list li .inactive {
    background: url(../img/off.png) no-repeat 184px center;
}

.side-menu-list li .inactives {
    background: url(../img/on.png) no-repeat 184px center #ffffff;
    color:#1C7DF6 ;
}

.side-menu-list li ul {
    display: none;
}

.side-menu-list li ul li {
    border-left: 0;
    border-right: 0;
    background-color: #1C7DF6;
    border-color: #297fcf;
}

.side-menu-list li ul li.last {
    border: 0;
}

.side-menu-list li ul li ul {
    display: none;
}

.side-menu-list li ul li a {
    padding-left: 30px;
}

.side-menu-list li ul li ul li {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.last {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.side-menu-list ul li ul li ul li a {
    color: #316a91;
    padding-left: 30px;
}

/*中间内容 S============================================================================================*/
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid #e7e7e7;
}

.breadcrumb li {
    display: inline-block;
    float: left;
    padding: 0 4px;
    color: #ccc;
}

.breadcrumb li a {
    color: #32323a;
}

.breadcrumb li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb .active {
    color: #999
}

.fa-home {
    background: url(../img/all-icon.png) no-repeat -4px 0;
    width: 16px;
    height: 14px;
    float: left;
    margin-top: 2px;
}

.main-content {
    margin: 45px 10px 0px 10px;
    z-index: 1;
}


.main-right-content {
    margin: 5px 10px 0px 10px;
    z-index: 1;
}

.wrapper {
    display: inline-block;
    width: 100%;
}

.panel {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.panel:after, .row:after {
    content: "";
    display: table;
    clear: left;
}

.panel-head {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #515974;
    background: #f1fdff;
    border-bottom: 1px solid #c5e8f0;
}

.head-title {
    padding: 0 15px;
    color: #00aacf;
}

.head-title a {
    float: right;
    font-size: 16px;
    cursor: pointer;
    color: #00aacf;
}

.panel-body {
    min-height: 300px;
}

.panel-body:after {
    display: table;
    clear: left;
    content: "";
}

.col-6 {
    width: 50%;
    float: left;
}

.col-2 {
    width: 20%;
    float: left;
}

.col-8 {
    width: 80%;
}

.col-3 {
    width: 25%;
    float: left;
}

.col-4 {
    width: 30%;
    float: left;
    position: relative;
}

.col-8 {
    width: 80%;
    float: left;
}

.col-7 {
    width: 70%;
    float: left;
}

.big-box {
}

.padding-left-7 {
    padding-left: 7.5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.padding-right-7 {
    padding-right: 7.5px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-top-15 {
    margin-top: 15px;
}

.no-margin-top {
    margin-top: 0 !important;
}

/*按钮-字体颜色*/
.btn {
    display: inline-block;
    width: 40%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin: 0 4px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-large {
    display: inline-block;
    width: 40%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin: 0 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.green-btn {
    background: #008B45;
}

.blue-btn {
    background: #57bdde;
}

.blue-btn:hover {
    background: #1ca1cc;
    transition: all .3s ease-in-out;
}

.gray-btn {
    background: #aab2bd;
}

.gray-btn:hover {
    background: #9ba6b4;
    transition: all .3s ease-in-out;
}

.btn_forbidden{
    cursor: not-allowed;
}

.sky-color {
    color: #06b3d8;
}

.light-gray {
    color: #333;
}

.btn-group-xs a {
    float: left;
    padding: 3px 12px;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.sky-btn {
    background: #38a4dd;
}

.red {
    color: #fa0000;
}

.orange-color {
    color: #f98d3f;
}

.gray {
    color: #a8a8a8;
}

.gray-color {
    color: #999999;
}

.red-btn {
    background: #f45b63;
}

.sky-btn:hover {
    background: #1f89c1;
    transition: all .3s ease-in-out;
}

.red-btn:hover {
    background: #e23b44;
    transition: all .3s ease-in-out;
}

.back-btn {
    background: #6ed34b
}

.update-btn {
    display: inline-block;
    background: #38a4dd;
    width: 62px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff !important;
    font-size: 14px !important;
}

.update-btn:HOVER {
    background: #1f89c1;
    transition: all .3s ease-in-out;
}

/*公共的tab切换 S============================================================================================*/
.common-tab {
    z-index: 1;
    position: relative;
}

.tab_menu {
    height: 42px;
}

.tab_menu li {
    float: left;
    width: 120px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #333;
    line-height: 40px;
    margin-right: 10px;
    background: #57bdde;
    color: #fff;
    border: 1px solid #57bdde;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.hide-border {
    width: 120px;
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    display: none;
}

.tab_box {
    clear: both;
    top: -1px;
    position: relative;
}

.tab_menu .selected {
    cursor: pointer;
    color: #22aecc;
    border: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.tab_menu .selected .hide-border {
    display: block;
}

.hide {
    display: none;
}

/*table样式 S============================================================================================*/
.table-box, .normol-table-box {
    padding: 15px;
}

.common-table {
    width: 100%;
    border: 1px solid #dce0e2;
    border-bottom: 0;
}

.common-table td {
    border-bottom: 1px solid #dce0e2;
}

.common-table th {
    border-bottom: 1px solid #9bccd7;
    background: #f5f9fd;
    color: #02a2c5;
}

.common-table th, .common-table td {
    text-align: left;
    padding: 10px 0 10px 10px;
}

.tr-bg {
    background: #f8f9fa;
}

.common-table tr:hover {
    background: #f9f9f9;
}

.common-table td a:hover {
    text-decoration: underline;
}

.common-table2 th {
    color: #666;
    background: #f6f6f6;
    border-color: #e7e7e7;
}

.normol-table {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-left: 0;
}

.normol-table td {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-right: 0;
    padding: 15px 0 15px 10px;
}

.td-gray-bg {
    background: #f6f6f6;
    width: 20%
}

/*分页*/
.panel-footer {
    padding: 2%;
}

.page-box {
    height: 35px;
    line-height: 35px;
}

.page-box a {
    color: #555;
}

.page-box-menu {
    border: 1px solid #ccd1d9;
    height: 30px;
    margin: 0 10px;
    border-radius: 4px;
}

.page-box-menu li {
    float: left;
    border-right: 1px solid #ccd1d9;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.first-one, .last-one {
    border: 1px solid #ccd1d9;
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.first-one a, .last-one a {
    color: #00A8CC;
}

li.prev, li.next, .page-box-menu .active {
    background: #57bdde;
    color: #fff;
}

li.prev a, li.next a, .active a {
    color: #fff;
}

.no-border-right {
    border-right: 0 !important;
}

/*项目审核页面*/
.tab_back {
    width: 10%;
    height: 50px;
    float: left;
}

.tab_back :HOVER {
    background-color: #00bfe9;
    color: #FFFFFF;
}

.tab_btn {
    margin-right: 10px;
    border: #dddddd solid 1px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.tab_btn p {
    font-size: 14px;
    font-weight: bolder;
}

.tab_active {
    background-color: #00bfe9;
}

.tab_active p {
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
}

/*编号加粗 */
.font-bold {
    font-weight: bold;
}

.fixTopBox {
    position: fixed !important;
    background: #fff;
    padding: 0px !important;
    width: 100%;
    left: 0;
    /*top: 36px;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-bottom: 0 !important;
    z-index: 2
}

.fixTopBox .title-lg-text-two {
    padding: 0 20px;
}

.txtGreen {
    color: #5cb85c !important;
}
.blue {
    color: #5a5aff !important;
}
