* {
    margin: 0;
    box-sizing: border-box
}

html,
body {
    background: #f7f7f7;
    color: #333;
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    /* background-color: #fff; */
}

.main {
    width: 1200px;
    margin: auto;
}

.header {
    height: 120px;
    width: 100%;
    background-color: #fff;
    display: flex;
}

.header .logo {
    background: url('../image/logo.png') no-repeat;
    width: 291px;
    height: 66px;
}

.warper {
    width: 100%;
}

.warper .content {
    background: url('../image/banner-20210116.png') no-repeat;
    width: 100%;
    height: 738px;
}

.footer {
    width: 100%;
    background-color: #111;
    height: 280px;
    /* position: relative; */
}

.footer .main {
    position: relative;
    height: 280px;
}

.copyright-foot {
    color: #EEEEEE;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.copyright {
    margin-bottom: 10px;
}

.icp {
    color: #EEEEEE;
    text-decoration: none;
}

.icbc {
    width: 30px;
    height: 42px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #EEEEEE;
    text-decoration: none;
}

.icbc img {
    display: block;
    width: 100%;
    height: 100%;
}