/*公共样式*/
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

/*头部区域样式*/
header {
    height: 120px;
    /*background-color: #c7254e;*/
}
.nav-top {
    height: 80px;
    /*background-color: #2aabd2;*/
}
.nav-top >.container {
    height: 80px;
}
.nav-top >.container > .nav-logo {
    width: 230px;
    height: 150px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
}

.nav-top >.container > a {


}
.nav-top >.container > .nav-logo > a:hover {
    text-decoration: none;
}

.nav-top >.container > .nav-user {
    width: 149px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #000;
}
.nav-top >.container > .nav-user > #login,.nav-top >.container > .nav-user > #register {
    display: inline-block;
    width: 50px;
}
/*头部区域样式*/

/*中部区域样式*/
#section_one {
    height: 250px;
    background-color: #f5f5f5;
}
#section_two {
    height: 250px;
    background-color: #8c8c8c;
}
/*中部区域样式*/