﻿
/* 重置与基础 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
body {
    font-family: "Microsoft YaHei", sans-serif;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0) 34%, rgba(37, 129, 241, 0.22) 74%), linear-gradient(165.38deg, rgba(121, 205, 255, 0.1), rgba(255, 255, 255, 0) 100%);
    color: #333;
    min-height: 950px;
    position: relative;
}*/

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 头部导航 */
/*header {*/
    /* box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07); */
    /* background: rgba(37, 91, 199, 1); */
    /*padding: 0 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 60px;
    justify-content: space-between;
    color: #fff;
}*/
/*
.logo {
    margin-top: 4px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
*/
.maincontent {
    margin: 103px auto 0;
    text-align: center;
    height: inherit;
    position: relative;
    padding-right: 86px;
    padding-left: 86px;
    display: flex;
    flex-direction: column;
    width: 90vw;
}

h1 {
    width: 610px;
    height: 82px;
    background: url(../images/gb/pzgl/title.png) no-repeat 0 0;
    background-size: cover;
    margin: 0 auto;
    flex-shrink: 0;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 54px;
    margin-top: 65px;
    margin-bottom: 57px;
    position: relative;
}

    .grid .tips {
        width: 44px;
        height: 144px;
        background: url(../images/gb/pzgl/tip.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        cursor: pointer;
        right: -66px;
        bottom: 0px;
    }

.card {
    /* background-color: rgba(255, 255, 255, 0.4); */
    background: linear-gradient(-45.00deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7) 100%);
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    flex: 1;
}

    .card:last-child {
        margin-right: 0;
    }

    .card h2.title1  {
        background: linear-gradient(180deg, rgba(13, 88, 249, 1) 1%, rgba(74, 145, 255, 1) 68%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-family: Microsoft YaHei;
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: center;
        height: 50px;
        border: 1px solid #fff;
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        margin:0; 
    }

    .card .item {
        backdrop-filter: blur(20px);
        background: linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 100%);
        /* border-radius: 8px; */
        font-size: 16px;
        cursor: pointer;
        width:100%;
    }

        .card .item:last-child {
            margin-bottom: 0;
            border-radius: 0 0 10px 10px;
        }

        .card .item:hover {
            /* position: relative; */
            /* background: #e0edff; */
        }

.card1 .item {
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #fff;
}

.card3 .item {
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #fff;
}

    .card1 .item .item-title,
    .card3 .item .item-title,
    .card2 .item-title {
        padding-left: 72px;
        position: relative;
        height: 44px;
        color: rgba(2, 2, 2, 1);
        font-family: Microsoft YaHei;
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
    }

.card1 .item1::after {
    position: absolute;
    top: 16px;
    right: -59px;
    content: "";
    width: 58px;
    background: url(../images/gb/pzgl/line1.png) no-repeat 0 0;
    background-size: cover;
    height: 144px;
    opacity: 0.4;
}

/* .card1 .item2::after {
      position: absolute;
      top: -180px;
      right: -56px;
      content: "";
      width: 54px;
      background: url(../images/gb/pzgl/line1.png) no-repeat 0 0;
      background-size: cover;
    } */

.card1 .item .qysy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background: url(../images/gb/pzgl/qysy.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.card1 .item .dus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background: url(../images/gb/pzgl/dus.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.card .item .item-icon {
    line-height: 16px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

    .card .item .item-icon i {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

    .card .item .item-icon .icon1 {
        margin-right: 14px;
        background: url(../images/gb/pzgl/icon1.png) no-repeat 0 0;
        background-size: contain;
    }

    .card .item .item-icon .icon2 {
        background: url(../images/gb/pzgl/icon2.png) no-repeat 0 0;
        background-size: cover;
    }

.card3 .item .pztg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background: url(../images/gb/pzgl/pztg.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.card3 .item .pzsf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 44px;
    background: url(../images/gb/pzgl/pzsf.png) no-repeat 0 0;
    background-size: 100% 100%;
}
/*
.footer {
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .footer .name {
        color: rgba(34, 34, 34, 1);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .footer .tel {
        color: rgba(102, 102, 102, 1);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }*/

.card2 {
    position: relative;
}

    .card2 .item {
        height: 66px;
        line-height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 1px solid #fff;
        flex-direction: column;
        padding-left: 0;
    }

        .card2 .item.nzwpzsd .item-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 36px;
            height: 36px;
            background: url(../images/gb/pzgl/nzwpzsd.png) no-repeat 0 0;
            background-size: 100% 100%;
        }

    .card2 .nzwpzsd div:first-child {
        color: rgba(2, 2, 2, 1);
        font-family: Microsoft YaHei;
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0%;
        text-align: left;
    }

    .card2 .nzwpzsd div:last-child span {
        color: rgba(102, 102, 102, 1);
        font-family: Microsoft YaHei;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
        padding-right: 16px;
        position: relative;
    }

        .card2 .nzwpzsd div:last-child span.divider {
            margin-right: 16px;
        }

            .card2 .nzwpzsd div:last-child span.divider::after {
                position: absolute;
                content: "";
                width: 1px;
                height: 16px;
                background: #e0e0e0;
                right: 0px;
                top: 50%;
                transform: translateY(-50%);
            }

    .card2 .nzwpzdj .item-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: 4px;
        width: 36px;
        height: 36px;
        background: url(../images/gb/pzgl/nzwpzdj.png) no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card2 .zwxpzbh .item-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: 4px;
        width: 36px;
        height: 36px;
        background: url(../images/gb/pzgl/zwxpzbh.png) no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card2::after {
        position: absolute;
        top: 97px;
        right: -58px;
        content: "";
        width: 56px;
        height: 69px;
        background: url(../images/gb/pzgl/line2.png) no-repeat 0 0;
        background-size: cover;
        opacity: 0.4;
    }

.top-img {
    width: 85%;
    margin: 50px auto 0;
}

    .top-img img {
        width: 100%;
    }

.card2 .item .item-title {
    margin-left: -50px;
}

    .card2 .item .item-title > span {
        display: inline-flex;
        align-items: center;
        width: 48px;
        justify-content: flex-end;
        color: rgba(73, 132, 234, 1);
        font-family: Arial;
        font-size: 18px;
        font-weight: 600;
    }

@media screen and (max-width: 1600px) {
    header {
        height: 20px;
    }
}
