.history-container{
	height:1288px;
	width:750px;
	background:url(../images/dimeier/history-bg.jpg) no-repeat;
	position:relative;
}
.history-container .swiper-wrapper{
	margin-top:307px;
}
.history-container .history-img{
	text-align: center;
	height:444px;
	margin-bottom:38px;
}
.history-container .history-img img{
	height:100%;
}
.history-container .history-info{
	margin:0 60px;
}
.history-container .history-info h2{
	font-size:42px;
	font-weight:100;
	color:#fcf6da;
}
.history-container .history-info p{
	color:#fff;
	font-size:30px;
	line-height:48px;
	font-weight:100;
}

.history-container .swiper-btn-prev,.history-container .swiper-btn-next{
	position:absolute;
	width:18px;
	height:31px;
	top:515px;
	z-index: 100;
}
.history-container .swiper-btn-prev{
	left:40px;
	background:url(../images/dimeier/history-jiantou-left.png);
}
.history-container .swiper-btn-next{
	right:40px;
	background:url(../images/dimeier/history-jiantou-right.png);
}



.product-container{
	padding-top:118px;
	height:1876px;
	width:750px;
	background:url(../images/dimeier/chanpin-bg.jpg) no-repeat;
	overflow:hidden;
	position:relative;
}
.product-slide-box{
	width:651px;
}
.product-slide-box .product-thumb{
	text-align: center;
	margin-bottom:20px;
}
.product-slide-box .product-intro{
	font-size:30px;
	line-height: 48px;
	color:#fff;
}
.product-container .swiper-btn-prev,.product-container .swiper-btn-next{
	position:absolute;
	top:360px;
	width:17px;
	height:31px;
	z-index: 100;
}
.product-container .swiper-btn-prev{
	background:url(../images/dimeier/chanpin-jiantou-left.png) no-repeat;
	left:16px;
}
.product-container .swiper-btn-next{
	background:url(../images/dimeier/chanpin-jiantou-right.png) no-repeat;
	right:16px;
}
.product-container .link-btn{
	width:380px;
	height:95px;
	border:2px solid #dcdcdc;
	line-height: 95px;
	text-align: center;
	border-radius:47.5px;
	font-size:48px;
	color:#fff;
	display:block;
	margin:0 auto;
}
.product-container .link-btn:first-child{
	margin-top:180px;
	margin-bottom:50px;
}