* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.wrap {
    width: 100%;
    min-width: 1230px;
    overflow: hidden;
    position: relative;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #7e3f5b;
}

.box {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

[v-cloak] {
    display: none;
}

.pre_load {
    text-align: center;
    padding: 15px 0;
}

#main {
    background: url(../images/bg.jpg) center top no-repeat scroll;
    height: 1299px;
}

.top-bar {
    background: url(../images/topbar_bg.png) 0 0 repeat-x scroll;
    height: 94px;
}

.top-bar .logo {
    float: left;
    margin-top: 15px;
}

.top-bar .btns {
    float: right;
    overflow: hidden;
    margin-top: 12px;
    margin-right: -200px;
}

.top-bar .btns>a {
    display: block;
    float: left;
    margin-left: 50px;
    width: 195px;
    height: 67px;
    background-image: url(../images/top_buttons.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.top-bar .btns>a.czzx {
    background-position: 0 0;
    display: none;
}

.top-bar .btns>a.fwtk {
    background-position: 50% 0;
}

.top-bar .btns>a.kfzx {
    background-position: 100% 0;
    visibility: hidden;
}

.footer {
    background-color: #282828;
    font-size: 24px;
    text-align: center;
    padding: 55px 0;
    color: #7c7c7c;
}

.footer img {
    margin-left: 20px;
    width: 100px;
    height: 120px;
}