body {
  color: #333;
  font-family: Source Han Sans CN;
  font-size: 14px; }

.wapper {
  width: 1200px;
  margin: 0 auto; }

.icon {
  background: url(icon.png) no-repeat; }

.red {
  color: #dd2d1e; }

.fs24 {
  font-size: 24px; }

.fs30 {
  font-size: 30px; }

.top_banner {
  height: 500px;
  overflow: hidden;
  background: url(banner.png) center 0 no-repeat; }

.top,
.bread,
.top_mid,
.nav {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto; }

.pr {
  position: relative; }

.navbar_bg {
  background-color: #1344C2;
  height: 50px;
  line-height: 50px; }
  .navbar_bg .nav {
    width: 1200px;
    overflow: hidden; }
    .navbar_bg .nav ul {
      width: 1270px; }
    .navbar_bg .nav li {
      display: block;
      float: left;
      margin-right: 60px;
      position: relative; }
    .navbar_bg .nav a {
      color: #fff;
      font-size: 16px;
      height: 100%;
      margin: 0 10px;
      display: block;
      text-decoration: none; }
      .navbar_bg .nav a:hover, .navbar_bg .nav a.current {
        color: #28D4E8; }
        .navbar_bg .nav a:hover::after, .navbar_bg .nav a.current::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 4px;
          top: 46px;
          left: 0;
          background: #28D4E8; }

#footer {
  position: relative;
  line-height: 24px;
  font-size: 12px;
  text-align: center; }
  #footer a {
    color: #666; }
  #footer p {
    padding: 15px 0 0;
    line-height: 24px; }

.layout_transparent {
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none; }

.pop_content {
  border-top: 3px solid #dd2d1e;
  background-color: #fff;
  color: #333;
  width: 660px;
  height: 760px;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1010; }
  .pop_content a.closed {
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    background-position: 0 -970px;
    text-indent: -9999px; }
  .pop_content p {
    line-height: 24px;
    font-size: 12px;
    color: #333; }
  .pop_content strong {
    display: block;
    font-size: 14px;
    text-align: center; }

.w500 {
  width: 459px;
  height: 178px;
  overflow: hidden;
  background: url(bgpic.jpg) no-repeat; }
  .w500 div {
    padding-top: 20px;
    margin-left: -120px; }

.page_box {
  margin: 10px 0;
  text-align: center;
  width: 100%; }
  .page_box span {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 10px;
    color: #333;
    background-color: #fff; }
  .page_box a:hover {
    text-decoration: none;
    display: inline; }
  .page_box span:hover,
  .page_box .page_box,
  .page_box .currents {
    background: #1344C2;
    color: #fff;
    border-color: #1344C2; }

#ui-error-msg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  word-break: break-all;
  z-index: 1111; }

#ui-error-msg.show {
  display: block; }

/*# sourceMappingURL=common.css.map */
