.zzjd-header {
    position: relative;
    background-color: #EDF5FF;
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: 600px auto;
    background-size: 6rem auto;
    background-image: url('../images/zhengzaijiedu/header_bgi.png');
    padding-bottom: 3.5rem;
}
.zzjd-header .page-title {
    position: absolute;
    top: 55%;
    width: 4.4rem;
}
.zzjd-header .top-menu {
    position: relative;
    z-index: 9;
    display: flex;
    padding-top: .2rem;
}

.zzjd-header .top-menu .pc > a, .zzjd-header .top-menu .link-box-switch > a {
    display: inline-block;
    line-height: 50px;
    color: #125CB1;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
}

.zzjd-header .top-menu .link-box {
    padding: 10px 20px;
    background: #fff;
    display: none;
    position: absolute;
    right: 0px;
    left: 0;
    overflow: hidden;
    opacity: 1;
    z-index: 99999;
    transition: all .3s linear;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
    border-radius: 5px;
}

.zzjd-header .top-menu .link-box .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
}

.zzjd-header .top-menu .link-box .uls {
    width: auto;
    margin-top: 5px;
    overflow: hidden;
}

.zzjd-header .top-menu .link-box .uls li {
    width: 20%;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    display: block;
}

.zzjd-header .top-menu .link-box .uls li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
}

.zzjd-header .top-menu .link-box .uls li a .lxfs {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #d8d0d0;
    border-radius: 5px;
    line-height: 1.6;
    padding: 8px 15px;
    background-color: #fff;
    white-space: normal;
    transform: translateX(-20px);
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .1);
}

.zzjd-header .top-menu .link-box .uls li a:hover {
    color: #125DB2;
}
.zzjd-header .top-menu .link-box .uls li a:hover .lxfs {
    display: block;
}

.zzjd-header .top-menu .link-box-switch:hover .link-box {
    display: block;
}

.zzjd-header .top-menu>div {
    flex: 1;
    width: 0;
}

.zzjd-header .top-menu .left {
    flex: 1;
    width: 0;
}

.zzjd-header .top-menu .right {
    flex: 1;
    width: 0;
    text-align: right;
}

.zzjd-header .top-menu .right .mobile, .res-page .mobile {
    display: none;
}

.zzjd-header .top-menu .right .mobile a, .res-page .mobile a {
    color: #DF5636;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 30px;
    border: 2px solid #DF5636;
}

.zzjd-header .top-menu .right .mobile .topbar-icon, .res-page .mobile .topbar-icon {
    width: 25px;
    height: 18px;
    margin-top: 5px;
    margin-left: 12px;
    background-image: url('../images/icon/common_nav/nav.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.logo-row {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.logo-row .logo,
.logo-row .nav-menu {
    flex: 1;
}
.logo-row .logo img {
    width: 320px;
}
.zzjd-header .nav-menu-search-box {
    width: 300px;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    height: 40px;
    border-radius: 20px;
    padding: 0 5px;
    overflow: hidden;
    border: 2px solid #115CB1;
}
.zzjd-header .nav-menu-search-box .search-input {
    z-index: 1;
    flex: 1;
    text-indent: .5em;
    width: 0;
}

.zzjd-header .nav-menu-search-box .search-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #115CB1;
}

.zzjd-header .nav-menu-search-box .search-input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #115CB1;
}

.zzjd-header .nav-menu-search-box .search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #115CB1;
}

.zzjd-header .nav-menu-search-box .search-input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #115CB1;
}
.zzjd-header .nav-menu-search-box .search-btn {
    z-index: 2;
    margin-top: -2px;
    margin-right: -6px;
    cursor: pointer;
    height: 40px;
    width: 60px;
    background-color: #fff;
    background-image: url(../images/zhengcewenjianku/search.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

@media screen and (max-width: 768px) {
    .zzjd-header .nav-menu-search-box {
        display: none;
    }
}
.logo-row .nav-menu {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-right: 15px;
}
.logo-row .nav-menu .border {
    display: inline-block;
    border-bottom: 1px solid #125CB1;
}
.logo-row .nav-menu a {
    font-size: 18px;
    color: #125CB1;
    font-weight: 400;
    line-height: 1.8;
    margin-left: .2rem;
}
.logo-row .nav-menu a:nth-of-type(1) {
    margin-left: 0;
}
.logo-row .mobile-con {
    display: none;
    color: #518BE2;
}
.logo-row .mobile-con a {
    margin-top: 7px;
    display: inline-block;
    background: #518BE2;
    color: #fff;
    white-space: nowrap;
    padding: 0 8px;
    line-height: 25px;
    border-radius: 10px;
    font-size: 14px;
}
@media screen and (max-width: 750px) {
    .zzjd-header > .m-center {
        margin-top: 0;
        padding: .3rem 0 0;
    }
    .logo-row {
        padding-top: .5rem;
    }
    .logo-row .nav-menu {
        width: 80px;
        flex: none;
        padding-right: 0;
    }
    .logo-row .menu-row {
        display: none;
    }
    .logo-row .mobile-con {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .zzjd-header .top-menu {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .zzjd-header {
        background-size: 4rem auto;
        padding-bottom: 3rem;
    }
    .zzjd-header .page-title {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translateX(-50%);
        width: 4.4rem;
    }
}


.zzjd-title {
    display: flex;
    position: relative;
    font-size: .4rem;
    font-weight: bold;
    color: #1779D6;
    line-height: 1;
    padding: .3rem 0;
    overflow: hidden;
}
.zzjd-title .l,
.zzjd-title .r {
    flex: 1;
    position: relative;
    padding-right: 30px;
}
.zzjd-title .l::before,
.zzjd-title .r::before {
    z-index: 2;
    position: absolute;
    content: '';
    top: 35%;
    left: 20px;
    left: .2rem;
    width: 100%;
    border-bottom: 1px solid #CFE2F2;
}
.zzjd-title .l::after,
.zzjd-title .r::after {
    z-index: 1;
    position: absolute;
    top: 65%;
    width: 100%;
    content: '';
    left: 20px;
    left: .2rem;
    border-bottom: 1px solid #CFE2F2;
}
.zzjd-title .l::before {
    right: 20px;
    right: .2rem;
    left: auto;
}
.zzjd-title .l::after {
    right: 20px;
    right: .2rem;
    left: auto;
}

.tuijian-swiper {
    display: flex;
    height: 466px;
    height: 4.66rem;
    margin-bottom: .5rem;
    position: relative;
}
.tuijian-swiper .swiper-button-next,
.tuijian-swiper .swiper-button-prev {
    display: none;
}
.tuijian-swiper .swiper-container {
    width: 700px;
    width: 7rem;
    height: 466px;
    height: 4.66rem;
}
.tuijian-swiper .swiper-container .item {
    position: relative;
    display: block;
    height: 100%;
}
.tuijian-swiper .swiper-container .item img {
    width: 100%;
    height: 100%;
}
.tuijian-swiper .swiper-container .item .bottom {
    display: none;
}
.tuijian-swiper .swiper-nav {
    flex: 1;
    padding-left: .28rem;
    padding-right: .28rem;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px -6px 16px 1px rgba(224,242,255,0.7);
}
.tuijian-swiper .swiper-nav .item {
    flex: 1;
    display: flex;
    padding-left: 45px;
    padding-left: .45rem;
    align-items: center;
    border-bottom: 1px solid #D0E1F3;
    font-size: 22px;
    font-size: .22rem;
    color: #333;
    line-height: 1.5;
    transition: .3s;
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-size: .36rem auto;
    background-position: 0 center;
}
.tuijian-swiper .swiper-nav .item.act {
    font-weight: bold;
    color: #2988E2;
    background-image: url('../images/zhengzaijiedu/link.png');
}
.tuijian-swiper .swiper-nav .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tuijian-swiper .swiper-nav .item:nth-last-of-type(1) {
    border: none;
}
@media screen and (max-width: 768px) {
    .tuijian-swiper {
        height: auto;
    }
    .tuijian-swiper .swiper-button-next,
    .tuijian-swiper .swiper-button-prev {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 0;
        z-index: 99;
        width: 20px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: rgba(255, 255, 255, .7);
        background: rgba(0, 0, 0, .5);
        transition: .3s;
    }

    .tuijian-swiper .swiper-button-prev {
        left: 0;
    }
    .tuijian-swiper .swiper-container {
        width: 100%;
        /* height: auto; */
    }
    .tuijian-swiper .swiper-nav {
        display: none;
    }
    .tuijian-swiper .swiper-container .item .bottom {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        color: #fff;
        background: rgba(0,0,0,0.4);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.tuijian-search-block {
    display: flex;
    flex-wrap: wrap;
    padding: .2rem;
    margin-bottom: .5rem;
    background: #FFFFFF;
    box-shadow: 6px 6px 16px 1px rgba(224,242,255,0.7);
}
.tuijian-search-block .search-box-padding {
    padding: 20px 0;
    padding: .2rem 0;
    width: 40%;
    max-width: 400px;
    padding-right: 40px;
    padding-right: .4rem;
}
.tuijian-search-block .search-box {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-radius: 25px;
    padding: 8px 10px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #1764CE;
}
.tuijian-search-block .search-box .search-input {
    flex: 1;
    width: 0;
    background: none;
}
.tuijian-search-block .search-box .search-btn {
    cursor: pointer;
    border-radius: 20px;
    padding-right: 15px;
    height: 34px;
    width: 34px;
    text-align: right;
    line-height: 32px;
    color: #fff;
    background-image: url(../images/zhengzaijiedu/search.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 5px 40%;
}
.tuijian-search-block .operate-list {
    flex: 1;
    display: flex;
    min-height: 40px;
}
.tuijian-search-block .operate-list .item {
    flex: 1;
    display: flex;
    margin-right: .28rem;  
    background-color: rgba(224, 242, 255, .65);
    align-items: center;
    color: #1779D6;
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    padding-left: 70px;
    padding-left: .7rem;
    background-size: 35px auto;
    background-size: .35rem auto;
    background-position: 20px center;
    background-position: .2rem center;
    background-repeat: no-repeat;
    background-image: url('../images/zhengzaijiedu/zhengcewenjian.png');
}
.tuijian-search-block .operate-list .item:nth-of-type(2) {
    background-image: url('../images/zhengzaijiedu/xingzhengguifanxingwenjian.png');
}
.tuijian-search-block .operate-list .item:nth-of-type(3) {
    background-image: url('../images/zhengzaijiedu/changjianzhengcewenda.png');
    margin-right: 0;
}
.tuijian-search-block .operate-list .item:hover {
    background-color: #2888e3;
    box-shadow: 0px 5px 7px 0px rgba(196, 231, 251, 0.55);
    color: #fff;
    background-image: url('../images/zhengzaijiedu/zhengcewenjian_act.png');
}
.tuijian-search-block .operate-list .item:nth-of-type(2):hover {
    background-image: url('../images/zhengzaijiedu/xingzhengguifanxingwenjian_act.png');
}
.tuijian-search-block .operate-list .item:nth-of-type(3):hover {
    background-image: url('../images/zhengzaijiedu/changjianzhengcewenda_act.png');
}
@media screen and (max-width: 991px) {
    .tuijian-search-block .search-box-padding {
        width: 100%;
        max-width: none;
        padding: 0;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .tuijian-search-block .search-box {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
    .tuijian-search-block .search-box .search-btn {
        background-size: 15px 15px;
        padding-right: 0;
        background-position: 70% center;
    }
}

.tuijian-4zheng {
    margin-bottom: .5rem;
}
.tuijian-4zheng .swiper-nav {
    display: flex;
    background: #64B7FE;
}
.tuijian-4zheng .swiper-nav .item {
    position: relative;
    height: 1rem;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 90px;
    padding-left: .9rem;
    color: #FFFFFF;
    background-size: 35px auto;
    background-size: .35rem auto;
    background-position: 40px center;
    background-position: .4rem center;
    background-repeat: no-repeat;
    background-image: url('../images/zhengzaijiedu/zhengzaidu.png');
}
.tuijian-4zheng .swiper-nav .item:nth-of-type(2) {
    background-image: url('../images/zhengzaijiedu/zhengzaiting.png');
    background-color: rgba(255, 255, 255, 0.3);
}
.tuijian-4zheng .swiper-nav .item:nth-of-type(3) {
    background-image: url('../images/zhengzaijiedu/zhengziakan.png');
}
.tuijian-4zheng .swiper-nav .item:nth-of-type(4) {
    background-image: url('../images/zhengzaijiedu/zhengzaipin.png');
    background-color: rgba(255, 255, 255, 0.3);
}
.tuijian-4zheng .swiper-nav .item .title {
    font-size: 26px;
    font-size: .26rem;
}
.tuijian-4zheng .swiper-nav .item .slogan {
    display: none;
    font-size: 16px;
    font-size: .16rem;
}
.tuijian-4zheng .swiper-nav .item.act {
    background-color: #0F8EFD;
    background-size: 43px auto;
    background-size: .43rem auto;
    background-position: 30px center;
    background-position: .3rem center;
}
.tuijian-4zheng .swiper-nav .item.act::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: .15rem solid #fff;
    border-right: .15rem solid transparent;
    border-left: .15rem solid transparent;
}
.tuijian-4zheng .swiper-nav .item.act .slogan {
    margin-top: 5px;
    display: flex;
}

.zheng-swiper-wrap {
    background: linear-gradient(180deg, #FFFFFF 0%, #F3FAFF 100%);
    box-shadow: 6px 6px 16px 1px rgba(224,242,255,0.7);
    overflow: hidden;
}
.tuijian-4zheng .swiper-container {
    position: relative;
    margin-top: .2rem;
    margin: 0 -10px;
    padding: 15px 0 20px;
}
.tuijian-4zheng .swiper-container::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 10px;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-image: url('../images/zhengzaijiedu/swiper_bg.png');
}
.tuijian-4zheng .swiper-container .swiper-slide {
    display: flex;
}
.tuijian-4zheng .swiper-container .item {
    flex: 1;
    display: block;
    position: relative;
    padding: 10px;
}
.tuijian-4zheng .swiper-container .item img {
    width: 100%;
    height: 240px;
}
.tuijian-4zheng .swiper-container .item .bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tuijian-4zheng .du-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.tuijian-4zheng .du-list .du-item:hover .line-1 .txt {
    color: #125CB1;
}
.tuijian-4zheng .du-list .du-item .line-1 {
    position: relative;
    padding: 10px 15px 10px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.tuijian-4zheng .du-list .du-item .line-1::before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    background-color: #15376B;
}
.tuijian-4zheng .du-list .du-item .line-1 .txt {
    flex: 1;
    width: 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tuijian-4zheng .du-list .du-item .line-1 .time {
    width: 100px;
    color: #999;
    text-align: right;
}
.tuijian-4zheng .du-list .du-item .line-2 {
    display: none;
    padding-left: 40px;
    padding-bottom: 5px;
    font-size: 0;
}
.tuijian-4zheng .du-list .du-item .line-2 a {
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    padding: 5px 15px;
    padding: 5px .15rem;
    margin-right: 8px;
    white-space: nowrap;
}
.tuijian-4zheng .du-list .du-item .line-2 a:hover {
    font-weight: bold;
}
.link1 {
    border: solid 1px #FF9F37;
    color: #FF9F37;
}
.link2 {
    border: solid 1px #2888E3;
    color: #2888E3;
}
.link3 {
    border: solid 1px #106ABE;
    color: #106ABE;
}
.link4 {
    border: solid 1px #60CB40;
    color: #60CB40;
}
.tuijian-4zheng .du-list .du-item.act .line-2 {
    display: flex;
}
@media screen and (max-width: 768px) {
    .tuijian-4zheng .swiper-container {
        margin: 0;
    }
    .tuijian-4zheng .swiper-nav .item {
        padding-left: 0;
        background-image: linear-gradient(transparent, transparent) !important;
        text-align: center;
    }
    .tuijian-4zheng .swiper-nav .item.act .slogan {
        display: none;
    }
    .tuijian-4zheng .swiper-container .swiper-slide {
        display: block;
    }
    .tuijian-4zheng .swiper-container .item {
        display: block;
    }
    .tuijian-4zheng .swiper-container .item:nth-of-type(2), .tuijian-4zheng .swiper-container .item:nth-of-type(3) {
        display: none;
    }
    .tuijian-4zheng .du-list .du-item .line-1 {
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }
    .tuijian-4zheng .du-list .du-item .line-1::before {
        left: -5px;
        top: 20px;
        transform: none;
    }
    .tuijian-4zheng .du-list .du-item .line-1 .txt {
        white-space: normal;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tuijian-4zheng .du-list .du-item .line-1 .time {
        display: none;
    }
    .tuijian-4zheng .du-list .du-item .line-2 {
        display: block;
        padding-left: 0;
    }
}
@media screen and (max-width: 600px) {
    .tuijian-4zheng .du-list .du-item:nth-of-type(n+6) {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .tuijian-4zheng .du-list .du-item:nth-of-type(n+5) {
        display: none;
    }
}
@media screen and (max-width: 440px) {
    .tuijian-4zheng .du-list .du-item:nth-of-type(n+4) {
        display: none;
    }
}

.zzjd-con .zhuanti-con {
    position: relative;
    padding-bottom: .5rem;
}

.zzjd-con img {
    object-fit: cover;
}

.zhuanti-con .swiper-button-next,
.zhuanti-con .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .5);
    transition: .3s;
}

.zhuanti-con .swiper-button-prev {
    left: -50px;
}

.zzjd-con .zhuanti-con .swiper-container {
    margin: 0 -10px;
}
.zzjd-con .zhuanti-con .swiper-slide {
    padding: 10px;
}
.zzjd-con .zhuanti-con .zhuanti-item {
    display: block;
    width: 100%;
    color: #000;
    border: 1px solid #EEEEEE;
    transition: .3s;
}
.zzjd-con .zhuanti-con .zhuanti-item:hover {
    box-shadow: 6px 6px 16px 1px rgba(224,242,255,0.7);
}

.zzjd-con .zhuanti-con .zhuanti-item .img-box {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}
.zzjd-con .zhuanti-con .zhuanti-item .img-box img {
    position: absolute;
    height: 100%;
    width: 100%;
}
.zzjd-con .zhuanti-con .zhuanti-item .txt-box {
    padding: 15px 15px 40px;
}
.zzjd-con .zhuanti-con .zhuanti-item .txt-box .txt {
    font-size: 18px;
    font-size: .18rem;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zzjd-con .zhuanti-con .zhuanti-item .txt-box .inlet-btn {
    text-align: center;
    font-size: 14px;
    font-size: .15rem;
    white-space: nowrap;
    line-height: 1;
    padding: 5px 10px;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    background-color: #F6F6F6;
    float: right;
}
.zzjd-con .zhuanti-con .zhuanti-item .txt-box .inlet-btn:hover {
    border: solid 1px #1779D6;
    color: #1779D6;
}
@media screen and (max-width: 1320px) {
    .zhuanti-con .swiper-button-next {
        right: 5px;
    }
    .zhuanti-con .swiper-button-prev {
        left: 5px;
    }
}
@media screen and (max-width: 991px) {
    .zhuanti-con .swiper-button-next {
        right: 5px;
    }
    .zhuanti-con .swiper-button-prev {
        left: 5px;
    }
}
@media screen and (max-width: 768px) {
    .zzjd-con .zhuanti-con .zhuanti-item .txt-box .txt {
        font-size: 14px;
    }
}