﻿* {
    padding:0;
    margin:0;
}
.flex {
    display: flex;
}

.nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 74px;
    color: #000000;
}

    .nav-box .logo {
        max-width: 200px;
        max-height: 70px;
        background: #000;
    }

    .nav-box .box-1 {
        margin-left: 45px;
    }

        .nav-box .box-1 img {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

.footer {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
    .footer a {
        color: #000;
    }
    /*轮播图*/
    .banner {
        position: relative;
        min-height: 760px;
    }

    .banner li {
        background-position: center;
        background-repeat: no-repeat;
    }

a {
    text-decoration: none !important;
}

    a:hover {
        color: #1788e8 !important;
    }

.footer a:nth-child(1) {
    margin-right: 5px;
}
.swipslider {
    margin:0
}