body {
    font-size: 14px;
    font-family: Microsoft YaHei, Tahoma, Helvetica, Arial;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
header p{
    color: #051046;
    font-size: 35px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    margin: 0;
}
.banner{
    width: 100%;
    height: 350px;
    background: #000000 url(../../images/szss.jpg) center no-repeat;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .info{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner .text{
    position: absolute;
    top:180px;
    left: 10px;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main p{
    color: #000;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}
footer{
    padding:10px 0;
    margin-top: 30px;
    color:#99979c;
    text-align: center;
    background-color: #2a2730;
}