/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 11:48:17 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 11:13:48
 */
body {
  background-color: #fff;
}

body .main {
  height: 1004px;
  background: url("../images/art/bg.jpg") center center no-repeat;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.breadcrumb {
  margin: 19px 0;
}

.mechanism {
  margin: 115px auto 0 auto;
  width: 1156px;
  height: 315px;
  background: #fffcf3;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
}

.pic {
  display: block;
  margin: 26px 0 0 32px;
  width: 465px;
  height: 264px;
  border: 0;
}

.introduce {
  width: 593px;
  margin: 26px 0 0 36px;
  overflow: hidden;
}

.name {
  margin-top: 7px;
  height: 30px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.wrap {
  margin-top: 17px;
  font-size: 16px;
  color: #5b5b5b;
  line-height: 24px;
}

.tab {
  position: relative;
  width: 1156px;
  margin: 53px auto 0 auto;
}

.hd {
  margin-left: 8px;
}

.hd .hd-li {
  color: #997f61;
  background-color: #e9d6c2;
}

.hd .hd-li.active {
  color: #fff;
}

.bdl {
  position: absolute;
  padding-bottom: 36px;
  width: 100%;
  left: 0;
  top: 47px;
  background: #fff;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  z-index: 99999;
}

.scroll {
  min-height: 395px;
  padding-bottom: 0;
}

.content {
  margin: 35px 13px 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 27px;
}

.hot {
  margin: 14px 0 0 19px;
  height: 378px;
  width: 1116px;
  overflow: hidden;
}

.product-li {
  width: 279px;
  height: 126px;
  overflow: hidden;
  background: url("../images/art/pic2.png") left top no-repeat;
}

.product-a {
  display: block;
  margin: 13px auto 0 auto;
  width: 248px;
  height: 102px;
  overflow: hidden;
}

.product-name {
  margin-top: 10px;
  margin-left: 12px;
  line-height: 24px;
  font-size: 16px;
  color: #524535;
}

.specific {
  display: block;
  width: 226px;
  height: 48px;
  margin-left: 12px;
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
  color: #b5aea6;
}

.swiper {
  width: 1116px;
  height: 378px;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.swiper-slide {
  width: 279px !important;
  /* Center slide text vertically */
  margin-bottom: 0 !important;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bdl:nth-child(2) {
  height: 408px;
}
