body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    min-height: 100%;
    height: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}

.header {
    overflow: hidden;
    position: relative;
    height: 40px;
    text-align: center;
    background-color: #FFFFFF;
}

    .header .logo {
        height: 30px;
        margin-top: 6px;
    }

.header-left,
.header-right {
    position: absolute;
}

.header-left {
    height: 20px;
    left: 15px;
    top: 10px;
}

.header-right {
    height: 15px;
    right: 15px;
    top: 12px;
}

.banner img {
    width: 100%;
    vertical-align: bottom;
}

.index-menus {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-right: -1px;
}

    .index-menus li {
        box-sizing: border-box;
        display: block;
        float: left;
        vertical-align: top;
        width: 25%;
        height: 100px;
        text-align: center;
        border-top: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF;
        position: relative;
    }

    .index-menus img {
        display: block;
        margin: 20px auto;
        width: 26px;
    }

    .index-menus span {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
    }

.hotnews {
    height: 45px;
    line-height: 45px;
    background-color: #4989e3;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    padding-left: 20px;
}

    .hotnews a {
        float: right;
        display: block;
        background-color: #5b98ee;
        color: #FFFFFF;
        width: 70px;
        text-align: center;
    }

.hotlist {
    background-color: #ececec;
}

    .hotlist ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

    .hotlist li span {
        display: inline-block;
        width: 5px;
        height: 5px;
        position: relative;
        bottom: 18px;
        background-color: red;
        margin-left: 15px;
        margin-right: 6px;
    }

    .hotlist a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

.entrance {
    width: 98%;
    overflow: hidden;
    margin: 0 auto;
    padding: 4px 0;
    margin-bottom: 60px;
    display: table;
}

    .entrance a {
        display: table-cell;
        padding: 10px;
    }

    .entrance img {
        width: 100%;
    }

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    background: #333333;
    height: 56px;
    /*line-height: 40px;*/
    font-size: 13px;
    padding-top:10px;
}

.footer p{
    margin:0;
}
.footer  a{
    color:#FFFFFF;
}
.footer a i {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    background: url(../img/icon-police.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}
.about-list {
    margin-bottom: 60px;
}

    .about-list a {
        display: block;
        background-color: #f7f7f7;
        margin-bottom: 3px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        overflow: hidden;
    }

    .about-list .alimg-left {
        width: 22px;
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        bottom: 2px;
    }

    .about-list .alimg-right {
        float: right;
        width: 12px;
        position: relative;
        top: 18px;
        right: 10px;
    }

.about-content {
    padding: 15px;
    margin-bottom: 60px;
    overflow: hidden;
}

    .about-content div.detail {
        font-size: 14px;
        line-height: 1.8em;
    }

        .about-content div.detail img {
            max-width: 100%;
        }

.sixblock {
    display: table;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.aboutblock {
    display: table-cell;
    position: relative;
    padding: 10px;
}

    .aboutblock img {
        width: 100%;
    }

    .aboutblock .shade {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 57px;
        background-color: #19a8e1;
        color: #FFFFFF;
        padding: 10px;
        margin: 10px;
    }

        .aboutblock .shade p {
            font-size: 12px;
            margin-top: 10px;
            line-height: 1.8em;
            text-align: justify;
            text-justify: inter-ideograph;
        }

.enter-content {
    height: 100%;
    background: url(../img/bg.jpg) #023a6e no-repeat left top;
    background-size: cover;
    padding: 20px 0;
}

.container {
    overflow: hidden;
    width: 93%;
    margin: 0 auto;
    display: table;
}

    .container .cell {
        display: table-cell;
        padding: 10px;
    }

.enter-content img {
    width: 100%;
}

.newslist {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

    .newslist li {
        border-bottom: 1px solid #eeeeee;
        padding: 20px 15px;
        overflow: hidden;
    }

    .newslist img {
        display: block;
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }

    .newslist .title {
        font-size: 16px;
        color: #333333;
    }

    .newslist p {
        color: #888888;
        font-size: 12px;
        line-height: 1.8em;
    }

.job-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 100px;
}

    .job-table thead {
        background-color: #4989e3;
        color:#ffffff;
    }

    .job-table th {
        height: 45px;
        font-weight: normal;
    }

    .job-table td {
        height: 50px;
        border-bottom: 1px solid #DDDDDD;
        text-align: center;
        font-size: 16px;
    }

    .job-table a {
        color: #266cb4;
    }

.jd-info {
    border-bottom: 1px solid #DDDDDD;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
}

.split {
    height: 30px;
    background-color: #EEEEEE;
}


.wap-menulist {
    background-color: rgba(0,0,0,.8);
    opacity: 0.9;
    /*width: 40%;*/
    padding-top: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60%;
    z-index: 6;
    padding-right:20px;
    position:fixed;
}

    .wap-menulist ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .wap-menulist ul li {
            /*background: url(img/right.png) no-repeat right 20px center;*/
            padding: 15px;
            color: #ffffff;
            font-size: 18px;
        }

            .wap-menulist ul li a {
                color: #ffffff;
                font-size: 14px;
            }

.SeeMore {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #555555;
    cursor: pointer;
    margin-bottom:50px;
}

    .SeeMore:hover {
        text-decoration: underline;
    }
