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

.banner {
  width: 100%;
  height: 470px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/banner.png) no-repeat center top;
}

.banner .other {
  width: 656px;
  height: 428px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  padding-top: 60px;
  background-color: #f29300;
}

.banner .other div {
  color: #fff;
}

.desc {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding: 75px 0;
}

.title {
  text-align: center;
  padding-bottom: 44px;
}

.title .en {
  font-size: 28px;
  color: #fbe2ca;
  text-align: center;
  text-transform: uppercase;
}

.title .cn {
  font-size: 28px;
  color: #000;
  text-align: center;
}

.jieshao {
  width: 100%;
  background-color: #333333;
  box-sizing: border-box;
  color: #fff;
  padding: 80px 0;
}

.jieshao .info {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  text-align: justify;
}

.jieshao .jieshaoTitle {
  font-size: 30px;
  text-align: center;
}

.baipiList {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}

.baipiList .left {
  width: 790px;
  height: 530px;
  box-sizing: border-box;
}

.baipiList .left ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.baipiList .left ul li {
  height: 250px;
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.baipiList .left ul li .info {
  width: 300px;
  box-sizing: border-box;
}

.baipiList .right {
  width: 380px;
  height: 530px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 48px 20px;
}

.pititle {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
}

.pidown {
  width: 120px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #f29300;
  background-color: #f29300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.pidesc {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  font-family: serif;
  padding-bottom: 20px;
  text-align: justify;
}

.abstract {
  width: 1200px;
  height: 136px;
  background: url(../images/zaiyao.png) no-repeat center;
  color: #fff;
  margin-top: 20px;
}

.abstract div {
  font-size: 18px;
  padding: 14px 24px 12px;
}

.abstract p {
  font-size: 12px;
  padding-left: 24px;
  width: 750px;
  line-height: 1.8em;
}

.bottom-btn {
  padding: 32px 0;
}

.bottom-btn a {
  display: block;
  width: 280px;
  height: 66px;
  font-size: 21px;
  color: #fff;
  line-height: 66px;
  text-align: center;
  border-radius: 10px;
  background: #065fa3;
  margin: 0 auto;
}