
/*内页部分各个页面css合集*/
/*详细内容页面css*/
.pagecon_nr{
	color:#333;
	min-height:600px;
	width:712px;
	margin:0 auto;
	/*background-color: green;*/
}

.pagebtn{
	margin-top:30px;
	margin-left: 30px;
	
}
.pagebtn a{
	display: block;
	width: 400px;
	height: 100%;
	cursor: pointer;
}
.pagebtn a:hover{
	color: black;
}

/*-----------新闻页面相关样式-------------------*/
.newslist{
	width:740px;
	height:646px;
	/*background-color:gold;*/
	border: 1px solid #eeeeee;
	border-bottom: none;
	margin-left: 30px;
	margin-top: 30px;
	
}
.newslist ul{}
.newslist ul li{
	width:740px;
	height:110px;
	border-bottom: 1px solid #eeeeee;
}

.newsitem_l{
	float:left;
	margin-left: 30px;;
	width:520px;
	height:100%;
	/*background-color:blue;*/
	
}
.newsitem_l dl dt{
	color:#aaaaaa;
	height:22px;
	line-height: 22px;
	margin-top: 20px;
}

.newsitem_l dl dd{
	color: #666666;
	font-size:14px;
	height:24px;
	line-height:24px;
}

.newsitem_l a{
	color:white;
	display: block;
	margin-top: 10px;
	width:74px;
	height:20px;
	line-height: 20px;
	padding-left: 14px;
	background:url(../img/news1.jpg) no-repeat;
}
.newsitem_l a:hover{
	background:url(../img/news2.jpg) no-repeat;
}
.newsitem_r{
	width:123px;
	height:82px;
	float:right;
	margin-right: 12px;
	margin-top: 14px;
	overflow: hidden;
	/*background-color: yellowgreen;*/
}
.newsitem_r img{
	width:123px;
	height:82px;
	
};

.pagecon_header{
	text-align: center;
	color:#333;
}
.pagecon_header h3{
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color:#333;
}

.pagecon_header p{
	margin:0 auto;
	width:712px;
	line-height: 32px;
	text-align: center;
	color:#333;
	margin-bottom:20px;
	border-bottom: 1px dashed #aaaabc;
	
}

.pagecon_header p span{
	margin-left: 100px;
}
.pagecon_header p a{
	cursor: pointer;
}
.pagecon_header p a:hover{
	color:black;
}
/*-------------荣誉展示相关样式----------------------------*/

.rylist{
	width:742px;
	height:688px;
	/*background-color:gold;*/
	margin-left: 25px;
	margin-top: 14px;	
}

.rylist ul{}
.rylist ul li{
	width:240px;
	height:208px;
	float:left;
	border: 1px solid #efefef;
	margin-left: 5px;
	margin-top:16px;
	text-align: center;
	
}
.rylist ul li a{
	display: block;
}
.rylist ul li a:hover{
	background-color:#2884bf;

}

.rylist ul li img{
	margin-top: 8px;;
	
}

.rylist ul li p{
	height:50px;
	line-height: 50px;
	font-size: 14px;
	
}


/*---------产品展示相关样式------------------*/

.prolist{
		width:742px;
	height:1300px;
	/*background-color:gold;*/
	margin-left: 25px;
	margin-top: 14px;	
}

.prolist ul{}
.prolist ul li{
	width:240px;
	height:412px;
	float:left;
	border: 1px solid #efefef;
	margin-left: 5px;
	margin-top:16px;

	
}
.prolist ul li a{
	display: block;
}
.prolist ul li a:hover{
	background-color:#2884bf;

}

.prolist dl{
	height:129px;
	border-top: 1px solid #efefef;
}

.prolist dl dt{
	margin-left:22px ;
	font-size:14px;
	font-weight: bold;
	height:32px;
	line-height:32px;
	margin-top: 10px;
}

.prolist dl dd{
		margin-left:22px ;
		margin-right:22px ;
	line-height:24px;
	margin-top: 4px;
}
.prolist p{
	text-align: center;
	height:32px;
	line-height:32px;
	background-color:#dddddd;
}
/*----------------------------------------------------*/
.pagelist{
	width:100%;
	height:34px;
	margin-top:34px;
	/*background-color:red;*/
}

.pagelist ul{
	text-align: center;
	margin: 0 auto;
	width:300px;
	height: 100%;
	/*background-color: #00BFFF;*/
}

.pagelist ul li{
	
	float:left;
	width:55px;
	height:34px;
	margin-left: 5px;
	/*background-color: gold;*/
	line-height: 34px;
}
.pagelist ul li a{
	color:white;
	display: block;
	width:100%;
	height:100%;
	background-color:#d1d1d1;
}
.pagelist ul li a:hover{

	background-color:#2884bf;
}









