.banner {
  background: url(../img/bnbg01.jpg) repeat-y;
  background-size:cover;  
}

.panel,.panel-body {
  margin: 0;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel {
  border: 0;
  box-shadow: 0 0 0;
}

.panel-default>.panel-heading {
  background-color: inherit;
  border: 0;
}

.panel-body {  
  padding: 10px 15px;
}

.panel a,.panel-body a {
  text-decoration: none;
}

.panel a {
  display: block;
  width: 100%;
}

.panel-body>a {
  padding-left: 10px;
}

.panel-body.active>a,.panel-body.active {
  color: #fff;
  background-color: #337ab7;
}

.tab-content p, .tab-content h4 {
  line-height: 1.8;
}

.tab-content img {
  width: 90%;
  margin-top: 30px;
}

.tab-content h4 {
  /*text-indent: 2em;*/
  font-weight: bold;
  font-size: 17px;
  margin-top: 30px;
}

.tab-content .tab-pane .paneimg {
  text-align: center;
}

.tab-content .tab-pane .imgtit {
  color: #888;
  font-size: .8em;
}

.itmimg {
  max-width: 500px;
  margin: 2em auto;
}

.itmimg img {
  margin-top: 0;
}

.carousel-inner {
  min-height: 30em;
}

.clearboth {
  clear: both;
}