.banner {
    height: 285px;
    padding-top: 20px;
    position: relative;
}

    .banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 160px;
        width: 100%;
        background: #2F5597;
    }

.banner-list {
    width: 1200px;
    height: 285px;
    margin: auto
}

    .banner-list .swiper-slide img {
        width: 100%;
        height: 100%;
    }


.bg-view {
    align-self: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

    .bg-view .title {
        text-align: center;
        top: 0;
        width: 100%;
        line-height: 36px;
        font-size: 32px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000
    }

        .bg-view .title img {
            width: 91px;
            height: 22px
        }

        .bg-view .title span {
            margin-left: 44px;
            margin-right: 44px
        }

.rdcx {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

    .rdcx li {
        flex: 1;
        text-align: center;
    }

        .rdcx li a {
            display: block;
        }

        .rdcx li i {
            display: inline-block;
            background: #2F5597;
            width: 100px;
            height: 100px;
            line-height: 100px;
            border-radius: 50%;
        }

            .rdcx li i img {
                height: 50px;
                width: 50px;
                display: inline-block;
                vertical-align: middle;
            }

        .rdcx li p {
            color: #2F5597;
            font-size: 20px;
            text-decoration: none;
            margin-top: 10px;
        }

        .rdcx li:hover i {
            background: #184da9 !important;
        }

        .rdcx li:hover p {
            color: #184da9 !important;
        }


.news {
    background: #F9F9F9;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}

.tabnews {
    width: 585px;
    min-height: 250px;
    float: left;
}

    .tabnews .hd {
        height: 44px;
        line-height: 44px;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

        .tabnews .hd:before {
            content: "";
            position: absolute;
            left: 0;
            top: 12.5px;
            height: 18px;
            width: 4px;
            background: #2F5597;
        }

        .tabnews .hd ul {
            float: left;
            height: 44px;
        }

            .tabnews .hd ul li, .tabnews .hd ul li a {
                float: left;
                text-indent: 18px;
                font-size: 18px;
                color: #999;
            }

                .tabnews .hd ul li.on, .tabnews .hd ul li.on a {
                    color: #2F5597;
                    font-weight: bold;
                }

    .tabnews .more {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 12px;
    }

    .tabnews .bd ul li {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        border-bottom: #eee 1px solid;
        position: relative;
    }

        .tabnews .bd ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background: #2f5597;
            top: 17px;
            left: 0;
        }

        .tabnews .bd ul li a {
            width: 500px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-indent: 18px;
            float: left;
            font-size: 16px;
        }

        .tabnews .bd ul li .date {
            float: right;
            color: #999;
            margin-right: 10px;
        }


.fast {
    margin-top: 30px;
}

    .fast > .hd > ul {
        overflow: hidden;
        display: flex;
    }

        .fast > .hd > ul > li {
            float: left;
            list-style: none;
            flex: 1;
            /* width: 160px; */
            padding: 0 20px;
            height: 110px;
            cursor: pointer;
            background: no-repeat 0 66%;
            background-image: url(fast_bg3.png);
        }

            .fast > .hd > ul > li:first-child {
                background-image: url(fast_bg1.png);
            }

            .fast > .hd > ul > li:nth-child(2) {
                background-image: url(fast_bg2.png)
            }

            .fast > .hd > ul > li:nth-child(3) {
                background-image: url(fast_bg3.png)
            }

            .fast > .hd > ul > li:nth-child(4) {
                background-image: url(fast_bg4.png)
            }

            .fast > .hd > ul > li:last-child {
                background-image: url(fast_bg5.png)
            }

            .fast > .hd > ul > li .fast_title {
                width: 100%;
                height: 100%;
                font-size: 18px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                text-align: center;
            }

                .fast > .hd > ul > li .fast_title img {
                    width: 64px;
                    height: 64px;
                    margin-bottom: 15px
                }


.yqlj {
    background: #f9f9f9;
    padding-bottom: 40px;
    margin-bottom: 0;
}

    .yqlj .bd {
        overflow: hidden;
        font-size: 0;
        margin-top: 30px;
    }

        .yqlj .bd li {
            float: left;
            margin-right: 20px;
        }

            .yqlj .bd li img {
                height: 70px;
            }
