.zzwjk-header {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/zhengcewenjianku/bj1.jpg');
    padding-bottom: 30px;
}
.zzwjk-header .top-menu {
    position: relative;
    z-index: 9;
    display: flex;
    padding-top: .2rem;
}

.zzwjk-header .top-menu .pc > a, .zzwjk-header .top-menu .link-box-switch > a {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
}

.zzwjk-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;
}

.zzwjk-header .top-menu .link-box .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
}

.zzwjk-header .top-menu .link-box .uls {
    width: auto;
    margin-top: 5px;
    overflow: hidden;
}

.zzwjk-header .top-menu .link-box .uls li {
    width: 20%;
    padding-right: 20px;
    float: left;
    font-size: 15px;
    display: block;
}

.zzwjk-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;
}

.zzwjk-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);
}

.zzwjk-header .top-menu .link-box .uls li a:hover {
    color: #125DB2;
}
.zzwjk-header .top-menu .link-box .uls li a:hover .lxfs {
    display: block;
}

.zzwjk-header .top-menu .link-box-switch:hover .link-box {
    display: block;
}

.zzwjk-header .top-menu>div {
    flex: 1;
    width: 0;
}

.zzwjk-header .top-menu .left {
    flex: 1;
    width: 0;
}

.zzwjk-header .top-menu .right {
    flex: 1;
    width: 0;
    text-align: right;
}

.zzwjk-header .top-menu .right .mobile, .res-page .mobile {
    display: none;
}

.zzwjk-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;
}

.zzwjk-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;
}

.zzwjk-header .nav-menu-search-box {
    width: 300px;
    margin-right: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #2351D1;
    height: 40px;
    border-radius: 20px;
    padding: 0 5px;
    overflow: hidden;
    border: 2px solid #fff;
}
.zzwjk-header .nav-menu-search-box .search-input {
    z-index: 1;
    flex: 1;
    text-indent: .5em;
    width: 0;
    background-color: #2351D1;
    color: #fff;
}

.zzwjk-header .nav-menu-search-box .search-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.zzwjk-header .nav-menu-search-box .search-input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.zzwjk-header .nav-menu-search-box .search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.zzwjk-header .nav-menu-search-box .search-input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.zzwjk-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) {
    .zzwjk-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 #fff;
}
.logo-row .nav-menu a {
    font-size: 18px;
    color: #fff;
    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) {
    .zzwjk-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) {
    .zzwjk-header .top-menu {
        display: none;
    }
}


.zzwjk-title {
    display: flex;
    position: relative;
    font-size: .4rem;
    font-weight: bold;
    color: #1779D6;
    line-height: 1;
    padding: .3rem 0;
    overflow: hidden;
}
.zzwjk-title .l,
.zzwjk-title .r {
    flex: 1;
    position: relative;
    padding-right: 30px;
}
.zzwjk-title .l::before,
.zzwjk-title .r::before {
    z-index: 2;
    position: absolute;
    content: '';
    top: 35%;
    left: 20px;
    left: .2rem;
    width: 100%;
    border-bottom: 1px solid #CFE2F2;
}
.zzwjk-title .l::after,
.zzwjk-title .r::after {
    z-index: 1;
    position: absolute;
    top: 65%;
    width: 100%;
    content: '';
    left: 20px;
    left: .2rem;
    border-bottom: 1px solid #CFE2F2;
}
.zzwjk-title .l::before {
    right: 20px;
    right: .2rem;
    left: auto;
}
.zzwjk-title .l::after {
    right: 20px;
    right: .2rem;
    left: auto;
}


.zzwjk-header .page-title img {
    display: block;
    margin: .5rem auto .5rem;
    max-width: 75%;
}

.zzwjk-header .search-box {
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    height: 50px;
    border-radius: 25px;
    padding: 8px 10px;
}
.zzwjk-header .search-box::after {
    position: absolute;
    content: '';
    top: -7px;
    left: -7px;
    padding: 7px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, .5);
}
.zzwjk-header .search-box .search-input {
    z-index: 1;
    flex: 1;
    text-indent: 1em;
    width: 0;
}
.zzwjk-header .search-box .search-btn {
    z-index: 2;
    cursor: pointer;
    background: #4c70fb;
    border-radius: 20px;
    height: 34px;
    width: 100px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
}

.zzwjk-header .search-box .search-btn .btn-tips {
    display: none;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    line-height: 34px;
    white-space: nowrap;
}
.zzwjk-header .search-box:hover .btn-txt {
    display: none;
}
.zzwjk-header .search-box:hover .search-btn .btn-tips {
    display: block;
}

.zzwjk-header .search-fast-link {
    position: relative;
    margin: 30px auto 0;
    margin: .3rem auto 0;
    width: 50%;
    height: 340px;
    height: 3.4rem;
}
.zzwjk-header .search-fast-link .search-fast-link-item {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    color:#fff;
    font-weight: bold;
    padding: 3px 6px;
    white-space: nowrap;
    font-size: 24px;
}

.zzwjk-header .search-fast-link .search-fast-link-item:hover{
    background:rgba(255, 255, 255, .2);
    border-radius:5px;
}

@media screen and (max-width: 768px) {
    .zzwjk-header .search-box .search-btn .btn-txt{
        display: none;
    }
    .zzwjk-header .search-box .search-btn .btn-tips {
        line-height: 26px;
        display: block;
    }

    .zzwjk-header .search-box {
        height: 40px;
    }
    .zzwjk-header .search-box .search-btn {
        height: 25px;
        background-size: 20px 20px;
        background-position: center center;
    }
    .zzwjk-header .search-fast-link {
        display: none !important;
    }
}


.zzwjk-con {
    margin: .3rem 0;
}
.zzwjk-con .m-center > .wrap {
    background: #FFFFFF;
    box-shadow: -1px -1px 16px 5px rgba(224,242,255,0.7);
    padding: 20px;
}
.file-type-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin: 0 -0.1rem;
}
.file-type-list .item {
    padding: 20px;
    padding: .2rem;
    width: 25%;    
}
.file-type-list .item .wrap {
    height: 110px;
    height: 1.1rem;
    border: solid 1px #E6E6E6;
    border-radius: 11px;
    position: relative;
}
.file-type-list .item img {
    display: block;
    position: absolute;
    left: 40px;
    left: 0.4rem;
    top: 24px;
    top: 0.24rem;
    width: 62px;
    width: 0.62rem;
    height: 62px;
    height: 0.62rem;
}
.file-type-list .item .count {
    margin-top: 22px;
    margin-top: 0.22rem;
    padding-left: 125px;
    padding-left: 1.26rem;
    font-size: 30px;
    font-size: .3rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.file-type-list .item:nth-of-type(1) .count {
    color: #FD832F;
}
.file-type-list .item:nth-of-type(2) .count {
    color: #1190FF;
}
.file-type-list .item:nth-of-type(3) .count {
    color: #6DBC64;
}
.file-type-list .item:nth-of-type(4) .count {
    color: #EF6A69;
}
.file-type-list .item .name {
    padding-left: 125px;
    padding-left: 1.26rem;
    font-size: 16px;
    font-size: .16rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .file-type-list .item {
        width: 50%;
    }

    .file-type-list .item img{
        left: 20px;
        left: .2rem;
    }
    .file-type-list .item .count {
        padding-left: 100px;
        padding-left: 1rem;
        font-size: 25px;
        font-size: .25rem;
        margin-top: .2rem;
    }
    .file-type-list .item .name {
        padding-left: 100px;
        padding-left: 1rem;
    }
}
.file-list-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.file-list-box .item-list-box {
    width: 50%;
    padding: 10px;
}
.file-list-box .item-list-box .item-list-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    line-height: 40px;
}
.file-list-box .item-list-box .item-list-title span {
    font-size: 20px;
    font-weight: bold;
    color: #125CB1;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid #125CB1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file-list-box .item-list-box .item-list-title a {
    font-size: 18px;
    color: #125CB1;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file-list-box .item-list-box .item-list .item {
    display: block;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
    margin-top: 0.2rem;
    width: 100%;
    padding-left: 10px;
}
.file-list-box .item-list-box .item-list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #15376B;
}
.file-list-box .item-list-box .item-list span:nth-of-type(1) {
    display: block;
    width: calc(100% - 105px);
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}
.file-list-box .item-list-box .item-list span:nth-of-type(2) {
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    font-size: 16px;
    text-align: right;
}
.file-list-box .item-list-box .item-list .item:hover span {
    color: #125CB1;
}
@media screen and (max-width: 768px) {
    .file-list-box .item-list-box {
        width: 100%;
        padding: 10px;
    }
    .file-list-box .item-list-box .item-list-title {
        line-height: 30px;
    }
    .file-list-box .item-list-box .item-list-title span {
        font-size: 16px;
    }
    .file-list-box .item-list-box .item-list-title a {
        font-size: 16px;
    }
}

.life-cycle-box {
    display: flex;
    flex-wrap: wrap;
    margin: .3rem -10px;
}
.life-cycle-box .life-cycle {
    width: 50%;
    padding: 10px;
}
.life-cycle-box .life-cycle img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .life-cycle-box .life-cycle {
        width: 100%;
    }
}

.zhunti-box .zhuanti-con {
    position: relative;
}

.zhunti-box img {
    object-fit: cover;
}

.zhuanti-con .swiper-button-next,
.zhuanti-con .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: -80px;
    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: -80px;
}

.zhunti-box .zhuanti-con .swiper-container {
    margin: 0 -10px;
}
.zhunti-box .zhuanti-con .swiper-slide {
    padding: 10px;
}
.zhunti-box .zhuanti-con .zhuanti-item {
    display: block;
    width: 100%;
    color: #000;
    border: 1px solid #EEEEEE;
    transition: .3s;
}
.zhunti-box .zhuanti-con .zhuanti-item img {
    display: block;
    width: 100%;
}
@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;
    }
}

.jiedu-box {
    display: flex;
    flex-wrap: wrap;
    margin: .3rem -10px;
}
.jiedu-box .jiedu-item {
    width: 50%;
    padding: 10px;
}
.jiedu-box .jiedu-item .jiedu-title {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #125CB1;
    padding: 10px 0 20px 20px;
}
.jiedu-box .jiedu-item .jiedu-title::before, .jiedu-box .jiedu-item .jiedu-title::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 25px;
    background: #DBE6F3;
}
.jiedu-box .jiedu-item .jiedu-title::after {
    height: 13px;
    transform: translateY(0);
    background: #125CB1;
}
.jiedu-box .jiedu-item .jiedu-link {
    position: relative;
    height: 4rem;
}
.jiedu-box .jiedu-item .jiedu-link img {
    object-fit: cover;
    width: 100%;
    height: 240px;
}
@media screen and (max-width: 768px) {
    .file-list-box .item-list-box .item-list span:nth-of-type(1) {
        white-space: normal;
        width: 100%;
        text-align: justify;
    }
    .file-list-box .item-list-box .item-list span:nth-of-type(2) {
        display: none;
    }
    .jiedu-box .jiedu-item {
        width: 100%;
    }
}

.search-bg {
    background-image: url(../images/zhengcewenjianku/bj2.png);
}