body{
	background:#f5f7fb;
}
/* 横幅 */
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}


/* 位置 */
.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:#f68820;
}
.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;
}


/* 分类 */
.classify{
	position:relative;
	border-bottom:1px solid #eee;
	background:#fff;

}
.classify .main{
	display:flex;
	justify-content:center;
	height:65px;
	align-items:stretch;
}
.classify .list{
	display:flex;
	align-items:center;
	justify-content:center;
	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:0 5px;
}
.classify .list .parent>a:hover{
	background:#f68820;
	color:#fff;
}
.classify .list .parent>a:focus{
	outline:none;
}
.classify .list .parent>a.on{
	background:#f68820;
	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:#f68820;
	color:#fff;
}


.classify .listPop{
	padding-left:10px;
	border-left:1px solid #eee;
	align-items:center;
	display:none;
}
.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;
}
.classify .listPop-content a:hover{
	color:#f68820;
}
.classify .listPop-content a.on{
	background:#f68820;
	color:#fff;
}

.listPop-content .child{
	display:none;
	background:#f5f7fb;
}
.listPop-content .child a{
	border:none;
}
.listPop-content .child a.on{
	color:#f68820;
	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;
}






/* 产品 */
#product{
	padding:50px 0;
}
#product .top{
	text-align:center;
	margin-bottom:30px;
}
#product .top .t1{
	font-size:32px;
	margin-bottom:10px;
}
#product .top .t2{
	color:#666;
	font-size:15px;
}
#product  .classify2 .topTitle{
	background:#363636;
	color:#fff;
	padding:15px;
	border-radius:5px 5px 0 0;
}
#product  .classify2 .topTitle .cn{
	font-size:22px;
	margin-bottom:5px;
}
#product  .classify2 .topTitle .en{
	font-size:14px;
}
#product .list{
	border:1px solid #eee;
	border-radius:0 0 5px 5px;
	overflow:hidden;
	background:#fff;
}
#product .list .item a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:50px;
	line-height:50px;
	padding:0 15px;
	color:#333;
}
#product .list .item a .iconfont{
	display:none;
}
#product .list .item a h3{
	font-size:16px;
	line-height:16px;
	margin-bottom:0px;
}
#product .list .item:hover,#product .list .item.on{
	background:#f68820;
}
#product .list .item:hover a,#product .list .item.on a{
	color:#fff;
}
#product .list .item:hover .iconfont,#product .list .item.on .iconfont{
	display:block;
}


#product .pdlist .topTitle{
	border:1px solid #eee;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px;
	border-radius:5px;
	margin-bottom:15px;
	background:#fff;
}
#product .pdlist .topTitle .more:hover{
	color:#f68820;
}
#product .pdlist .topTitle h3{
	font-size:18px;
	line-height:18px;
	margin-bottom:0px;
}
#product .pdlist .item{
	border:1px solid #eee;
	margin-bottom:30px;
	overflow:hidden;
	border-radius:5px;
	background:#fff;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .pdlist .item a{
	display:block;
	color:#333;
}
#product .pdlist .item .imgbox{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
#product .pdlist .item .imgbox img{
	display:block;
	max-width:100%;
	max-height:100%;
	transform:scale(1);
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#product .pdlist .item .title{
	border-top:1px solid #eee;
	height:45px;
	line-height:45px;
	padding:0 10px;
	text-align:center;
	font-size:16px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}
#product .pdlist .item:hover .title{
	background:#f68820;
	color:#fff;
	border-top:1px solid #f68820;
}
#product .pdlist .item:hover .imgbox img{
	transform:scale(1.1);
}
#product .pdlist .cpd{
	display:none;
}
#product .pdlist .cpd.on{
	display:block;
}




@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;}
	
}



