* { 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 {
  position: relative;
  width: 1200px;
  height: 418px;
  margin: 10px auto 0;
  background: url(../img/banenr.png) center no-repeat;
}
.banner_text {
  position: absolute;
  left: 69px;
  top: 298px;
  width: 328px;
  height: 45px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: #068cd0;
}
.banner_btn {
  position: absolute;
  left: 434px;
  top: 295px;
  width: 188px;
  height: 50px;
  background: url(../img/banenr_btn.png) no-repeat;
}


.layout1 {
  width: 1200px;
  margin: 18px auto 0;
  background: #fff;
  padding: 0 60px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.layout1 .title {
  display: block;
  margin: 25px auto;
}

.list {
  padding-bottom: 10px;
}
.list li {
  padding: 19px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-bottom: 20px;
}
.list li .fl {
  position: relative;
  width: 454px;
  height: 261px;
}
.list li .fl img {
  width: 454px;
  height: 261px;
}
.list li .fl p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  background: rgba(0, 0, 0, .6);
}

.list li .fr {
  position: relative;
  width: 550px;
  height: 261px;
}
.list li .fr h3 {
  font-size: 18px;
  color: #000;
}
.list li .fr p {
  font-size: 14px;
  color: #484848;
  line-height: 1.5em;
  margin-top: 16px;
}
.list_btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 142px;
  height: 38px;
  background: url(../img/btn.png) no-repeat;
}

.layout2 {
  width: 1200px;
  height: 297px;
  margin: 18px auto 0;
  background: url(../img/about_bg.png) no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.layout2 .title {
  display: block;
  margin: 27px auto 32px;
}
.layout2 p {
  padding: 0 132px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  text-indent: 2em;
}
.layout2 p a {
  color: red;
}