.topImg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:2rem;
}
.pdInfo{
	background:#f9f9f9;
	padding:0.45rem 0;
	margin-bottom:0.2rem;
	
}
.pdInfo .center{
	max-width:1320px;
	margin:0 auto;
	padding:0 10px;
	display:flex;
	flex-wrap:wrap;
}
.pdInfo .left{
	width:50%;
}
.pdInfo .left h1{
	margin:0 0 0.3rem 0;
	font-size:26px;
	display:inline-block;
}
.pdInfo .left h1:after{
	content:'';
	display:block;
	height:3px;
	background:#cb252a;
	margin-top:0.12rem;
	
}
.pdInfo .left .param{
	font-size:16px;
}

.pdInfo .right{
	width:50%;
}
.pdInfo .right .title{
	background:#cb252a;
	display:inline-block;
	font-size:18px;
	margin-bottom:0.13rem;
	color:#fff;
}
.pdInfo .right .desc{
	line-height:32px;
	font-size:15px;
	letter-spacing:1px;
	text-align: justify;
	color:#666;
}

/* .dtSwiper{ */
	
/* } */
/* .dtSwiper .swiper-wrapper .swiper-slide{ */
	/* max-width:80%; */
	/* padding:0 5%; */
	/* display:flex; */
	/* align-items:center */
/* } */
/* .dtSwiper .swiper-wrapper .swiper-slide img{ */
	/* display:block; */
	/* max-width:100%; */
	/* margin:0 auto; */
	/* max-height:100%; */
/* } */

/* .dtSwiper .bottom{ */
	/* display:flex; */
	/* justify-content:center; */
	/* padding-top:25px; */
/* } */
/* .dtSwiper  .bottom .arr{ */
	/* cursor:pointer; */
	/* -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; */
	/* transform:scale(1);  */
/* } */
/* .dtSwiper  .bottom .arr:hover{ */
	/* transform:scale(1.5);  */
/* } */
/* .dtSwiper  .bottom .swiper-button-disabled:hover{ */
	/* transform:scale(1);  */
/* } */
/* .dtSwiper  .bottom .swiper-button-disabled{ */
	/* color:#999; */
/* } */

/* .dtSwiper .swiper-pagination{ */
	/* position:relative; */
	/* margin:0 15px; */
/* } */
/* .dtSwiper .swiper-pagination-bullet{ */
	/* display:inline-block; */
	/* height:20px; */
	/* width:auto; */
	/* text-align:center; */
	/* padding:0 5px; */
	/* line-height:20px; */
	/* background:#fff; */
	/* color:#333; */
	/* cursor:pointer; */
	/* opacity:1; */
	/* margin:0 10px; */
	/* border-radius:0; */
	/* font-size:15px; */
	/* -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; */
	/* transform:scale(1);  */
/* } */
/* .dtSwiper .swiper-pagination-bullet-active{ */
	/* background:#cb252a; */
	/* color:#000; */
/* } */
/* .dtSwiper .swiper-pagination-bullet:hover{ */
	/* transform:scale(1.2);  */
/* } */



.detail{
	max-width:1320px;
	margin:0 auto;
	padding:0 10px;
}
.detail img{
	max-width:100% !important;
}


.pdLink{
	max-width:1320px;
	margin:50px auto 30px auto;
	padding:0 10px;
	display:flex;
	justify-content:space-between;
}
.pdLink .left,.pdLink .right{
	width:100%;
}
.pdLink .right{
	text-align:right;
}
.pdLink .right p{
	text-align:right;
}
.pdLink .title{
	border-bottom:2px solid #cb252a;
	display:inline-block;
	margin-bottom:10px;
	padding-bottom:5px;
}
.pdLink .prev a:hover,.pdLink .next a:hover{
	background:#cb252a;
	color:#000;
}
.pdLink div a:hover p{
	background:#cb252a;
	color:#000;
}
.pdLink div a:hover .title{
	border-color:#000;
}
.pdLink .center .iconfont{
	font-size:36px;
	position:relative;
	top:5px;
	color:#cb252a;
	cursor:pointer;
}
.pdLink .center .iconfont:hover{
	color:#000;
}

.pdLink .next{
	
	
}
.pdLink .next .title{
	float:right;
}
.pdLink .next p{
	clear:both;
}

/* 产品推荐 */
.rec{
	
}
.rec .center{
	
	margin:30px auto 0.2rem auto;
	padding:30px 10px;
}
.rec .toptitle{
	padding-top:50px;
	border-top:1px solid #eee;
	text-align:center;
}
.rec .toptitle span{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 22px;
    font-family: 'Arial';
    border-bottom: 2px solid #cb252a;
	margin-bottom:20px;
}

.rec .list{
	display:flex;
	margin:0 -10px;
	flex-wrap:wrap;
}
.rec .list .item{
	width:33.3333%;
}
.rec .list .item .main{
	margin:7px;
	position:relative;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 0px #fff;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;

}
.rec .list .item .main img{
	display:block;
	width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;

}
.rec .list .item .text{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:889;
	background:rgba(0,0,0,0.7);
	opacity:0;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
	
}
.rec .list .item .text .top{
	padding:20px;
	color:#fff;
}
.rec .list .item .text .top h3{
	margin-top:0px;
}
.rec .list .item .text .bottom{
	position:absolute;
	bottom:20px;
	left:20px;
	color:#fff;
}
.rec .list .item .text .bottom i{
	display:block;
	width:24px;
	height:1px;
	background:#fff;
	margin-bottom:10px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.rec .list .item .text .bottom:hover{
	color:#cb252a;
}
.rec .list .item .text .bottom:hover i{
	width:100%;
	background:#cb252a;
}
.rec .list .item:hover .text{
	opacity:1;
}
.rec .list .item:hover img{
	transform:scale(1.1);
}
.rec .add{
	text-align:center;
	margin:0.2rem 0 0.1rem 0;
}
.rec .add .more{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 0.25rem;
	border:1px dashed #a1a1a1;
	color:#a1a1a1;
	border-radius:100px;
	font-family:'Arial';
}
.rec .add .more:hover{
	background:1px dashed #000;
	color:#000;
	background:#fafafa;
}


/* 视频 */
.video{
	max-width: 1300px;
    margin: 0 auto;
   
	background:#000;
	margin-bottom:15px;
}
.video video{
	width:100%;
	height:736px;
}



@media screen and (max-width:768px){
	 .topImg{min-height:3rem;}
	 
	.pdInfo{background:#eeeeef;}
	.pdInfo .center{padding:0 15px;}
	.pdInfo .left h1{font-size:22px;font-weight:700; margin-top:15px;}
	.pdInfo .left h1:after{margin-top: 10px;margin-bottom:15px;}
	
	.pdInfo .left{width:100%; margin-bottom:15px;}
	.pdInfo .right{width:100%;}
	.pdInfo .right .desc{line-height: 24px;}
	.pdInfo .left .param{margin-bottom:25px;}
	.pdInfo .right .title{margin-bottom:15px;}
	.detail{padding:0 15px;}
	
	.rec .center{margin:0 0 0px 0;padding-top:0px;}
	.rec .toptitle{padding-top:0px;border:none;}
	.rec .toptitle span{font-size:22px;}
	.rec .list{margin:0 -14px;}
	.rec .list .item{width:50%;}
	.rec .list .item .text .top h3{font-size:14px;}
	.rec .list .item .text .top{padding:10px;}
	.rec .list .item .text .bottom{display:none;}
	.rec .list .item .text .top p{display:none;}
	
	.video video{
		height:auto;
	}
}	

