* {
    margin: 0;
    padding: 0;
}

a {
    text-transform: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html,
body {
    background-color: rgba(229, 229, 229, 1);
    position: relative;
    min-height: 100vh;
}

header {
    position: relative;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    background-color: #2B78EC;
}

.nav_logo {
    float: left;
    width: 50%;
    height: 50px;
}

.nav_logo .nav_img {
    position: relative;
    left: 15px;
    width: 90%;
    height: 40px;
    background: url(/statics/nmgzb/image/logo.png) no-repeat;
    background-size: cover;
    z-index: 100;
}
.nav_logo .nav_text{
    position: relative;
    left: 15px;
    width: 90%;
    height: 40px;
    font-size: 13px;
    color: #fff;
    top: 12px;
}
.nav_button {
    position: relative;
    float: right;
    width: 50%;
    height: 50px;
}

.nav_button .menu-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    width: 30px;
    height: 2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-clip: content-box;
    padding: 7px 0;
    z-index: 10;
}

.nav_row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.84);
    display: none;
    z-index: 9999;
}

.nav_cen {
    width: 60%;
    padding: 20px;
    background-color: #fff;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: scroll;
}

.nav_close {
    text-align: right;
    font-size: 24px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 35px;
}

.nav_list {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    ;
}

.nav_h {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.nav_h a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.nav_tex {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.nav_p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    line-height: 30px;
    min-width: 100px;
    margin-right: 6px;
}

.nav_p a {
    color: rgba(166, 166, 166, 1);
    text-decoration: none;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /*background: rgba(26, 26, 26, 1);*/
    background: rgba(16, 36, 71, 1);
    padding: 20px 0;
}

.footer_img {
    width: 90%;
    margin: 0 auto;
}

.footer_img .img {
    width: 55%;
    margin: 0;
    padding: 0;
}

.footer_img .img img {
    width: 100%;
}

/*.footer_pic {*/
/*    width: 85%;*/
/*    height: 60px;*/
/*    margin: 20px auto;*/
/*    border-bottom: 1px solid #333333;*/
/*}*/
.footer_number {
    padding-left: 16px;
    padding-right: 20px;
    color: rgba(128, 128, 128, 1);
    font-size: 13px;
    line-height: 25px;
}
.footer_position {
    padding-left: 16px;
    padding-right: 20px;
    color: rgba(128, 128, 128, 1);
    font-size: 13px;
    line-height: 25px;
}
.footer_text {
    padding-left: 16px;
    padding-right: 20px;
    color: rgba(128, 128, 128, 1);
    font-size: 13px;
    line-height: 25px;
}
/*.footer_pic .pic_list {*/
/*    float: left;*/
/*    width: 50%;*/
/*}*/

/*.footer_pic .pic_list .pics {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 50%;*/
/*}*/

/*.footer_pic .pic_list .pics i {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 10px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*}*/

/*.footer_pic .pic_list .text {*/
/*    position: relative;*/
/*    float: right;*/
/*    width: 70%;*/
/*    height: 40px;*/
/*    color: #fff;*/
/*}*/

/*.footer_pic .pic_list .text .text_top {*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*    font-size: 10px;*/
/*}*/

/*.footer_pic .pic_list .text .text_bottom {*/
/*    height: 20px;*/
/*    line-height: 20px;*/
/*    font-size: 14px;*/
/*}*/

/*.footer_txt {*/
/*    width: 87%;*/
/*    margin: 0 auto;*/
/*}*/

.footer_txt p {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
}

#pages {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

#pages a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    color: #333;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    margin: 0 5px;
}

#pages a:hover {
    background: rgba(0, 117, 230);
    color: #ffffff;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 117, 230);
    border: 1px solid rgba(0, 117, 230);
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.pages .noPage {
    display: inline-block;
    width: 56px;
    height: 20px;
    line-height: 20px;
    background: url(/statics/nmgzb/wap/img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid rgba(197, 227, 251);
    text-align: center;
    color: #a4a4a4;
}

.pages {
    margin-bottom: 20px;
    font-size: 12px;
}

.pages a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    color: #333;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    margin: 0 5px;
}
<!--ºÄÊ±1768505460.8266Ãë-->