body.modal-open {
    max-height: unset!important;
    padding-right: 0!important;
}

body {
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-top: 92.25px; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: initial;
  line-height: initial;
}
a {
    color: #8b5e3c;
}
a:hover {
    color: #8b5e3c;
    opacity: 0.7;
}
.fixed-top {
    position: fixed!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    z-index: 1030!important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.navbar-light .navbar-nav .nav-item.active > .nav-link,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
  color: #8b5e3c;
}
.main-content .sliceBox {
    color: #8b5e3c;
}
.main-content .sliceBox h1 {
    font-weight: 700;
    font-size: calc(1.375rem + 3vw);
    line-height: 60px;
}
.main-content .sliceBox h2 {
    font-family: 'Muli',sans-serif;
    font-weight: 700;
    font-size: calc(1.375rem + 1.8vw);
    line-height: 1.4em;
}
.main-content .sliceBox p {
    font-weight: bold; 
    color: #000;
    line-height: 1.7em;
 }
 .main-content .sliceBox .box-image {
    overflow: hidden;
 }
 .main-content .sliceBox .box-text {
    height: 100%; 
    color: #fff;
 }

.sliceBox.bg-reverse .box-text h2,
.sliceBox.bg-reverse .box-text p  {
    color: #fff;
}
.home-1 {
    background-size: 100% auto;
}
.sliceBox .lead  {
    font-weight: bold; 
    margin-top: 20px;
    font-size: calc(0.6rem + 1vw);
 }
.sliceBox.home-3 .row {
    background-color: #8b5e3c;
}
.sliceBox.home-4 .row {
    background-color: #1a1a1a;
}

.sliceBox.home-5 .video {
    position: relative; 
}
.sliceBox.home-5 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 二级页面 */
.pageBox h1.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 3em;
    color: #474747;
}
.pageBox .bannerImage img {
  width: 100%;
  display: block;
  height: auto;
}

.subNav {
    border:1px solid #ddd;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}
.subNav .nav-item {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex: auto;
    min-width: 100px;
}
.subNav .nav-item:last-child {
    border-right: none; 
}
.subNav .nav-item .nav-link {
   text-align: center;
   padding: 6px 10px;
   display: block;
}
.subNav .nav-item .nav-link.active,
.subNav .nav-item .nav-link:hover,
.subNav .nav-item .nav-link:focus {
  color: #8b5e3c;
  font-weight: 600;
  background-color: #f9f9f9;
}

/* 图片列表 */
.pictureBox .row > div {
    margin-bottom: 30px;
}
.pictureBox .imgBox {
    display: block;
}
.pictureBox .imgBox img {
    width: 100%;
    display: block;
    height: 230px;
}
.about-image .img-thumbnail,
.pictureBox .imgBox .img-thumbnail,
.styleBox .imgBox .img-thumbnail {
    border: none;
    padding: 0;
}
.pictureBox .txtBox {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 1.7em;
}

/* 风格样式 */
.styleGroupBox {
    padding: 60px 0;
}
.styleGroupBox:nth-child(even) {
    background-color: #efefef; 
}
.styleBox .row > div {
    margin-bottom: 30px;
}
.styleBox h2 {
    color: #8b5e3c;
    margin-bottom: 30px;
}
.styleBox .txtBox {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 1.7em;
}

/* 图片预览弹出框 */
#picturesModal .modal-dialog img {
    max-width: 100%; 
    display: block;
    margin: auto
}

/* 联系我们表单 */
.formBox {
    padding-top: 0!important;
}
.formBox .contact-title {
    font-size: 2rem!important;
    font-weight: 600!important;
    margin-bottom: 20px!important;
}
.formBox .contact-desc {
    font-size: 14px!important;
    color: #666!important;
    margin-bottom: 0!important;
    line-height: 1.7em!important;
}

/* 关于我们页面 */
.aboutBox h2 {
    color: #8b5e3c;
    font-weight: 600;
}
.aboutBox .about-image .img-thumbnail {
    border-radius: 0!important;
}
.aboutBox .video {
    position: relative; 
    padding-top: 70%;
}
.aboutBox .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aboutBox dl.txtBox {
}
.aboutBox dl.txtBox dt {
    color: #8b5e3c;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 20px;
}
.aboutBox dl.txtBox dd {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}