* { 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;
}

.w1200{
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.banner {
  position: relative;
  height: 350px;
  margin: 10px auto 0;
  background: url(../img/banner.jpg) center no-repeat;
}
.banner_text {
  position: absolute;
  left: 90px;
  top: 245px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.banner_btn {
  position: absolute;
  left: 90px;
  top: 290px;
  width: 195px;
  height: 35px;
  background: url(../img/banenr_btn.png) no-repeat;
}


.layout1 {
  margin: 20px auto;
  background: #fff;
  padding: 15px 20px;
  overflow: hidden;
  border: 1px solid #929292;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.layout1 .fl img {
  height: 215px;
}
.layout1 .fr{
  width: 430px;
}
.layout1 .fr p{
  margin: 5px 0 25px;
  font-size: 12px;
  line-height: 1.8;
}
.layout1 .fr .middle-btn{
  display: block;
  width: 146px;
  height: 30px;
  background: url('../img/middle-btn.png') no-repeat;
}

.middle-btn02{
  position: absolute;
  top: 174px;
  left: 232px;
  width: 737px;
  height: 70px;
}

.layout2 {
  margin: 20px auto;
  background: #fff;
  padding: 25px 30px;
  overflow: hidden;
  border: 1px solid #929292;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.layout2  .title{
  color: #e90029;
  font-size: 18px;
  margin-bottom: 20px;
}
.layout2 img.fl{
  margin-right: 20px;
}
.layout2 p{
  margin: 8px 0;
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
}