@charset "UTF-8";
.sub-list .panel-heading h1,
.sub-list .panel-heading h2,
.sub-list .panel-heading h3,
.sub-list .panel-heading h4,
.sub-list .panel-heading h5,
.sub-content-header h1,
.sub-content-header h2,
.sub-content-header h3,
.sub-content-header h4,
.sub-content-header h5 {
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

.shadow-sm {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.15); }

.shadow-md {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 15px rgba(0, 0, 0, 0.15); }

.shadow-lg {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.15); }

.panel {
  border: none;
  border-radius: 0; }

.panel-heading {
  border-radius: 0; }

.panel .list-group {
  border-radius: 0; }

.panel .list-group-item {
  border-radius: 0 !important; }

.btn {
  font-size: 16px;
  border-radius: 0; }

.btn-golden {
  border-color: #EECC9F;
  color: #EECC9F; }

.btn-golden:hover {
  color: #EECC9F; }

.btn-golden .caret.toright {
  border-left-color: #EECC9F; }

.btn-red {
  background-color: #cb0818;
  color: #F2F3F7; }

.btn-red:hover {
  background: transparent;
  border: 1px solid #cb0818;
  color: #cb0818; }

.btn-red {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.sub-banner {
  margin-bottom: 30px;
  height: 500px;
  background: url(../img/banner2.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 640px) {
    .sub-banner {
      margin-bottom: 20px;
      height: 200px; } }

.sub-list {
  float: left;
  width: 255px; }

.sub-list .panel-heading {
  background-color: #353535;
  padding: 15px 20px;
  color: white; }

.sub-list .panel-heading h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px; }

.sub-list .panel-heading h2 {
  font-size: 16px;
  font-weight: bold; }

.sub-list .list-group {
  padding: 0 20px;
  background-color: #454545; }

.sub-list .list-group-item {
  padding: 0;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  background-color: #454545;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252; }
  .sub-list .list-group-item.sub {
    padding-left: 20px; }

.sub-list .list-group-item span {
  color: #FFF; }

.sub-list .list-group-item .item-title {
  float: left; }

.sub-list .list-group-item .glyphicon {
  margin-top: 15px;
  float: right;
  width: 19px;
  height: 19px;
  background: white;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  border: 1px solid #2C2C2C;
  text-align: center; }

.sub-list .list-group-item:hover span {
  color: #ECCC9B; }

.sub-list .list-group-item:hover span.glyphicon {
  color: #333;
  background-color: #ECCC9B; }

.sub-list .list-group-item:hover .item-title {
  padding-left: 15px; }

.sub-list .list-group-item .item-title {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.sub-content {
  float: right;
  width: 800px; }
  @media (max-width: 640px) {
    .sub-content {
      float: none;
      width: 100%; } }

.sub-content-header {
  padding: 10px 0 18px 0;
  border-bottom: 3px solid #89562B; }
  .sub-content-header .t {
    font-size: 24px;
    font-weight: bold;
    color: #966A45; }
    .sub-content-header .t span {
      font-size: 18px;
      font-weight: bold; }
  .sub-content-header h5 {
    margin-top: 12px; }
    .sub-content-header h5 a {
      color: #666; }
      .sub-content-header h5 a:hover {
        color: #966A47; }
    .sub-content-header h5 span {
      font-family: "宋体"; }
  @media (max-width: 640px) {
    .sub-content-header .left {
      float: none; } }
  @media (max-width: 640px) {
    .sub-content-header .right {
      float: none; } }

.sub-content-page {
  padding-top: 50px;
  text-align: center; }
  .sub-content-page a,
  .sub-content-page span {
    margin-bottom: 10px;
    margin-left: 3px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #793F11;
    text-align: center;
    padding: 0px 10px;
    font-size: 14px;
    color: #333; }

.sub-content-page span {
  background: #966A47;
  color: white; }

.product-content-list {
  margin-right: -20px; }
  @media (max-width: 640px) {
    .product-content-list {
      margin-right: 0; } }
  .product-content-list li {
    float: left;
    width: 253px;
    margin-top: 20px;
    margin-right: 20px; }
    @media (max-width: 640px) {
      .product-content-list li {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
    .product-content-list li img {
      width: 100%;
      border: 1px solid #eaeaea; }
    .product-content-list li .t {
      margin-top: 15px;
      font-size: 16px;
      text-align: center;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-content-list li:hover .t {
      color: #966A47; }

.article-content-list .item {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7; }
  .article-content-list .item .t {
    margin-top: 30px;
    font-size: 18px;
    color: #333; }
  .article-content-list .item p {
    margin-top: 10px;
    font-size: 14px;
    color: #858585;
    line-height: 1.8; }
  .article-content-list .item .btn {
    float: right;
    padding: 4px 20px;
    font-size: 15px; }
  .article-content-list .item:hover .t {
    color: #966A47; }

.article-content-title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center; }
  .article-content-title .small {
    margin-top: 15px;
    font-size: 16px; }

.article-content,
.product-content {
  margin-top: 30px;
  padding: 20px;
  background-color: #EAEAE9; }
  .article-content img,
  .product-content img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 640px) {
    .article-content,
    .product-content {
      margin-top: 20px;
      padding: 10px; } }

.article-content-cont,
.product-content-cont,
.page-content-cont {
  font-size: 15px;
  line-height: 1.8; }

.article-content-cont img,
.product-content-cont img,
.page-content-cont img {
  max-width: 100%; }

.sub-content-header h5 a,
.article-content-list .item h1,
.product-content-list .item-info h1 {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

/* 上一篇 下一篇 */
.page-pre-next {
  margin-top: 20px;
  text-align: center; }

.page-pre-next .btn-default {
  color: black; }

.page-pre-next .btn-danger {
  color: white; }

.page-pre-next .btn {
  border-radius: 0px; }

.page-contact .item {
  margin-bottom: 15px; }
  .page-contact .item .img {
    width: 100%;
    margin-bottom: 10px; }
  .page-contact .item .c-p {
    color: #455f14;
    line-height: 25px;
    font-size: 15px; }

/*s--*/
  .product-content-list .item-img {
    padding: 10px;
    border: 1px solid #eaeaea; 
  }
  #swipebox-slider .slide {
    position: relative;
    padding: 60px 0;
    background: url(http://ts.sinleo.com/sc/img/bg-white.png);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center center;
  }
  @media (max-width: 640px) { 
    #swipebox-slider .slide {
      background-size: 90% 80%;
    }
  }
  /*#swipebox-slider .slide::after {
    content: "";
    width: 800px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -400px;
  }*/
  #swipebox-slider .slide img {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    z-index: 999;
  }
/*s--class*/
    .imgBg-wrap {
      display: block;
      height: 0;
      padding-bottom: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #fff;
    }

/*# sourceMappingURL=page.css.map */
