* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #999;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

body {
    position: relative;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.z_zcwdkbg1 {
    background: url(../images/z_zcwdk_bg.png) top center no-repeat;
}

body {
    background: url(../images/z_zcwdk_head.png) top center no-repeat;
}

.z_zcwdk_head {
    position: relative;
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    padding: 10px;
}

.z_zcwdk_logo {
    float: left;
    width: 300px;
    height: 60px;
}

/* 搜索框部分 */
.z_zcwdk_search {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 60px;
    margin: 0 auto;

}

.z_zcwdk_ssk {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 0 0 30px;
    border-radius: 30px;
    outline: none;
    font-size: 16px;
}

.z_zcwdk_ssk::placeholder {
    font-size: 16px;
    color: #999;
}

.z_zcwdk_btn {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 138px;
    height: 56px;
    padding: 0 0 0 30px;
    background: #f18613 url(../images/z_zcwdk_search.png) 20px no-repeat;
    border-radius: 30px;
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* 首页-主体部分 */
.z_zcwdk_container {
    padding: 65px 0;
}

.z_zcwdk_container li {
    position: relative;
    float: left;
    margin-right: 50px;
    margin-bottom: 60px;
    border: 1px #e4e4e4 solid;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    transition: all .5s;
}

.z_zcwdk_container li:hover {
    transform: perspective(1000px) translateZ(100px) rotateZ(360deg);
    image-rendering: pixelated;
    background-color: #effaff;
    border: transparent;
}


.z_zcwdk_container li:hover span {
    font-weight: 800;
    color: #1073b7;
}

.z_zcwdk_container li:nth-child(4n) {
    margin-right: 0;
}

.z_zcwdk_container li:nth-child(n+5) {
    margin-bottom: 0;
}

.z_zcwdk_container li a {

    display: inline-block;
    padding: 50px 80px;
}

.z_zcwdk_container li .z_zcwdk_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.z_zcwdk_container li span {
    display: inline-block;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
}

.z_zcwdk_container li:nth-child(1) .z_zcwdk_img {
    background: url(../images/z_zcwdk_qb.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(2) .z_zcwdk_img {
    background: url(../images/z_zcwdk_nybt.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(3) .z_zcwdk_img {
    background: url(../images/z_zcwdk_yyfz.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(4) .z_zcwdk_img {
    background: url(../images/z_zcwdk_xdny.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(5) .z_zcwdk_img {
    background: url(../images/z_zcwdk_xczx.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(6) .z_zcwdk_img {
    background: url(../images/z_zcwdk_nyjs.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(7) .z_zcwdk_img {
    background: url(../images/z_zcwdk_nyzx.png) top center no-repeat;
}

.z_zcwdk_container li:nth-child(8) .z_zcwdk_img {
    background: url(../images/z_zcwdk_xmbt.png) top center no-repeat;
}

/* 子页主体内容 */
.z_zcwdk_child_container {
    width: 1280px;
    height: 1600px;
    margin: 0 auto;

    padding-bottom: 50px;
}

/* 导航栏 */
.z_zcwdk_child_dhl {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
}

.z_zcwdk_child_dhl li {
    position: relative;
    float: left;
    border-radius: 5px;
}

.z_zcwdk_child_dhl li:hover {
    border-bottom: 5px #1073b7 solid;
    background: linear-gradient(0deg, #d5e9ff, #fff);
}

.z_zcwdk_child_dhl li.hover {
    border-bottom: 5px #1073b7 solid;
    background: linear-gradient(0deg, #d5e9ff, #fff);
}

.z_zcwdk_child_dhl li:hover a {
    font-weight: 800;
    color: #1073b7;
}

.z_zcwdk_child_dhl li.hover a {
    font-weight: 800;
    color: #1073b7;
}

.z_zcwdk_child_dhl li:hover::after {
    background-color: #fff;
}

.z_zcwdk_child_dhl a {
    font-size: 20px;
    line-height: 70px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #333;
}

.z_zcwdk_child_dhl li:first-child a {
    padding-left: 55px;
    padding-right: 55px;
}

.z_zcwdk_child_dhl li:nth-child(n+2) a {
    padding-left: 35px;
    padding-right: 35px;
}

.z_zcwdk_child_dhl li:nth-child(-n+7)::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 30px;
    background: linear-gradient(0deg, #77b6e0, #fff);
}

/* 文章列表页 */
.z_zcwdk_child_art {
    margin-top: 30px;
}

.z_zcwdk_child_art li {

    width: 100%;
    height: 185px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px #77b6e0 solid;
    border-radius: 20px;
    transition: all .5s;
}

.z_zcwdk_child_art li:hover {
    box-shadow: 10px 10px 10px #1073b7;
}

.z_zcwdk_child_art li:hover .z_zcwdk_title {
    color: #1073b7;
}

.z_zcwdk_child_art li:hover .z_zcwdk_text p {
    color: #333;
}

.z_zcwdk_child_art li:hover .z_zcwdk_time {
    color: #1073b7;
}

.z_zcwdk_title {
    position: relative;
    height: 30px;
    margin-bottom: 10px;
    color: #333;
}

.z_zcwdk_title span {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1073b7;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.z_zcwdk_title p {
    display: inline-block;
    width: 1157px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowarp;
    overflow: hidden;
}

.z_zcwdk_text {
    position: relative;
    height: 70px;
    margin-bottom: 5px;
}

.z_zcwdk_text span {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4dbab2;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.z_zcwdk_text p {
    display: block;
    width: 1157px;
    height: 60px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
}

.z_zcwdk_time {
    width: 100%;
    height: 35px;
    padding-left: 40px;
    background-color: #f0f7ff;
    line-height: 35px;
}

.z_zcwdk_time span {
    margin-right: 20px;
}

/* 分页特殊 */
.paginator a {
    background-color: #fff;
}

.z_zcwdk_dhlline {
    position: absolute;
    left: 0;
    top: 470px;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}
