.scroll-wrap{
	width: 100%;
	height: 600px;
}
.product{
	display: inline-block;
	width: 378px;
	height: 210px;
	overflow: hidden;
	background-size: 100% 100%;
}
.p-icon1{
	background-image: url(../images/p_icon1.png);
	background-repeat: no-repeat;
}

.p-icon2{
	background-image: url(../images/p_icon2.png);
	background-repeat: no-repeat;
}

.p-icon3{
	background-image: url(../images/p_icon3.png);
	background-repeat: no-repeat;
}

.p_intro1{
	height: 702px;
	background-image: url(../images/p_intro1.png);
	background-repeat: no-repeat;
}

.p_intro2{
	height: 636px;
	background-image: url(../images/p_intro2.png);
	background-repeat: no-repeat;
}
.p_intro3{
	height: 695px;
	background-image: url(../images/p_intro3.png);
	background-repeat: no-repeat;
}
.show-dt{
	display: inline-block;
	width: 378px;
}
.more-btn{
	display: inline-block;
	width: 160px;
	color: #d49b32;
	line-height: 40px;
	border: 1px solid #d49b32;
	border-radius: 8px;	
}

.dt-title-wrap{
	width: 650px;
	height: 40px;
	line-height: 40px;
	background-image:url(../images/hs-line.png) ;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 auto;
}
.dt-title{
	color: #000;
	display: inline-block;
	min-width: 180px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding: 0 40px;
}


.product-ul{
	width: 100%;

}
.product-ul>li{
	width: 375px;
	margin-bottom: 25px;
	height: auto;
	overflow-x: hidden;
	float: left;
	margin-right: 39.5px;
}
.product-ul>li img{
	width: 375px;
	height: 209px;
	overflow: hidden;
}

.product-ul>li:nth-child(3n){
	margin-right: 0px;
}

.swiper-container, .swiper-slide {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.swiper-container, .swiper-slide div{
	width: 100%;
	height: 600px;
}

.info-wrap{
	width: 1204px;
	height: 300px;
	margin: 0 auto;
	padding-top: 214px;
	position:  relative;
	z-index: 1;
}