/* 单页 */
#page{
	margin:30px 0;
}
#page .leftNav{
	margin-bottom:30px;
}
#page .leftNav .top{
	text-align:center;
	background:#c00000;
	color:#fff;
	height:80px;
	line-height:80px;
	font-size:24px;
}
#page .leftNav ul{
	background:#fafafa;
	border:1px solid #eee;
	border-top:none;
}
#page .leftNav ul a{
	display:block;
	padding:5px 20px 5px 30px;
	font-size:16px;
	position:relative;
}
#page .leftNav ul a.active{
	color:#c00000;
}
#page .leftNav ul a:before{
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	background:#c00000;
	margin-right:10px;
	position:absolute;
	top:16px;
	left:15px;
	transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg); 	/* Firefox */-webkit-transform:rotate(45deg); /* Safari 和 Chrome */-o-transform:rotate(45deg); 	/* Opera */
}

#page .info{
	background:#fafafa;
	padding:15px;
	border:1px solid #eee;
}
#page .info .title{
	font-size:16px;
	font-weight:700;
}
#page .info .item{
	margin:15px 0;
	line-height:20px;
}

#page .rightMain{
	border:1px solid #eee;
}
#page .rightMain .top{
	border-bottom:1px solid #eee;
	padding:0 15px;
	height:45px;
	
}
#page .rightMain .top .title{
	font-size:16px;
	display:inline-block;
	height:45px;
	line-height:45px;
	border-bottom:2px solid #c00000;
}
#page .rightMain .box{
	margin:15px;
}

/* 产品中心 */
#product .content{
	overflow:hidden;
}
#product .item .imgbox{
	height:238px;
	overflow:hidden;
	box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	border:1px solid #fff;
}

#product .item:hover .imgbox img{
	transform:scale(1.1); 
}
#product .item:hover h2{
	
}
#product .item img{
	width:100%;
	height:238px;
	
}
#product .item{
	margin:15px 0;
	border:1px solid #eee;
	padding:0px;
}
#product .item h2{
	text-align:center;
	font-size:16px;
	 overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
	background:#415863;
	color:#fff;
	height:40px;
	line-height:40px;
}

/* 产品展示 */
#productShow{
	
}
#productShow .content .title{
	text-align:center;
	font-size:22px;
	margin:25px 15px;
	color:#333;
}

#imgShow{
	overflow:hidden;
	position:relative;
	margin:0px 0 10px 0;
	background:#fff;
}
#imgShow .swiper-slide img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:480px;
}
#imgShow .imgs-prev{
	position:absolute;
	top:50%;
	left:0px;
	z-index:999;
	margin-top:-28px;
	cursor:pointer;
}
#imgShow .imgs-prev span{
	font-size:46px;
	color:#999;
}
#imgShow .imgs-prev span:hover{
	color:#333;
}

#imgShow .imgs-next{
	position:absolute;
	top:50%;
	right:0px;
	z-index:999;
	margin-top:-28px;
	cursor:pointer;
}
#imgShow .imgs-next span{
	font-size:46px;
	color:#999;
}
#imgShow .imgs-next span:hover{
	color:#333;
}

#imgShow .count{
	position:absolute;
	bottom:10px;
	right:10px;
	background:rgba(0,0,0,0.4);
	z-index:999;
	padding:4px 10px;
	border-radius:30px;
	color:#fff;
	font-size:14px;
}
#imgShow .count .index{
	font-size:16px;
}

#lightgallery{
	display:none;
}

.detail-title{
	padding:15px 15px 5px 15px;
	font-size:16px;
	font-weight:bold;
}
.detail{
	margin:0 15px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding:15px;
}
#productShow .bottom{
	padding:5px 15px;
	color:#999;
}
#productShow .page{
	margin:10px 15px;
}
#productShow .page .item{
	margin-bottom:10px;
}


/* 新闻中心 */
#article{
	
}
#article .content{
	margin:15px;
}
#article .content .item{
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	padding-bottom:15px;
}
#article .content .item .imgbox{
	float:left;
	margin-right:15px;
}
#article .content .item .imgbox img{
	width:180px;
	height:106px;
}
#article .content .item .text h2{
	font-size:18px;
	margin-bottom:10px;
	color:#333;
}
#article .content .item .text .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#article .content .item .bt{
	margin-top:10px;
	color:#999;
}
#article .content .item .bt .iconfont{
	font-size:16px;
}
#article .content .item:hover h2{
	color:#c00000;
}

#articleShow .content .title{
	text-align:center;
	font-size:24px;
	margin:25px;
	color:#333;
	
}
#articleShow .bottom{
	padding:5px 15px;
	color:#999;
	text-align:right;
}
#articleShow .page{
	margin:10px 15px;
}
#articleShow .page .item{
	margin-bottom:10px;
}


#sform{
	border:1px solid #eee;
	padding:15px;
}
#sform table{
	width:100%;
	
}
#sform table td{
	padding:8px 0;
}

#sform table input,#sform table select{
	display:block;
	border:1px solid #ccc;
	width:99%;
	height:32px;
	line-height:32px;
	text-indent:5px;
	font-size:15px;
}
#sform table button{
	display:block;
	width:75%;
	border:none;
	background:#c00000;
	margin:0 auto;
	color:#fff;
	height:36px;
	line-height:30px;
	border-radius:5px;
}

.friend{
	border-top:1px solid #eee;
	padding:10px 0;
	
}
.friend a{
	padding:0 10px;
	color:#666;
}
.friend a:hover{
	color:#000;
}