@charset "utf-8";
/* CSS Document */
#content{ width:1200px; margin:auto;}
#content .content{ width:1200px; margin:auto; padding-top:15px;}
.blue{ color:#234584;}
.red{ color:#fe4444;}
.clear{clear:both; width:100%; height:1px;}
.hide{ display:none;}
/*面包式导航*/
.position{ width:100%; height:25px; margin-bottom:20px; }
.position .cur_position{ width:auto; color:#474747; height:25px; font-weight:bold; float:left;font-size:20px;}
.position .crumbs{ height:25px; font-weight:bold; font-size:14px;color:#474747; }
.position .crumbs a{color:#303030;}
.position .crumbs span{ color:#303030;}


/*单页	*/
#content .danye{
	 width:930px; float:right; margin-bottom:20px;
	}	
/*产品列表	*/	
#content .product_right{
	width:930px; float:right; margin-bottom:20px;
	}
	


#content .product_detail{
	 width:930px; float:right; margin-bottom:20px;
	}

#content .product_detail .img{
	 width:100%;
	}	
#content .product_detail .img img{
	 max-width:50%;
	 margin-right:10px;
	 float:left;
	}						

/*文章样式*/
#content .news_right{
	width:930px;
	margin-bottom:40px;
	float:right;
	}
#content .news_right .news_list li{ margin-bottom:15px; clear:both;  height:136px;}
#content .news_right .news_list li .img{ width:235px; height:136px; float:left;}
#content .news_right .news_list li .content{ width:672px; float:right; padding-top:0px;}
#content .news_right .news_list li .content .name{ height:50px; line-height:50px; font-size:14px; overflow:hidden; }
#content .news_right .news_list li .content .date{ margin-bottom:10px;color:#666666;}
#content .news_right .news_list li .content .brief{ height:40px; line-height:20px; overflow:hidden;color:#666666;}


/*#content .news_right .news_list{ width:900px; margin:auto;border:1px solid #eaeaea; padding:10px;}	
#content .news_right .news_list .ul li{ width:100%; height:30px; border-bottom:1px dashed #cccccc; margin-top:20px; background:url(../images/yuan.jpg) no-repeat left 7px; text-indent:20px;}
#content .news_right .news_list .ul li h3{ height:30px; float:left; }
#content .news_right .news_list .ul li .date{ height:30px; float:right;}*/



	
/*案例列表	*/

#content .picture_right{
	width:920px;
	margin-bottom:40px;
	float:right;
	}
#content .picture_right .picture_list{width:900px; margin:auto;border:1px solid #eaeaea;padding:10px;}	
#content .picture_right .picture_list .ul li{
	width:200px;
	height:200px;
	text-align:center;
	margin-right:33px;
	margin-bottom:15px;
	float:left;
	overflow:hidden;
}

#content .picture_right .picture_list .ul li:nth-child(4n){
	margin-right:0px;
	
}
#content .picture_right .picture_list .ul li .img{
	width:200px;
	height:200px;
	text-align:center;
	display: table-cell;
    vertical-align:middle;

}
#content .picture_right .picture_list li .ul .img img{
	width:200px;
	height:200px;
}

#content .picture_right .picture_list li .ul .name{ width:100%; height:30px; line-height:30px; font-size:14px; font-weight:bolder; }



	
	
/*分页*/
 
 .pages{
	clear:both;
	width: 100%;
	height: 35px;
	margin: 40px auto;
	position: relative;
}
.pages ul{
    height: 35px;
    margin-top: 0;
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -117.5px;
}

.pages ul li{
    border:1px solid #e9e9e9 !important;
}
.pages ul li.item{
	float: left;
	text-align: center;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #e9e9e9;
	margin-left: 5px;
}
.pages ul li.prev{
	width:40px;
	margin-left: 0;
}
.pages ul li.next{
	width:40px;
}
.pages ul li.item a{
	color: #9f7a5d;
}
.pages ul li.on{
	background-color: #1d85fa;
	
}
.pages ul li.on a{
	color: #fff;
}
.total{
	display:none;
	}			