#mySwiper1 {
  overflow: hidden !important;
  margin: 40px 0;
}

#mySwiper1 .swiper-wrapper .swiper-slide {
  width: 1000px;
  height: 520px;
}


#mySwiper1 .swiper-wrapper .swiper-slide-active {
  width: 1000px;
  height: 520px;

}

#mySwiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #A89888;
  opacity: 1;
}

#mySwiper1 .swiper-pagination-bullet-active {
  background: #7C2626;

}

#mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}

#mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mySwiper1 .swiper-slide-active,
#mySwiper1 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.title-text{
  font-size: 30px;
  font-weight: normal;
  color: #998675;
  letter-spacing: 1px;
  padding: 20px 0;
}

.index-page{
  padding-bottom: 80px;
}
/* 產品 */
.product-box{
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #A59484;
  padding: 30px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #A59484;
}
.product-box .product-content {
  display: flex;
  align-items: center;
  width: 1100px;
}
.product-box .product-content .product-item{
  width: calc(25% - 18px);
  margin-right: 24px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ede4d3;
}
.product-box .product-content .product-item:last-child{
  margin-right: 0;
}
.product-box .product-content .product-item .product-img{
  width: 100%;
  height: 200px;
  
}
.product-box .product-content .product-item .product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .product-content .product-item .product-text{
  padding: 15px 10px;
}
.product-box .product-content .product-item .product-text p{
  color: #998675;
}

/* 新闻 */
.news-box{
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #A59484;
}

.news-box .news-content{
  width: 1100px;
  display: flex;
  /* align-items: center; */
}
.news-box .news-content .news-item{
  width: calc(50% - 20px);
  margin-right: 40px;
}
.news-box .news-content .news-item:last-child{
  margin-right: 0;
}
.news-box .news-content .news-item img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news-box .news-content .news-item p{
  color: #998675;
  padding: 20px 5px;
}
.news-box .viewbtn{
  color: #736357;
  font-size: 20px;
  width: 85px;
  border-bottom: 1px solid #A59484;
  padding-bottom: 5px;
  margin: 30px 0;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}

/* 灵感 */
.inspired-box{
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
  border-bottom: 1px solid #A59484;
}
.inspired-box .inspired-content{
  display: flex;
  padding: 0 40px;
}
.inspired-box .inspired-content img{
  width: 400px;
  margin-right: 100px;
}
.inspired-box .inspired-content p{
  font-size: 40px;
  color: #998675;
  letter-spacing: 1px;
  margin-top: 40px;
}

/* 联系我们 */
.connection-box{
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  padding-bottom: 25px;
}

.connection-box .connection-content{
  display: flex;
}
.connection-box .connection-content img{
  width: 150px;
  height: 100%;
  margin-right: 300px;
}
.connection-box .connection-content p{
  color: #998675;
  margin-bottom: 15px;
}
.connection-box .connection-title{
  color: #998675;
  margin-top: 40px;
}
.connection-box .send-messagebox{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 20px;
}
.connection-box .send-messagebox .message-item{
  width: 50%;
  color: #998675;
  margin-bottom: 20px;
}
.connection-box .send-messagebox .message-item span{
  width: 80px;
  display: inline-block;
}
.connection-box .send-messagebox .message-item input{
  width: 260px;
  border: 0;
  background-color: #d4c8b8;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  outline: none;
}
.connection-box .send-btn{
  background-color: #998675;
  color: #fff;
  border-radius: 5px;
  width: 300px;
  margin: 20px auto;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
