@import'basics/base.css';
@import'basics/animate.min.css';
@import'basics/swiper-bundle.min.css';
@import'//at.alicdn.com/t/c/font_960019_wvt6nytlbn.css';

@font-face {
    font-family: HarmonyOS;
    src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
    font-weight: normal
}

@font-face {
    font-family: DIN;
    src: url(../fonts/DIN-Medium.otf);
    font-weight: normal
}

body {
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 100%;
    font-family: HarmonyOS, Arial, sans-serif;
    background: #fff;
    font-size: clamp(14px, .8333333333vw, 16px)
}

pre,
input,
textarea {
    font-family: HarmonyOS, Arial, sans-serif
}

a {
    -webkit-transition: color .6s;
    transition: color .6s;
    color: #333
}

.mr {
    margin-left: auto
}

.mr {
    margin-left: auto
}

.font18 {
    font-size: clamp(16px, .9375vw, 18px)
}

.font20 {
    font-size: clamp(16px, 1.0416666667vw, 20px)
}

.font24 {
    font-size: clamp(20px, 1.25vw, 24px)
}

.z_container {
    width: 72.9166666667vw;
    margin: 0 auto
}

@media screen and (max-width: 980px) {
    .z_container {
        width: 94%
    }
}

@media screen and (min-width: 1920px) {
    .z_container {
        width: 1400px
    }
}

.z_banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.z_banner .swiper-slide {
    overflow: hidden;
    position: relative
}

.z_banner .imgbox {
    width: 100%;
    height: 100%
}

.z_banner .imgbox img {
    display: block;
    width: 100%
}

.z_banner .video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 1s, -webkit-filter 3s;
    transition: opacity 1s, -webkit-filter 3s;
    transition: opacity 1s, filter 3s;
    transition: opacity 1s, filter 3s, -webkit-filter 3s;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.z_banner .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: opacity 1s, -webkit-transform 5s, -webkit-filter 3s;
    transition: opacity 1s, -webkit-transform 5s, -webkit-filter 3s;
    transition: transform 5s, filter 3s, opacity 1s;
    transition: transform 5s, filter 3s, opacity 1s, -webkit-transform 5s, -webkit-filter 3s;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .8
}

.z_banner .swiper-slide-active .imgbg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
}

.z_banner .swiper-slide-active .video {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

@media screen and (max-width: 980px) {
    .z_banner {
        height: auto;
        margin-top: 50px
    }

    .z_banner .z_about_num,
    .z_banner .z_banner_text {
        display: none
    }

    .z_banner .z_text {
        top: 50%
    }
}

.z_banner_text {
    position: absolute;
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
    z-index: 2;
    width: 360px;
    height: 360px
}

.z_banner_text.s1 li.i1 {
    position: absolute;
    left: 0;
    top: 0
}

.z_banner_text.s1 li.i2 {
    position: absolute;
    right: 0;
    top: 216px
}

.z_banner_text.s1 li.i3 {
    position: absolute;
    left: 216px;
    bottom: 0
}

.z_banner_text.s2 li.i1 {
    position: absolute;
    right: 0;
    top: 72px
}

.z_banner_text.s2 li.i2 {
    position: absolute;
    right: 72px;
    top: 72px
}

.z_banner_text.s2 li.i3 {
    position: absolute;
    right: 72px;
    top: 0px
}

.z_banner_text.s3 li.i1 {
    position: absolute;
    left: 72px;
    top: 0
}

.z_banner_text.s3 li.i2 {
    position: absolute;
    left: 0;
    top: 72px
}

.z_banner_text.s3 li.i3 {
    position: absolute;
    right: 0;
    top: 72px
}

.z_banner_text .num {
    width: 72px;
    height: 72px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: SimSun;
    font-size: 18px
}

.z_banner_text .infobox {
    width: 0;
    height: 0;
    overflow: hidden;
    background: #a0d9f6
}

.z_banner_text .infobox .line {
    width: 37px;
    height: 2px;
    background: #333;
    margin: 24px 0
}

.z_banner_text .infobox .desc {
    font-size: clamp(14px, 1.1458333333vw, 22px);
    line-height: 1.5625vw
}

@media screen and (max-width: 980px) {
    .z_banner_text .infobox .desc {
        line-height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .z_banner_text .infobox .desc {
        line-height: 30px
    }
}

.z_banner_text li {
    position: relative;
    cursor: pointer;
    -webkit-transition: ease .6s;
    transition: ease .6s
}

.z_banner_text li:nth-child(1) .num {
    background: #ddd
}

.z_banner_text li:nth-child(2) .num {
    background: #e5e5e5
}

.z_banner_text li.on .num {
    position: absolute;
    left: -36px;
    bottom: 0px;
    background: none;
    font-size: 48px;
    color: #fff
}

.z_banner_text li.on .infobox {
    width: 288px;
    height: 288px;
    padding: 30px 24px
}

.z_header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0 clamp(12px, 2.6041666667vw, 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #0168b7;
    -webkit-transition: ease .8s;
    transition: ease .8s
}

.z_header.on {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.z_header.on .logo .img {
    opacity: 0
}

.z_header.on .logo .img2 {
    opacity: 1
}

.z_header.on .topbar {
    color: #333
}

.z_header.on .topbar .search .btn {
    color: #333
}

.z_header.on .topbar .line {
    background: #494949
}

.z_header.on .nav .one {
    color: #333
}

.z_header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.z_header .logo .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.z_header .logo img {
    display: block;

    -webkit-transition: ease .6s;
    transition: ease .6s
}

.z_header .warps {
    padding-top: clamp(1px, 1.1979166667vw, 23px)
}

.z_header .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    margin-bottom: 3px
}

.z_header .topbar .line {
    display: block;
    width: 1px;
    background: #fff;
    height: 14px;
    margin: 0 20px
}

.z_header .topbar .search .btn {
    color: #fff
}

.z_header .topbar .search .iconfont {
    font-size: 14px;
    margin-left: 4px
}

.z_header .topbar .search .text {
    width: 0
}

.z_header .topbar .search:hover .text {
    width: 120px;
    padding: 0 12px
}

.z_header .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.z_header .nav li {
    position: relative;
    margin-left: clamp(0px, 2.6041666667vw, 50px)
}

.z_header .nav li.active .one {
    color: #7bc6ec
}

.z_header .nav li:hover .down {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
}

.z_header .nav li:last-child .down {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.z_header .nav a {
    display: block
}

.z_header .nav a:hover {
    color: #7bc6ec
}

.z_header .nav .one {
    color: #fff;
    font-size: clamp(16px, .9375vw, 18px);
    font-weight: bold;
    line-height: 2.5vw;
    display: block;
    padding-bottom: clamp(0px, .5208333333vw, 10px)
}

@media screen and (min-width: 1920px) {
    .z_header .nav .one {
        line-height: 48px
    }

    .z_header .logo img {
        height: 80px;
    }

}

@media screen and (max-width: 1920px) {
    .z_header .logo img {
        height: 4.6vw;
    }
}

@media screen and (max-width: 980px) {
    .z_header .nav .one {
        line-height: 50px
    }

    .z_header .logo img {
        height: 48px;
    }

}



.z_header .nav .down {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 100%;
    width: 10.625vw;
    border-top: 3px solid #0168b7;
    background: #fff url(../img/bg1.png) no-repeat bottom center;
    background-size: 100% auto;
    text-align: center;
    padding: clamp(0px, .5208333333vw, 10px);
    padding-bottom: clamp(55px, 5.2083333333vw, 100px);
    line-height: 1.875vw;
    -webkit-transition: ease .6s;
    transition: ease .6s;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0)
}

@media screen and (max-width: 980px) {
    .z_header .nav .down {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_header .nav .down {
        width: 204px
    }
}

@media screen and (max-width: 980px) {
    .z_header .nav .down {
        line-height: 24px
    }

}

@media screen and (min-width: 1920px) {
    .z_header .nav .down {
        line-height: 36px
    }
}

@media screen and (max-width: 980px) {
    .z_header {
        height: 55px;
        background: #fff
    }

    .z_header .logo .img1 {

        display: none;
    }

    .z_header .logo .img2 {
        opacity: 1 !important;
        z-index: 1;
        display: block;
        position: relative;
    }

    .z_header .topbar {
        color: #333;
        display: none
    }

    .z_header .topbar .search .btn {
        color: #333
    }

    .z_header .topbar .line {
        background: #494949
    }

    .z_header .nav {
        text-align: center;
        width: 100%
    }

    .z_header .nav .one {
        color: #333
    }

    .z_header .nav ul {
        display: block
    }

    .z_header .nav .down {
        display: none
    }

    .z_header .warps {
        position: fixed;
        left: 0;
        top: 55px;
        background: #fff;
        height: calc(100vh - 55px);
        z-index: 9;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        -webkit-transition: ease .8s;
        transition: ease .8s
    }

    .z_header .warps.on {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

.z_menu_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 11;
    margin-left: 20px;
    display: none
}

.z_menu_btn span {
    display: block;
    -webkit-transition: ease .6s;
    transition: ease .6s;
    width: 24px;
    height: 2px;
    background: #474342;
    mix-blend-mode: difference
}

.z_menu_btn .line2 {
    margin: 4px 0
}

.z_menu_btn .line1,
.z_menu_btn .line2 {
    margin-left: auto
}

.z_menu_btn.on .line1 {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 24px
}

.z_menu_btn.on .line2 {
    opacity: 0
}

.z_menu_btn.on .line3 {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 24px
}

.z_menu_btn:hover span {
    width: 24px
}

@media screen and (max-width: 980px) {
    .z_menu_btn {
        display: block
    }
}

.z_footer {
    padding: 0 clamp(12px, 2.6041666667vw, 50px);
    border-top: 3px solid #0168b7;
    color: #fff
}

.z_footer a {
    color: #fff
}

.z_footer .topwarp {
    padding-top: clamp(20px, 3.125vw, 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.z_footer .topwarp .infobox {
    line-height: clamp(24px, 1.5625vw, 30px);
    margin-top: clamp(12px, 1.5625vw, 30px)
}

.z_footer .topwarp .infobox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.z_footer .topwarp .infobox img {
    display: block;
    width: 15px;
    margin-right: 10px
}

.z_footer .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.z_footer .nav h3 {
    font-size: clamp(16px, .9375vw, 18px);
    margin-bottom: 10px
}

.z_footer .nav li {
    margin-right: clamp(0px, 6.25vw, 120px)
}

.z_footer .nav a {
    display: block;
    line-height: 28px
}

.z_footer .nav a:hover {
    font-weight: bold
}

.z_footer .code .item {
    width: 4.4791666667vw;
    text-align: center
}

@media screen and (max-width: 980px) {
    .z_footer .code .item {
        width: 70px
    }
}

@media screen and (min-width: 1920px) {
    .z_footer .code .item {
        width: 86px
    }
}

.z_footer .code img {
    display: block;
    width: 100%
}

.z_footer .code h3 {
    margin-top: 5px
}

.z_footer .logo img {
    display: block;
    height: clamp(40px, 3.8020833333vw, 73px)
}

.z_footer .flbox {
    width: 35.6770833333vw
}

@media screen and (max-width: 980px) {
    .z_footer .flbox {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_footer .flbox {
        width: 685px
    }
}

.z_footer .frbox {
    margin-left: auto
}

.z_footer .z_share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.z_footer .z_share li {
    margin-right: 5px;
    position: relative
}

.z_footer .z_share li:hover .code {
    opacity: 1;
    visibility: visible
}

.z_footer .z_share li:hover .ico img {
    opacity: 1
}

.z_footer .z_share .code {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 110%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    opacity: 0;
    visibility: hidden
}

.z_footer .z_share .code img {
    display: block;
    width: 100%
}

.z_footer .z_share .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.z_footer .z_share .ico img {
    display: block;
    opacity: 1
}

.z_footer .btmwarp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: clamp(15px, 2.6041666667vw, 50px) 0
}

.z_footer .btmwarp .frbox {
    text-align: right
}

.z_footer .js {
    display: block
}

.z_footer .linkbox {
    cursor: pointer;
    position: relative
}

.z_footer .linkbox:hover .downwarp {
    opacity: 1;
    visibility: visible
}

.z_footer .linkbox .titbar {
    width: 226px;
    height: 42px;
    background: rgba(255, 255, 255, 0);
    border-radius: 3px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px
}

.z_footer .linkbox .downwarp {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: #ddd;
    max-height: 126px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.z_footer .linkbox .downwarp a {
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    color: #333;
    padding: 0 12px
}

.z_footer .linkbox .downwarp a:hover {
    background: #0168b7
}

@media screen and (max-width: 980px) {
    .z_footer .btmwarp {
        display: block
    }

    .z_footer .nav,
    .z_footer .logo {
        display: none
    }

    .z_footer .z_share ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .z_footer .linkbox {
        margin: 10px 0
    }

    .z_footer .linkbox .titbar {
        width: 100%
    }

    .z_footer .btmwarp .frbox {
        text-align: center
    }
}

.z_index_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_index_tit {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_index_tit {
        margin-bottom: 20px
    }
}

.z_index_tit .tt {
    font-size: clamp(22px, 1.875vw, 36px);
    line-height: clamp(22px, 1.875vw, 36px);
    font-weight: bold
}

.z_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.z_more em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0168b7;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    font-size: 12px
}

.z_index_news,
.z_index_artic {
    background: #f3f3f3;
    padding: clamp(35px, 6.6666666667vw, 128px) 0;
    position: relative;
    z-index: 1
}

.z_index_news::before,
.z_index_artic::before {
    content: "";
    display: block;
    width: clamp(20vw, 27.0833333333vw, 520px);
    height: clamp(20vw, 27.0833333333vw, 520px);
    background: url(../img/ico1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.z_index_news .warps,
.z_index_artic .warps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_index_news .flwarp,
.z_index_artic .flwarp {
    width: 42.1875vw
}

@media screen and (max-width: 980px) {

    .z_index_news .flwarp,
    .z_index_artic .flwarp {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {

    .z_index_news .flwarp,
    .z_index_artic .flwarp {
        width: 810px
    }
}

.z_index_news .frwarp,
.z_index_artic .frwarp {
    width: 29.1666666667vw;
    border-top: 3px solid #0168b7
}

@media screen and (max-width: 980px) {

    .z_index_news .frwarp,
    .z_index_artic .frwarp {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {

    .z_index_news .frwarp,
    .z_index_artic .frwarp {
        width: 560px
    }
}

@media screen and (max-width: 980px) {

    .z_index_news .warps,
    .z_index_artic .warps {
        display: block
    }

    .z_index_news .frwarp,
    .z_index_artic .frwarp {
        max-height: none
    }
}

@media screen and (max-width: 980px) {
    .z_index_artic .warps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .z_index_artic .frwarp {
        max-height: none;
        margin-bottom: 20px
    }
}

.z_news_warp {
    background: #fff;
    padding: clamp(12px, 1.5625vw, 30px) clamp(12px, 1.3541666667vw, 26px);
    max-height: 28.125vw;
    overflow: hidden
}

.z_news_box li {
    margin-bottom: clamp(12px, 1.5625vw, 30px)
}

.z_news_box li:hover .tit {
    color: #0168b7
}

.z_news_box li:last-child {
    margin-bottom: 0
}

.z_news_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.z_news_box .time {
    width: 58px;
    text-align: center;
    line-height: clamp(26px, 1.7708333333vw, 34px);
    background: #0168b7;
    border: 1px solid #0168b7;
    z-index: 1;
    margin-right: clamp(12px, 1.0416666667vw, 20px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff
}

.z_news_box .time em {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: SimSun;
    font-weight: bold;
    color: #000
}

.z_news_box .info {
    border-bottom: 1px solid #a0d9f6
}

.z_news_box .tit {
    font-size: clamp(16px, .9375vw, 18px);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000
}

.z_news_swiper {
    height: 28.125vw;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_news_swiper {
        height: 60vw
    }
}

@media screen and (min-width: 1920px) {
    .z_news_swiper {
        height: 540px
    }
}

.z_news_swiper a,
.z_news_swiper .imgbox {
    display: block;
    width: 100%;
    height: 100%
}

.z_news_swiper li {
    position: relative;
    z-index: 1
}

.z_news_swiper li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/mask.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1
}

.z_news_swiper li:hover .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.z_news_swiper li:hover .titbar {
    color: #0168b7
}

.z_news_swiper .time {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 34px;
    background: #0168b7;
    z-index: 1;
    color: #fff
}

.z_news_swiper .time em {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .5);
    width: 40px;
    margin: 0 auto;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: SimSun;
    font-weight: bold
}

.z_news_swiper .titbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25vw;
    padding: clamp(10px, 1.0416666667vw, 20px);
    font-size: clamp(16px, 1.0416666667vw, 20px);
    line-height: clamp(24px, 1.5625vw, 30px);
    color: #fff;
    font-weight: bold;
    z-index: 1
}

@media screen and (max-width: 980px) {
    .z_news_swiper .titbar {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_news_swiper .titbar {
        width: 480px
    }
}

.z_news_swiper .swiper_dot {
    position: absolute;
    right: clamp(10px, 1.0416666667vw, 20px);
    bottom: clamp(10px, 1.0416666667vw, 20px);
    z-index: 2;
    width: auto;
    left: auto;
    top: auto
}

.z_news_swiper .swiper_dot span {
    background: #fff;
    opacity: 1
}

.z_news_swiper .swiper_dot span.on {
    background: #0168b7
}

.z_index_artic {
    background-color: #fff
}

.z_index_artic::before {
    right: auto;
    left: 0
}

.z_index_artic .flwarp,
.z_index_artic .frwarp {
    border-top: 3px solid #0168b7;
    padding-top: 1.3020833333vw
}

@media screen and (max-width: 980px) {

    .z_index_artic .flwarp,
    .z_index_artic .frwarp {
        padding-top: 20px
    }
}

@media screen and (min-width: 1920px) {

    .z_index_artic .flwarp,
    .z_index_artic .frwarp {
        padding-top: 25px
    }
}

.z_index_artic .frwarp {
    width: 27.8645833333vw
}

@media screen and (max-width: 980px) {
    .z_index_artic .frwarp {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_index_artic .frwarp {
        width: 535px
    }
}

.z_index_artic .z_news_box {
    margin-top: 2.0833333333vw
}

@media screen and (max-width: 980px) {
    .z_index_artic .z_news_box {
        margin-top: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_index_artic .z_news_box {
        margin-top: 40px
    }
}

.z_index_artic .z_news_box li {
    margin-bottom: clamp(12px, 1.25vw, 24px)
}

.z_jz_box li {
    padding: clamp(12px, 1.0416666667vw, 20px) 0;
    border-bottom: 1px solid #ddd
}

.z_jz_box li:hover .tit {
    color: #0168b7
}

.z_jz_box .tit {
    font-size: clamp(16px, .9375vw, 18px);
    line-height: 1.25vw;
    font-weight: bold;
    margin-bottom: 1.0416666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media screen and (max-width: 980px) {
    .z_jz_box .tit {
        line-height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .z_jz_box .tit {
        line-height: 24px
    }
}

@media screen and (max-width: 980px) {
    .z_jz_box .tit {
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_jz_box .tit {
        margin-bottom: 20px
    }
}

.z_jz_box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.25vw
}

@media screen and (max-width: 980px) {
    .z_jz_box p {
        line-height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .z_jz_box p {
        line-height: 24px
    }
}

.z_jz_box .ico {
    margin-right: 12px;
    display: block
}

.z_index_xg {
    position: relative;
    padding-top: clamp(35px, 6.7708333333vw, 130px);
    z-index: 1;
    background-color: #f0f0f0
}

.z_index_xg .z_index_tit {
    color: #fff;
    margin-bottom: 1.5625vw
}

@media screen and (max-width: 980px) {
    .z_index_xg .z_index_tit {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_index_xg .z_index_tit {
        margin-bottom: 30px
    }
}

.z_index_xg .z_index_tit a {
    color: #fff
}

.z_index_xg .bgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22.1875vw;
    z-index: -1
}

@media screen and (max-width: 980px) {
    .z_index_xg .bgs {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_index_xg .bgs {
        height: 426px
    }
}

.z_tuwen_swiper {
    overflow: hidden
}

.z_tuwen_swiper li {
    position: relative
}

.z_tuwen_swiper li::before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #0168b7;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: ease 1s;
    transition: ease 1s
}

.z_tuwen_swiper li:hover::before {
    left: 0;
    width: 100%
}

.z_tuwen_swiper li:hover .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.z_tuwen_swiper li:hover .tit {
    color: #0168b7
}

.z_tuwen_swiper .imgbox {
    height: 11.9791666667vw
}

@media screen and (max-width: 980px) {
    .z_tuwen_swiper .imgbox {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_tuwen_swiper .imgbox {
        height: 230px
    }
}

.z_tuwen_swiper .infobox {
    background: #fff;
    padding: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_tuwen_swiper .infobox {
        padding: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_tuwen_swiper .infobox {
        padding: 20px
    }
}

.z_tuwen_swiper .tit {
    font-size: clamp(16px, .9375vw, 18px);
    line-height: 1.25vw;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 3.75vw
}

@media screen and (max-width: 980px) {
    .z_tuwen_swiper .tit {
        line-height: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_tuwen_swiper .tit {
        line-height: 24px
    }
}

.z_tuwen_swiper .mores {
    color: #666;
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_tuwen_swiper .mores {
        margin-top: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_tuwen_swiper .mores {
        margin-top: 50px
    }
}

.z_tuwen_swiper .mores .iconfont {
    color: #0168b7;
    margin-right: 4px
}

.z_swiper_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.z_swiper_btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold
}

.z_swiper_btn span:hover {
    background: #0168b7
}

.z_index_sys {
    padding: clamp(35px, 6.25vw, 120px) 0;
    background-size: 100% auto;
    background-position: top center;
    overflow: hidden
}

.z_index_sys li {
    height: 10.625vw;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_index_sys li {
        height: 40vw
    }
}

@media screen and (min-width: 1920px) {
    .z_index_sys li {
        height: 204px
    }
}

.z_index_sys li:hover .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.z_index_sys a,
.z_index_sys .imgbox {
    display: block;
    width: 100%;
    height: 100%
}

.z_index_sys .infobox {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 1.3020833333vw;
    padding-top: 3.3854166667vw;
    color: #fff
}

@media screen and (max-width: 980px) {
    .z_index_sys .infobox {
        padding: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_index_sys .infobox {
        padding: 25px
    }
}

@media screen and (max-width: 980px) {
    .z_index_sys .infobox {
        padding-top: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_index_sys .infobox {
        padding-top: 65px
    }
}

.z_index_sys .infobox .tt {
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: bold
}

.z_index_sys .en {
    opacity: .6;
    font-size: 12px;
    margin-top: 10px
}

.z_index_sys .z_swiper_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 980px) {
    .z_index_sys .infobox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.z_other_banner {
    height: 23.9583333333vw;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_other_banner {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_other_banner {
        height: 460px
    }
}

.z_other_banner .imgbg {
    -webkit-animation: zoomIn3 3s linear forwards;
    animation: zoomIn3 3s linear forwards
}

@media screen and (max-width: 980px) {
    .z_other_banner {
        margin-top: 50px
    }
}

.z_page {
    position: relative
}

.z_page .z_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.z_page .page_nav {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.6458333333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -3.6458333333vw;
    padding-left: 9px
}

@media screen and (max-width: 980px) {
    .z_page .page_nav {
        margin-right: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav {
        margin-right: 70px
    }
}

@media screen and (max-width: 980px) {
    .z_page .page_nav {
        margin-top: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav {
        margin-top: -70px
    }
}

.z_page .page_nav .titbar {
    line-height: 3.6458333333vw;
    font-size: clamp(20px, 1.25vw, 24px);
    padding-left: 1.5625vw;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    background: #0168b7;
    color: #fff
}

@media screen and (max-width: 980px) {
    .z_page .page_nav .titbar {
        line-height: 50px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav .titbar {
        line-height: 70px
    }
}

@media screen and (max-width: 980px) {
    .z_page .page_nav .titbar {
        padding-left: 10px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav .titbar {
        padding-left: 30px
    }
}

.z_page .page_nav .titbar .iconfont {
    font-size: 18px
}

.z_page .page_nav ul {
    border-left: 9px solid #0168b7
}

.z_page .page_nav li {
    border-bottom: 1px solid #e8e8e8;
    padding-right: 15px;
    background: #f7f9fa;
    position: relative
}

.z_page .page_nav li:last-child {
    border-bottom: none
}

.z_page .page_nav li.active .one,
.z_page .page_nav li.active .icon-arrb,
.z_page .page_nav li:hover .one,
.z_page .page_nav li:hover .icon-arrb {
    color: #0168b7
}

.z_page .page_nav li.active .down {
    display: block
}

.z_page .page_nav .one {
    line-height: 3.125vw;
    font-size: clamp(16px, .9375vw, 18px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_page .page_nav .one {
        line-height: 50px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav .one {
        line-height: 60px
    }
}

.z_page .page_nav .icon-arrb {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 50px;
    cursor: pointer
}

@media screen and (max-width: 980px) {
    .z_page .page_nav .icon-arrb {
        height: 50px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav .icon-arrb {
        height: 60px
    }
}

.z_page .page_nav a {
    display: block;
    padding-left: 1.5625vw;
    color: #000
}

@media screen and (max-width: 980px) {
    .z_page .page_nav a {
        padding-left: 10px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_nav a {
        padding-left: 30px
    }
}

.z_page .page_nav .down {
    display: none
}

.z_page .page_nav .down a {
    line-height: 30px;
    margin-bottom: 10px;
    color: #404040
}

.z_page .page_nav .down a.active,
.z_page .page_nav .down a:hover {
    color: #0168b7
}

@media screen and (max-width: 980px) {
    .z_page .page_nav {
        padding-left: 0;
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 2
    }

    .z_page .page_nav ul {
        display: none;
        padding-left: 2px
    }
}

.z_page .xgbox .tit {
    background: #0168b7;
    text-align: center;
    color: #fff;
    height: 50px;
    margin-top: 40px;
    line-height: 50px
}

.z_page .xgbox .item {
    border-bottom: 1px solid #ddd
}

.z_page .xgbox a {
    display: block;
    padding: 14px 0
}

.z_page .xgbox a:hover {
    color: #0168b7
}

.z_page .xgbox .tt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 10px
}

.z_page .page_con {
    width: 57.1875vw;
    margin-left: auto;
    padding-top: 20px;
    margin-bottom: 6.25vw
}

@media screen and (max-width: 980px) {
    .z_page .page_con {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_con {
        width: 1098px
    }
}

@media screen and (max-width: 980px) {
    .z_page .page_con {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_con {
        margin-bottom: 120px
    }
}

.z_page .page_con .titbar {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_page .page_con .titbar {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_page .page_con .titbar {
        margin-bottom: 50px
    }
}

.z_page .page_con .titbar .tt {
    font-size: clamp(20px, 1.25vw, 24px);
    color: #0168b7;
    font-weight: bold
}

.z_page .page_con .titbar .mr {
    color: #666
}

.z_page .page_con .titbar .mr a {
    color: #666
}

.z_page .page_con .titbar .mr a:hover {
    color: #0168b7
}

@media screen and (max-width: 980px) {
    .z_page .xgbox {
        display: none
    }

    .z_page .page_con .mr {
        display: none
    }
}

.z_about_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_about_warp {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_about_warp {
        margin-bottom: 50px
    }
}

.z_about_warp .imgbox {
    height: 15.3125vw;
    width: 36.4583333333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 980px) {
    .z_about_warp .imgbox {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_about_warp .imgbox {
        height: 294px
    }
}

@media screen and (max-width: 980px) {
    .z_about_warp .imgbox {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_about_warp .imgbox {
        width: 700px
    }
}

.z_about_warp .infobox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../img/bg5.jpg) no-repeat center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_about_warp .infobox {
        padding-left: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_about_warp .infobox {
        padding-left: 20px
    }
}

@media screen and (max-width: 980px) {
    .z_about_warp .infobox {
        padding-right: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_about_warp .infobox {
        padding-right: 20px
    }
}

.z_about_warp .infobox .tt {
    font-size: clamp(16px, 1.5625vw, 30px)
}

.z_about_warp .infobox .desc {
    font-size: clamp(14px, .9375vw, 18px);
    border-top: 1px solid rgba(51, 51, 51, .3);
    padding-top: 10px;
    margin-top: 10px
}

@media screen and (max-width: 980px) {
    .z_about_warp {
        display: block
    }

    .z_about_warp .infobox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 12px
    }
}

.z_detail_con {
    line-height: 1.5625vw
}

@media screen and (max-width: 980px) {
    .z_detail_con {
        line-height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .z_detail_con {
        line-height: 30px
    }
}

.z_detail_con img {
    max-width: 100% !important;
    height: auto !important
}

.z_about_con {
    font-size: clamp(14px, .9375vw, 18px);
    line-height: 1.5625vw;
    color: #000
}

@media screen and (max-width: 980px) {
    .z_about_con {
        line-height: 24px
    }
}

@media screen and (min-width: 1920px) {
    .z_about_con {
        line-height: 30px
    }
}

.z_leader {
    border-top: 2px solid #0168b7
}

.z_leader .itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 15px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8
}

.z_leader .itembox:nth-child(odd) {
    background: #f4f4f4
}

.z_leader .itembox:hover .bar:nth-child(1) {
    color: #0168b7
}

.z_leader .tit {
    font-size: clamp(16px, .9375vw, 18px)
}

.z_leader .bar {
    line-height: 24px
}

.z_leader .bar:nth-child(1),
.z_leader .bar:nth-child(2) {
    width: 175px
}

.z_leader .bar:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 980px) {
    .z_leader .itembox {
        padding: 12px 0px
    }

    .z_leader .bar {
        padding: 0 4px
    }

    .z_leader .bar:nth-child(1) {
        width: 80px
    }

    .z_leader .bar:nth-child(2) {
        width: 100px
    }
}

.z_box_list .itembox {
    border-top: 2px solid #0168b7;
    margin-bottom: 2.0833333333vw;
    display: block
}

@media screen and (max-width: 980px) {
    .z_box_list .itembox {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_box_list .itembox {
        margin-bottom: 40px
    }
}

.z_box_list .titbars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
    background: #f4f4f4;
    font-size: 18px;
    padding: 0 25px
}

.z_box_list .titbars .tt {
    font-weight: bold
}

.z_box_list .titbars .icon-arrb {
    width: 28px;
    height: 28px;
    background: #0168b7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: ease .6s;
    transition: ease .6s;
    color: #fff;
    cursor: pointer
}

.z_box_list .titbars.on .icon-arrb {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.z_box_list .conwarp {
    background: #fafafa
}

.z_box_list .descs {
    padding: 20px 25px;
    line-height: 24px;
    color: #000
}

@media screen and (max-width: 980px) {
    .z_box_list .titbars {
        padding: 12px;
        height: auto
    }

    .z_box_list .descs {
        padding: 12px
    }
}

.z_history li {
    padding: 13px 25px;
    border-top: 1px solid #e8e8e8;
    line-height: 24px
}

@media screen and (max-width: 980px) {
    .z_history li {
        padding: 12px
    }
}

.z_post .libox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e8e8e8
}

.z_post .libox:nth-child(odd) {
    background: #fff
}

.z_post .zw {
    width: 150px;
    padding: 16px 25px;
    font-weight: bold;
    border-right: 1px solid #e8e8e8;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.z_post .person {
    padding: 16px 25px;
    padding-right: 0
}

.z_post li {
    width: 33%;
    margin-bottom: 10px
}

.z_post li a {
    display: inline-block;
    border-bottom: 1px dotted #bfbfbf;
    line-height: 34px
}

.z_post li a::before {
    content: "";
    font-family: iconfont;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    color: #d7d7d7
}

.z_post li a:hover {
    color: #0168b7
}

.z_post li a:hover::before {
    color: #0168b7
}

@media screen and (max-width: 980px) {
    .z_post .libox {
        display: block
    }

    .z_post .zw {
        width: 100%;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #bfbfbf
    }

    .z_post li {
        width: 100%
    }

    .z_post .person {
        padding: 12px
    }
}

.z_teach_list .conwarp {
    padding: 20px 25px
}

.z_teach_list .desc {
    line-height: 30px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.z_teach_list .z_more {
    margin-top: 20px
}

.z_teach_list .itembox:hover .tt {
    color: #0168b7
}

@media screen and (max-width: 980px) {
    .z_teach_list .conwarp {
        padding: 12px
    }

    .z_teach_list .desc {
        line-height: 24px
    }
}

.z_contact_way .tt {
    margin-bottom: 20px
}

.z_contact_way .fs {
    line-height: 30px;
    color: #000
}

.z_contact_map {
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_contact_map {
        margin-top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_contact_map {
        margin-top: 50px
    }
}

.z_sz_warp .itembox {
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_sz_warp .itembox {
        margin-top: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_sz_warp .itembox {
        margin-top: 50px
    }
}

.z_sz_warp .titbars {
    color: #0168b7;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px
}

.z_sz_warp ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 2.0833333333vw
}

.z_sz_warp li {
    margin-top: 1.5625vw
}

@media screen and (max-width: 980px) {
    .z_sz_warp li {
        margin-top: 10px
    }
}

@media screen and (min-width: 1920px) {
    .z_sz_warp li {
        margin-top: 30px
    }
}

.z_sz_warp a {
    display: block;
    border-bottom: 1px dotted #bfbfbf;
    line-height: 40px;
    position: relative;
    color: #000
}

.z_sz_warp a::after {
    content: "";
    font-family: iconfont;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    display: inline-block;
    color: #d7d7d7;
    position: absolute;
    right: 0;
    top: 50%
}

.z_sz_warp a:hover {
    color: #0168b7
}

.z_sz_warp a:hover::after {
    color: #0168b7
}

@media screen and (max-width: 980px) {
    .z_sz_warp ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

.z_fillter {
    background: #f7f9fa;
    padding: 20px;
    line-height: 26px
}

.z_fillter dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.z_fillter dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    width: 80px;
    margin-right: 12px
}

.z_fillter a {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 12px;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.z_fillter a.active,
.z_fillter a:hover {
    background: #0168b7;
    color: #fff
}

@media screen and (max-width: 980px) {
    .z_fillter {
        padding: 20px 0
    }

    .z_fillter dt {
        width: 74px
    }

    .z_fillter a {
        margin-bottom: 8px;
        padding: 0 6px
    }

    .z_fillter .z_search_box {
        margin: 0 auto;
        width: 90%
    }
}

.z_search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #0168b7;
    width: 330px;
    margin-top: 10px
}

.z_search_box .text {
    width: 260px;
    height: 50px;
    padding: 0 12px
}

.z_search_box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0168b7;
    color: #fff;
    height: 50px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.z_teacher_list {
    margin-top: 30px
}

.z_teacher_list li {
    width: 49%;
    border: 1px solid #e8e8e8;
    padding: 1.0416666667vw;
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_teacher_list li {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_list li {
        width: 49%px
    }
}

@media screen and (max-width: 980px) {
    .z_teacher_list li {
        padding: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_list li {
        padding: 20px
    }
}

@media screen and (max-width: 980px) {
    .z_teacher_list li {
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_list li {
        margin-bottom: 20px
    }
}

.z_teacher_list li:nth-child(even) {
    margin-left: auto
}

.z_teacher_list li:hover .tt {
    color: #0168b7
}

.z_teacher_list li:hover .imgbg {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.z_teacher_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.z_teacher_list .imgbox {
    width: 122px;
    height: 169px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.3020833333vw
}

@media screen and (max-width: 980px) {
    .z_teacher_list .imgbox {
        margin-right: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_list .imgbox {
        margin-right: 25px
    }
}

.z_teacher_list .cc {
    line-height: 24px;
    margin-top: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_teacher_list .cc {
        margin-top: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_list .cc {
        margin-top: 20px
    }
}

.z_teacher_list .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_page_bar {
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_page_bar {
        margin-top: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_page_bar {
        margin-top: 50px
    }
}
.v_news_content em{font-style: italic;}
.z_teacher_detail .headbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f9fa;
    padding: 30px
}

.z_teacher_detail .imgbox {
    width: clamp(144.1px, 13.6458333333vw, 262px);
    height: clamp(200.2px, 18.9583333333vw, 364px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5625vw
}

@media screen and (max-width: 980px) {
    .z_teacher_detail .imgbox {
        margin-right: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_detail .imgbox {
        margin-right: 30px
    }
}

.z_teacher_detail .tt {
    font-weight: bold;
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_teacher_detail .tt {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_detail .tt {
        margin-bottom: 20px
    }
}

.z_teacher_detail .desc {
    line-height: 24px
}

.z_teacher_detail .conbox {
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_teacher_detail .conbox {
        margin-top: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_teacher_detail .conbox {
        margin-top: 50px
    }
}

.z_teacher_detail .conbox .tt {
    position: relative;
    padding-left: 10px
}

.z_teacher_detail .conbox .tt::before {
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    background: #0168b7;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.z_teacher_detail .conbox .desc {
    padding-left: 10px
}

@media screen and (max-width: 980px) {
    .z_teacher_detail .headbox {
        display: block;
        padding: 20px 12px
    }

    .z_teacher_detail .headbox .imgbox {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 200px;
        height: 275px
    }

    .z_teacher_detail .headbox .tt {
        text-align: center
    }
}

.z_time {
    width: 58px;
    text-align: center;
    line-height: clamp(26px, 1.7708333333vw, 34px);
    background: #0168b7;
    border: 1px solid #0168b7;
    z-index: 1;
    margin-right: clamp(12px, 1.0416666667vw, 20px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff
}

.z_time em {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: clamp(16px, 1.25vw, 24px);
    font-family: SimSun;
    font-weight: bold;
    color: #000
}

.z_list {
    margin-top: -1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_list {
        margin-top: -20px
    }
}

@media screen and (min-width: 1920px) {
    .z_list {
        margin-top: -20px
    }
}

.z_list li {
    border-bottom: 1px solid #dcdcdc;
    position: relative
}

.z_list li::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: #0168b7
}

.z_list li:hover .tt {
    color: #0168b7
}

.z_list li:hover .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.z_list li:hover::before {
    width: 100%
}

.z_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw
}

@media screen and (max-width: 980px) {
    .z_list a {
        padding-top: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_list a {
        padding-top: 32px
    }
}

@media screen and (max-width: 980px) {
    .z_list a {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_list a {
        padding-bottom: 32px
    }
}

.z_list .z_time {
    margin-bottom: auto
}

.z_list .tt {
    font-weight: bold;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.z_list .cc {
    line-height: 24px;
    margin-top: 1.0416666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 980px) {
    .z_list .cc {
        margin-top: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_list .cc {
        margin-top: 20px
    }
}

.z_list .z_more {
    margin-top: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_list .z_more {
        margin-top: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_list .z_more {
        margin-top: 20px
    }
}

@media screen and (max-width: 980px) {
    .z_list a {
        display: block
    }
}

.z_personnel .infobox {
    margin-top: 0vw
}

@media screen and (max-width: 980px) {
    .z_personnel .infobox {
        margin-top: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_personnel .infobox {
        margin-top: 0px
    }
}

.z_personnel2 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.z_personnel2 .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_personnel2 .cc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.z_personnel2 .imgbox {
    margin-left: 2.6041666667vw;
    margin-bottom: 0vw;
    width: 26.1458333333vw;
    height: 11.7708333333vw;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 980px) {
    .z_personnel2 .imgbox {
        margin-left: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_personnel2 .imgbox {
        margin-left: 50px
    }
}

@media screen and (max-width: 980px) {
    .z_personnel2 .imgbox {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_personnel2 .imgbox {
        margin-bottom: 0px
    }
}

@media screen and (max-width: 980px) {
    .z_personnel2 .imgbox {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_personnel2 .imgbox {
        width: 502px
    }
}

@media screen and (max-width: 980px) {
    .z_personnel2 .imgbox {
        height: 42vw
    }
}

@media screen and (min-width: 1920px) {
    .z_personnel2 .imgbox {
        height: 226px
    }
}

.z_ky_jz li {
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw
}

@media screen and (max-width: 980px) {
    .z_ky_jz li {
        padding-top: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_ky_jz li {
        padding-top: 32px
    }
}

@media screen and (max-width: 980px) {
    .z_ky_jz li {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_ky_jz li {
        padding-bottom: 32px
    }
}

.z_ky_jz a {
    display: block;
    padding: 0;
    border-left: 4px solid #0168b7;
    padding-left: 2.0833333333vw
}

@media screen and (max-width: 980px) {
    .z_ky_jz a {
        padding-left: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_ky_jz a {
        padding-left: 40px
    }
}

.z_ky_jz .tit {
    font-size: clamp(18px, 1.25vw, 24px)
}

.z_ky_jz p {
    font-size: clamp(14px, .8333333333vw, 16px);
    line-height: 30px
}

.z_keyan_detail .titbars {
    font-size: clamp(20px, 1.5625vw, 30px)
}

.z_keyan_detail .descbox {
    background: #f6f6f6;
    padding: 30px 40px;
    line-height: 36px;
    margin-top: 2.0833333333vw
}

@media screen and (max-width: 980px) {
    .z_keyan_detail .descbox {
        margin-top: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_keyan_detail .descbox {
        margin-top: 40px
    }
}

.z_keyan_detail .z_detail_con {
    margin-top: 2.0833333333vw
}

@media screen and (max-width: 980px) {
    .z_keyan_detail .z_detail_con {
        margin-top: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_keyan_detail .z_detail_con {
        margin-top: 40px
    }
}

@media screen and (max-width: 980px) {
    .z_keyan_detail .descbox {
        padding: 20px 12px;
        line-height: 28px
    }
}

.z_topbtm_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
    padding-top: 25px;
    margin-top: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_topbtm_bar {
        margin-top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_topbtm_bar {
        margin-top: 50px
    }
}

.z_topbtm_bar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    height: 40px;
    border: 1px solid #dbdbdb;
    -webkit-transition: ease .6s;
    transition: ease .6s
}

.z_topbtm_bar a:hover {
    background: #0168b7;
    color: #fff;
    border-color: #0168b7
}

.z_topbtm_bar .iconfont {
    margin-left: 10px;
    margin-top: 2px
}

.z_jiaoliu .imgbox {
    width: 15.625vw;
    height: 10.4166666667vw;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5625vw;
    margin-bottom: 0vw
}

@media screen and (max-width: 980px) {
    .z_jiaoliu .imgbox {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_jiaoliu .imgbox {
        width: 300px
    }
}

@media screen and (max-width: 980px) {
    .z_jiaoliu .imgbox {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_jiaoliu .imgbox {
        height: 200px
    }
}

@media screen and (max-width: 980px) {
    .z_jiaoliu .imgbox {
        margin-right: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_jiaoliu .imgbox {
        margin-right: 30px
    }
}

@media screen and (max-width: 980px) {
    .z_jiaoliu .imgbox {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_jiaoliu .imgbox {
        margin-bottom: 0px
    }
}

.z_jiaoliu .imgbox .z_time {
    position: absolute;
    left: 0;
    bottom: 0
}

.z_jiaoliu .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_jiaoliu .z_time {
    background: #0168b7
}

.z_jiaoliu .z_time em {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .5);
    width: 40px;
    margin: 0 auto;
    background: none;
    color: #fff
}

.z_dangjian .infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_dangjian .z_time {
    margin-right: 2.0833333333vw
}

@media screen and (max-width: 980px) {
    .z_dangjian .z_time {
        margin-right: 12px
    }
}

@media screen and (min-width: 1920px) {
    .z_dangjian .z_time {
        margin-right: 40px
    }
}

.z_dangjian .imgbox {
    width: 15.625vw;
    height: 10.4166666667vw;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4.6875vw
}

@media screen and (max-width: 980px) {
    .z_dangjian .imgbox {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .z_dangjian .imgbox {
        width: 300px
    }
}

@media screen and (max-width: 980px) {
    .z_dangjian .imgbox {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_dangjian .imgbox {
        height: 200px
    }
}

@media screen and (max-width: 980px) {
    .z_dangjian .imgbox {
        margin-left: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_dangjian .imgbox {
        margin-left: 90px
    }
}

@media screen and (max-width: 980px) {
    .z_dangjian .infobox {
        margin: 15px 0
    }
}

.z_news_detail {
    margin-top: -1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_news_detail {
        margin-top: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_news_detail {
        margin-top: -20px
    }
}

.z_news_detail .titbox {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_news_detail .titbox {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1920px) {
    .z_news_detail .titbox {
        margin-bottom: 50px
    }
}

.z_news_detail .titbox .tt {
    font-size: clamp(22px, 1.5625vw, 30px);
    margin-bottom: 1.0416666667vw;
    text-align: center
}

@media screen and (max-width: 980px) {
    .z_news_detail .titbox .tt {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1920px) {
    .z_news_detail .titbox .tt {
        margin-bottom: 20px
    }
}

.z_news_detail .titbox .bar span {
    display: inline-block;
    margin-right: 20px
}

.z_news_detail .z_detail_con {
    min-height: 15.625vw
}

.z_zhaosheng .iconfont {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: 24px;
    height: 24px;
    background: #0168b7;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.z_zhaosheng .infobox {
    margin-right: 2.6041666667vw
}

@media screen and (max-width: 980px) {
    .z_zhaosheng .infobox {
        margin-right: 0px
    }
}

@media screen and (min-width: 1920px) {
    .z_zhaosheng .infobox {
        margin-right: 50px
    }
}

.z_zhaosheng .tt {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 1.3020833333vw
}

@media screen and (max-width: 980px) {
    .z_zhaosheng .tt {
        padding-left: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_zhaosheng .tt {
        padding-left: 25px
    }
}

.z_zhaosheng .tt::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0168b7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.z_zhaosheng .time2 {
    padding-left: 1.3020833333vw
}

@media screen and (max-width: 980px) {
    .z_zhaosheng .time2 {
        padding-left: 15px
    }
}

@media screen and (min-width: 1920px) {
    .z_zhaosheng .time2 {
        padding-left: 25px
    }
}

@media screen and (max-width: 980px) {
    .z_zhaosheng .iconfont {
        display: none
    }
}

.z_school_lsit ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(22px, 2.0833333333vw, 40px)
}

.z_school_lsit li {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 43, 100, .05);
    box-shadow: 0px 10px 20px 0px rgba(0, 43, 100, .05);
    position: relative
}

.z_school_lsit li::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: #0168b7
}

.z_school_lsit li:hover::before {
    width: 100%;
    left: 0
}

.z_school_lsit li:hover .imgbg {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.z_school_lsit li:hover .tt {
    color: #0168b7
}

.z_school_lsit .imgbox {
    height: 11.7708333333vw
}

@media screen and (max-width: 980px) {
    .z_school_lsit .imgbox {
        height: 50vw
    }
}

@media screen and (min-width: 1920px) {
    .z_school_lsit .imgbox {
        height: 226px
    }
}

.z_school_lsit .infobox {
    padding: 15px 22px
}

.z_school_lsit .tt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    min-height: 72px;
    margin-top: 10px;
    margin-bottom: 24px
}

@media screen and (max-width: 980px) {
    .z_school_lsit ul {
        display: block
    }

    .z_school_lsit li {
        margin-bottom: 15px
    }

    .z_school_lsit .infobox {
        padding: 15px 12px
    }

    .z_school_lsit .tt {
        margin-bottom: 14px
    }
}

.z_search .page_con {
    width: 100%
}

.z_search_Box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45.8333333333vw;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 55%
}

@media screen and (max-width: 980px) {
    .z_search_Box {
        width: 90%
    }
}

@media screen and (min-width: 1920px) {
    .z_search_Box {
        width: 880px
    }
}

.z_search_Box .text {
    height: 3.6458333333vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 0 12px
}

@media screen and (max-width: 980px) {
    .z_search_Box .text {
        height: 50px
    }
}

@media screen and (min-width: 1920px) {
    .z_search_Box .text {
        height: 70px
    }
}

.z_search_Box .btn {
    height: 3.6458333333vw;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0168b7;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: clamp(30px, 6.25vw, 120px)
}

@media screen and (max-width: 980px) {
    .z_search_Box .btn {
        height: 50px
    }
}

@media screen and (min-width: 1920px) {
    .z_search_Box .btn {
        height: 70px
    }
}

.z_xg_jz .tits {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px
}

.z_xg_jz .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    font-size: 14px
}

.z_xg_jz .ico {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.z_xg_jz a:hover {
    color: unset !important
}

.z_xg_jz .cc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.z_xg_jz .item:hover .tits {
    color: #0168b7
}

.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height: 12px;
    color: #222
}

.pb_sys_common a {
    text-decoration: none
}

.pb_sys_common .p_pages {
    margin-left: -5px
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_t {
    line-height: 12px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
    color: #ccc
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    color: #222
}

.pb_sys_common .p_dot {
    margin-left: 4px;
    margin-right: -4px;
    color: #222
}

.pb_sys_common .p_goto input,
.pb_sys_common .p_search input {
    font-family: SimSun;
    font-size: 12px;
    border: 1px solid #aaa;
    height: 22px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    outline-width: thin;
    outline-color: #258cff;
    margin: 0px 2px;
    padding: 0px 1px
}

.pb_sys_common .p_goto input {
    width: 22px;
    text-align: center
}

.pb_sys_common .p_search input {
    width: 100px;
    text-align: left
}

.pb_sys_common .p_goto input:hover,
.pb_sys_common .p_goto input:focus,
.pb_sys_common .p_search input:hover,
.pb_sys_common .p_search input:focus {
    border: 1px solid #258cff
}

.pb_sys_common .p_goto a,
.pb_sys_common .p_search a {
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin: 0px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle
}

.pb_sys_common .p_dosize_d,
.pb_sys_common .p_dosize a {
    border-right: 1px solid #ccc;
    padding: 1px 5px;
    color: #888
}

.pb_sys_common .p_dosize_d {
    color: #222
}

.pb_sys_common .p_dosize a:hover {
    color: #222
}

.pb_sys_common .p_dosize_last_d,
.pb_sys_common .p_dosize_last a {
    border-right-width: 0px
}

.pb_sys_normal .p_first,
.pb_sys_normal .p_first_d,
.pb_sys_normal .p_last,
.pb_sys_normal .p_last_d {
    display: none
}

.pb_sys_normal2 .p_first,
.pb_sys_normal2 .p_first_d,
.pb_sys_normal2 .p_last,
.pb_sys_normal2 .p_last_d,
.pb_sys_normal2 .p_prev_d,
.pb_sys_normal2 .p_next_d {
    display: none
}

.pb_sys_full2 .p_first_d,
.pb_sys_full2 .p_last_d,
.pb_sys_full2 .p_prev_d,
.pb_sys_full2 .p_next_d {
    display: none
}

.pb_sys_short .p_no,
.pb_sys_short .p_no_d,
.pb_sys_short .p_no_o,
.pb_sys_short .p_dot {
    display: none
}

.pb_sys_short2 .p_no,
.pb_sys_short2 .p_no_d,
.pb_sys_short2 .p_no_o,
.pb_sys_short2 .p_dot,
.pb_sys_short2 .p_first,
.pb_sys_short2 .p_first_d,
.pb_sys_short2 .p_last,
.pb_sys_short2 .p_last_d {
    display: none
}

.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,
.pb_sys_style2 .p_fun a:hover,
.pb_sys_style2 .p_goto a:hover,
.pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,
.pb_sys_style3 .p_fun a:hover,
.pb_sys_style3 .p_goto a:hover,
.pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,
.pb_sys_style4 .p_fun a:hover,
.pb_sys_style4 .p_goto a:hover,
.pb_sys_style4 .p_search a:hover {
    background-color: #f5f5f5
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #258cff;
    color: #fff;
    background-color: #258cff
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.pb_sys_style5 .p_fun_d,
.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no_o,
.pb_sys_style5 .p_fun a,
.pb_sys_style5 .p_no a,
.pb_sys_style5 .p_goto a,
.pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d,
.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no_o,
.pb_sys_style6 .p_fun a,
.pb_sys_style6 .p_no a,
.pb_sys_style6 .p_goto a,
.pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d,
.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no_o,
.pb_sys_style7 .p_fun a,
.pb_sys_style7 .p_no a,
.pb_sys_style7 .p_goto a,
.pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d,
.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no_o,
.pb_sys_style8 .p_fun a,
.pb_sys_style8 .p_no a,
.pb_sys_style8 .p_goto a,
.pb_sys_style8 .p_search a {
    border: 1px solid rgba(0, 0, 0, 0)
}

.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no a:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.pb_sys_style5 .p_fun a:hover,
.pb_sys_style5 .p_goto a:hover,
.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,
.pb_sys_style6 .p_goto a:hover,
.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,
.pb_sys_style7 .p_goto a:hover,
.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,
.pb_sys_style8 .p_goto a:hover,
.pb_sys_style8 .p_search a:hover {
    text-decoration: underline
}

.pb_sys_style5 .p_no_d,
.pb_sys_style5 .p_no a:hover {
    border: 1px solid #258cff;
    color: #fff;
    background-color: #258cff
}

.pb_sys_style6 .p_no_d,
.pb_sys_style6 .p_no a:hover {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style7 .p_no_d,
.pb_sys_style7 .p_no a:hover {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style8 .p_no_d,
.pb_sys_style8 .p_no a:hover {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}