/*erji_top*/
.erji{
	background-color: #FFFFFF;
}
.center_content{
	width: 75%;
	margin: 20px auto;
}
@media only screen and (max-width: 450px) {
	.center_content{
		width: 95%;
		margin: 20px auto;
	}
}
.erji_title{
	padding-top: 68px;
}
.erji_title > strong{
	font-size: 30px;
	color: #1b60ad;
}
.erji_title h1 strong{
	font-size: 50px;
	color: #cf0a11;
}
.erji_title p{
	font-size: 16px;
	color: #131314;
	line-height: 24px;
	margin-top: 25px;
}
.erji_title img{
	width: 100%;
	max-width: 361px;
	margin-top: 14px;
	margin-bottom: 10px;
}
.erji_top img{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
.erji_content{
	margin-top: 40px;
	color: #131314;
	line-height: 28px;
}


/*公司介绍*/
.gsjj_erji_text p{
	color: #343434;
	font-size: 14px;
	line-height: 28px;
}
.gsjj_erji_text img{
	margin: 14px auto;
	width: 100%;
}
.gsjj_erji_text h1{
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #131314;
	border-bottom: 1px solid #C0C0C0;
}

/*产品展示*/
.cpzs_erji_cp{
	
}
.cpzs_erji_cp ul li{
	display: inline-block;
	width: 30%;
	margin: 30px 1% 0px 1%;
	
}
.cpzs_erji_cp ul li img{
	width: 100%;
	border: 1px solid #d5d5d5;
}
.cpzs_erji_cp ul li p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #131314;
	line-height: 36px;
}
#page{
	margin-top: 30px;
}
#page a{
	font-size: 16px;
	color: #131314;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
#page img{
	margin-top: -2px;
}
#page .page_cur{
	color: #ff0000;
	text-decoration: underline;
}
@media only screen and (max-width: 790px) {
	.cpzs_erji_cp ul li{
		width: 47%;
	}
}
@media only screen and (max-width: 540px) {
	.cpzs_erji_cp ul li{
		width: 98%;
	}
}

/*产品展示_详情*/
#turn{
	margin-top: 36px;
	border-top: 1px solid #C0C0C0;
	padding-top: 10px;
}
.turn_page{
	margin-top: 10px;
	color: #131314;
	line-height: 32px;
}
.turn_page a{
	color: #131314;
	line-height: 32px;
}
.turn_page a:hover{
	color: #FF0000;
}
.turn_page .turn_none{
	cursor: no-drop;
}

/*新闻中心*/
.new_list{
	width: 100%;
	margin: 10px auto;
	background-color: #f7f7f7;
	padding: 10px;
}
.new_time{
	width: 19%;
	height: 19%;
	padding-top: 10px;
	border: 1px solid #101010;
	background-color: #FFFFFF;
}
.new_time strong{
	display: block;
	font-size: 34px;
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #131314;
}
.new_title{
	margin-left: 18px;
	width: 75%;
}
.new_title a{
	color: #131314;
	font-size: 16px;
	line-height: 24px;
}
@media only screen and (max-width: 360px) {
	.new_time{
		width: 22%;
	}
	.new_title{
		width: 65%;
	}
}

/*新闻中心_详情*/
.zuozhe{
	width: 40%;
	margin: 0 auto 10px auto;
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid #C0C0C0;
	
}
.zuozhe a{
	line-height: 28px;
	color: #131314;
}
.zuozhe a:hover{
	text-decoration: none;
}














