* { padding: 0; margin: 0; }

html{font-family:"Microsoft YaHei UI","Microsoft YaHei",sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,body,div,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress{margin:0;padding:0;border:0;}
li{list-style:none}
a{background-color:transparent;text-decoration:none}
b,strong{font-weight:bold}
img{border:0;vertical-align: middle;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; } 
.clearfix{zoom: 1;}
.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.top-bar {
  border-bottom: 2px #E20000 solid;
  background: #fff;
  z-index: 1000;
}

.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;
}

.main-wrap {
  position: relative;
  padding-top: 1px;
}
/* nav */
.top_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  background: #ffffff;
  z-index: 100;
}
.top_nav_fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.top_nav img {
  float: left;
  height: 96px;
}
.top_nav ul {
  float: right;
  font-size: 0;
}
.top_nav ul li {
  display: inline-block;
  padding: 0 30px;
  font-size: 32px;
  line-height: 96px;
}
.top_nav ul li a {
  color: #1b1b1b;
}
.top_nav ul li.on a {
  color: #e90029;
}

.nav {
  height: 60px;
  background: #0f2f52;
}

.nav .wrap {
  height: 60px;
}

.logo {
  float: left;
  margin: 7px 0 0;
}

.nav-link {
  line-height: 60px;
}

.nav-link a {
  float: left;
  margin: 0 0 0 45px;
}

.nav-link a:link, .nav-link a:visited {
  color: #fff;
  text-decoration: none;
}

.nav-link a:hover {
  text-decoration: underline;
}

.banner {
  height: 369px;
  background: url(../img/banner.jpg) center no-repeat;
}

.layout1 {
  padding: 40px 0 0;
}

.layout1 .title {
  display: block;
  margin: 0 auto;
}

.layout1 .bd {
  padding: 15px 0 0;
  line-height: 1.8;
  text-indent: 2em;
  font-size: 14px;
}

.layout2 {
  padding: 40px 0 0;
  margin: 25px 0 0;
  background: #eeeeee;
}

.layout2 .title {
  display: block;
  margin: 0 auto;
}

.layout2 .bd {
  margin: 25px 0 0;
}

.layout2 .bd img {
  float: right;
  margin: 0 0 10px 15px;
}

.layout2 .bd .txt {
  font-size: 14px;
  line-height: 2;
  text-indent: 2em;
}

.layout3 {
  padding: 30px 0 0;
  background: #eeeeee;
}

.layout3 .title {
  display: block;
  margin: 0 auto;
}

.layout3 .bd {
  padding: 20px 0 25px;
  text-align: center;
}

