* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.main {
    padding-bottom: 20px;
}
.gao20px{
    height: 20px;
    width: 100%;
    clear: both;
}
/* 头部 */
.header {
    border-top: 5px solid #d33435;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 0px 5px 0px #a0a8b3;
}

.mnavmore {
    display: none;
}

.nheader {
    border-top: 5px solid #d33435;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* box-shadow: 0 0px 5px 0px #a0a8b3;  */
    background-color: #fff;
    position: relative;
    z-index: 9;
    width: 100%;
}

#maskBg.active {
    display: block;
}

#maskBg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: #000000b3;
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
}

.head {
    width: 1200px;
    margin: auto;
    height: 100%;
    border-top: 5px solid #0b539c;
    display: flex;
    margin-top: -5px;
    justify-content: space-between;
    align-items: center;
}

.nhead {
    width: 1200px;
    margin: auto;
    height: 100%;
    border-top: 5px solid #0b539c;
    display: flex;
    margin-top: -5px;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: inline-flex;
}

.nlogo {
    display: inline-flex;
    height: 70px;
}

.navbox {
    display: inline-flex;
    flex-direction: column;
    height: 80%;
    width: 77%;
    justify-content: space-between;
}

.topgnbox {
    color: #b8bec6;
    text-align: right;
}

.topgnbox>a {
    margin: 0 15px;
    color: #b8bec6;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav ul {
    display: inline-flex;
    flex-direction: row;
}

.nav ul li {
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 32px;
}

.nav ul li.on {
    background: url(../images/njdt_1.png) no-repeat;
    background-size: 100% 100%;
}

.nav ul li a {
    color: #48515a;
}

.nav ul li.on a {
    color: #fff;
}

.nnav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.nnav>ul {
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.nnav>ul>li {
    width: 95px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nnav>ul>li:hover {
    background-color: #ffbd46;
}

.nnav>ul>li.on {
    background-color: #ffbd46;
}

.nnav>ul>li>a {
    color: #666;
}

.nnav>ul>li.on>a {
    color: #666;
}

.nnav .zlist {
    background-color: rgba(22,73,155);
    display: none;
    position: absolute;
    top: 90px;
    z-index: 2;
    width: 150px;
    opacity: 0.7;
    border-top: 1px solid #0187ce;
}

.nnav li:hover>.zlist {
    display: block;
}

.nnav>ul>li>.zlist::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    border-bottom: 8px solid #0187ce;
}

.nnav>ul>li>.zlist>li>a {
    line-height: 38px;
    text-align: center;
    display: block;
    color: #fff;
    white-space: nowrap;
    padding: 0 5px;
}

.nnav>ul>li>.zlist>li>a:hover {
    text-decoration: none;
    color: #faad00;
    /* background-color: #fff; */
}

.submit {
    width: 27px;
    height: 27px;
    border: none;
    /* background: url(../images/njdt_4.jpg) no-repeat center center; */
    background: url(../images/njdt_5.png) no-repeat center center;
    background-color: #a0a8b3;
    cursor: pointer;
    border: 1px solid #b8bfc7;
    position: relative;
    left: -1px;
}

.ssipt {
    border: none;
    height: 25px;
    /* background: url(../images/njdt_5.png) no-repeat 10px center; */
    /* background-color: #a0a8b3; */
    border: 1px solid #b8bfc7;
    border-radius: 3px;
    padding-left: 10px;
    width: 160px;
    color: #b8bfc7;
}

.nav form {
    display: inline-flex;
    align-items: unset;
    margin-right: 15px;
}

.nnav form {
    display: inline-flex;
    align-items: unset;
    margin-right: 15px;
}

.mnavbox.active {
    opacity: 1;
    width: 300px;
    max-width: 60%;
}

.mnavbox {
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0px;
    width: 0px;
    background: #fff;
    height: 100%;
    height: 100vh;
    opacity: 0;
    transition: all 0.2s linear;
    overflow-y: auto;
}

.mnavbox ul li.current>a {
    color: #5a342b;
}

.mnavbox ul li {
    position: relative;
    line-height: 45px;
    text-align: left;
}

.mnavbox ul li a {
    padding-left: 30px;
    display: block;
    color: #999;
    font-size: 15px;
    line-height: 3.5;
    border-bottom: 1px solid #dcdcdc;
}

.mnavbox form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.header_hf{
    height: 200px;
    background-color: #3a6eb2;
    background: url(../images/headhf.jpg) no-repeat center/cover;
}

/* 脚部 */
.footer {
    border-top: 5px solid #d33435;
}

.footbox {
    width: 1200px;
    margin: auto;
    border-top: 5px solid #0b539c;
    display: flex;
    margin-top: -5px;
    flex-direction: column;
}

.footnav {
    display: flex;
    justify-content: center;
    color: #b8bec6;
    margin-top: 8px;
}

.footnav>a {
    margin: 0 15px;
    color: #b8bec6;
}

.foot {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
}

.foot>span {
    color: #bac1c8;
    font-size: 16px;
}

/* 新脚部 */
.w{
    width: 1200px;
    margin: 0 auto;
}
.cfzFooter-left {
    min-width: 800px;
}
.fl {
    float: left;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.indexFooter{
    background:#16499b;
    padding:20px 0;
    text-align: center;
    color:#fff;
}
.cfzFooter {
    background:#16499b;
    padding:55px 0 45px 0;
    color:#fff;
    position:relative;
    z-index:10;
    border-top:30px #e6eaf3 solid;
}
.cfzFooter-left {
    min-width:800px;
}
.cfzFooter-left .t {
    font-size:20px;
}
.cfzFooter-left .c {
    line-height:28px;
    padding:25px 0;
    font-size:16px;
}
.cfzFooter-left .wechat-btn {
    position:relative;
    display:block;
}
.cfzFooter-left .wechat-btn .icon {
    width:56px;
    display:inline-block;
}
.cfzFooter-left .wechat-btn .wechat-code {
    width:113px;
    position:absolute;
    left:70px;
    top:-25px;
    z-index:2;
    display:block;
    opacity:0;
    transition:opacity 0.2s linear;
    pointer-events:none;
}
.cfzFooter-left .wechat-btn:hover .wechat-code {
    opacity:1;
}
.cfzFooter-left .copy {
    font-size:16px;
    margin-top:20px;
}
.cfzFooter-menu dl {
    float:left;
    min-width:200px;
}
.cfzFooter-menu dl dt a {
    font-size:16px;
    color:#fff;
    display:block;
    padding:6px 0;
}
.cfzFooter-menu dl dt a:hover {
    color:#faad00;
}
.cfzFooter-menu dl dd a {
    display:block;
    color:#fff;
    padding:6px 0;
    font-size:16px;
}
.cfzFooter-menu dl dd a:hover {
    color:#faad00;
}
