body{
	background:#f5f7fb;
}




/* 分类 */
.classify{
	position:relative;
	border-bottom:1px solid #eee;
	background:#fff;

}
.classify .main{
	display:flex;
	justify-content:center;
	min-height:65px;
	padding:8px 0;
	align-items:stretch;
}
.classify .list{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow:auto;
	align-items:stretch;
}
.classify .list .parent{
	display:flex;
	align-items:center;
}
.classify .list .parent>a{
	color:#333;
	font-size:15px;
	padding:4px 15px;
	border-radius:5px;
	margin:4px 5px;
}
.classify .list .parent>a:hover{
	background:#ff4000;
	color:#fff;
}
.classify .list .parent>a:focus{
	outline:none;
}
.classify .list .parent>a.on{
	background:#ff4000;
	color:#fff;
}
.classify .list .parent>a .iconfont{
	font-size:11px;
}

.classify  .childPop-content{
	position:absolute;
	bottom:0px;
}
.classify .childPop-content .childPop{
	position:absolute;
	border:1px solid #ddd;
	background:#fff;
	border-radius:3px;
	padding:10px 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	z-index:900;
	box-shadow:0 0 5px #eee;
	white-space: nowrap;
	visibility:hidden;
	opacity:0;
	min-width:120px;
}

.classify .childPop-content .childPop .arrow{
	position:absolute;
	top:-5px;
	left:35px;
	display:inline-block;
	width:10px;
	height:10px;
	background:#fff;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	transform:rotate(45deg);-ms-transform:rotate(45deg); -webkit-transform:rotate(45deg);
}
.classify .childPop-content .childPop a{
	display:block;
	text-align:left;
	height:36px;
	padding:0 10px;
	line-height:36px;
}
.classify .childPop-content .childPop a:hover,.classify .childPop-content .childPop a.on{
	background:#ff4000;
	color:#fff;
}


.classify .listPop{
	padding:0 10px;
	border-left:1px solid #eee;
	align-items:center;
	display:none;
	flex-shrink: 0;
}
.classify .listPop i{
	font-size:22px;
}
.classify .listPop-content{
	position:fixed;
	top:0px;
	right:-100%;
	z-index:9999;
	height:100%;
	width:75%;
	background:#fff;
	display:flex;
	align-items:center;
	max-width:300px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	opacity:0;
}
.classify .listPop-content .pop-main{
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:15px;
}
.classify .listPop-content a{
	display:block;
	text-align:left;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	padding:0 10px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.classify .listPop-content a:hover{
	color:#ff4000;
}
.classify .listPop-content a.on{
	background:#ff4000;
	color:#fff;
}

.listPop-content .child{
	display:none;
	background:#f5f7fb;
}
.listPop-content .child a{
	border:none;
}
.listPop-content .child a.on{
	color:#ff4000;
	background:#f5f7fb;
}

.classify .listPop-content .close{
	position:absolute;
	top:10px;
	right:10px;
	z-index:999999;
	opacity:1;
	color:#666;
	height:50px;
	width:50px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	background:rgba(255,255,255,0.3);
}
.classify .listPop-bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	opacity:0.3;
	z-index:1000;
	display:none;
}




/* 列表 */
.pro-title{
	text-align:center;
	font-size:36px;
	padding:0.3rem 0 0.2rem 0;
}
.pro-list{
	margin:40px 0;
}
.pro-list .item{
	margin:15px 0px;
	position:relative;
	background:#fff;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	border:1px solid #eee;
	box-sizing:border-box;
}
.pro-list .item:hover h3{
	background:#ff4000;
	color:#fff;
}
.pro-list .item:hover{
	transform:scale(0.98);
}
.pro-list .item img{
	width:100%;
	display:block;
}
.pro-list .item h3{
	text-align:center;
	font-size:15px;
	margin:0px;
	padding:0 10px;
	height:45px;
	line-height:45px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}




/* 位置 */
.map{
	padding:15px 0;
    margin:10px 0 5px 0;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.map .page-title{
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    float:left;
    margin-right: 20px;
}
.map ul{
    float:left;
}
.map ul li{
    display: inline-block;
}
.map ul li a{
    display: block;
    color: #6e7582;
    font-size:12px;
}
.map ul li a:before{
    content: "›";
    margin:0 8px 0 4px;
    color: #6e7582;
    position: relative;
    top:-2px;
}
.map ul li:first-child a:before{
    display: none;
}

/* 顶部信息 */
.pdinfo{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:20px;
	overflow:hidden;
	background:#fff;
	padding:20px;
    border-radius: 3px;
	box-sizing: border-box;
}
.pdinfo .left{
	width:50%;
}
.pdinfo .right{
	width:50%;
	display: flex;
	flex-direction: column;
	padding-left:50px;
}

/* 主图轮播 */
.slide {
	display: flex;
	align-items: center;
	position: relative;
}
.view{
	width:100%;
	position:relative;
	background-color: #fafafa;
}
.view .swiper-container{
	width:600px;
	height: 600px;
}
.view .swiper-container .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.view .swiper-container .swiper-slide img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.slide .arrow-left {
	position: absolute;
	left:0px;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
	font-size:32px;
	cursor:pointer;
	color:#999;
}
.slide .arrow-left:hover,.slide .arrow-right:hover{
	color:#333;
}
.slide .arrow-right{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
	font-size:32px;
	cursor:pointer;
	color:#999;
}

.preview {
	width: 80px;
	position: relative;
	margin-right: 15px;
	flex-shrink: 0;
}
.preview .swiper-container {
	max-height:600px;
	margin:0 auto;
}
.preview .swiper-slide{
	width: 80px;
	height: 80px;
	cursor:pointer;
	padding:3px;
	box-sizing:border-box;
	border:1px solid #eee;
	display:flex;
	align-items:center;
}
.preview .swiper-slide img{
	width:100%;
	max-height:100%; 
	display:block;
}
.preview .active-nav{
	padding: 0;border: 1px solid #ff4000;
}

.preview .videoThumb{
	position: relative;
}
.preview .videoThumb .icon{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	z-index: 99;
	background-color: rgba(0,0,0,.3);
}
.preview .videoThumb .iconfont{
	font-size:36px;
	opacity: 0.9;
}


.view .showVideo{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.view .showVideo video{
	width:100%;
	display: block;
}

/* /主图轮播 */



.pdinfo .right .text{
	padding-top:10px;
}
.pdinfo .right .text .desc{
	line-height: 24px;
}
.pdinfo .right .text .info span{
	display:inline-block;
	margin-right:10px;
	margin-top:5px;
}
.pdinfo .right .text h1{
	font-size:26px;
	line-height:36px;
	margin:15px 0;
}
.pdinfo .right .text .info{
	margin-bottom:10px;
}
.pdinfo .right .text .info span i{
	position:relative;
	top:1px;
	margin-right:2px;
	color:#ff4000;
}


.pdinfo .right .contact{
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:15px;
}
.pdinfo .right .contact .title{

}
.pdinfo .right .contact .info-text{
	opacity: 0.7;
	margin-bottom: 15px;
}
.pdinfo .right .contact .info-app{
	display: flex;
}
.pdinfo .right .contact .info-app .item{
	background-color: #ccc;
	height: 40px;
	width:40px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.pdinfo .right .contact .info-app .item:hover{
	background-color: #999;
}

/* 祥情 */
.detail{
	background:#fff;
	padding:20px 20px;
	border-bottom:none;
    border-radius: 3px 3px 0 0;
}

.detail .detail-title{
    margin-bottom: 15px;
    border-bottom:1px solid #eee;
	height:32px;
}
.detail .detail-title span{
	display:inline-block;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #ff4000;
}

.detail img{
	max-width:100% !important;
}
.detail table{
	max-width:100% !important;
	overflow:auto;
}

.link{
	background:#fff;
	box-shadow: rgb(53 64 82 / 4%) 0 2px 4px 0;
	border-radius:0px 0px 3px 3px;
    border: 1px solid rgba(110,117,130,.2);
	overflow:hidden;
	padding:10px 0;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.link a{
	max-width:50%;
	border:1px solid #ddd;
	border-radius:3px;
	display:block;
	padding:0 12px;
	height:40px;
	line-height:40px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	margin:0 10px;
}


.link  a:hover{
	color:#ff4000;
}
.rec{
    background: #fff;
    padding:20px 20px 10px 20px;
    border-radius: 3px;
    position: -webkit-sticky !important;
	overflow:hidden;
}
.rec-title{
	margin-bottom: 15px;
    border-bottom:1px solid #eee;
	height:32px;
}
.rec .rec-title span{
	display:inline-block;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #ff4000;
}
.rec .item a{
	display:block;
	font-size:16px;
	margin:5px 0;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.rec .item a:hover{color:#ff4000;}
.rec .item h3{
	padding-top:10px;
	font-size:15px;
	text-align:center;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.rec .item .imgbox{
	overflow:hidden;
}
.rec .item .imgbox img{
	width:100%;
}
.rec ul li a:hover:before{
	background:#fff;
}




/* 位置 */
.pageMap{
	border-bottom:1px solid #eee;
	background:#fff;
}
.pageMap ul{
	margin:0px;
	padding:0px;
}
.pageMap ul li{
	display:inline-block;
}
.pageMap ul li img{
	height:18px;
	position:relative;
	top:-2px;
}
.pageMap ul li a{
	display:block;
	height:55px;
	line-height:55px;
}
.pageMap ul li a:hover{
	color:#ff4000;
}
.pageMap ul li a:before {
    content: "›";
    margin: 0 8px 0 4px;
    color: #6e7582;
    position: relative;
	font-size:18px;
}
.pageMap ul li:nth-child(2) a:before{
	display:none;
}

#page_box  .page_content{
	margin:30px 0;
	padding:0;
	border: 0;
	background: #fff;
	box-shadow: rgb(53 64 82 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(110,117,130,.2);
	padding:40px;
}
#page_box  .page_content img{
	max-width:100%;
}

.zoom-img, .zoom-img-wrap{
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width:768px){

	#page_box .page_content{
		margin:15px 0;
		padding:10px;
	}
	
	.classify .main{height:55px;}
	.classify .list{justify-content:left;}
	.classify .list .parent>a{padding:4px 8px; margin:0 3px;}


	.classify .main{
		height:65px;
		padding:0px;
	}
	.classify .list{
		display:flex;
		align-items:center;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.classify .list .parent{
		display:flex;
		align-items:center;
	}
	.classify .list .parent>a{
		margin:0 5px;
	}

	
	.pro-list{margin:20px 0;}
	.pro-list .row{margin-left: -5px;margin-right: -5px;}
	.pro-title{font-size:24px;padding: 25px 0 25px 0;}
	.pro-list .item{margin:0;}
	.pro-list .col-lg-3{padding:5px;}
	
	.pdinfo .left{
		width: 100%;
	}
	.pdinfo .right{
		width:100%;
		padding:0px;
	}
	.pdinfo .right .video .list{flex-wrap: wrap;}
	.pdinfo .right .video .list .item{width:100%;}
	
	.pdinfo{padding:10px;}
	.detail{padding: 10px;}
	.pdinfo .text h1{
		font-size:22px;
		line-height:32px;
	}

	.view .showVideo{
		position: relative;
	}
	.swiper-wrapper{
		display: flex;
		align-items: center;
	}

	.slide{
		flex-direction: column-reverse;
	}
	.preview{width:100%; margin-right:0px;margin-top:10px;}
	.view .swiper-container{width:100%;height: auto;}
	
	.pdinfo .right .text h1{font-size: 24px; margin-bottom: 5px;}

	
}





