* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    min-width: 1200px;
}

ul,
ol {
    list-style: none;
}

.wrap {
    width: 100%;
    height: 100%;
    background: #fff3b3;
}

.topbar {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
}

.topbar-box ul {
    width: 700px;
    height: 35px;
    margin: 0 auto;
}

.topbar-box ul li {
    width: 100px;
    height: 32px;
    float: left;
}

.topbar-box ul li a {
    text-decoration: none;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #000000;
}

.bg {
    background: #ce3606 url(../imgs/bg.jpg?v=1) no-repeat 50% 0;
    height: 3030px;
    position: relative;
}
