/*reset*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 30px);
    }
}

.layui-btn {
    border-radius: 0 !important;
}

/*页面*/
body {
    display: flex;
}

    body .page-leftnav {
        display: none;
        flex: none;
        width: 0;
        height: 100%;
        margin-right: 0 !important;
    }

    body .page-area {
        position: relative;
        flex: none;
        width: 100%;
    }

    body .page-mask {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }

/*header*/
.header .container {
    display: flex;
    align-items: center;
    height: 120px;
}

.header .left-area {
    display: flex;
    align-items: flex-start;
}

    .header .left-area .leftnav {
        display: none;
        width: 24px;
        margin-top: 24px;
        margin-right: 10px;
    }

.header .layui-btn-container {
    margin-left: 30px;
}

    .header .layui-btn-container .layui-btn {
        margin-bottom: 0;
        border-radius: 10px;
    }

        .header .layui-btn-container .layui-btn .text {
            font-size: 14px;
        }

.searcher form {
    border: none;
}

.header .searcher {
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: auto;
    padding-left: 20px;
    border: 1px solid #999;
}

    .header .searcher .input-text {
        width: 140px;
        height: 38px;
        font-size: 14px;
        color: #666;
        border: 0;
    }

    .header .searcher .submit {
        border: none;
        display: block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        margin-right: 10px;
        background-image: url(../images/icon_search.jpg);
    }

@media (max-width: 1200px) {
    .header .container {
        flex-direction: column;
        height: auto;
    }

    .header .left-area .leftnav {
        display: block;
    }

    .header .logo {
        width: calc(100% - 34px);
        margin-top: 20px;
    }

    .header .layui-btn-container {
        display: none;
    }

    .header .searcher {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        border: none;
        border-bottom: 1px solid #1776c3;
        border-radius: 0;
    }

        .header .searcher .input-text {
            width: calc(100% - 30px);
        }
}

/*nav*/
.nav {
    position: relative;
    z-index: 99;
    height: 50px;
    background-color: #245399;
    background-position: center;
}

    .nav .wap-nav-title {
        display: none;
    }

    .nav .nav-list {
        display: flex;
        align-items: center;
    }

    .nav .btn {
        position: relative;
        display: block;
        text-align: center;
        cursor: pointer;
    }

        .nav .btn.active,
        .nav .btn:hover {
            background-color: #002c4e;
        }

        .nav .btn .text {
            display: block;
            font-size: 16px;
            line-height: 50px;
            color: #fff;
        }

        .nav .btn .subnav {
            position: absolute;
            display: none;
            width: 100%;
            background-color: #245399;
        }

            .nav .btn .subnav .subbtn {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 30px;
                padding: 10px 0;
                font-size: 14px;
                line-height: 20px;
                font-weight: 100;
                color: #fff;
                border-top: 1px solid rgba(255,255,255,.5);
            }

                .nav .btn .subnav .subbtn.active,
                .nav .btn .subnav .subbtn:hover {
                    background-color: #002c4e;
                }

@media (max-width: 1200px) {
    .nav {
        height: auto;
        margin-top: 5px;
    }

        .nav .wap-nav-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            line-height: 46px;
            color: #fff;
        }

        .nav .nav-list {
            position: relative;
            display: none;
        }

        .nav .btn {
            position: static;
            width: 50% !important;
        }

            .nav .btn .subnav {
                top: 0;
                left: 50%;
                display: none;
                width: 50%;
            }
}

/*首页link*/
.default-link-area {
    margin-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f8f9;
    border-top: 1px solid #bebebe;
}

    .default-link-area .area-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #555;
        text-align: center;
    }

    .default-link-area .list {
        margin-top: 15px;
    }

        .default-link-area .list .item {
            margin-right: 30px;
            font-size: 16px;
            line-height: 32px;
            color: #555;
            word-break: keep-all;
        }

            .default-link-area .list .item:hover {
                color: #267ece;
            }

    .default-link-area .select-list {
        margin-top: 20px;
        margin-bottom: 5px;
    }

        .default-link-area .select-list select {
            width: 70%;
            height: 36px;
        }

@media (max-width: 1200px) {
    .default-link-area .list {
        column-count: 2;
    }

        .default-link-area .list .item {
            display: inline-block;
            width: 100%;
            margin-right: 0 !important;
            font-size: 14px;
            /*文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .default-link-area .select-list {
        margin-top: 0;
    }

        .default-link-area .select-list select {
            width: 100%;
            margin-top: 15px;
        }
}

/*footer*/
.footer {
    background-color: #373f48;
    background-position: center;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }

    .footer .left-area {
        display: flex;
        align-items: center;
    }

    .footer .video {
        flex: none;
        width: 56px;
        height: 56px;
        background-image: url(../images/footer_video.png);
    }

    .footer .wechat {
        position: relative;
        flex: none;
        width: 56px;
        height: 56px;
        margin-left: 15px;
        background-image: url(../images/footer_wechat.png);
        cursor: pointer;
    }

        .footer .wechat .qcode {
            position: absolute;
            top: -160px;
            left: calc(-75px + 56px / 2);
z-index: 99;
            display: none;
            width: 150px;
            height: 150px;
        }

        .footer .wechat:hover .qcode {
            display: block;
        }

    .footer .text-area {
        margin-left: 40px;
    }

        .footer .text-area .text {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
        }

@media (max-width: 1200px) {
    .footer .container {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer .text-area {
        margin-top: 15px;
        margin-left: 0;
    }

        .footer .text-area .text {
            display: block;
            font-size: 14px;
        }
}

/*主要按钮*/
.main-btn-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .main-btn-area .btn {
        display: flex;
        align-items: center;
        width: calc(16.6% - 16px);
        padding: 20px;
        background-color: #39f;
    }

        .main-btn-area .btn + .btn {
            margin-left: 20px;
        }

        .main-btn-area .btn .text {
            flex: auto;
            margin-left: 10px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }

@media (max-width: 1200px) {
    .main-btn-area {
        flex-wrap: wrap;
    }

        .main-btn-area .btn {
            width: 100%;
            height: 38px;
            padding: 10px;
        }

            .main-btn-area .btn + .btn {
                margin-left: 0;
                margin-top: 10px;
            }

            .main-btn-area .btn .icon {
                width: 30px;
            }

            .main-btn-area .btn .text {
                font-size: 14px !important;
            }
}

/*banner*/
.banner-area {
    margin-top: 20px;
}

    .banner-area #NewsLunbo {
        position: relative;
    }

        .banner-area #NewsLunbo .layui-carousel-ind {
            width: 800px;
        }

    .banner-area .item .pic-box {
        float: left;
        width: 800px;
        height: 100%;
    }

        .banner-area .item .pic-box .pic {
            display: block;
            width: 800px;
            height: 450px;
        }

    .banner-area .item .news-box {
        float: right;
        width: calc(400px - 60px);
        
        padding: 56px 30px;
        background-color: #245399;
    }

        .banner-area .item .news-box .title {
            display: block;
            max-height: 80px;
            margin-top: 30px;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .banner-area .item .news-box .title:hover {
                text-decoration: underline;
            }

        .banner-area .item .news-box .text {
            max-height: 130px;
            margin-top: 30px;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .banner-area .item .news-box .more {
            display: block;
            width: 70px;
            margin: auto;
            margin-top: 30px;
            padding: 8px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            border: 1px solid #fff;
        }

@media (max-width: 1200px) {
    .banner-area #NewsLunbo .layui-carousel-ind {
        width: 100%;
    }

    .banner-area .item .pic-box {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

        .banner-area .item .pic-box .pic {
            width: 100%;
            height: 400px;
        }

    .banner-area .item .news-box {
        float: none;
        
        width: calc(100% - 30px);
        padding: 15px;
    }

        .banner-area .item .news-box .title {
            height: 48px;
            margin-top: 0;
            font-size: 18px;
        }

        .banner-area .item .news-box .text {
            max-height: 80px;
            margin-top: 10px;
            font-size: 14px;
            -webkit-line-clamp: 3;
        }

        .banner-area .item .news-box .more {
            margin-top: 15px;
            padding: 5px 8px;
            font-size: 14px;
        }
}

@media (max-width: 650px) {
    .banner-area .item .pic-box .pic {
        height: 250px;
    }
}

/*首页盒*/
.default-box {
    position: relative;
    padding: 35px 20px 20px 20px;
    border: 2px solid #eee;
}

    .default-box .default-title-box {
        position: absolute;
        top: -43px;
        left: 10px;
        display: inline-flex;
        align-items: center;
        padding: 20px 15px;
        background-color: #fff;
    }

        .default-box .default-title-box .title {
            font-size: 26px;
            font-weight: bold;
            color: #245399;
        }

        .default-box .default-title-box .more {
            margin-left: 20px;
            font-size: 14px;
            color: #999;
        }

@media (max-width: 1200px) {
    .default-box {
        padding: 30px 15px;
    }

        .default-box .default-title-box {
            top: -20px;
            padding: 5px 10px;
        }

            .default-box .default-title-box .title {
                font-size: 20px;
            }

            .default-box .default-title-box .more {
                font-size: 14px;
            }
}

/*新闻列表*/
.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-list-item + .news-list-item {
        margin-top: 12.2px;
    }

    .news-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .news-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .news-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .news-list-item .title-box {
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*通知列表*/
.notice-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .notice-list-item + .notice-list-item {
        margin-top: 12.2px;
    }

    .notice-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .notice-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .notice-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .notice-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .notice-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*首页新闻通知*/
@media (max-width: 1200px) {
    .default-news_notice {
        width: 100%;
        margin-top: 30px !important;
    }
        /*新闻*/
        .default-news_notice .layui-col-md7 {
            margin-top: 10px;
        }

    .news-list-item .title {
        font-size: 14px !important;
    }

    .news-list-item .date {
        display: none;
    }

    /*通知*/
    .default-news_notice .layui-col-md5 {
        margin-top: 10px;
    }

    .notice-list-item .title-box .icon {
        font-size: 16px;
    }

    .notice-list-item .title-box .title {
        font-size: 15px;
    }

    .notice-list-item .date {
        display: none;
    }
}

/*分页*/
.pager-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*面包屑*/
.page-path-area {
    margin-top: 20px;
}

    .page-path-area span,
    .page-path-area a {
        font-size: 16px;
        color: #999;
    }

/*模块菜单*/
.modular-menu {
    height: calc(100% - 34px);
    margin-top: 30px;
    border: 2px solid #eee;
}

    .modular-menu .title {
        padding: 15px;
        font-size: 30px;
        font-weight: bold;
        color: #245399;
        border-bottom: 2px solid #eee;
    }

    .modular-menu .list .item {
        display: block;
        padding: 20px 15px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        border-left: 6px solid transparent;
    }

        .modular-menu .list .item:hover {
            color: #245399;
            border-left: 6px solid #245399;
        }

@media (max-width: 1200px) {
    .modular-menu-area {
        display: none;
    }
}

/*文章列表*/
@media (max-width: 1200px) {
    .art-list-area {
        display: initial !important;
        width: 100%;
    }
}

/*文章区域*/
.art-area {
    margin-top: 20px;
}

    .art-area .art-title {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: var(--blue);
        text-align: center;
    }

    .art-area .art-info {
        margin-top: 15px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }

        .art-area .art-info .item {
            margin-left: 15px;
        }

    .art-area .art-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #555;
    }

@media (max-width: 1200px) {
    .art-area .art-info .item {
        font-size: 12px;
    }

    .art-area .art-content img {
        max-width: 100%;
    }
}

/*图片列表*/
.pic-list .pic-list-item {
    position: relative;
    display: block;
    height: 230px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s linear;
}

    .pic-list .pic-list-item:hover {
        top: -10px;
        border-color: rgba(67,184,232,.6);
        box-shadow: 0 0 5px rgba(67,184,232,1);
    }

    .pic-list .pic-list-item .pic {
        display: block;
        width: 100%;
        height: 150px;
    }

    .pic-list .pic-list-item .content {
        padding: 8px 10px;
    }

    .pic-list .pic-list-item .title {
        font-size: 16px;
        font-weight: bold;
        color: #555;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pic-list .pic-list-item:hover .title {
        color: var(--blue);
    }

    .pic-list .pic-list-item .info {
        margin-top: 5px;
        line-height: 22px;
        color: #999;
        /*多行文本溢出隐藏*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .pic-list .pic-list-item {
        height: 260px;
    }

        .pic-list .pic-list-item .pic {
            height: 180px;
        }
}

/*下载列表*/
.download-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .download-list-item + .download-list-item {
        margin-top: 12.2px;
    }

    .download-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .download-list-item .title-box .layui-icon {
            font-size: 22px;
            font-weight: bold;
            color: #245399;
        }

        .download-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
        }

            .download-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .download-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

@media (max-width: 1200px) {
    .download-list-item .title-box .icon {
        font-size: 14px;
    }

    .download-list-item .title-box .title {
        font-size: 15px;
    }

    .download-list-item .date {
        display: none;
    }
}
/*reset*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 30px);
    }
}

.layui-btn {
    border-radius: 0 !important;
}

/*页面*/
body {
    display: flex;
}

    body .page-leftnav {
        display: none;
        flex: none;
        width: 0;
        height: 100%;
        margin-right: 0 !important;
    }

    body .page-area {
        position: relative;
        flex: none;
        width: 100%;
    }

    body .page-mask {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }

/*header*/
.header .container {
    display: flex;
    align-items: center;
    height: 120px;
}

.header .left-area {
    display: flex;
    align-items: flex-start;
}

    .header .left-area .leftnav {
        display: none;
        width: 24px;
        margin-top: 24px;
        margin-right: 10px;
    }

.header .layui-btn-container {
    margin-left: 30px;
}

    .header .layui-btn-container .layui-btn {
        margin-bottom: 0;
        border-radius: 10px;
    }

        .header .layui-btn-container .layui-btn .text {
            font-size: 14px;
        }

.header .searcher {
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: 140px;
    padding-left: 20px;
    border: 1px solid #999;
}

    .header .searcher .input-text {
        width: 140px;
        height: 38px;
        font-size: 14px;
        color: #666;
        border: 0;
    }

    .header .searcher .submit {
        border: none;
        display: block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        margin-right: 10px;
        background-image: url(../images/icon_search.jpg);
    }

@media (max-width: 1200px) {
    .header .container {
        flex-direction: column;
        height: auto;
    }

    .header .left-area .leftnav {
        display: block;
    }

    .header .logo {
        width: calc(100% - 34px);
        margin-top: 20px;
    }

    .header .layui-btn-container {
        display: none;
    }

    .header .searcher {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        border: none;
        border-bottom: 1px solid #1776c3;
        border-radius: 0;
    }

        .header .searcher .input-text {
            width: calc(100% - 30px);
        }
}

/*nav*/
.nav {
    position: relative;
    z-index: 99;
    height: 50px;
    background-color: #245399;
    background-position: center;
}

    .nav .wap-nav-title {
        display: none;
    }

    .nav .nav-list {
        display: flex;
        align-items: center;
    }

    .nav .btn {
        position: relative;
        display: block;
        text-align: center;
        cursor: pointer;
    }

        .nav .btn.active,
        .nav .btn:hover {
            background-color: #002c4e;
        }

        .nav .btn .text {
            display: block;
            font-size: 16px;
            line-height: 50px;
            color: #fff;
        }

        .nav .btn .subnav {
            position: absolute;
            display: none;
            width: 100%;
            background-color: #245399;
        }

            .nav .btn .subnav .subbtn {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 30px;
                padding: 10px 0;
                font-size: 14px;
                line-height: 20px;
                font-weight: 100;
                color: #fff;
                border-top: 1px solid rgba(255,255,255,.5);
            }

                .nav .btn .subnav .subbtn.active,
                .nav .btn .subnav .subbtn:hover {
                    background-color: #002c4e;
                }

@media (max-width: 1200px) {
    .nav {
        height: auto;
        margin-top: 5px;
    }

        .nav .wap-nav-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            line-height: 46px;
            color: #fff;
        }

        .nav .nav-list {
            position: relative;
            display: none;
        }

        .nav .btn {
            position: static;
            width: 50% !important;
        }

            .nav .btn .subnav {
                top: 0;
                left: 50%;
                display: none;
                width: 50%;
            }
}

/*首页link*/
.default-link-area {
    margin-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f8f9;
    border-top: 1px solid #bebebe;
}

    .default-link-area .area-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #555;
        text-align: center;
    }

    .default-link-area .list {
        margin-top: 15px;
    }

        .default-link-area .list .item {
            margin-right: 30px;
            font-size: 16px;
            line-height: 32px;
            color: #555;
            word-break: keep-all;
        }

            .default-link-area .list .item:hover {
                color: #267ece;
            }

    .default-link-area .select-list {
        margin-top: 20px;
        margin-bottom: 5px;
    }

        .default-link-area .select-list select {
            width: 70%;
            height: 36px;
        }

@media (max-width: 1200px) {
    .default-link-area .list {
        column-count: 2;
    }

        .default-link-area .list .item {
            display: inline-block;
            width: 100%;
            margin-right: 0 !important;
            font-size: 14px;
            /*文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .default-link-area .select-list {
        margin-top: 0;
    }

        .default-link-area .select-list select {
            width: 100%;
            margin-top: 15px;
        }
}

/*footer*/
.footer {
    background-color: #373f48;
    background-position: center;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }

    .footer .left-area {
        display: flex;
        align-items: center;
    }

    .footer .video {
        flex: none;
        width: 56px;
        height: 56px;
        background-image: url(../images/footer_video.png);
    }

    .footer .wechat {
        position: relative;
        flex: none;
        width: 56px;
        height: 56px;
        margin-left: 15px;
        background-image: url(../images/footer_wechat.png);
        cursor: pointer;
    }

        .footer .wechat .qcode {
            position: absolute;
            top: -160px;
            left: calc(-75px + 56px / 2);
            display: none;
            width: 150px;
            height: 150px;
        }

        .footer .wechat:hover .qcode {
            display: block;
        }

    .footer .text-area {
        margin-left: 40px;
    }

        .footer .text-area .text {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
        }

@media (max-width: 1200px) {
    .footer .container {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer .text-area {
        margin-top: 15px;
        margin-left: 0;
    }

        .footer .text-area .text {
            display: block;
            font-size: 14px;
        }
}

/*主要按钮*/
.main-btn-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .main-btn-area .btn {
        display: flex;
        align-items: center;
        width: calc(16.6% - 16px);
        padding: 20px;
        background-color: #39f;
    }

        .main-btn-area .btn + .btn {
            margin-left: 20px;
        }

        .main-btn-area .btn .text {
            flex: auto;
            margin-left: 10px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }

@media (max-width: 1200px) {
    .main-btn-area {
        flex-wrap: wrap;
    }

        .main-btn-area .btn {
            width: 100%;
            height: 38px;
            padding: 10px;
        }

            .main-btn-area .btn + .btn {
                margin-left: 0;
                margin-top: 10px;
            }

            .main-btn-area .btn .icon {
                width: 30px;
            }

            .main-btn-area .btn .text {
                font-size: 14px !important;
            }
}

/*banner*/
.banner-area {
    margin-top: 20px;
}

    .banner-area #NewsLunbo {
        position: relative;
    }

        .banner-area #NewsLunbo .layui-carousel-ind {
            width: 800px;
        }

    .banner-area .item .pic-box {
        float: left;
        width: 800px;
        height: 100%;
    }

        .banner-area .item .pic-box .pic {
            display: block;
            width: 800px;
            height: 450px;
        }

    .banner-area .item .news-box {
        float: right;
        width: calc(400px - 60px);
       
        padding: 56px 30px;
        background-color: #245399;
    }

        .banner-area .item .news-box .title {
            display: block;
            max-height: 80px;
            margin-top: 30px;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .banner-area .item .news-box .title:hover {
                text-decoration: underline;
            }

        .banner-area .item .news-box .text {
            max-height: 130px;
            margin-top: 30px;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .banner-area .item .news-box .more {
            display: block;
            width: 70px;
            margin: auto;
            margin-top: 30px;
            padding: 8px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            border: 1px solid #fff;
        }

@media (max-width: 1200px) {
    .banner-area #NewsLunbo .layui-carousel-ind {
        width: 100%;
    }

    .banner-area .item .pic-box {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

        .banner-area .item .pic-box .pic {
            width: 100%;
            height: 400px;
        }

    .banner-area .item .news-box {
        float: none;
      
        width: calc(100% - 30px);
        padding: 15px;
    }

        .banner-area .item .news-box .title {
            height: 48px;
            margin-top: 0;
            font-size: 18px;
        }

        .banner-area .item .news-box .text {
            max-height: 80px;
            margin-top: 10px;
            font-size: 14px;
            -webkit-line-clamp: 3;
        }

        .banner-area .item .news-box .more {
            margin-top: 15px;
            padding: 5px 8px;
            font-size: 14px;
        }
}

@media (max-width: 650px) {
    .banner-area .item .pic-box .pic {
        height: 250px;
    }
}

/*首页盒*/
.default-box {
    position: relative;
    padding: 35px 20px 20px 20px;
    border: 2px solid #eee;
}

    .default-box .default-title-box {
        position: absolute;
        top: -43px;
        left: 10px;
        display: inline-flex;
        align-items: center;
        padding: 20px 15px;
        background-color: #fff;
    }

        .default-box .default-title-box .title {
            font-size: 26px;
            font-weight: bold;
            color: #245399;
        }

        .default-box .default-title-box .more {
            margin-left: 20px;
            font-size: 14px;
            color: #999;
        }

@media (max-width: 1200px) {
    .default-box {
        padding: 30px 15px;
    }

        .default-box .default-title-box {
            top: -20px;
            padding: 5px 10px;
        }

            .default-box .default-title-box .title {
                font-size: 20px;
            }

            .default-box .default-title-box .more {
                font-size: 14px;
            }
}

/*新闻列表*/
.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-list-item + .news-list-item {
        margin-top: 12.2px;
    }

    .news-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .news-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .news-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .news-list-item .title-box {
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*通知列表*/
.notice-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .notice-list-item + .notice-list-item {
        margin-top: 12.2px;
    }

    .notice-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .notice-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .notice-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .notice-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .notice-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*首页新闻通知*/
@media (max-width: 1200px) {
    .default-news_notice {
        width: 100%;
        margin-top: 30px !important;
    }
        /*新闻*/
        .default-news_notice .layui-col-md7 {
            margin-top: 10px;
        }

    .news-list-item .title {
        font-size: 14px !important;
    }

    .news-list-item .date {
        display: none;
    }

    /*通知*/
    .default-news_notice .layui-col-md5 {
        margin-top: 10px;
    }

    .notice-list-item .title-box .icon {
        font-size: 16px;
    }

    .notice-list-item .title-box .title {
        font-size: 15px;
    }

    .notice-list-item .date {
        display: none;
    }
}

/*分页*/
.pager-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*面包屑*/
.page-path-area {
    margin-top: 20px;
}

    .page-path-area span,
    .page-path-area a {
        font-size: 16px;
        color: #999;
    }

/*模块菜单*/
.modular-menu {
    height: calc(100% - 34px);
    margin-top: 30px;
    border: 2px solid #eee;
}

    .modular-menu .title {
        padding: 15px;
        font-size: 30px;
        font-weight: bold;
        color: #245399;
        border-bottom: 2px solid #eee;
    }

    .modular-menu .list .item {
        display: block;
        padding: 20px 15px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        border-left: 6px solid transparent;
    }

        .modular-menu .list .item:hover {
            color: #245399;
            border-left: 6px solid #245399;
        }

@media (max-width: 1200px) {
    .modular-menu-area {
        display: none;
    }
}

/*文章列表*/
@media (max-width: 1200px) {
    .art-list-area {
        display: initial !important;
        width: 100%;
    }
}

/*文章区域*/
.art-area {
    margin-top: 20px;
}

    .art-area .art-title {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: var(--blue);
        text-align: center;
    }

    .art-area .art-info {
        margin-top: 15px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }

        .art-area .art-info .item {
            margin-left: 15px;
        }

    .art-area .art-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #555;
    }

@media (max-width: 1200px) {
    .art-area .art-info .item {
        font-size: 12px;
    }

    .art-area .art-content img {
        max-width: 100%;
    }
}

/*图片列表*/
.pic-list .pic-list-item {
    position: relative;
    display: block;
    height: 230px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s linear;
}

    .pic-list .pic-list-item:hover {
        top: -10px;
        border-color: rgba(67,184,232,.6);
        box-shadow: 0 0 5px rgba(67,184,232,1);
    }

    .pic-list .pic-list-item .pic {
        display: block;
        width: 100%;
        height: 150px;
    }

    .pic-list .pic-list-item .content {
        padding: 8px 10px;
    }

    .pic-list .pic-list-item .title {
        font-size: 16px;
        font-weight: bold;
        color: #555;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pic-list .pic-list-item:hover .title {
        color: var(--blue);
    }

    .pic-list .pic-list-item .info {
        margin-top: 5px;
        line-height: 22px;
        color: #999;
        /*多行文本溢出隐藏*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .pic-list .pic-list-item {
        height: 260px;
    }

        .pic-list .pic-list-item .pic {
            height: 180px;
        }
}

/*下载列表*/
.download-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .download-list-item + .download-list-item {
        margin-top: 12.2px;
    }

    .download-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .download-list-item .title-box .layui-icon {
            font-size: 22px;
            font-weight: bold;
            color: #245399;
        }

        .download-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
        }

            .download-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .download-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

@media (max-width: 1200px) {
    .download-list-item .title-box .icon {
        font-size: 14px;
    }

    .download-list-item .title-box .title {
        font-size: 15px;
    }

    .download-list-item .date {
        display: none;
    }
}
/*reset*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 30px);
    }
}

.layui-btn {
    border-radius: 0 !important;
}

/*页面*/
body {
    display: flex;
}

    body .page-leftnav {
        display: none;
        flex: none;
        width: 0;
        height: 100%;
        margin-right: 0 !important;
    }

    body .page-area {
        position: relative;
        flex: none;
        width: 100%;
    }

    body .page-mask {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }

/*header*/
.header .container {
    display: flex;
    align-items: center;
    height: 120px;
}

.header .left-area {
    display: flex;
    align-items: flex-start;
}

    .header .left-area .leftnav {
        display: none;
        width: 24px;
        margin-top: 24px;
        margin-right: 10px;
    }

.header .layui-btn-container {
    margin-left: 30px;
}

    .header .layui-btn-container .layui-btn {
        margin-bottom: 0;
        border-radius: 10px;
    }

        .header .layui-btn-container .layui-btn .text {
            font-size: 14px;
        }

.searcher form {
    border: none;
}

.header .searcher {
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: auto;
    padding-left: 20px;
    border: 1px solid #999;
}

    .header .searcher .input-text {
        width: 140px;
        height: 38px;
        font-size: 14px;
        color: #666;
        border: 0;
    }

    .header .searcher .submit {
        border: none;
        display: block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        margin-right: 10px;
        background-image: url(../images/icon_search.jpg);
    }

@media (max-width: 1200px) {
    .header .container {
        flex-direction: column;
        height: auto;
    }

    .header .left-area .leftnav {
        display: block;
    }

    .header .logo {
        width: calc(100% - 34px);
        margin-top: 20px;
    }

    .header .layui-btn-container {
        display: none;
    }

    .header .searcher {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        border: none;
        border-bottom: 1px solid #1776c3;
        border-radius: 0;
    }

        .header .searcher .input-text {
            width: calc(100% - 30px);
        }
}

/*nav*/
.nav {
    position: relative;
    z-index: 99;
    height: 50px;
    background-color: #245399;
    background-position: center;
}

    .nav .wap-nav-title {
        display: none;
    }

    .nav .nav-list {
        display: flex;
        align-items: center;
    }

    .nav .btn {
        position: relative;
        display: block;
        text-align: center;
        cursor: pointer;
    }

        .nav .btn.active,
        .nav .btn:hover {
            background-color: #002c4e;
        }

        .nav .btn .text {
            display: block;
            font-size: 16px;
            line-height: 50px;
            color: #fff;
        }

        .nav .btn .subnav {
            position: absolute;
            display: none;
            width: 100%;
            background-color: #245399;
        }

            .nav .btn .subnav .subbtn {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 30px;
                padding: 10px 0;
                font-size: 14px;
                line-height: 20px;
                font-weight: 100;
                color: #fff;
                border-top: 1px solid rgba(255,255,255,.5);
            }

                .nav .btn .subnav .subbtn.active,
                .nav .btn .subnav .subbtn:hover {
                    background-color: #002c4e;
                }

@media (max-width: 1200px) {
    .nav {
        height: auto;
        margin-top: 5px;
    }

        .nav .wap-nav-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            line-height: 46px;
            color: #fff;
        }

        .nav .nav-list {
            position: relative;
            display: none;
        }

        .nav .btn {
            position: static;
            width: 50% !important;
        }

            .nav .btn .subnav {
                top: 0;
                left: 50%;
                display: none;
                width: 50%;
            }
}

/*首页link*/
.default-link-area {
    margin-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f8f9;
    border-top: 1px solid #bebebe;
}

    .default-link-area .area-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #555;
        text-align: center;
    }

    .default-link-area .list {
        margin-top: 15px;
    }

        .default-link-area .list .item {
            margin-right: 30px;
            font-size: 16px;
            line-height: 32px;
            color: #555;
            word-break: keep-all;
        }

            .default-link-area .list .item:hover {
                color: #267ece;
            }

    .default-link-area .select-list {
        margin-top: 20px;
        margin-bottom: 5px;
    }

        .default-link-area .select-list select {
            width: 70%;
            height: 36px;
        }

@media (max-width: 1200px) {
    .default-link-area .list {
        column-count: 2;
    }

        .default-link-area .list .item {
            display: inline-block;
            width: 100%;
            margin-right: 0 !important;
            font-size: 14px;
            /*文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .default-link-area .select-list {
        margin-top: 0;
    }

        .default-link-area .select-list select {
            width: 100%;
            margin-top: 15px;
        }
}

/*footer*/
.footer {
    background-color: #373f48;
    background-position: center;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }

    .footer .left-area {
        display: flex;
        align-items: center;
    }

    .footer .video {
        flex: none;
        width: 56px;
        height: 56px;
        background-image: url(../images/footer_video.png);
    }

    .footer .wechat {
        position: relative;
        flex: none;
        width: 56px;
        height: 56px;
        margin-left: 15px;
        background-image: url(../images/footer_wechat.png);
        cursor: pointer;
    }

        .footer .wechat .qcode {
            position: absolute;
            top: -160px;
            left: calc(-75px + 56px / 2);
            display: none;
            width: 150px;
            height: 150px;
        }

        .footer .wechat:hover .qcode {
            display: block;
        }

    .footer .text-area {
        margin-left: 40px;
    }

        .footer .text-area .text {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
        }

@media (max-width: 1200px) {
    .footer .container {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer .text-area {
        margin-top: 15px;
        margin-left: 0;
    }

        .footer .text-area .text {
            display: block;
            font-size: 14px;
        }
}

/*主要按钮*/
.main-btn-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .main-btn-area .btn {
        display: flex;
        align-items: center;
        width: calc(16.6% - 16px);
        padding: 20px;
        background-color: #39f;
    }

        .main-btn-area .btn + .btn {
            margin-left: 20px;
        }

        .main-btn-area .btn .text {
            flex: auto;
            margin-left: 10px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }

@media (max-width: 1200px) {
    .main-btn-area {
        flex-wrap: wrap;
    }

        .main-btn-area .btn {
            width: 100%;
            height: 38px;
            padding: 10px;
        }

            .main-btn-area .btn + .btn {
                margin-left: 0;
                margin-top: 10px;
            }

            .main-btn-area .btn .icon {
                width: 30px;
            }

            .main-btn-area .btn .text {
                font-size: 14px !important;
            }
}

/*banner*/
.banner-area {
    margin-top: 20px;
}

    .banner-area #NewsLunbo {
        position: relative;
    }

        .banner-area #NewsLunbo .layui-carousel-ind {
            width: 800px;
        }

    .banner-area .item .pic-box {
        float: left;
        width: 800px;
        height: 100%;
    }

        .banner-area .item .pic-box .pic {
            display: block;
            width: 800px;
            height: 450px;
        }

    .banner-area .item .news-box {
        float: right;
        width: calc(400px - 60px);
       
         padding: 56px 30px;
        background-color: #245399;
    }

        .banner-area .item .news-box .title {
            display: block;
            max-height: 80px;
            margin-top: 30px;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .banner-area .item .news-box .title:hover {
                text-decoration: underline;
            }

        .banner-area .item .news-box .text {
            max-height: 130px;
            margin-top: 30px;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .banner-area .item .news-box .more {
            display: block;
            width: 70px;
            margin: auto;
            margin-top: 30px;
            padding: 8px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            border: 1px solid #fff;
        }

@media (max-width: 1200px) {
    .banner-area #NewsLunbo .layui-carousel-ind {
        width: 100%;
    }

    .banner-area .item .pic-box {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

        .banner-area .item .pic-box .pic {
            width: 100%;
            height: 400px;
        }

    .banner-area .item .news-box {
        float: none;
       
        width: calc(100% - 30px);
        padding: 15px;
    }

        .banner-area .item .news-box .title {
            height: 48px;
            margin-top: 0;
            font-size: 18px;
        }

        .banner-area .item .news-box .text {
            max-height: 80px;
            margin-top: 10px;
            font-size: 14px;
            -webkit-line-clamp: 3;
        }

        .banner-area .item .news-box .more {
            margin-top: 15px;
            padding: 5px 8px;
            font-size: 14px;
        }
}

@media (max-width: 650px) {
    .banner-area .item .pic-box .pic {
        height: 250px;
    }
}

/*首页盒*/
.default-box {
    position: relative;
    padding: 35px 20px 20px 20px;
    border: 2px solid #eee;
}

    .default-box .default-title-box {
        position: absolute;
        top: -43px;
        left: 10px;
        display: inline-flex;
        align-items: center;
        padding: 20px 15px;
        background-color: #fff;
    }

        .default-box .default-title-box .title {
            font-size: 26px;
            font-weight: bold;
            color: #245399;
        }

        .default-box .default-title-box .more {
            margin-left: 20px;
            font-size: 14px;
            color: #999;
        }

@media (max-width: 1200px) {
    .default-box {
        padding: 30px 15px;
    }

        .default-box .default-title-box {
            top: -20px;
            padding: 5px 10px;
        }

            .default-box .default-title-box .title {
                font-size: 20px;
            }

            .default-box .default-title-box .more {
                font-size: 14px;
            }
}

/*新闻列表*/
.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-list-item + .news-list-item {
        margin-top: 12.2px;
    }

    .news-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .news-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .news-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .news-list-item .title-box {
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*通知列表*/
.notice-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .notice-list-item + .notice-list-item {
        margin-top: 12.2px;
    }

    .notice-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .notice-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .notice-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .notice-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .notice-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*首页新闻通知*/
@media (max-width: 1200px) {
    .default-news_notice {
        width: 100%;
        margin-top: 30px !important;
    }
        /*新闻*/
        .default-news_notice .layui-col-md7 {
            margin-top: 10px;
        }

    .news-list-item .title {
        font-size: 14px !important;
    }

    .news-list-item .date {
        display: none;
    }

    /*通知*/
    .default-news_notice .layui-col-md5 {
        margin-top: 10px;
    }

    .notice-list-item .title-box .icon {
        font-size: 16px;
    }

    .notice-list-item .title-box .title {
        font-size: 15px;
    }

    .notice-list-item .date {
        display: none;
    }
}

/*分页*/
.pager-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*面包屑*/
.page-path-area {
    margin-top: 20px;
}

    .page-path-area span,
    .page-path-area a {
        font-size: 16px;
        color: #999;
    }

/*模块菜单*/
.modular-menu {
    height: calc(100% - 34px);
    margin-top: 30px;
    border: 2px solid #eee;
}

    .modular-menu .title {
        padding: 15px;
        font-size: 30px;
        font-weight: bold;
        color: #245399;
        border-bottom: 2px solid #eee;
    }

    .modular-menu .list .item {
        display: block;
        padding: 20px 15px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        border-left: 6px solid transparent;
    }

        .modular-menu .list .item:hover {
            color: #245399;
            border-left: 6px solid #245399;
        }

@media (max-width: 1200px) {
    .modular-menu-area {
        display: none;
    }
}

/*文章列表*/
@media (max-width: 1200px) {
    .art-list-area {
        display: initial !important;
        width: 100%;
    }
}

/*文章区域*/
.art-area {
    margin-top: 20px;
}

    .art-area .art-title {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: var(--blue);
        text-align: center;
    }

    .art-area .art-info {
        margin-top: 15px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }

        .art-area .art-info .item {
            margin-left: 15px;
        }

    .art-area .art-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #555;
    }

@media (max-width: 1200px) {
    .art-area .art-info .item {
        font-size: 12px;
    }

    .art-area .art-content img {
        max-width: 100%;
    }
}

/*图片列表*/
.pic-list .pic-list-item {
    position: relative;
    display: block;
    height: 230px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s linear;
}

    .pic-list .pic-list-item:hover {
        top: -10px;
        border-color: rgba(67,184,232,.6);
        box-shadow: 0 0 5px rgba(67,184,232,1);
    }

    .pic-list .pic-list-item .pic {
        display: block;
        width: 100%;
        height: 150px;
    }

    .pic-list .pic-list-item .content {
        padding: 8px 10px;
    }

    .pic-list .pic-list-item .title {
        font-size: 16px;
        font-weight: bold;
        color: #555;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pic-list .pic-list-item:hover .title {
        color: var(--blue);
    }

    .pic-list .pic-list-item .info {
        margin-top: 5px;
        line-height: 22px;
        color: #999;
        /*多行文本溢出隐藏*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .pic-list .pic-list-item {
        height: 260px;
    }

        .pic-list .pic-list-item .pic {
            height: 180px;
        }
}

/*下载列表*/
.download-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .download-list-item + .download-list-item {
        margin-top: 12.2px;
    }

    .download-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .download-list-item .title-box .layui-icon {
            font-size: 22px;
            font-weight: bold;
            color: #245399;
        }

        .download-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
        }

            .download-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .download-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

@media (max-width: 1200px) {
    .download-list-item .title-box .icon {
        font-size: 14px;
    }

    .download-list-item .title-box .title {
        font-size: 15px;
    }

    .download-list-item .date {
        display: none;
    }
}
/*reset*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 30px);
    }
}

.layui-btn {
    border-radius: 0 !important;
}

.banner1 .slick-dots{display: flex;bottom:20px;position: absolute;left: 10%;align-items: center;}
.banner1 .slick-dots li{width:10px;height:10px;border-radius:50%;background:#fff;opacity:1;margin:0 5px;}
.banner1 .slick-dots li button{display:none;}
.banner1 .slick-dots li.slick-active{opacity:1;background:#245399}
/*页面*/
body {
    display: flex;
}

    body .page-leftnav {
        display: none;
        flex: none;
        width: 0;
        height: 100%;
        margin-right: 0 !important;
    }

    body .page-area {
        position: relative;
        flex: none;
        width: 100%;
    }

    body .page-mask {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }

/*header*/
.header .container {
    display: flex;
    align-items: center;
    height: 120px;
}

.header .left-area {
    display: flex;
    align-items: flex-start;
}

    .header .left-area .leftnav {
        display: none;
        width: 24px;
        margin-top: 24px;
        margin-right: 10px;
    }

.header .layui-btn-container {
    margin-left: 30px;
}

    .header .layui-btn-container .layui-btn {
        margin-bottom: 0;
        border-radius: 10px;
    }

        .header .layui-btn-container .layui-btn .text {
            font-size: 14px;
        }

.header .searcher {
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: 140px;
    padding-left: 20px;
    border: 1px solid #999;
}

    .header .searcher .input-text {
        width: 140px;
        height: 38px;
        font-size: 14px;
        color: #666;
        border: 0;
    }

    .header .searcher .submit {
        border: none;
        display: block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        margin-right: 10px;
        background-image: url(../images/icon_search.jpg);
    }

@media (max-width: 1200px) {
    .header .container {
        flex-direction: column;
        height: auto;
    }

    .header .left-area .leftnav {
        display: block;
    }

    .header .logo {
        width: calc(100% - 34px);
        margin-top: 20px;
    }

    .header .layui-btn-container {
        display: none;
    }

    .header .searcher {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        border: none;
        border-bottom: 1px solid #1776c3;
        border-radius: 0;
    }

        .header .searcher .input-text {
            width: calc(100% - 30px);
        }
}

/*nav*/
.nav {
    position: relative;
    z-index: 99;
    height: 50px;
    background-color: #245399;
    background-position: center;
}

    .nav .wap-nav-title {
        display: none;
    }

    .nav .nav-list {
        display: flex;
        align-items: center;
    }

    .nav .btn {
        position: relative;
        display: block;
        text-align: center;
        cursor: pointer;
    }

        .nav .btn.active,
        .nav .btn:hover {
            background-color: #002c4e;
        }

        .nav .btn .text {
            display: block;
            font-size: 16px;
            line-height: 50px;
            color: #fff;
        }

        .nav .btn .subnav {
            position: absolute;
            display: none;
            width: 100%;
            background-color: #245399;
        }

            .nav .btn .subnav .subbtn {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 30px;
                padding: 10px 0;
                font-size: 14px;
                line-height: 20px;
                font-weight: 100;
                color: #fff;
                border-top: 1px solid rgba(255,255,255,.5);
            }

                .nav .btn .subnav .subbtn.active,
                .nav .btn .subnav .subbtn:hover {
                    background-color: #002c4e;
                }

@media (max-width: 1200px) {
    .nav {
        height: auto;
        margin-top: 5px;
    }

        .nav .wap-nav-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            line-height: 46px;
            color: #fff;
        }

        .nav .nav-list {
            position: relative;
            display: none;
        }

        .nav .btn {
            position: static;
            width: 50% !important;
        }

            .nav .btn .subnav {
                top: 0;
                left: 50%;
                display: none;
                width: 50%;
            }
}

/*首页link*/
.default-link-area {
    margin-top: 20px;
    padding-bottom: 15px;
    background-color: #f7f8f9;
    border-top: 1px solid #bebebe;
}

    .default-link-area .area-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #555;
        text-align: center;
    }

    .default-link-area .list {
        margin-top: 15px;
    }

        .default-link-area .list .item {
            margin-right: 30px;
            font-size: 16px;
            line-height: 32px;
            color: #555;
            word-break: keep-all;
        }

            .default-link-area .list .item:hover {
                color: #267ece;
            }

    .default-link-area .select-list {
        margin-top: 20px;
        margin-bottom: 5px;
    }

        .default-link-area .select-list .layui-col-md3 {
            position: relative;
            height: 50px;
        }

        .default-link-area .select-list select {
            position: absolute;
            left: 0;
            z-index: 1;
            width: 70%;
            height: auto;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .default-link-area .select-list select option {
                padding-top: 5px;
                padding-bottom: 5px;
            }

@media (max-width: 1200px) {
    .default-link-area .list {
        column-count: 2;
    }

        .default-link-area .list .item {
            display: inline-block;
            width: 100%;
            margin-right: 0 !important;
            font-size: 14px;
            /*文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .default-link-area .select-list {
        margin-top: 0;
    }

        .default-link-area .select-list select {
            width: 100%;
            margin-top: 15px;
        }
}

/*footer*/
.footer {
    background-color: #373f48;
    background-position: center;
}

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
    }

    .footer .left-area {
        display: flex;
        align-items: center;
    }

    .footer .video {
        flex: none;
        width: 56px;
        height: 56px;
        background-image: url(../images/footer_video.png);
    }

    .footer .wechat {
        position: relative;
        flex: none;
        width: 56px;
        height: 56px;
        margin-left: 15px;
        background-image: url(../images/footer_wechat.png);
        cursor: pointer;
    }

        .footer .wechat .qcode {
            position: absolute;
            top: -160px;
            left: calc(-75px + 56px / 2);
            display: none;
            width: 150px;
            height: 150px;
        }

        .footer .wechat:hover .qcode {
            display: block;
        }

    .footer .text-area {
        margin-left: 40px;
    }

        .footer .text-area .text {
            font-size: 16px;
            line-height: 26px;
            color: #fff;
        }

@media (max-width: 1200px) {
    .footer .container {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer .text-area {
        margin-top: 15px;
        margin-left: 0;
    }

        .footer .text-area .text {
            display: block;
            font-size: 14px;
        }
}

/*主要按钮*/
.main-btn-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .main-btn-area .btn {
        display: flex;
        align-items: center;
        width: calc(16.6% - 16px);
        padding: 20px;
        background-color: #39f;
    }

        .main-btn-area .btn + .btn {
            margin-left: 20px;
        }

        .main-btn-area .btn .text {
            flex: auto;
            margin-left: 10px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }

@media (max-width: 1200px) {
    .main-btn-area {
        flex-wrap: wrap;
    }

        .main-btn-area .btn {
            width: 100%;
            height: 38px;
            padding: 10px;
        }

            .main-btn-area .btn + .btn {
                margin-left: 0;
                margin-top: 10px;
            }

            .main-btn-area .btn .icon {
                width: 30px;
            }

            .main-btn-area .btn .text {
                font-size: 14px !important;
            }
}

/*banner*/
.banner-area {
    margin-top: 20px;
}

    .banner-area #NewsLunbo {
        position: relative;
    }

        .banner-area #NewsLunbo .layui-carousel-ind {
            width: 800px;
        }

    .banner-area .item .pic-box {
        float: left;
        width: 800px;
        height: 100%;
    }

        .banner-area .item .pic-box .pic {
            display: block;
            width: 800px;
            height: 450px;
        }

    .banner-area .item .news-box {
        float: right;
        width: calc(400px - 60px);
        
         padding: 56px 30px;
        background-color: #245399;
    }

        .banner-area .item .news-box .title {
            display: block;
            max-height: 80px;
            margin-top: 30px;
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .banner-area .item .news-box .title:hover {
                text-decoration: underline;
            }

        .banner-area .item .news-box .text {
            max-height: 130px;
            margin-top: 30px;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            /*多行文本溢出隐藏*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        .banner-area .item .news-box .more {
            display: block;
            width: 70px;
            margin: auto;
            margin-top: 30px;
            padding: 8px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            border: 1px solid #fff;
        }

@media (max-width: 1200px) {
    .banner-area #NewsLunbo .layui-carousel-ind {
        width: 100%;
    }

    .banner-area .item .pic-box {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

        .banner-area .item .pic-box .pic {
            width: 100%;
            height: 400px;
        }

    .banner-area .item .news-box {
        float: none;
       
        width: calc(100% - 30px);
        padding: 15px;
    }

        .banner-area .item .news-box .title {
            height: 48px;
            margin-top: 0;
            font-size: 18px;
        }

        .banner-area .item .news-box .text {
            max-height: 80px;
            margin-top: 10px;
            font-size: 14px;
            -webkit-line-clamp: 3;
        }

        .banner-area .item .news-box .more {
            margin-top: 15px;
            padding: 5px 8px;
            font-size: 14px;
        }
}

@media (max-width: 650px) {
    .banner-area .item .pic-box .pic {
        height: 250px;
    }
}

/*首页盒*/
.default-box {
    position: relative;
    padding: 35px 20px 20px 20px;
    border: 2px solid #eee;
}

    .default-box .default-title-box {
        position: absolute;
        top: -43px;
        left: 10px;
        display: inline-flex;
        align-items: center;
        padding: 20px 15px;
        background-color: #fff;
    }

        .default-box .default-title-box .title {
            font-size: 26px;
            font-weight: bold;
            color: #245399;
        }

        .default-box .default-title-box .more {
            margin-left: 20px;
            font-size: 14px;
            color: #999;
        }

@media (max-width: 1200px) {
    .default-box {
        padding: 30px 15px;
    }

        .default-box .default-title-box {
            top: -20px;
            padding: 5px 10px;
        }

            .default-box .default-title-box .title {
                font-size: 20px;
            }

            .default-box .default-title-box .more {
                font-size: 14px;
            }
}

/*新闻列表*/
.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .news-list-item + .news-list-item {
        margin-top: 12.2px;
    }

    .news-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .news-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .news-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .news-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .news-list-item .title-box {
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*通知列表*/
.notice-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .notice-list-item + .notice-list-item {
        margin-top: 12.2px;
    }

    .notice-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .notice-list-item .title-box .icon {
            font-size: 26px;
            color: #245399;
        }

        .notice-list-item .title-box .title {
            margin-left: 5px;
            font-size: 14px;
            color: #555;
            /*单行文本溢出隐藏*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .notice-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .notice-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

/*首页新闻通知*/
@media (max-width: 1200px) {
    .default-news_notice {
        width: 100%;
        margin-top: 30px !important;
    }
        /*新闻*/
        .default-news_notice .layui-col-md7 {
            margin-top: 10px;
        }

    .news-list-item .title {
        font-size: 14px !important;
    }

    .news-list-item .date {
        display: none;
    }

    /*通知*/
    .default-news_notice .layui-col-md5 {
        margin-top: 10px;
    }

    .notice-list-item .title-box .icon {
        font-size: 26px;
    }

    .notice-list-item .title-box .title {
        font-size: 15px;
    }

    .notice-list-item .date {
        display: none;
    }
}

/*分页*/
.pager-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*面包屑*/
.page-path-area {
    margin-top: 20px;
}

    .page-path-area span,
    .page-path-area a {
        font-size: 16px;
        color: #999;
    }

/*模块菜单*/
.modular-menu {
    height: calc(100% - 34px);
    margin-top: 30px;
    border: 2px solid #eee;
}

    .modular-menu .title {
        padding: 15px;
        font-size: 30px;
        font-weight: bold;
        color: #245399;
        border-bottom: 2px solid #eee;
    }

    .modular-menu .list .item {
        display: block;
        padding: 20px 15px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        border-left: 6px solid transparent;
    }

        .modular-menu .list .item:hover {
            color: #245399;
            border-left: 6px solid #245399;
        }

@media (max-width: 1200px) {
    .modular-menu-area {
        display: none;
    }
}

/*文章列表*/
@media (max-width: 1200px) {
    .art-list-area {
        display: initial !important;
        width: 100%;
    }
}

/*文章区域*/
.art-area {
    margin-top: 20px;
}

    .art-area .art-title {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: var(--blue);
        text-align: center;
    }

    .art-area .art-info {
        margin-top: 15px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }

        .art-area .art-info .item {
            margin-left: 15px;
        }

    .art-area .art-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 32px;
        color: #555;
    }

@media (max-width: 1200px) {
    .art-area .art-info .item {
        font-size: 12px;
    }

    .art-area .art-content img {
        max-width: 100%;
    }
}

/*图片列表*/
.pic-list .pic-list-item {
    position: relative;
    display: block;
    height: 230px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s linear;
}

    .pic-list .pic-list-item:hover {
        top: -10px;
        border-color: rgba(67,184,232,.6);
        box-shadow: 0 0 5px rgba(67,184,232,1);
    }

    .pic-list .pic-list-item .pic {
        display: block;
        width: 100%;
        height: 150px;
    }

    .pic-list .pic-list-item .content {
        padding: 8px 10px;
    }

    .pic-list .pic-list-item .title {
        font-size: 16px;
        font-weight: bold;
        color: #555;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pic-list .pic-list-item:hover .title {
        color: var(--blue);
    }

    .pic-list .pic-list-item .info {
        margin-top: 5px;
        line-height: 22px;
        color: #999;
        /*多行文本溢出隐藏*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .pic-list .pic-list-item {
        height: 260px;
    }

        .pic-list .pic-list-item .pic {
            height: 180px;
        }
}

/*下载列表*/
.download-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .download-list-item + .download-list-item {
        margin-top: 12.2px;
    }

    .download-list-item .title-box {
        flex: auto;
        display: flex;
        align-items: center;
        /*单行文本溢出隐藏*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .download-list-item .title-box .layui-icon {
            font-size: 22px;
            font-weight: bold;
            color: #245399;
        }

        .download-list-item .title-box .title {
            margin-left: 5px;
            font-size: 15px;
            color: #555;
        }

            .download-list-item .title-box .title:hover {
                color: #c00;
                text-decoration: underline;
            }

    .download-list-item .date {
        flex: none;
        margin-left: 30px;
        font-size: 14px;
        color: #999;
    }

@media (max-width: 1200px) {
    .download-list-item .title-box .icon {
        font-size: 14px;
    }

    .download-list-item .title-box .title {
        font-size: 15px;
    }

    .download-list-item .date {
        display: none;
    }
}