@charset "utf-8";

/* >>>common */

body, center, div, img, ul, li, a, table, tr, td, h1, h2, h3, h4, h5, h6, i {
  margin: 0;
  padding: 0;
}

div, li {
  text-align: left;
}

table {
  margin: auto;
}

body {
  background-color: #CCCCCC;
}

img {
  vertical-align: bottom;
}

p {
  text-indent: 2em;
}

.center {
  text-align: center;
}

.shadow1 {
  box-shadow: 0px 3px 10px #888888;
  position: relative;
  z-index: 4;
}

.shadow2 {
  box-shadow: 0px 4px 15px #888888;
  position: relative;
  z-index: 5;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  clear: both;
}

.wide-half {
  width: 49%;
}

.block {
  display: inline-block;
}

.link-nostyle {
  text-decoration: none;
  color: black;
}

.link-noline {
  text-decoration: none;
}

.addr_icon {
  color: gray;
  vertical-align: text-bottom;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.blank-bottom-30 {
  margin-bottom: 30px;
}

.head-bottom {
  width: 100%;
  height: 5px;
  background-color: #336666;
}

.current-page{
  background-color: #336666;
}

.illust {
  text-indent: 0em !important;
}

.photo {
  padding: 3px;
  background-color: white;
  width: 100%;
}

/* >>>head */

#head_bar {
  width: 100%;
  min-width: 1280px;
  border-spacing: 0;
/*  background-image: url(/img/bg_head.jpg); */
  background-size: 100% 100%;
}

#logo {
  font-size: 30px;
  font-family: 楷体;
  color: red;
  line-height: 90px;
}

#logo img {
  width: 85px;
  height: 85px;
  vertical-align: text-bottom;
}

#navi_bar {
  margin: 40px 5% 0 0;
}

#navi_bar ul {
  list-style-type: none;
}

#navi_bar li {
  float: left;
}

#navi_bar a {
  display: block;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  text-decoration: none;
  color: #FFFF66;
  transition: .5s;
}

#navi_bar a:hover {
  background-color: #669999;
  box-shadow: 0px 5px 20px #888888;
  position: relative;
  z-index: 10;
}

/* >>>slideshow */
.slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: white;
}

.ss-mySlides {
  text-align: center;
  display:none;
  height: 100%;
  width: 100%;
}

.ss-mySlides img {
  height: 100%;
}

.ss-text {
  background-color: white;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: black;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  width: -moz-calc(100% - 24px);
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
}

.dot-container {
    position: absolute;
    bottom: 45px;
    margin: auto;
    left: 0px;
    right: 0px;
}

/* Next & previous buttons */
.ss-prev, .ss-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #999999;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.ss-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.ss-prev:hover, .ss-next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.ss-dot {
  height: 15px;
  width: 15px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.ss-active {
  background-color: #717171;
}

/* Fading animation */
.ss-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* <<<slideshow */

/* >>>contents */
#contents {
/*  background-color: white;*/
  border-spacing: 0;
  width: 1280px;
  width: -moz-calc(95%);
  width: -webkit-calc(95%);
  width: calc(95%);
  min-width: 1280px;
}

#sidebar {
  width: 420px;
  min-width: 420px;
/*  background-color: #CCFFFF;*/
  vertical-align: top;
  padding: 30px 0px 20px 0px;
}

#sidebar>div {
  margin: 0px 10px 30px 10px;
}

.content {
  width: 800px;
  width: -moz-calc(100% - 460px);
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
  min-width: 800px;
  vertical-align: top;
  padding: 30px 20px 20px 20px;
}

.title {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: dotted gray;
}

.box {
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
}

.box-title {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #999999;
}

.box-content {
  height: 90%;
  height: -moz-calc(100% - 36px);
  height: -webkit-calc(100% - 36px);
  height: calc(100% - 36px);
}

.box-content p {
  margin: 10px 10px;
  text-indent: 0;
}

.article p {
  font-size: 18px;
  line-height: 1.5;
  margin: 16px 20px;
  text-indent: 2em;
}

/* >>>footer */
.foot{
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
}

.foot-text{
  color: gray;
  font-size: 18px;
}

/* >>>others */
ul.album1 {
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
  width: 96%;
  min-width: 796px;
  max-width: 1200px;
}

ul.album1 li {
  margin: 15px;
  float: left;
  padding: 8px 8px 4px 8px;
  width: 350px;
}

ul.album1 div {
  margin: 0;
  width: 100%;
  height: 350px;
  line-height: 350px;
  overflow: hidden;
}

ul.album1 li img {
  vertical-align: middle;
  width: 100%;
}

ul.album1 li span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}

ul.sidenavi {
  list-style-type: none;
}

ul.sidenavi a {
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 10px 0px;
  text-decoration: none;
  color: black; 
}

ul.sidenavi a:hover {
  background-color: #669999;
}

ul.sidenavi .sn_icon {
  float:right;
  color: black;
  font-size: 18px;
  vertical-align: bottom;
}

ul.sidenavi .sn_sel {
  color: black;
  background-color: #336666;
}

ul.sidenavi .sn_sel i {
  color: black;
}

/* Baidu Map */
#dituContent div {
  margin: 0;
  padding: 0;
}

.iw_poi_title {
  color: #CC5522;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font: 18px arial,sans-serif;
  overflow: visible;
  width: 450px;
  padding-top: 4px !important;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
