
#left-nav > .left-nav-title {
  font-size: 16px;
  margin-left: 15px;
  font-weight: normal;
  border-bottom: solid 2px #ddd;
}
#left-nav > ul {
  margin: 0 0 10px 25px;
}
#left-nav > ul > li > a > h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
#left-nav > ul > li > a > h2.active {
  color: #8f3931;
}
#left-nav > ul > li > a:hover {
  text-decoration: none;
}
#main-right {
  float: left;
  width: 709px;
  padding-left: 20px;
  padding-bottom: 10px;
}
#main-right .site-map {
  padding: 20px 0 ;
  margin: 0;
  font-size: 12px;
}
#main-right .site-map li {
  float: left;
  padding-right: 5px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#main-right .site-map li a {
  color: #000;
  display: inline-block;
  padding-right: 5px;
}
#main-right .site-map li a:hover {
  text-decoration: none;
}
#main-right .main-title {
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
}
#admin-table td {
  border: solid 1px #ccc;
  padding: 10px 5px;
}
#admin-table td a:hover {
  text-decoration: none;
}
#admin-list > li {
  line-height: 36px;
  padding-left: 15px;
  background: url("../../images/161123images/li_bg.png") no-repeat;
  background-position: 0 15px;
}
#admin-list > li:hover {
  background: url("../../images/161123images/li_bg_hover.png") no-repeat;
  background-position: 0 15px;
}
#admin-list > li a {
  color: #333; font-size:13px;
}
#admin-list > li a:hover {
  color: #08c;
}
#admin-list > li .info {
  display: none;
}
#admin-info-body {
  margin: 20px 0;
  min-height: 100px;
}
#admin-info-body table tr {
  line-height: 30px;
}
#admin-info-body table th {
  width: 30px;
  text-align: left;
  font-weight: normal;
}
#admin-info-body table tr {
  text-align: left;
}
#map-wrapper {
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 10px;
  width: 670px;
}
.map-goto {
  float: right;
  color: #000;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #08c;
  padding: 0 30px;
  cursor: pointer;
}
#map,
#map2 {
  width: 670px;
  height: 780px;
  overflow: hidden;
  position: relative;
}
#map .iviewer_rotate_left,
#map2 .iviewer_rotate_left {
  display: none;
}
#map .iviewer_rotate_right,
#map2 .iviewer_rotate_right {
  display: none;
}
#map-img {
  width: 670px;
  height: 780px;
  max-width: 2049px!important;
}
.viewer {
  -ms-touch-action: none;
}
.iviewer_common {
  position: absolute;
  bottom: 10px;
  border: 1px  solid #888;
  height: 28px;
  z-index: 5000;
}
.iviewer_common:hover {
  border-color: #000;
}
.iviewer_cursor {
  cursor: url(../../images/161123images/hand.cur) 6 8, pointer;
}
.iviewer_drag_cursor {
  cursor: url(../../images/161123images/grab.cur) 6 8, pointer;
}
.iviewer_button {
  width: 28px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.iviewer_zoom_in {
  left: 20px;
  background: url(../../images/161123images/iviewer.zoom_in.gif);
}
.iviewer_zoom_out {
  left: 55px;
  background: url(../../images/161123images/iviewer.zoom_out.gif);
}
.iviewer_zoom_zero {
  left: 90px;
  background: url(../../images/161123images/iviewer.zoom_zero.gif);
}
.iviewer_zoom_fit {
  left: 125px;
  background: url(../../images/161123images/iviewer.zoom_fit.gif);
}
.iviewer_zoom_status {
  left: 160px;
  font: 1em/28px Sans;
  color: #000;
  background-color: #fff;
  text-align: center;
  width: 60px;
}
.iviewer_rotate_left {
  left: 227px;
  background: #ffffff url(../../images/161123images/iviewer.rotate_left.png) center center no-repeat;
}
.iviewer_rotate_right {
  left: 262px;
  background: #ffffff url(../../images/161123images/iviewer.rotate_right.png) center center no-repeat;
}
#main-tab {
  height: 40px;
  clear: both;
  margin-bottom: 20px;
}
#main-tab > ul {
  padding: 0;
  margin: 0;
}
#main-tab > ul > li {
  width: 340px;
  float: left;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  cursor: pointer;
}
#main-tab > ul > li.active {
  background: #5896D5;
  color: #fff;
}
#timeline {
  padding: 0;
  position: relative;
}
#timeline #line {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  width: 5px;
  background-color: #ccc;
}
#timeline > li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}
#timeline > li > b {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin: 10px 0;
}
#timeline > li > i {
  position: absolute;
  left: 47px;
  top: 15px;
  width: 10px;
  height: 10px;
  background: transparent url(../../images/161123images/timeline.gif) 0 -199px no-repeat;
  zoom: 1;
  overflow: hidden;
}
#timeline > li:hover > i {
  background-position: 0 -185px;
}
#timeline > li:hover > b {
  color: #5896D5;
}
#timeline > li:hover > div {
  border-color: #5896D5;
}
#timeline > li > div {
  border: solid 1px #ccc;
  margin: 10px 30px 10px 70px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#timeline > li > div > img {
  max-width: 90%;
  max-height: 200px;
  display: block;
  margin: 5px;
}
#history-pictures .flexslider {
  width: 680px;
  height: 510px;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
}
#history-pictures .flexslider ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 680px;
  height: 510px;
}
#history-pictures .flexslider ul li {
  width: 680px;
  height: 510px;
  position: relative;
  float: left;
  text-align: center;
}
#history-pictures .flexslider ul li img {
  max-width: 100%;
  max-height: 100%;
}
#history-pictures .flexslider ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 20px;
  background: url("../../images/161123images/alpha2.png");
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 40px;
}
#prev,
#next {
  width: 11px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 25%;
  top: 45%;
  z-index: 1000;
  background: url("../../images/161123images/t1.png") no-repeat;
}
#prev{
  background: url(../../images/161123images/left_02.png) no-repeat;
}
#prev:hover {
  background: url(../../images/161123images/left_02.png) no-repeat;
}
#next {
  left: auto;
  right: 25%;
  background: url(../../images/161123images/right_03.png) no-repeat;
}
#next:hover {
  background: url(../../images/161123images/right_03.png) no-repeat;
}
#video {
  border: solid 1px #ccc;
  width: 80%;
  height: auto;
  float: left;
  margin-right: 2%;
  position: relative;
}
#video img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#video .inner {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../../images/161123images/alpha1.png");
}
#video .inner .play {
  width: 100px;
  height: 100px;
  margin: 170px auto;
  background: url("../../images/161123images/play.png");
  cursor: pointer;
}
#video .inner:hover {
  background: url("../../images/161123images/alpha2.png");
}
#pictures {
  float: left; width:15%;
}
#pictures .page-up-down {
  margin-top: 4px;
}
#pic-list-wrap {
  overflow: hidden;
  height: 420px;
}
#pic-list {
  margin: 0;
  -webkit-transition: margin-top 0.5s ease;
}
#pic-list > li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: solid 1px #ccc;
  cursor: pointer;
}
#pic-list > li > img {
  width: 100%;
  height: 100%;
}
#pic-list > li:hover {
  border-color: #08c;
  box-shadow: 0 0 10px rgba(0, 160, 240, 0.3);
}
#tp-up {
  width: 40px;
  margin-right: 9px;
  border: solid 1px #ccc;
  display: inline-block;
  height: 25px;
  background: url("../../images/161123images/up.png");
}
#tp-up:hover {
  border-color: #aaa;
}
#tp-down {
  width: 40px;
  margin: 0 5px;
  border: solid 1px #ccc;
  display: inline-block;
  height: 25px;
  background: url("../../images/161123images/down.png");
}
#tp-down:hover {
  border-color: #aaa;
}
.alpha {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  background: url("../../images/161123images/alpha3.png");
  display: none;
}
.alpha .close1 {
  background: url("data:image/gif;base64,R0lGODlhLgBJANUgAPDw8O/v7+7u7vHx8e3t7fLy8s3NzcfHx9LS0uzs7Nzc3NjY2M/Pz9ra2sjIyN/f39bW1tHR0ePj48rKyurq6ufn59XV1dTU1Obm5vPz8+Dg4NnZ2fT09Onp6eLi4s7Ozv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlGMUJCNDkyOEMyMTFFMkIzQzVFNkY2Qzc0NjU4N0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlGMUJCNEEyOEMyMTFFMkIzQzVFNkY2Qzc0NjU4N0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUYxQkI0NzI4QzIxMUUyQjNDNUU2RjZDNzQ2NTg3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUYxQkI0ODI4QzIxMUUyQjNDNUU2RjZDNzQ2NTg3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAACAALAAAAAAuAEkAAAb/wMEARCwaj0Qhcsk0AgKBJhIKkFqPAQLhCtJGueAEhWIdJ8BoUKdSabI76TRGIlnSMfG45/E48j15eRoKCkWEGoGBCgsLIIyFiYEbFpQbkZEImZeJDAwXnZtxBgYIIAijoWAHBwZFBqupVqutRq8HsUwODh9LH7q4RxMTDE0MwsBEo6VSp7SxEREQXBDQsRAXjWALF9KhDQ1x38jj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wAD1ktwJg3BVAC0oNFSJVWWLVe8AHtoRSIyAAIENMnYcBxGjUg4nvt4RCQ6kkRMpiOpUt0AKAGGuIP5DsrLL+tsgri5DgCALgJFCvhc+fOI0I7kfAJFcrSc0iZNLxaVEjWWkKVWCihJdRWNVpmbOGSIk4GDkSAAOw==") 20px 20px no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
}
.alpha .close1:hover {
  background-color: #0a446a;
}
#pic-bg img {
  display: block;
  margin: 80px auto;
  border: solid 5px #ccc;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
  width: 50%;
}
#photos {
  width: 1000px;
  margin: 20px auto;
}
#pic-btns {
  margin: 50px auto;
  width: auto;
  height: auto;
  position: relative;
}
#videoR,
#need-flash {
  color: #fff;
  text-align: center;
  display: block;
  margin: 80px auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
#leader-table {
  border-collapse: collapse;
  width: 90%;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
#leader-table th {
  text-align: left;
  padding: 10px;
}
#leader-table td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}
#leader-table td a {
  margin-right: 15px;
}
#leader-table .bl {
  border-left: solid 1px #ccc;
}
#sta-table {
  border-collapse: collapse;
  width: 90%;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}
#sta-table td {
  padding: 10px;
  border: solid 1px #ccc;
}
.modal h5 { font-size:14px; margin:10px; }
#admin-info-body th { font-size:13px; }
#admin-info-body td { font-size:13px; }
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
  }
}
@-webkit-keyframes heightChange {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
