
/**.banner-wrapper{max-height: 90vh;}*/

/*-- product list --*/
.product-list{max-width: 1440px;width: 90%;margin: 80px auto;flex-wrap: wrap;padding: 0 100px;box-sizing: border-box;}
.product-list dl dt{font-size: 3rem;font-weight: bold;margin-bottom: 10px;}
.product-list dl dd{font-size: 1.8rem;}
.product-list .btn{margin-top: 50px; }

.product-list .introduction{margin-right: 30px;}
.product-list .product-list-swiper {flex:1;}
.product-list .product-list-swiper .swiper-wrapper .swiper-slide{width: 30%;}
.product-list .product-list-swiper .swiper-wrapper .swiper-slide a{display: flex;flex-direction: column;align-items: center;color: #000;}
.product-list .product-list-swiper .swiper-wrapper .swiper-slide img{width: 80%;}
.product-list .product-list-swiper .swiper-button-next,.product-list .product-list-swiper  .swiper-button-prev{color:#bc9366; }

/*-- brand story --*/   
.brand-story{width: 100%; box-sizing: border-box;overflow: hidden;}
.brand-story img {width: 100%;-o-object-fit: cover;object-fit: cover;
}
.brand-story .content{position: relative; width: 480px; height: 278px; transform: translate3d(0, -55px, 0); transition: transform .5s ease;padding: 30px;box-sizing: border-box;background-color: #fff;margin:0 auto; }
.content .subtitle{font-size: 1.4rem;letter-spacing: 2.24px;font-weight: 300;margin-bottom: 5px;}
.content .title{font-size: 2.5rem;font-weight: bold;margin-bottom: 20px;}
.content dd{line-height: 2.6rem;margin-bottom: 20px;font-size: 1.6rem;}


/*-- know more --*/
.know-more {margin: 40px auto;}
.know-more h3{font-size: 3rem;text-align: center;display: block;width: 100%;letter-spacing: 5px;}
.know-more-swiper{max-width: 1440px;width: 90%;padding: 0 30px;box-sizing: border-box;}
.know-more-swiper .swiper-slide{flex:1;margin: 0 15px;}
.know-more-swiper .swiper-slide img{width: 100%;}
.know-more-swiper .swiper-slide .content{transform: translate3d(0, -45px, 0);background-color: #fff;width: 90%;padding: 30px;box-sizing: border-box;}
.know-more-swiper .swiper-slide:nth-of-type(2) .content{margin: 0 auto;}
.know-more-swiper .swiper-slide:nth-of-type(3) .content{margin-left: 10%;}


/*-- Responsive Style ----*/
@media (max-width:1100px){
	.product-list {padding: 0;}
	.product-list .introduction{width: 100%;margin:0 auto;}
	.product-list .product-list-swiper {width: 100%;flex: auto;}
	.product-list .product-list-swiper .swiper-wrapper .swiper-slide{width: 100%;}
	.product-list .btn{margin-top: 30px;margin-bottom: 20px; }

	.brand-story .content{width: 90%;transform: translate3d(0, -25px, 0); height: auto;}

	.know-more-swiper{padding: 0;}
	.know-more-swiper .swiper-wrapper{width: 100%;}
	.know-more-swiper .swiper-slide{margin:0;width: 100%;flex:none;}

}