* {
  padding: 0;
  margin: 0;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
}

a {
  text-decoration: none;
}

ul,
dl {
  list-style-type: none;
}

img {
  border: none;
}

.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.top-bar {
  background: #fff;
  border-bottom: 2px #e20000 solid;
}

.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(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}


#g-footer {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px
}

#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851
}

#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right
}

/* column-title */
.column-title {
  font-size: 0;
  text-align: center;
}

.column-title p {
  position: relative;
  display: inline-block;
  height: 63px;
  font-size: 48px;
  color: #000;
  font-weight: bold;
  z-index: 2;
}

.column-title p::before {
  width: 50px;
  position: absolute;
  top: 80px;
  right: 75px;
  content: '';
  height: 5px;
  background-color: #0066cc;
}

.column-title p::after {
  width: 800px;
  position: absolute;
  font-size: 48px;
  top: -20px;
  right: -300px;
  content: 'Conversation ahead';
  height: 63px;
  color: #d7e0f0;
  text-transform: uppercase;
  z-index: -1;
}


/* detail */
a.detail:link,
a.detail:visited {
  color: red;
}

a.detail:hover {
  text-decoration: underline;
}

/* banner */
.banner {
  overflow: hidden;
  position: relative;
  height: 663px;
  background: url(../img/bannar_02.png) center no-repeat;
}

.banner .txt {
  width: 808px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  text-indent: 2em;
  background: url(../img/c-bg.png)no-repeat center;
  padding: 75px 0;
}

.banner .txt p {
  padding: 5px 30px 0;
}

.banner .banner_title {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  font-size: 72px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.banner .banner_title2 {
  position: absolute;
  top: 317px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  font-size: 22px;
  color: #0f1f70;
  text-align: center;
  line-height: 2;
  font-weight: 600;
  background: url(../img/t-bg.png) no-repeat center;
}

.banner .banner_title3 {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -442px;
  font-size: 52px;
  color: #fff;
}

.share {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -170px;
  width: 300px;
  font-size: 0;
  text-align: center;
}

.share span {
  display: inline-block;
  font-size: 14px;
  color: #06d1fb;
  vertical-align: middle;
}

.share a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  vertical-align: middle;
}

.share a>img {
  width: 40px;
  height: 40px;
}

#wx_img {
  position: absolute;
  left: 50%;
  top: -115px;
  margin-left: -50px;
  border: 4px solid #fff;
}

/* news */
.news {
  padding: 66px 0 0;
  background: #f8f8f8;
}

.news .wrap {
  padding: 60px 0 30px;
}

.news-item {
  margin-bottom: 32px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 5px #ddd;
}

.news-img {
  width: 204px;
  height: 144px;
}

.news .news-right {
  width: 730px;
  margin-left: 20px;
}

.news .news-right h2 {
  width: 100%;
  font-size: 22px;
  color: #0066cc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .2s;
}

.news .news-right h2:hover {
  color: #0e24a5;
}

.news .news-right .news-author {
  font-size: 0;
  margin-top: 10px;
}

.news-author img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 50px;
}

.news-author span {
  display: inline-block;
  font-size: 16px;
  color: #03126b;
  vertical-align: middle;
  margin-right: 20px;
}

.news-author i {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
  font-style: normal;
}

.news-author i:nth-child(1) {
  padding-right: 16px;
}

.news-contont {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}

.news-contont p a {
  color: #ff0000;
  font-size: 16px;
}

.m-login_header {
  height: 35px;
  line-height: 34px;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  color: #fff;
  padding: 0 20px;
}

.m-login_header a {
  color: #919191;
  font-size: 14px;
}

.m-login_header span {
  margin: 0 5px;
}

.m-login_header a.header-btn {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 6px;
  color: #919191;
  display: inline-block;
}

.m-login_header a.header-login:hover {
  opacity: 0.7;
}

.m-login_header a.header-register {
  background: #FF5A5F;
  border-radius: 34px;
  color: #fff;
}

.m-login_header a.header-register:hover {
  background: #ff373d;
}

.cm-commom_nav {
  background: #fcfcfc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.m-login_top {
  height: 70px;
  line-height: 70px;
}

.m-login_top span {
  font-size: 16px;
  color: #999;
}

.m-login_top a.fl img {
  position: relative;
  top: -9px;
}

.m-home_href {
  margin-left: 15px;
}

.m-home_href a {
  font-size: 16px;
  color: #444;
}

.u-gray_content {
  background: #e1e1e1;
  color: #666;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center
}