* {
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

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

a {
  text-decoration: none;
}

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

img {
  vertical-align: top;
}

.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 {
  width: 100%;
  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 {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}

#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}

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

/* 右侧导航 */
.right_gg {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 192px;
  z-index: 999;
}

.right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  background: url(../img0509/bg11.png) no-repeat center;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 50px;
  vertical-align: middle;
}

.right_gg .right_gg-item>img {
  height: 31px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.right_gg .right_gg-item:hover {}

.right_ggTop {
  display: block;
  width: 100%;
  height: 30px;
}

.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_fx {
  position: relative;
}

.right_fx:hover .social-share {
  display: block;
}

.social-share .item {
  width: 50%;
}

.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}

.social-share .item a:hover .share-n {
  color: black;
}