﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #666;
    font: 14px/1.7 'Microsoft YaHei UI',Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    outline: none;
    text-decoration: none
}

    a:link, a:visited {
        color: #333
    }

    a:hover, a:active {
        color: #2F5597;
        /*text-decoration: underline*/
    }

.hidden {
    display: none
}

ol, ul {
    list-style: none
}

img {
    border: 0
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix {
    *zoom: 1
}

    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden
    }

.text-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mt20 {
    margin-top: 20px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt10 {
    margin-top: 10px !important
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 1300px;
}

.header-wrapper {
    position: relative;
    width: 100%;
    background: #2F5597;
}

    .header-wrapper .top {
        overflow: hidden;
    }

        .header-wrapper .top .logo {
            margin-top: 25px;
            float: left;
        }

        .header-wrapper .top .search {
            float: right;
            margin-top: 45px;
        }

            .header-wrapper .top .search .el-input {
                width: 280px;
                height: 40px;
                float: left;
            }

                .header-wrapper .top .search .el-input input {
                    background-color: #FFF;
                    background-image: none;
                    border-radius: 4px 0 0 4px;
                    border: 1px solid #DCDFE6;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 40px;
                    line-height: 40px;
                    outline: none;
                    padding: 0 15px;
                    width: 100%;
                    border-right: 0;
                }

            .header-wrapper .top .search button {
                width: 44px;
                height: 40px;
                float: right;
                border: none;
                background: #e2b004 url(search.svg) no-repeat center center;
                background-size: 20px 20px;
                border-radius: 0 4px 4px 0;
            }

    .header-wrapper .nav {
        height: 60px;
        line-height: 60px;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        margin-top: 35px;
    }

        .header-wrapper .nav > li {
            flex: 1;
        }

        .header-wrapper .nav > li {
            text-align: center;
        }

            .header-wrapper .nav > li > a {
                text-decoration: none;
                color: #fff;
                display: block;
            }

            .header-wrapper .nav > li.on {
                background: #fff;
            }

                .header-wrapper .nav > li.on > a {
                    color: #2F5597;
                }

            .header-wrapper .nav > li ul.sub_menu {
                position: absolute;
                height: 26px;
                line-height: 22px;
                left: 100px;
                display: none;
                bottom: 0
            }

                .header-wrapper .nav > li ul.sub_menu li {
                    margin-right: 20px;
                    float: left
                }

                    .header-wrapper .nav > li ul.sub_menu li a {
                        color: #027658;
                        font-size: 12px;
                        font-weight: 400
                    }

.content-wrapper {
}

.footer-wrapper {
    color: #fff;
    background: #2F5597;
}

    .footer-wrapper .content {
        overflow: hidden;
        font-size: 16px;
    }

        .footer-wrapper .content .txt {
            float: left;
            padding: 15px 0;
        }

            .footer-wrapper .content .txt p {
                padding: 10px 0;
            }

        .footer-wrapper .content .code {
            float: right;
            margin-top: 20px;
        }

            .footer-wrapper .content .code img {
                width: 110px;
                height: 110px;
            }

    .footer-wrapper .copyright {
        text-align: center;
        background: #234785;
        line-height: 40px;
    }

    .footer-wrapper a {
        color: #fff;
    }

.pager {
    clear: both;
    text-align: center;
    padding: 10px 0
}

body.memorial {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%)
}
