html, body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
body input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled],
body input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*      basic elements
-----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html, body {
  text-align: center;
  height: 100%; }

body {
  font: 16px/1.25 \5FAE\8EDF\6B63\9ED1\9AD4, Georgia, Arial, sans-serif;
  color: #4C4C4C;
  background: #fff; }

a {
  color: #3E98D3;
  text-decoration: none;
  transition: all .35s ease; }
  a:hover, a.active {
    color: #246fa0; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

img {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #95c7e7; }

h1, h2, h3 {
  margin-top: 1.25em;
  margin-bottom: 0.625em; }
  h1 small, h2 small, h3 small {
    font-size: 65%; }

h4, h5, h6 {
  margin-top: 0.625em;
  margin-bottom: 0.625em; }
  h4 small, h5 small, h6 small {
    font-size: 75%; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

p {
  margin: 0 0 0.625em;
  line-height: 1.5; }

small {
  font-size: 85%; }

mark {
  background-color: #fceedb;
  padding: .2em; }

ul, ol {
  margin-bottom: 10px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25; }

/*      table
-----------------------------------------------------------------------*/
table {
  background-color: transparent;
  margin-bottom: 20px; }

th,
td {
  padding: 12px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #F29B1A; }

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F29B1A; }

caption tr:first-child th,
caption tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #F29B1A; }

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.fixed {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all; }

.table-condensed th,
.table-condensed td {
  padding: 15px; }

.table-bordered {
  border: 1px solid #F29B1A; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #F29B1A; }

.table-striped tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tr:hover {
  background-color: #f5f5f5; }

.table .active,
.table .active td,
.table .active th {
  background-color: #f5f5f5; }

.table-hover .active:hover,
.table-hover .active:hover td,
.table-hover .active:hover th,
.table-hover tr:hover .active {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media (max-width: 768px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #F29B1A; }
      .table-responsive table {
        margin-bottom: 0; }
        .table-responsive table th,
        .table-responsive table td {
          white-space: nowrap; }
      .table-responsive .table-bordered {
        border: 0; }
        .table-responsive .table-bordered > tr > th:first-child,
        .table-responsive .table-bordered > tr > td:first-child {
          border-left: 0; }
        .table-responsive .table-bordered > tr > th:last-child,
        .table-responsive .table-bordered > tr > td:last-child {
          border-right: 0; }
        .table-responsive .table-bordered > tr:last-child > th,
        .table-responsive .table-bordered > tr:last-child > td {
          border-bottom: 0; } }

.list-unstyled, .list-inline, .marquee, .text-list {
  list-style: none; }

.clearfix::before, .wrap::before, section::before, .clearfix::after, .wrap::after, section::after {
  content: " ";
  display: table; }
.clearfix::after, .wrap::after, section::after {
  clear: both; }

.img-circle {
  border-radius: 50%; }

.full {
  width: 100%;
  max-width: 100%; }

.half {
  width: 46.9%; }

.float-l, .float-r {
  margin: 0 0 20px 0;
  position: relative; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.valign-t {
  vertical-align: top; }

.valign-m {
  vertical-align: middle; }

.valign-b {
  vertical-align: bottom; }

.clear {
  clear: both; }

.goTop {
  display: none;
  z-index: 999;
  transition: all .5s ease;
  opacity: .8;
  position: fixed;
  bottom: 10px;
  right: 15px;
  background: url("../images/Event/jljc2015/gotop.png") no-repeat 0 0;
  width: 50px;
  height: 30px;
  font: 0/0 a;
  text-indent: -9999px; }
  .goTop:hover {
    background-image: url(../images/Event/jljc2015/gotop2.png);
    opacity: 1; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

[class*="btn-"] {
  color: #fff; }

.btn {
  display: inline-block;
  padding: 5px;
  background: #125479;
  border: 1px solid #1a79ae;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    background: #1a79ae;
    color: #f2f2f2; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

.tooltip {
  position: relative;
  cursor: pointer; }
  .tooltip:before, .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none; }
  .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .tooltip:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: ""; }
  .tooltip:after {
    z-index: 1000;
    padding: 8px;
    width: 100%;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 0.9375em;
    line-height: 1.2;
    text-align: center; }
  .tooltip:before, .tooltip:after {
    bottom: 100%;
    left: 50%; }
  .tooltip:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(51, 51, 51, 0.9); }
  .tooltip:after {
    left: 0; }
  .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px); }

a.tooltip {
  display: inline-block; }

.label {
  color: #F9E7BC;
  background: #0A334C;
  border-radius: 5px;
  display: inline;
  padding: 3px 8px;
  margin-right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing, .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*      layout
-----------------------------------------------------------------------*/
#wrapper, section {
  position: relative; }
  @media (min-width: 992px) {
    #wrapper, section {
      min-width: 1007px; } }

.wrap {
  text-align: left;
  max-width: 1220px;
  margin: 0 auto; }

@media (max-width: 768px) {
  .wrap, section {
    padding: 0 20px;
    width: 100%; } }

#wrapper {
  min-height: 100%;
  padding-bottom: 247px; }

#header {
  height: 650px;
  z-index: 2; }

#footer {
  background: #F4F4F4 url(../images/Event/jljc2015/footer.gif) no-repeat center 0;
  margin-top: -217px;
  height: 217px;
  z-index: 3; }

#header {
  overflow: hidden;
  background: #FDF9D3;
  background: -webkit-radial-gradient(70% 55%, #FDF9D3 30%, #C0B071);
  background: -o-radial-gradient(70% 55%, #FDF9D3 30%, #C0B071);
  background: -ms-radial-gradient(70% 55%, #FDF9D3 30%, #C0B071);
  background: radial-gradient(70% 55%, #FDF9D3 30%, #C0B071); }
  #header::after, #header::before {
    content: '';
    position: absolute;
    left: 0; }
  #header::after {
    background-attachment: fixed;
    background: url(../images/Event/jljc2015/headerBg2.gif) 0 0 no-repeat;
    width: 490px;
    height: 100%;
    top: 0;
    left: -18%; }
    @media (max-width: 1024px) {
      #header::after {
        left: -32%; } }
    @media (min-width: 1620px) {
      #header::after {
        left: 0; } }
    @media (max-width: 960px) {
      #header::after {
        display: none; } }
  #header::before {
    background: url(../images/Event/jljc2015/headerBg2.png) 0 bottom repeat-x;
    width: 100%;
    height: 100px;
    bottom: 0; }
  #header h1,
  #header .list-unstyled,
  #header .list-unstyled li:nth-of-type(5),
  #header .list-unstyled em,
  #header #banner,
  #header .clock,
  #header .new {
    position: absolute; }
  #header h1 {
    background: url("../images/Event/jljc2015/logo.png") no-repeat 0 0;
    width: 655px;
    height: 194px;
    font: 0/0 a;
    text-indent: -9999px;
    left: 50%;
    top: 76px;
    margin-left: -330px;
    z-index: 555; }
  #header .list-unstyled {
    text-align: left;
    font-size: 1.5em;
    color: #0A334C;
    left: 50%;
    top: 270px;
    margin-left: -330px;
    z-index: 3; }
    #header .list-unstyled li {
      margin: 10px 0; }
      #header .list-unstyled li:nth-child(3) {
        font-size: 1.25em;
        font-weight: bold; }
      #header .list-unstyled li:nth-child(4) {
        background: url("../images/Event/jljc2015/free.png") no-repeat 0 0;
        width: 234px;
        height: 98px;
        font: 0/0 a;
        text-indent: -9999px;
        margin-top: -10px; }
      #header .list-unstyled li:nth-child(5) {
        margin-top: -255px;
        margin-left: 290px;
        width: 130px;
        text-align: center; }
    #header .list-unstyled .label {
      font-size: 0.66667em;
      font-weight: bold; }
    #header .list-unstyled em {
      font-size: 0.56667em;
      font-style: normal;
      font-weight: bold;
      line-height: 1.2;
      color: #F9E7BC;
      background: url(../images/Event/jljc2015/icon_free.gif) 0 0 no-repeat;
      padding: 5px 13px;
      width: 62px;
      height: 53px;
      margin-top: -20px;
      margin-left: -67px; }
  #header .new {
    left: 50%;
    top: 180px;
    margin-left: 90px;
    font-size: 1.25em;
    z-index: 556; }

#menu {
  position: fixed;
  left: 0;
  top: 8%;
  z-index: 666; }
  #menu a {
    display: block;
    margin-bottom: 2px;
    background-attachment: fixed;
    background: url("../images/Event/jljc2015/menu.png") no-repeat -38px 0;
    width: 238px;
    height: 52px;
    font: 0/0 a;
    text-indent: -9999px; }
    #menu a:nth-child(1) {
      background-position: -38px 0px;
      width: 200px; }
    #menu a:nth-child(2) {
      background-position: -38px -54px;
      width: 186px; }
    #menu a:nth-child(3) {
      background-position: -38px -108px;
      width: 172px; }
    #menu a:nth-child(4) {
      background-position: -38px -162px;
      width: 158px; }
  #menu a:hover {
    background-image: url(../images/Event/jljc2015/menu2.png);
    margin-left: -10px; }

#banner {
  background: url(../images/Event/jljc2015/banner.png) 0 0 no-repeat;
  width: 717px;
  height: 664px;
  left: 50%;
  top: 0;
  margin-left: -100px; }

.clock {
  background: #fff;
  border: 3px solid #125479;
  right: 10px;
  top: 10px;
  z-index: 556; }
  .clock dt {
    display: block;
    color: #125479;
    font-size: 1.4375em;
    line-height: 1.3;
    padding: 8px 20px; }
  .clock dd {
    background: #125479;
    color: #D2D9BF; }

@media (min-width: 1681px) {
  #footer {
    background-size: 100%; } }
#footer .list-unstyled {
  text-align: left;
  font-size: 0.875em;
  margin-top: 75px;
  margin-left: 10px;
  float: left; }

.contacts {
  text-align: left;
  background: url(../images/Event/jljc2015/contacts.gif) 0 0 no-repeat;
  width: 330px;
  height: 195px;
  padding: 15px;
  margin-left: 30px;
  float: left; }
  .contacts dt {
    color: #2AABE1;
    font-size: 1.125em;
    font-weight: normal;
    margin-bottom: 5px; }
  .contacts dd {
    font-size: 0.9375em;
    line-height: 1.8; }
  .contacts a {
    color: #4C4C4C; }
    .contacts a:hover {
      text-decoration: underline; }

.qrcode {
  background: #fff;
  border: 1px solid #CBCBCB;
  padding: 10px;
  float: right;
  margin-top: 60px;
  margin-right: 10px; }
  .qrcode img {
    width: 115px; }

#load {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

#popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  left: 601px;
  top: 217px;
  background-color: #FFF;
  border: 3px solid #eee;
  padding: 10px;
  text-align: center;
  z-index: 3000; }

.marquee {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 45px;
  background-color: #125479; }
  .marquee li {
    position: absolute;
    top: -999em;
    left: 0;
    right: 0;
    color: #FFF;
    font-size: 1.125em;
    white-space: nowrap;
    padding: 12px 15px; }
  .marquee a {
    color: #fff;
    text-decoration: underline; }

.wrap {
  max-width: 1007px; }

#intro {
  background: #77B7E5 url(../images/Event/jljc2015/introBg.gif) center bottom no-repeat;
  height: 728px;
  z-index: 3;
  color: #fff; }
  #intro header {
    background-attachment: fixed;
    background: url(../images/Event/jljc2015/title.png) 0 0 no-repeat;
    font-size: 1.3125em;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 120px;
    height: 137px;
    margin-right: 15px;
    padding-top: 65px; }
  #intro h3, #intro p, #intro .list-unstyled {
    margin-left: 135px; }
  #intro h3, #intro h4, #intro a {
    color: #fff; }
  #intro h3 {
    font-size: 1.1875em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #5F5F5F;
    letter-spacing: 1px;
    margin-bottom: 6px; }
  #intro h4 {
    margin: 8px 0; }
  #intro p {
    font-size: 0.9375em; }
  #intro strong {
    color: #DFB65A; }
  #intro .list-unstyled li {
    margin: 10px 0; }
  #intro .label {
    color: #fff; }
  #intro article {
    text-align: left;
    position: absolute;
    left: 50%; }
    #intro article:nth-of-type(1) {
      top: 30px;
      margin-left: -430px; }
      #intro article:nth-of-type(1) h3 {
        margin-top: 15px; }
      #intro article:nth-of-type(1) p {
        width: 300px; }
    #intro article:nth-of-type(2) {
      top: 179px;
      margin-left: -100px; }
      #intro article:nth-of-type(2) header {
        background-position: 0 -163px; }
      #intro article:nth-of-type(2) h3 {
        margin-top: 0; }
    #intro article:nth-of-type(3) {
      top: 375px;
      margin-left: -80px; }
      #intro article:nth-of-type(3) header {
        background-position: 0 -327px; }
      #intro article:nth-of-type(3) p {
        width: 440px; }
    #intro article:nth-of-type(4) {
      top: 524px; }
      #intro article:nth-of-type(4) header {
        background-position: 0 -491px; }
      #intro article:nth-of-type(4) p {
        width: 345px; }

.popup-gallery {
  position: relative;
  left: 50%;
  top: -138px;
  margin-left: 140px; }
  .popup-gallery a {
    float: left; }
    .popup-gallery a:nth-of-type(1) {
      margin-top: 40px; }
    .popup-gallery a:nth-of-type(2) {
      margin-top: 15px;
      margin-left: -12px; }
    .popup-gallery a:nth-of-type(3) {
      margin-top: 56px;
      margin-left: -22px; }
    .popup-gallery a:nth-of-type(4) {
      margin-left: -30px; }
    .popup-gallery a:nth-of-type(5) {
      margin-top: 75px;
      margin-left: -40px; }
    .popup-gallery a:nth-of-type(6) {
      margin-top: 15px;
      margin-left: -30px; }

#invite {
  padding: 30px 0; }
  #invite .wrap {
    text-align: center;
    max-width: 1200px; }
  #invite header {
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px; }
  #invite .list-inline span {
    display: block;
    text-align: center;
    margin-top: 10px; }
  #invite .list-inline li {
    margin: 0 10px 15px 10px; }
  #invite .list-inline img {
    width: 180px; }

#news {
  background: #fafafa;
  padding: 30px 20px; }
  #news iframe {
    float: right;
    margin-left: 20px; }
  #news dt {
    text-align: right;
    font-size: 2em;
    line-height: 2; }
  #news dd {
    line-height: 1.6;
    text-align: left;
    text-indent: -51px;
    margin-left: 120px; }
    #news dd em {
      display: inline-block;
      font-style: normal;
      color: #999;
      margin-right: 15px; }

#map {
  padding: 30px 0; }
  #map iframe,
  #map .list-unstyled {
    float: left; }
  #map iframe {
    background: #fafafa;
    padding: 2px; }
  #map .list-unstyled {
    margin-top: 30px;
    margin-left: 15px; }
    #map .list-unstyled li {
      margin: 10px 0; }
  #map .label {
    font-size: 0.875em; }

section:nth-of-type(3) {
  padding: 45px;
  margin-top: -29px; }

.popup {
  position: relative;
  width: auto;
  margin: 20px auto;
  padding: 20px 30px;
  background: #fff; }

#game {
  width: 90%;
  max-width: 1120px;
  background: #fff url(../images/Event/jljc2015/gameBg.gif) 0 0 repeat-x;
  color: #666; }
  #game h3, #game p, #game ol, #game .list-inline {
    margin-left: 140px; }
  #game .text-hide {
    margin: auto; }
  #game ol ol {
    margin-left: 0; }
  #game header {
    background: url(../images/Event/jljc2015/title_main.gif) 0 0 no-repeat;
    width: 118px;
    height: 138px;
    color: #909D0E;
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    text-align: center;
    padding-top: 75px; }
  #game h3 {
    font-size: 1.25em;
    border-left: 3px solid #909D0E;
    padding-left: 6px; }
    #game h3:nth-of-type(2) {
      border-left-color: #4DAFB2; }
    #game h3:nth-of-type(3) {
      border-left-color: #3598D9; }
    #game h3:nth-of-type(4) {
      border-left-color: #ADC833; }
    #game h3:nth-of-type(5) {
      border-left-color: #F29B1A; }
  #game .list-inline li {
    background-attachment: fixed;
    background: url(../images/Event/jljc2015/download.gif) 0 0 no-repeat;
    width: 380px;
    height: 76px;
    padding: 5px 8px 0 60px;
    font-size: 0.9375em;
    color: #323232; }
    #game .list-inline li:hover {
      background-image: url(../images/Event/jljc2015/download2.gif); }
    #game .list-inline li:nth-child(2) {
      background-position: -400px 0; }
  #game .list-inline a {
    color: #323232; }
  #game a.tooltip {
    display: block; }
  #game img:nth-of-type(1) {
    margin-left: 30px; }

.text-list {
  line-height: 1.5; }
  .text-list > li {
    text-indent: -48px;
    margin-left: 48px;
    margin-bottom: 8px; }
  .text-list ol li {
    text-indent: 0;
    margin-bottom: 5px; }

.table-bordered {
  text-indent: 0;
  margin-top: 10px; }
  .table-bordered caption, .table-bordered th {
    text-align: center;
    color: #656565;
    font-size: 1.125em;
    font-weight: normal; }
  .table-bordered caption {
    border: 1px solid #F29B1A;
    border-bottom: none; }
  .table-bordered th:nth-of-type(2) {
    width: 80px; }

.text-hide {
  background: url("../images/Event/jljc2015/process.gif") no-repeat center 0;
  width: 962px;
  height: 377px;
  font: 0/0 a;
  text-indent: -9999px; }

#paper {
  text-align: center; }
