*{
    margin: 0;
    padding: 0;
    font-family: 'dengxian';
    font-size: 16px;
}

a{
    text-decoration:none;
    font-size: 16px;
    color: #fff;
}

ul{
    list-style: none;
}
/* 通用 */


/* 头部 */
.header{
    width: 100%;
    height: 110px;
    background-image: url(../img/zdsystop_bg.jpg);
    background-size: cover;
}
.h-link{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h-link a{
    color: #666666;
    text-decoration:none;
    display: flex;
    width: auto;
    align-items: center;
}

.h-link img{
    height: 70px;
    margin-right: 16px;
}

.header .logo-text{
}

.header .logo-ch{
    font-size: 27px;
    font-weight: bold;
    color: #00519C;
    letter-spacing: 3px;
}
/* 导航栏 */
.nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #00519C;
}

.nav ul{
    display: flex;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav ul li{
    width: auto;
    flex: 1;
}

.nav ul li a{
    display: block;
    color: #fff;
    text-align:center;
    font-weight: bold;
    align-self: center;
}

.nav ul li a:hover,.nav ul li a.active{
    background-color: #fff;
    color:#00519C;
}
/* 内容 */
.content{
    /* background-color: #ccc; */
}

.content .article{
    box-sizing: border-box;
    width: 1200px;
    margin: 20px auto;
    padding: 0 133px;
    font-size: 16px;
}

.content .article .position{
    margin-bottom: 20px;
}
.content .article .footer{
    display: flex;
    justify-content: end;
}
.content .article .footer a{
    font-size: 16px;
    color: #000;
}

/* 友情链接 */
.link-container{
    width: 100%;
    height: 230px;
    background-color: #00519C;
}

.link{
    width: 1200px;
    height: 230px;
    margin: 0 auto;
    display: flex;
}

.link-container .link>ul{
    flex: 1;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.link>ul li,.link>ul h3{
    vertical-align: middle;
    flex: 1;
    color: #fff;
}
.link>ul li a{
    font-size: 14px;
}
.link>ul h3{
    font-size: 16px;
    font-weight: 700;
}

/* 版权所有 */
.belong{
    width: 100%;
    height: 40;
    margin: 21px 0;
}

.belong .box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.belong .box div span,
.belong .box div span strong{
    font-size: 14px;
}
