﻿/*通用样式*/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#147DAC;
	background:#fff;
	}
/*---通用连接---*/
a:link,a:visited{
	color:#147DAC;
	text-decoration:none;
	}
a:hover{
	color:#147DAC;
	text-decoration:underline;
	}
/*白字*/
img{
	border:0;
}
div,ul,li,p,span,input{
	margin:0; 
	padding:0;
	}
ul,li{
	list-style-image: none;
	list-style-type: none;
	}
/*---------------头部样式---------------------*/
#top{
	width:auto;
	height:110px;
	clear: both;
	margin-bottom:5px;
	margin-top: 0;
}
.top_bg{
	width:100%;
	height:30px;
	float:left;
}
.pp_line{
	background:url(http://far-way.com/images/top_pp_10.gif) repeat-x;
	width:100%;
	float:left;
	height:66px;
}
.top_bj{
	background:url(http://far-way.com/images/top_bj_03.gif) repeat-x;
	width:100%;
	float:right;
	height:44px;
}
/*-------------底部 样式-----------------*/
#foot{
	width:100%;
	height:60px;
	clear:both;
	/*margin-bottom:5px;*/ 
	background:url(http://far-way.com/images/foot_line_03.gif) repeat-x;
	float: left;
}
#font_one,#font_two{
	width:70px;
	height:20px;
	display:block;
	color:#fff;
	float:right;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right:5px;
}
#font_two{padding: 0px;margin-right: 0px;}
#container{
	width:1002px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.foot_font{
	display:block;
	width:388px;
	padding-left:25px;
	height:40px;
	float: left;
	padding-top: 20px;
	line-height: 18px;
	color: #000000;
}
.foot_logo{
	display:block;
	float:right;
	width:95px;
	height:21px;
	padding-top: 25px;
	padding-right: 10px;
}
/*-------------底部样式结束----------*/

