﻿body {
    line-height: 24px;
    color: #333;
    font: 14px MicrosoftYaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.layui-tab-title {
    height: 42px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #3D7FFF
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom-color: #3D7FFF;
}

.layui-table-view .layui-table th {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #4077F4;
    border-radius: 6px;
}

.layui-laypage a:hover {
    color: #4077F4;
}

/*头部*/
.page-head {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.page-head-main {
    line-height: 90px;
    background-color: #2E60B0;
    color: #fff;
    font-size: 18px;
}

.page-head-logo, .page-head-logo:hover {
    font-size: 32px;
    float: left;
    line-height: 50px;
    padding-top: 9px;
    color: #fff;
}

.page-head-logo > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.page-head-main-list {
    float: right;
}

.page-head-main-list li, .page-head-sub-list li {
    display: inline-block;
}

.page-head-main-list li a {
    display: inline-block;
    color: #fff;
    #color: black;
    padding: 0 15px;
}

.page-head-main-list li.page-head-login a {
    padding: 0 10px;
}

.page-head-sub {
    font-size: 18px;
    line-height: 50px;
}

.page-head-sub-list li a {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-weight: bolder;
    color: #666;
}

.page-head-sub-list li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 5px;
    bottom: 0;
    background-color: #4077F4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-head-sub-list li.active a, .page-head-sub-list li:hover a {
    color: #4077F4;
}

.page-head-sub-list li.active a:before, .page-head-sub-list li:hover a:before {
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .page-head-main-list {
        line-height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .page-head-main {
        height: auto;
    }

    .page-head-logo, .page-head-logo:hover {
        font-size: 28px;
        padding-bottom: 10px;
        float: none;
        text-align: center;
        display: block;
    }

    .page-head-main-list {
        float: none;
        line-height: 35px;
        font-size: 15px;
        padding-bottom: 10px;
        text-align: right;
    }

    .page-head-main-list li a {
        padding: 0 10px;
    }

    .page-head-sub-list li a {
        display: block;
        text-align: center;
        padding: 0 12px;
    }
}

@media screen and (max-width: 450px) {
    .page-head-sub-list li {
        width: 33.33%;
        float: left;
    }
}

/*底部*/
.page-foot {
    background-color: #0D1E35;
    font-size: 12px;
    color: #f5f5f5;
    padding: 12px 0;
    line-height: 24px;
}

.page-foot-img {
    float: left;
    margin-right: 20px;
    margin-left: 60px;
}

.page-foot-img img {
    width: 40px;
    height: 50px;
}

.page-foot-link {
    padding-top: 3px;
}

.page-foot-link a {
    display: inline-block;
    color: #f5f5f5;
    padding: 0 10px;
}

.page-foot-link a:first-child {
    padding-left: 0;
}

.page-foot-info-wrap {
    /*padding-top: 15px;*/
    line-height: 18px;
}

.page-foot-info {
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .page-foot-img {
        margin-right: 12px;
        margin-left: 0;
    }

    .page-foot-info-wrap {
        padding-top: 0;
    }
}

/*内容区*/
.page-container {
    min-height: 600px;
    background: #F5F5F5 url("../images/page-bg.png") no-repeat top center;
    background-size: 100% auto;
    padding: 15px 0 30px;
}

/*面板*/
.card-sec {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(226, 226, 226, 0.5);
}

.page-card {
    border-radius: 0;
    box-shadow: 0 2px 12px 0 rgba(226, 226, 226, 0.5);
}

.page-card .layui-card-header {
    border-bottom-color: #EAEAEA;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.page-card .layui-card-body {
    /*padding: 0px 20px 15px;*/
}

.page-card .page-card-more {
    color: #000;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.page-card .page-card-head, .page-card .page-card-head .page-card-more {
    background-color: #6692F6;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .page-card .layui-card-body {
        padding: 12px;
    }
}

/*表单数据*/
.page-form {
    border-radius: 4px;
    border: 1px solid #E4E7ED;
    width: 100%;
    margin-bottom: 30px;
}

.page-form th, .page-form td {
    position: relative;
    padding: 11px 15px;
    min-height: 20px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.page-form-head {
    background-color: #F0F2F5;
    font-size: 16px;
    color: #000;
}

.page-form-label {
    text-align: right;
    color: #606266;
    background-color: #F5F7FA;
    width: 15%;
}

.page-form-value {
    position: relative;
}

.page-form-btn, a.page-form-btn {
    color: #4077F4;
    cursor: pointer;
}

/*分页组件*/
.page-list {
    text-align: center;
}

.page-list .layui-laypage a, .page-list .layui-laypage span {
    margin-right: 8px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 5px;
}

/*表格*/
.page-table .layui-table-view {
    border-width: 0;
}

.page-table .layui-table td, .page-table .layui-table th {
    border-width: 0 0 1px 0;
}

.page-table .layui-table-header, .page-table .layui-table thead tr {
    background-color: #E9F8FF;
    color: #000;
    border-color: #E6E6E6;
}

.page-table .layui-table-page {
    padding-top: 20px;
    height: 55px;
    text-align: center;
}

.page-table .layui-table-page .layui-laypage a, .page-table .layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0 5px;
    border: 1px solid #e2e2e2 !important;
    height: 32px;
    line-height: 32px;
    width: 32px;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 0;
    border-radius: 6px;
}

.page-table .layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
    height: 32px;
    line-height: 32px;
    margin-bottom: 0px;
    border: none;
    background: 0 0;
}

/*信息提示*/
.page-info {
    background: #FFFAEB;
    border-radius: 4px;
    border: 1px solid #FFE28D;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
}

.page-info > i {
    color: #FFBF00;
    font-size: 18px;
    margin-right: 12px;
}

.page-info-content {
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
}

/*搜索框*/
.page-search {
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-search-box {
    position: relative;
    margin-bottom: 5px;
}

.page-search-box .layui-input {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    border-width: 0;
    border-radius: 6px;
}

.page-search-select {
    width: 135px;
    position: absolute;
    top: 0;
    left: 0;
}

.page-search-select .layui-input {
    color: #656C80;
    text-align: center;
}

.page-search-select .layui-form-select dl {
    top: 68px;
}

.page-search-select .layui-form-select dl dd, .page-search-select .layui-form-select dl dt {
    font-size: 18px;
    line-height: 46px;
}

.page-search-select .layui-form-select dl dd.layui-this {
    background-color: #4077F4;
}

.page-search-input {
    padding-left: 150px;
    padding-right: 200px;
}

.page-search input:-moz-placeholder, .page-search input::-webkit-input-placeholder {
    color: #C5C7CD;
}

.page-search-noselect .page-search-select {
    display: none;
}

.page-search-noselect .page-search-input {
    padding-left: 20px;
}

.page-search-box .layui-btn {
    background-color: #4077F4;
    border-radius: 4px;
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-search-list li {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    padding: 5px 5px 5px 0;
    /*cursor: pointer;*/
}

.page-search-list li.page-search-list-name {
    cursor: text;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .page-search {
        width: 100%;
    }

    .page-search-box .layui-input {
        font-size: 18px;
    }

    .page-search-box .layui-btn {
        width: 110px;
        font-size: 18px;
    }

    .page-search-input {
        padding-right: 120px;
    }
}

.layui-tab.page-card .layui-tab-title li {
    font-size: 18px;
}

/*表格中操作按钮*/
.btn_operation {
    display: inline-block;
    padding: 0 8px;
    color: #4077F4;
    cursor: pointer;
    min-width: 72px;
}

.btn_operation.disable {
    color: #ccc;
    cursor: text;
}

/*tab切换*/
.layui-tab-brief.page-tab > .layui-tab-title .layui-this {
    color: #333;
}

.layui-tab-brief.page-tab > .layui-tab-title .layui-this:after {
    left: 25%;
    width: 50%;
    border-bottom: 4px solid #4077F4;
}

/*条件列表*/
.page-condition + .page-condition, .page-condition-result {
    margin-top: 15px;
}

.page-condition-name {
    box-sizing: border-box;
    float: left;
    display: block;
    padding: 0 5px;
    width: 100px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: #000;
}

.page-condition-content {
    margin-left: 100px;
    position: relative;
    height: auto;
    /*padding-right: 70px;*/
    /*height: 28px;*/
    overflow-y: hidden;
}

.page-condition-content > span {
    display: inline-block;
    color: #666;
    line-height: 28px;
    padding: 0 8px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 2px;
}

.page-condition-content > span:hover {
    background-color: #F0F2F5;
    border-right: 2px;
}

.page-condition-more {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.page-condition-more:before {
    content: '更多';
    display: inline-block;
    line-height: 28px;
    margin-right: 10px;
}

.page-condition-more:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../images/icon/icon-down@2x.png") no-repeat;
    background-size: 100% 100%;
}

.page-condition-show .page-condition-content, .page-condition-result .page-condition-content {
    height: auto;
}

.page-condition-show .page-condition-more {
    bottom: 0;
    top: auto;
}

.page-condition-show .page-condition-more:before {
    content: '收起';
}

.page-condition-show .page-condition-more:after {
    background: url("../images/icon/icon-up@2x.png") no-repeat;
    background-size: 100% 100%;
}

.page-condition-result .page-condition-content > span {
    color: #000;
    background-color: #F0F2F5;
    border-right: 2px;
    margin-bottom: 10px;
}

.page-condition-result .page-condition-content > span i.icon-delete {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/icon/icon-delete@2x.png") no-repeat center center;
    background-size: 100% 100%;
    margin-left: 8px;
    position: relative;
    top: 1px;
}

/*------------首页index--------------*/
/*菜单*/
.index-menu {
    margin: -6px;
    /*padding: 10px 0;*/
}

.index-menu li {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}

.index-menu li.index-menu-empty {
    width: 100%;
    text-align: center;
}

.index-menu li a {
    display: block;
    line-height: 42px;
    height: 42px;
    background-color: #F5F5F5;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-menu li a:hover {
    background-color: #4077F4;
    color: #fff;
}

@media screen and (max-width: 768px) {
    /*.index-menu li{*/
    /*    width: 50%;*/
    /*}*/
}

/*轮播*/
.index-carousel, .layui-carousel.index-carousel > [carousel-item] > * {
    background-color: #fff;
}

.index-carousel .layui-carousel-ind {
    top: -110px;
}

.index-carousel img {
    width: 100%;
    height: 255px;
    object-fit: fill;
}

.index-carousel .layui-carousel-ind ul {
    background-color: transparent;
}

.index-carousel .layui-carousel-ind li {
    width: 20px;
    height: 8px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .index-carousel img {
        height: 175px;
    }
}

/*热门资讯*/
@media screen and (min-width: 768px) {
    .index-info-wrap {
        width: 64%;
    }

    .index-login-wrap {
        width: 36%;
    }
}

.index-info {
    padding-top: 12px;
}

.index-info-time {
    text-align: center;
    border: 1px solid #DFDFDF;
    width: 77px;
    float: left;
    margin-right: 15px;
}

.index-info-time-ym {
    display: block;
    background-color: #2E60B0;
    color: #fff;
    font-size: 16px;
}

.index-info-time-day {
    font-size: 40px;
    color: #424242;
    line-height: 45px;
}

.index-info-content {
    line-height: 20px;
    color: #999999;
    height: 70px;
    overflow: hidden;
}

.index-info-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info-title:hover {
    color: #000;
    /*text-decoration: underline;*/
}

/*登录框*/
.index-login {
    padding: 15px 25px 12px;
    background-color: #fff;
}

.index-login-head > span {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 18px;
    width: 50%;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 12px;
}

.index-login-head > span:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 7px;
    background: url("../images/icon/icon-line@2x.png") no-repeat;
    background-size: 100% 100%;
}

.index-login-head > span.active, .index-login-head > span:hover {
    color: #4077F4;
}

.index-login-head > span.active:before, .index-login-head > span:hover:before {
    display: block;
}

.index-login-input {
    position: relative;
    margin-bottom: 14px;
}

.index-login-icon {
    display: inline-block;
    width: 20px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px;
    background: url(../images/icon/icon-index.png) no-repeat;
    z-index: 1;
}

.index-login-icon.icon-user {
    background-position: -67px 0;
}

.index-login-icon.icon-password {
    background-position: -33px 0;
}

.index-login-icon.icon-code {
    background-position: 0 0;
}

.index-login-input .layui-input {
    padding-left: 50px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
}

.index-login-code {
    padding-right: 130px;
}

.index-login-code .index-login-codeimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 36px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.index-login-link, .index-login-link:hover {
    color: #4077F4;
}

.index-login-btn {
    width: 48%;
    background-color: #4077F4;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    letter-spacing: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.index-login-other-title {
    position: relative;
    text-align: center;
    color: #999999;
    margin-bottom: 5px;
}

.index-login-other-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 0;
    border-bottom: 1px dashed #ccc;
}

.index-login-other-title > span {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background-color: #fff;
}

.index-login-other-item, .index-login-other-item:hover {
    display: inline-block;
    padding: 5px;
    color: #4077F4;
}

.index-login-other-item img {
    width: 16px;
    margin-right: 5px;
}

.index-login-userWrap {
    padding: 30px 0;
}

.index-login-info {
    color: #777;
    font-size: 16px;
    line-height: 45px;
}

.index-login-typeimg {
    float: left;
    margin-right: 20px;
}

.index-login-typeimg img {
    width: 70px;
    height: 70px;
}

.index-login-username {
    line-height: 70px;
    font-size: 22px;
}

.index-login-info > span {
    color: #000;
}

@media screen and (max-width: 768px) {
    .index-login {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-card .layui-card-body.page-iframe-wrap {
    padding: 0;
}

.page-iframe {
    border: none;
    width: 100%;
    min-height: 600px;
}


/*
导航样式
*/
.four-level-menu {
    background: #fff;
    height: 40px;
}

.first-menu > li {
    float: left;
}

.first-link {
    padding: 10px 20px;
    display: block;
    background: #459df5;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.first-link.hover {
    background: #fff;
    color: #459df5;
}


/*二级菜单*/
/*

.second-menu {
    width: 94.9%;
    position: absolute;
    left: 15px;
    background: #fff;
    padding: 15px;
    opacity: 9999999999!important;
    display: block;
}

.second-menu>li {
    float: left;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.second-link {
    color: #333!important;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 7px 15px;
    display: block;
    margin-bottom: 10px;
}

.second-link:hover {
    color: #459df5;
}

.third-menu>li {
    position: relative;
}

.third-link {
    padding: 5px 15px;
    display: block;
    color: #666!important;
}

.third-link.hover {
    background: #f3f3f3;
    color: #459df5;
    border-radius: 4px;
}

.fourth-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    left: 125px;
    display: none;
    top: 0px;
    width: 150px;
    z-index: 999;
    border-radius: 6px;
    box-shadow: 1px 1px 7px #ddd;
}

.fourth-menu:before,
.fourth-menu:after {
    content: "";
    display: block;
    border-width: 10px;
    position: absolute;
    top: 8px;
    left: -20px;
    border-style: solid dashed dashed;
    border-color: transparent #ddd transparent transparent;
    font-size: 0;
    line-height: 0;
}

.fourth-menu:after {
    top: 10px;
    left: -16px;
    border-width: 8px;
    border-color: transparent #fff transparent transparent;
}

.fourth-menu a {
    display: block;
    color: #666!important;
    padding: 4px 0px;
}

.fourth-menu a:hover {
    color: #459df5;
    text-decoration: underline;
}
.page-head-sub-list li .second-link:before,
.page-head-sub-list li .third-link:before,
.page-head-sub-list li .fourth-link:before{
    display: none;
}*/

li {
    list-style: none;
}

/*.menu { width: 875px; height: 600px; margin: 30px auto; }*/
.menu .menuTop {
    background-color: #F10215;
    color: #fff;
    width: 140px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    cursor: pointer;
}

.menu ul {
    width: 199px;
    height: 572px;
    background-color: #6495ED; /*border: 2px solid #6495ED;*/
    box-sizing: border-box;
    position: relative;
}

.menu ul li {
    margin-bottom: 10px;
    height: 30px;
    padding-left: 15px;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    z-index: 2;
}

.menu ul li a {
    color: #fff !important;
}

/*.menu ul li a { color: #7070770; }*/
.menu ul li a:hover {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.menu ul li:hover {
    border: 1px solid #DDD;
    border-right: 0;
    background-image: none;
}

/*.menu ul li:hover .submenu { display: block; }*/
.menu ul li:hover span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #FFF;
    float: right;
    z-index: 100;
    position: relative;
}

.menu ul li .submenu {
    position: absolute;
    left: 156px;
    top: 0;
    width: 980px;
    height: 570px;
    background-color: #FFF;
    z-index: 3;
    display: none;
    overflow-y: auto;
}

.menu ul li .submenu .subleft {
    margin-left: 0px;
    width: 95%;
    float: left;
    padding: 5px 12px;
}

.menu ul li .submenu .subleft dl {
    overflow: hidden;
    border-bottom: 1px solid #D1D1D1;
    padding: 10px 0;
}

.menu ul li .submenu .subleft dl dt {
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    color: #707070;
    font-size: 16px;
    cursor: pointer;
}

.menu ul li .submenu .subleft dl dt a {
    color: #333 !important;
}

.menu ul li .submenu .subleft dl dd {
}

.menu ul li .submenu .subleft dl dd a {
    font-size: 14px;
    display: block;
    float: left;
    border-left: 2px solid #4ab8f6;
    padding: 0 8px;
    color: #333 !important;
    height: 16px;
    line-height: 16px;
    margin: 5px 0;
}

.menu ul li .submenu .subright {
    width: 310px;
    height: 300px;
    background-color: blue;
    float: left;
}

.menu ul li .submenushow {
    display: block;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline-offset: -2px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}

@media screen and (max-width: 991px) {
    .menu ul li .submenu {
        width: 940px;
    }
}

@media screen and (max-width: 768px) {
    .menu ul li .submenu {
        width: 540px;
    }
}

@media screen and (max-width: 450px) {
    .menu ul li .submenu {
        width: 540px;
    }
}

.btn-search {
    background-color: #4077F4;
    border-radius: 4px;
    height: 46px;
    cursor: pointer;
    color: #fff;
    padding: 0 18px;
    line-height: 46px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    margin-left: 10px
}