p {
    margin: 0;
    padding: 0;
}
a {
    display: inline-block;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
}
/* head-container */
.head-container {
}
/* nav */
.zwfw-nav-container {
    /* background-image: url(../images/navbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-color: #1b50a0; */
    background-color: #4775b1;
    min-width: 1366px;
}

.zwfw-nav {
    font-size: 18px;
    width: 1366px;
    overflow: hidden;
}

.zwfw-nav .zwfw-nav-item {
    flex: 1;
    transition: all .3s;
}

.zwfw-nav .zwfw-nav-item .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    overflow: hidden;
}

.zwfw-nav .zwfw-nav-item img {
    width: 42px;
    height: 54px;
    margin-right: 10px;
}

.zwfw-nav .on,
.zwfw-nav .zwfw-nav-item:hover {
    background: #0b86f9;
}

/* link */
.zwfw-link-container div.flex1 {
    overflow: hidden;
}
.zwfw-link-container .fit {
    height: 100px;
    transition: all .5s;
}
.zwfw-link-container .fit:hover {
    transform: scale(1.08);
}
/* zwfw-news-container */
.zwfw-news-container {
    position: relative;
    padding-bottom: 23px;
}
.zwfw-news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    background: linear-gradient(to right, #1d8ffa, #1371e7);
}
.zwfw-news-info a {
    width: 640px;
    color: #fff;
}
/* zwfw-news-list */
.zwfw-news-list {
    margin-left:20px;
}

.zwfw-news-list .news-tabs .news-tabs-item {
    position: relative;
    width: 156px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}
.zwfw-news-list .news-tabs .news-tabs-item.is-active {
    background: url(../images/zwfw/zhengwu_a3.png);
    background-repeat: no-repeat;
    background-position: left 10px top 18px;
}

.zwfw-news-list .news-tabs .news-tabs-item:hover,
.zwfw-news-list .news-tabs .news-tabs-item.is-active {
    position: relative;
    font-weight: bold;
    color: #3681dd;
}

.zwfw-news-list .news-tabs .news-tabs-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block;
    width: 0px;
    height: 4px;
    background-color: #3681dd;
    transition: all .5s;
}

.zwfw-news-list .news-tabs .news-tabs-item.is-active::before {
    content: '';
    width: 100%;
}

.zwfw-news-list .news-tabs .news-tabs-item:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #ebebeb;
}
.news-tabs .news-tabs-more:hover {
    text-decoration: underline;
}
/* news-list-lines */
.news-list-lines {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
}
/* news-list */
.news-list {
    width: calc(1366px - 660px);
    max-height: 455px;
    overflow: hidden;
}
.news-list .list-item {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid #eeeeee;
    color: #333333;
}
.news-list .list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #076efa;
    border-radius: 3px;
    position: absolute;
    top: 24px;
    left: 13px;
    transition: all .3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time .bottom {
    color: #283eeb;
}
.news-list .list-item:hover::before {
    content: "";
    width: 16px;
    background: #283eeb;
}
.news-list .list-item .time {
    width: 100px;
}
.news-list .list-item .time .top {
    font-size: 14px;
    line-height: 24px;
}
.news-list .list-item .time .bottom {
    font-size: 32px;
    line-height: 36px;
    color: #076efa;
}
.news-list .list-item .info {
    width: calc(100% - 120px);
    font-size: 18px;
    font-weight: bold;
}
/* zwfw-hqzc-container */
.zwfw-hqzc-container {
    min-width: 1366px;
    background-color: #f6f5f8;
}
.zwfw-hqzc-left {
    width: 260px;
}
.zwfw-hqzc-right {
    flex: 1;
    max-width: calc(100% - 260px - 18px);
    margin-left: 18px;
}
.hqzc-left-top {
    padding-top: 21px;
    padding-bottom: 21px;
}
.hqzc-right-top {
    padding-top: 15px;
    padding-bottom: 15px;
}
.hqzc-left-bottom, .hqzc-right-bottom {
    height: 595px;
    overflow: hidden;
}
.hqzc-icon {
    object-fit: cover;
}
.hqzc-left-bottom {
    padding: 44px 39px 0 39px;
    background-image: url(../images/zwfw/left_bg.png), linear-gradient(#1371e7, #1f94fe, #1577eb);
    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-color: rgba(1, 129, 249, .7); */
}
.hqzc-left-bottom h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #fff;
}
.zcfl-item {
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 21px;
    margin-bottom: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}
.zcfl-item:hover,
.zcfl-item.is-active {
    font-weight: bold;
    background-color: rgb(2, 121, 231);
}
.hqzc-right-bottom .hqzc-right-list.news-list {
    width: 100%;
    max-height: 540px;
    background-color: #fff;
}
.hqzc-right-bottom .hqzc-right-list .news-list-item .list-item {
    padding: 23px 0 24px 35px;
}
.hqzc-right-bottom .hqzc-right-list.news-list .list-item::before {
    content: '';
    top: 32px;
}
.hqzc-right-tabs-item {
    width: 118px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-right: 30px;
    font-size: 16px;
    border: 1px solid #95b0d8;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #ffffff;
    color: #999999;
    cursor: pointer;
    transition: all .5s;
}
.hqzc-right-tabs-item:hover,
.hqzc-right-tabs-item.is-active {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #0181f9;
    background-color: #0181f9;
    color: #ffffff;
}
.hqzc-right-item {
    height: 108px;
    padding: 22px 0px 17px 40px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
}
.hqzc-right-item .item-info {
    overflow: hidden;
}
.hqzc-right-item .item-info .info-title {
    width: 720px;
    line-height: 28px;
    margin-bottom: 13px;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}
.hqzc-right-item .item-info:hover .info-title {
    color: #0181f9;
}
.info-tags .tag {
    margin-right: 12px;
    padding: 6px 11px;
}
.tag:nth-child(4n + 1) {
    color: rgba(1, 129, 249, 1);
    background-color: rgba(1, 129, 249, .1);
}
.tag:nth-child(4n + 2) {
    color: rgba(77, 166, 204, 1);
    background-color: rgba(77, 166, 204, .1);
}
.tag:nth-child(4n + 3) {
    color: rgba(255, 165, 59, 1);
    background-color: rgba(255, 165, 59, .1);
}
.tag:nth-child(4n){
    color: rgba(58, 214, 189, 1);
    background-color: rgba(58, 214, 189, .1);
}
.item-action {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 100%;
}
.item-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(155, 155, 155, 0.2);
}
.item-action .item-time {
    margin-bottom: 15px;
    color: #6f6f6f;
}
.item-action .item-time .time {
    font-size: 16px;
    padding: 0 5px;
    color: #cc0000;
}
.item-action .item-btn .btn {
    display: inline-block;
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 0 7px;
    border: 1px solid #0181f9;
    border-radius: 14px;
    color: #0181f9;
    background-color: transparent;
    cursor: pointer;
    transition: all .5s;
}
.item-action .item-btn .btn.sb {
    color: #ffffff;
    background-color: #0181f9;
}
.item-action .item-btn .btn:hover {
    background-color: rgba(200, 200, 200, 0.2);
}
.item-action .item-btn .btn.sb:hover {
    background-color: #3799f5;
}
/* zwfw-bsdt-container */
.zwfw-bsdt-container {
    min-width: 1366px;
    padding-bottom: 20px;
    background-color: #d0f0fe;
}
.bsdt-top-icon {
}
.zwfw-bsdt-top {
    padding: 19px 16px;
}
.bsdt-list {
    display: flex;
    flex-wrap: wrap;
}
.bsdt-list .list-item {
    display: flex;
    align-items: start;
    width: 23.9%;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background: linear-gradient(-45deg, #f2faff, #e9f6ff);
    cursor: pointer;
    transition: background 1s;
}
.bsdt-list .list-item:nth-child(4n) {
    margin-right: 0px;
}

.bsdt-list .list-item .bsdt-item-left {
    width: 50px;
    height: 100%;
    margin-left: 6px;
    margin-right: 20px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .5s;
}

.bsdt-list .list-item:nth-child(1) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a01.png);
}
.bsdt-list .list-item:nth-child(2) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a02.png);
}
.bsdt-list .list-item:nth-child(3) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a03.png);
}
.bsdt-list .list-item:nth-child(4) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a04.png);
}
.bsdt-list .list-item:nth-child(5) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a05.png);
}
.bsdt-list .list-item:nth-child(6) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a06.png);
}
.bsdt-list .list-item:nth-child(7) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a07.png);
}
.bsdt-list .list-item:nth-child(8) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a08.png);
}
.bsdt-list .list-item:nth-child(9) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a09.png);
}
.bsdt-list .list-item:nth-child(10) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a10.png);
}
.bsdt-list .list-item:nth-child(11) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a11.png);
}
.bsdt-list .list-item:nth-child(12) .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_a12.png);
}

.bsdt-item-right {
    width: calc(100% - 50px);
}
.bsdt-item-title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1;
    color: #076efa;
    transition: all .5s;
}
.bsdt-item-description {
    margin-bottom: 14px;
    color: #797979;
    transition: all .5s;
}
.bsdt-list .list-item:hover {
    background: linear-gradient(-45deg, #086ffa, #4c95f8, #0462d4);
}
.bsdt-list .list-item:hover .icon,
.bsdt-list .list-item:hover .bsdt-item-title,
.bsdt-list .list-item:hover .bsdt-item-description {
    color: #fff;
}
.bsdt-list .list-item:nth-child(1):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c01.png);
}
.bsdt-list .list-item:nth-child(2):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c02.png);
}
.bsdt-list .list-item:nth-child(3):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c03.png);
}
.bsdt-list .list-item:nth-child(4):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c04.png);
}
.bsdt-list .list-item:nth-child(5):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c05.png);
}
.bsdt-list .list-item:nth-child(6):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c06.png);
}
.bsdt-list .list-item:nth-child(7):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c07.png);
}
.bsdt-list .list-item:nth-child(8):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c08.png);
}
.bsdt-list .list-item:nth-child(9):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c09.png);
}
.bsdt-list .list-item:nth-child(10):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c10.png);
}
.bsdt-list .list-item:nth-child(11):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c11.png);
}
.bsdt-list .list-item:nth-child(12):hover .bsdt-item-left {
    background-image: url(../images/zwfw/zhengwu_c12.png);
}

.bsdt-item-btn {
    position: relative;
    width: 108px;
    height: 30px;
    border-radius: 14px;
    border: 1px solid #076efa;
    background-color: #ffffff;
}
.bsdt-item-btn::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 16px;
    transform: rotate(45deg);
    border: 4px solid #076efa;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.bsdt-item-btn a {
    width: 100%;
    line-height: 28px;
    text-align: center;
    color: #076efa;
}
/* zwfw-zj-container */
.zwfw-zj-container {
    min-width: 1366px;
    padding: 20px;
    background-color: #076efa;
}
.zj-item {
    position: relative;
    text-align: center;
    color: #fff;
}
.zj-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #6aa8fc;
    margin: 0 20px;
}
.zj-item:last-child::after {
    content: '';
    width: 0px;
}
.zj-item .zj-num {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
/* zwfw-ztzl-container */
.ztzl {
    position: relative;
    border: 1px solid #b8cdf3;
}
.ztzl-title {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/zwfw/zhengwu_bt3.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/* swipers */
.zwfw-news-focus,
.zwfw-news-focus ul li,
.zwfw-news-focus ul li img {
    width: 640px;
    height: 507px;
}
/* ztzl swipers */
.ztzl-focus.focus ul {
    width: 1366px;
    height: 120px;
    box-sizing: border-box;
}
.ztzl-focus ul li {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 1366px;
    height: 75px;
    padding: 0 38px;
    background: transparent !important;
}
.ztzl-focus ul li a {
    display: inline-block;
    width: 18.1%;
    height: 75px;
    margin: 0 12px;
    padding-top: 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.ztzl-focus ul li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    overflow: hidden;
}
.ztzl-focus ul li a:hover img {
    transform: scale(1.1);
}
.ztzl-focus .btn span {
    margin-left: 8px;
    background: #cde0f8;
}
.ztzl-focus .btn span.on {
    width: 10px;
    background: #1c5fc1;
}
.ztzl-focus .preNext {
    display: block !important;
    position: absolute;
    top: 12px;
    width: 26px;
    height: 66px;
    background-size: 100% 100%;
}
.ztzl-focus .preNext.pre {
    left: 0;
    background-image: url(../images/zwfw/left.png);
}
.ztzl-focus .preNext.next {
    right: 0;
    background-image: url(../images/zwfw/right.png);
}
