/*global css*/

html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
blockquote,
th,
td,
p,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #333;
    font-family: "microsoft yahei", Arial;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: inherit;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h6 {
    text-align: center;
}

hr {
    padding: 0;
    border: 0;
    margin: 0;
    height: 0;
    background: none;
    display: block;
    *margin: -7px 0 -9px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.font {
    font: 14px/24px "Microsoft yahei", "黑体";
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hide {
    display: none;
}

/*专题顶部导航*/
.top-bar {
  background: #fff;
  border-bottom: 2px #E20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}