* {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-family: '思源黑体'
}

li {
    text-decoration: none;
    list-style: none;
}


a {
    color: aliceblue;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.header {
    background-color: #a8bad2;
}

.main {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 60px;
}

.header ul {
    float: left;
}

body {
    /* background: url(../image/77.png); */
}

.header li {
    float: left;
    margin: 0 30px;
    line-height: 60px;
    font-size: 24px;
}

.banner img {
    width: 100%;
    /* background: url(../image/10.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: 333px; */
}

.banner h1 {
    text-align: center;
    line-height: 286px;
    color: rgb(232, 14, 14);
    letter-spacing: 20px;
    font-size: 60px;
}

h2 {
    text-align: center;
    line-height: 50px;
    margin-top: 80px;
    font-family: '楷体';
    display: inline-block;
}

.contaner {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin-bottom: 20px;
    font-family: '楷体'
}

.floor1 img {
    width: 40px;
    margin: 0 20px;
}

.floor1 .box1 {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 50px;
}

.floor1 ul li img {
    float: right;
    width: 100%;
    height: 100%;
    margin: 0;
}

.footer {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #737371;
    font-family: '宋体';
    background-color: #a8bad2;
    font-size: 17px;
    margin-top: 40px;
}

.footer p {
    line-height: 80px;
}