body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #fff;
	/*font-size: 15px;*/
}
/*.wrap{
	width: 1200px;
	margin:0 auto;
}
*/
.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold !important;
}

/*------底部 footer------开始*/
#footer{
	padding-top:30px;
	background-color: #32383d;
}
#footer .title{
	font-size: 18px;
	font-weight:700;
	color: #A9A9A9;
	margin:20px 0 24px;
}
#footer .introduction,#footer .service,#footer .contact{
	font-size: 12px;
	color: #808080;
	line-height: 26px;
}
#footer .contact img{
	vertical-align: middle;
	margin-right: 8px;
}
#footer .copyright{
	color: #808080;
	margin-top: 30px;
	padding:24px 0;
	background:url(../images/copyright_line.png) repeat-x top center;
}
#footer .copyright a{
  color: #808080;
  text-decoration: none;
}
#footer .copyright a:hover{
  color: #337ab7;
}
@media screen and (max-width:599px){
	#footer{
		padding-top:10px;
	}
	#footer .title{
		font-size: 16px;
		font-weight:normal;
		margin:22px 0 10px;
	}
	#footer .copyright{
		margin-top: 20px;
	}
}
/*------底部 footer------结束*/