.header-wrapper {
    display: none;
}

.seal_logo {
    display: none;
}

.footer-wrapper {
    position: absolute;
    background: none;
    border-top: 2px solid #3d448c;
    height: 100px;
    margin-top: -100px;
}

    .footer-wrapper .top {
        top: 15px;
        background: url(../images/home_ft_logo.png) left no-repeat;
        background-size: 300px;
        width: auto;
    }

        .footer-wrapper .top .zaos {
            color: #8ea8e5;
            border-left: 1px solid #90a8e6;
            margin-left: 330px;
            padding-right: 25px;
        }

            .footer-wrapper .top .zaos a {
                color: #8ea8e5;
            }

        .footer-wrapper .top .code {
            float: right;
            border-left: 1px solid #90a8e6;
        }

    .footer-wrapper .copyright {
        display: none;
    }

.home_bg {
    width: 100%;
    height: 100%;z
}

.home {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei';
}

.home_top {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
    margin-right: 30px;
    padding-top: 56px;
    background-size: auto;
   display: flex;
   justify-content: space-between;
}

    .home_top .logo {
        float: left;
        width: 540px;
    }

    .home_top .rt {
    margin-left: 1500px;
    }

        .home_top .rt a {
            float: left;
            line-height: 32px;
            color: #fff;
            padding: 0 15px;
            font-size: 20px;
            border-right: 1px solid #fff;
        }

        .home_top .rt .search {
            float: left;
            background: #fff;
            height: 30px;
            border: 1px solid #8d8d8d;
            border-radius: 5px;
            overflow: hidden;
            margin-left: 20px;
            display: flex;
        }

            .home_top .rt .search input {
                border: 0;
                background: #fff;
                outline: none;
                padding: 0 5px;
                height: 30px;
                float: left;
            }

            .home_top .rt .search .search_button {
                background: url(../images/search.svg) no-repeat center;
                background-size: 24px;
                font-size: 0;
                width: 30px;
                cursor: pointer;
            }

.home_nav {
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin-top: -175px;
    position: absolute;
}

    .home_nav:before {
        /* content: ""; */
        position: absolute;
        height: 1;
        width: 100%;
        background: #90a8e6;
        left: 0;
        bottom: 0;
    }

    .home_nav .item {
        flex: 1;
    }

        .home_nav .item a {
            display: block;
            border-right: 1px solid #8097c9;
            font-weight: bold;
            color: #90a8e6;
            font-size: 24px;
            text-decoration: none;
            text-align: center;
        }

        .home_nav .item:last-child a {
            border: 0;
        }

.slideBox {
    margin-bottom: 65px;
}

    .slideBox .bd {
        border: 1px solid #b4b5b4;
        width: 1298px;
        height: 483px;
        padding: 10px;
        position: relative;
        margin: 65px auto;
    }

        .slideBox .bd i {
            position: absolute;
            background: url(../images/jyyy.png) no-repeat bottom;
            width: 156px;
            height: 187px;
            top: 65px;
            right: -70px;
        }

    .slideBox .hd {
        text-align: center;
        margin-top: 65px;
        position: relative;
    }

        .slideBox .hd li {
            display: inline-block;
            background: #f1f4f4;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            margin: 0 13px;
        }

            .slideBox .hd li.on {
                background: #05143d;
            }