.hqzc_bj {
    min-height: 500px;
    background: url(../zcwdk/header_bj.png) top center no-repeat;
    background-color: #f0f7ff;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.hq_header {
    height: 526px;
    overflow: hidden;
}

.hq_header_top {
    height: 72px;
    margin-top: 30px;
    overflow: hidden;
}

.hq_header_top .logo {
    display: block;
    width: 271px;
    height: 72px;
    float: left;
    overflow: hidden;
}

.hq_header_top .logo img {
    width: 100%;
    height: 100%;
}

.hq_header_top_r {
    height: 40px;
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

.hq_header_top_r ul {
    position: relative;
}

.hq_header_top_r ul li {
    display: block;
    line-height: 40px;
    margin-right: 25px;
    float: left;
}

.hq_header_top_r ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #C1D7F2;
}

.hq_header_top_r ul li.xian {
    display: block;
    width: 1px;
    height: 18px;
    margin-top: 12px;
    background: #fff;
}

.hq_header_top_r ul li.wza {
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../hqzc/wza.png) left center no-repeat;
}

.hq_header_top_r ul li.zbb {
    padding-left: 25px;
    box-sizing: border-box;
    background: url(../hqzc/zbb.png) left center no-repeat;
}

.hq_header_top_r ul li.fhsy {
    width: 122px;
    height: 40px;
    background: #C1D7F2;
    border-radius: 20px;
    text-align: center;
}

.hq_header_top_r ul li.fhsy a {
    font-size: 16px;
    color: #0736C2;
    text-align: center;
}

.hq_header_top_r ul li.fhsy a img {
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.5s;
}

.hq_header_top_r ul li.fhsy:hover a img {
    transform: translateX(-5px);
}

.zc_seach_box {
    width: 826px;
    height: 106px;
    padding-left: 30px;
    margin: 340px auto 0;
    box-sizing: border-box;
    background: url(../zcwdk/seach_bj.png) center center no-repeat;
}

.zc_seach_box img {
    display: block;
    float: left;
    margin-top: 30px;
}

.zc_seach_box input {
    display: block;
    width: 400px;
    float: left;
    height: 60px;
    border: 0;
    margin-top: 16px;
    outline: none;
    font-size: 18px;
    margin-left: 20px;
    color: #999999;
}

.zc_seach_box a {
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: 7px;
    background: #0770FA;
    border-radius: 8px;
    float: right;
    margin-right: 18px;
    font-size: 20px;
    color: #FFFFFF;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.zcwdk_menu {
    height: 150px;
    width: 1340px;
    margin: 50px auto 0;
    position: relative;
}

.zcwdk_menu .prev,
.zcwdk_menu .next {
    width: 31px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.zcwdk_menu .prev {
    left: 0;
    background: url(../zcwdk/prev.png) center center no-repeat;
}

.zcwdk_menu .next {
    right: 0;
    background: url(../zcwdk/next.png) center center no-repeat;
}

.zcwdk_menu .tempWrap {
    width: 1200px !important;
    margin: 0 auto;
}

.zcwdk_menu .bd ul li {
    width: 128px;
    height: 150px;
    margin-right: 50px;
}

.zcwdk_menu .bd ul li .img {
    width: 128px;
    height: 128px;
    padding-top: 27px;
    text-align: center;
    box-sizing: border-box;
    background: url(../zcwdk/zc_bj1.png) center center no-repeat;
}

.zcwdk_menu .bd ul li .img img {
    transition: all 0.5s;
}

.zcwdk_menu .bd ul li p {
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.zcwdk_menu .bd ul li:hover img {
    transform: rotateY(360deg);
}

.zcwdk_menu .bd ul li.on p {
    color: #0770FA;
    font-weight: bold;
}

.zcwdk_con {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    margin: 50px auto;
    box-sizing: border-box;
    overflow: hidden;
}

.zcwdk_con .tit {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.zcwdk_con .tit h3 {
    display: inline-block;
    height: 50px;
    font-weight: bold;
    font-size: 24px;
    color: #0770FA;
    position: relative;
}

.zcwdk_con .tit h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    display: block;
    background: #0770FA;
}

.zcwdk_con ul {
    margin-top: 30px;
}

.zcwdk_list ul li {
    height: 196px;
    background: #F3FAFE;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #D8F1FF;
}

.zcwdk_list ul li a {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    height: 44px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 50px;
    background: url(../zcwdk/zc_ico.png) left top no-repeat;
    border-bottom: 1px solid #d8f1ff;
}

.zcwdk_list ul li a::after {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0770fa;
}

.zcwdk_list ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 20px;
}

.zcwdk_list ul li span {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.zcwdk_list ul li:hover a {
    color: #0770FA;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #0770FA;
    color: #fff;
    border: 1px solid #0770FA;
}

.xll_pagebox .page_prev a:hover {
    background-color: #0770FA;
    border: 1px solid #0770FA;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #0770FA;
    color: #fff;
    border: 1px solid #0770FA;
}

.xll_pagebox .page_next a:hover {
    background-color: #0770FA;
    border: 1px solid #0770FA;
}

.xll_pagebox .bot a:hover {
    background-color: #0770FA;
    color: #fff;
    border: 1px solid #0770FA;
}

.footer {
    height: auto;
    background: url(../zcwdk/footer_bj.png) top center no-repeat;
    padding: 0 0;
    overflow: hidden;
}

.footer .footer_top {
    display: none;
}

.footer::after {
    display: none;
}

.footer .footer_con {
    margin-top: 19px;
    margin-bottom: 18px;
}
.footer .footer_con .l::after {
    content: '';
    width: 1px;
    height: 74px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #5398d5;
}