@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.jgszbox {
    padding: 60px 0;
}

.jgszbox .titbox {
    margin-bottom: 45px;
    padding-left: 40px;
    height: 60px;
    background: #F0F0F0;
    position: relative;
}

.jgszbox .titbox::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 46px;
    background: #0D55A2;
    left: 10px;
    top: calc(50% - 23px);
}

.jgszbox .titbox h1 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 60px;
}

.jgsz {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.jgsz-l {
    width: 100%;
}

.jgsz-r {
    width: 100%;
}

.jgsz .titbox2 {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.jgsz .titbox2 div {
    display: flex;
    align-items: center;

}

.jgsz .titbox2 h1 {
    margin-left: 12px;
    font-size: 24px;
    line-height: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.jgsz .titbox2 a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #ccc;
}

.yjzx .titbox2 {
    margin-top:48px;
    margin-bottom: 25px;
}

.yjzx ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.yjzx ul li{
    margin-top:35px;
    width: 24%;
}

.yjzx ul li a,
.yjzx ul li a img{
    display:block;
    width:100%;
    height: auto;
}

.znhf {
    margin-bottom: 35px;
}

.znhf ul {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.znhf ul li {
    width: 32.25%;
}

.znhf ul li a {
    padding: 15px;
    display: block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: center;
    background: #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.znhf1,
.znhf2,
.znhf3 {
    margin-bottom: 17px;
}

.znhf ul li a:hover {
    color: #fff;
    background: #2876ca;
}

.zdsys ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zdsys ul li {
    width: 32%;
    height: 181px;
}

.zdsys ul li a {
    height: 100%;
    display: block;
    padding: 75px 0px 0px 0px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    text-align: center;
}

.zdsys ul li p {
    width: 170px;
    margin: 0 auto;
    color: rgb(66, 119, 180);
    font-size: 22px;
    line-height:28px;
}

.zdsys .sys1 a {
    background: url(../images/sys1.png) no-repeat;
    background-size: cover;
}

.zdsys .sys2 a {
    background: url(../images/sys2.png) no-repeat;
    background-size: cover;
}

.zdsys .sys3 a {
    background: url(../images/sys3.png) no-repeat;
    background-size: cover;
}

.jgsz-r ul {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jgsz-r li {
    margin-bottom: 50px;
    width: 22.5%;
}

.jgsz-r li a {
    position: relative;
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.jgsz-r li p {
    width: calc(100% - 120px);
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.jgsz-r li i {
    display: block;
    width: 36px;
    height: 39px;
}

.jgsz-r li:last-child {
    margin-bottom: 0;
}

.jgsz-r .zxsz1 i {
    background: url(../images/icon3.png) center no-repeat;
}

.jgsz-r .zxsz2 i {
    background: url(../images/icon4.png) center no-repeat;
}

.jgsz-r .zxsz3 i {
    background: url(../images/icon5.png) center no-repeat;
}

.jgsz-r .zxsz4 i {
    background: url(../images/icon6.png) center no-repeat;
}

.jgsz-r li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1450px) {
    .jgszbox .w1400 {
        width: 100%;
        padding: 0 3%;
    }
    .jgsz-r li {
   
    width: 48%;
}
}

@media screen and (max-width:1024px) {
    .jgsz {
        display: block;
    }

    .jgsz-l,
    .jgsz-r {
        width: 100%;
    }

    .jgsz-r {
        margin-top: 50px;
    }

    .jgsz-r li {
        /* margin-bottom: 20px; */
    }

    .yjzx ul li{
    margin-top:35px;
    width: 48%;
}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:675px) {
    .znhf ul li {
        width: 47%;
    }

    .zdsys ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zdsys ul li {
        width: 75%;
        margin-bottom: 20px;
    }

       .jgsz-r li {
        width: 100%;
    }
        .jgsz-r {
        margin: 30px 0 40px;
    }
}

@media screen and (max-width:480px) {
        .yjzx ul li {
        margin-top: 30px;
        width: 100%;
    }
    .yjzx .titbox2 {
    margin-top:20px;
    margin-bottom: 0px;
}
    .jgszbox {
        padding: 30px 0;
    }

    .zdsys ul li {
        width: 100%;
    }

    .znhf ul li {
        width: 100%;
    }

    .znhf4,
    .znhf5,
    .znhf6 {
        margin-bottom: 10px;
    }

    .jgsz .titbox2 h1 {
        font-size: 22px;
        line-height: 22px;
    }

    .znhf ul li a {
        padding: 15px;
        font-size: 18px;
    }

    .jgsz-r li a {
        padding: 10px;
    }

    .jgsz-r li p {
        width: calc(100% - 80px);
        font-size: 18px;
    }

    .jgsz-r li a::after {
        height: 20px;
        left: 70px;
    }

    .zdsys ul {
        margin-top: 20px;
    }

    .jgsz-r {
        margin-top: 20px;
    }

    .jgsz-r ul {
        margin-top: 15px;
    }
}