body{
	background:#f5f7fb;
}
/* 横幅 */
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}

/* 分类 */
.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:#19264b;
	color:#fff;
}
.classify .list .parent>a:focus{
	outline:none;
}
.classify .list .parent>a.on{
	background:#19264b;
	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:#19264b;
	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:#19264b;
}
.classify .listPop-content a.on{
	background:#19264b;
	color:#fff;
}

.listPop-content .child{
	display:none;
	background:#f5f7fb;
}
.listPop-content .child a{
	border:none;
}
.listPop-content .child a.on{
	color:#19264b;
	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:#1a264b;
	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{
	margin-bottom:20px;
	overflow:hidden;
	background:#fff;
	padding:20px;
	box-shadow: rgb(53 64 82 / 4%) 0 2px 4px 0;
	background-clip: border-box;
    border: 1px solid rgba(110,117,130,.2);
    border-radius: 3px;
}

.slide {margin: 0 auto;position:relative;}
.view{position:relative;}
.view .swiper-container {max-width: 500px;max-height: 500px;}
.view .swiper-container .swiper-slide{display:flex;align-items:center;}
.view .swiper-container .swiper-slide img{display:block;margin:0 auto;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{color:#333;}
.slide .arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
	font-size:32px;
	cursor:pointer;
	color:#999;
}
.slide .arrow-right:hover{color:#333;}
.preview {width: 100%;margin: 10px 0;position: relative;}
.preview .swiper-container {max-width: 500px;height: 82px;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;
	margin:0 5px;
}
.preview .swiper-slide img{width:100%;max-height:100%; display:block;}

.preview .active-nav{padding: 0;border: 1px solid #1a264b;}

.pdinfo .text{
	padding-top:10px;
}
.pdinfo .text .info span{
	display:inline-block;
	margin-right:10px;
	margin-top:5px;
}
.pdinfo .text h1{
	font-size:28px;
	line-height:36px;
}
.pdinfo .text .info{
	margin-bottom:10px;
}
.pdinfo .text .info span i{
	position:relative;
	top:1px;
	margin-right:2px;
	color:#1a264b;
}


/* 祥情 */
.detail{
	background:#fff;
	padding:20px 20px;
	box-shadow: rgb(53 64 82 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(110,117,130,.2);
	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 #1a264b;
}

.detail img{
	max-width:100% !important;
}



.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:#1a264b;
}
.rec{
    background: #fff;
    box-shadow: rgb(53 64 82 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(110,117,130,.2);
    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 #1a264b;
}
.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:#1a264b;}
.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;
}

/* .contactInfo{
	padding:20px 10px 10px 10px;
	border:1px solid #eee;
	border-radius: 10px;
	margin-top:60px;
	position: relative;
	color: #666;
}
.contactInfo .title{
	position: absolute;
	top:-20px;
	background-color: #fff;
	border:1px solid #eee;
	padding:5px 10px;
	border-radius:30px;
	color:#1a264b;
} */


@media screen and (max-width:768px){
	
	.classify .main{height:55px;}
	.classify .list{justify-content:left;}
	.classify .list .parent>a{padding:4px 8px; margin:0 3px;}
	
	.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{padding:10px;}
	.detail{padding: 10px;}
	.pdinfo .text h1{
		font-size:22px;
		line-height:32px;
	}
}





