@charset "UTF-8";
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: 1200px;
  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;
}

body {
  background-color: #e7e7e7;
}

.banner {
  width: 100%;
  height: 447px;
  background: url("../images/banner.jpg") center top no-repeat;
  margin-top: 20px;
}

.banner .title {
  padding-left: 64px;
  padding-top: 102px;
  line-height: 1;
  font-size: 53px;
  color: #fff;
}

.banner .sub-title {
  padding-left: 64px;
  padding-top: 31px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}

.banner .sub-title span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}

.banner .apply {
  display: block;
  margin-left: 64px;
  margin-top: 124px;
  width: 231px;
  height: 52px;
  background-color: #ffb300;
  line-height: 52px;
  text-align: center;
  font-size: 28px;
  text-align: center;
  color: #000;
}

.layout-two {
  margin-top: 20px;
}

.layout-two .layout-two-left {
  width: 580px;
  height: 282px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  padding: 0 40px;
  padding-top: 42px;
  position: relative;
}

.layout-two .layout-two-left .title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  padding-left: 10px;
  line-height: 1;
  border-left: 10px solid #ffb300;
}

.layout-two .layout-two-left .data-layout {
  padding-top: 24px;
}

.layout-two .layout-two-left .data-title {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}

.layout-two .layout-two-left .data-content {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 20px;
  padding-top: 7px;
}

.layout-two .layout-two-left .learn-more {
  position: absolute;
  width: 146px;
  height: 33px;
  background-color: #ff2929;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  left: 40px;
  bottom: 52px;
}

.layout-three {
  margin-top: 20px;
  border: 1px solid #c0c0c0;
  width: 1198px;
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 16px;
}

.layout-three .content {
  width: 970px;
  margin: 0 auto;
  margin-top: 27px;
}

.layout-three .content .content-item {
  width: 453px;
  height: 35px;
  background-color: #fff0cc;
  margin-bottom: 18px;
  border-left: 5px solid #ffb300;
  text-indent: 26px;
  font-size: 14px;
  line-height: 35px;
  color: #000;
}

.global-title {
  text-align: center;
  font-size: 24px;
  color: #000;
  position: relative;
  height: 46px;
  font-weight: bold;
}

.global-title::after {
  display: block;
  background-color: #ffb300;
  width: 52px;
  height: 6px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 47.9%;
}

.layout-four {
  border: 1px solid #c0c0c0;
  margin-top: 20px;
  padding-top: 28px;
  background-color: #fff;
  padding-bottom: 48px;
}

.layout-four .content {
  margin-top: 47px;
  padding: 0 39px;
}

.layout-four .content .content-item {
  margin-right: 32px;
}

.layout-four .content .content-item video {
  display: block;
  width: 352px;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

.layout-four .content .content-item p {
  line-height: 1;
  text-align: center;
  font-size: 17px;
  color: #000;
  padding-top: 24px;
}

.layout-five {
  border: 1px solid #c0c0c0;
  border-radius: 25px;
  margin-top: 20px;
  background-color: #fff;
}

.layout-five .main-content {
  width: 1140px;
  height: 399px;
  background: url("../images/layout-five-bg.jpg") center no-repeat;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0 auto;
}

.layout-five .main-content .global-title {
  margin-top: 28px;
}

.layout-five .main-content .slogn {
  font-size: 56px;
  margin-left: 70px;
  color: #fff;
  margin-top: 42px;
  line-height: 1;
}

.layout-five .main-content .sub-slogn {
  margin-left: 70px;
  color: #fff;
  margin-top: 17px;
  font-size: 31px;
}

.layout-five .main-content .detail {
  margin-top: 40px;
  margin-left: 70px;
  color: #fff;
  line-height: 24px;
}

.layout-five .main-content .detail span {
  color: #fff;
  font-size: 19px;
}

.apply-button {
  margin: 0 auto;
  margin-top: 40px;
  width: 252px;
  height: 50px;
  border-radius: 8px;
  background-color: #ff0000;
  margin-bottom: 25px;
  font-size: 23px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  display: block;
}
/*# sourceMappingURL=main.css.map */