div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	outline: 0 none;
	padding: 0;
	letter-spacing: 1px;
}
body {
	padding: 0;
	width: 100%;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	background-attachment: fixed;
	/*background-image: url("images/bodybg.jpg");*/
	/*background-color: #f8f9f3;*/
	background-repeat: repeat;
}
/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	padding-right: 0;
	padding-left: 0 /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: none;
}
/* ~~ 脚注 ~~ */
.footer {
	/*background: #CCC49F;*/
	padding-top: 30px;
}
.footer .content{
	background-color:#FFFFFF;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	
	padding-bottom: 10px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.header_logo_image {
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	height:101px;
}
.header_a_div {
	position: relative;
	float:right;
	margin-right:4px;
}
.outerLink {
	color: #738197;
	line-height: 16px;
	padding-top: 6px;
	text-align: right;
	padding-right: 12px;
}
.outerLink a {
	color: #738197;
	line-height: 16px;
	display: inline-block;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
.header .nav_bar {
	height: 50px;
	background: url("images/nav_bar_bg.png") repeat scroll center top transparent;
}
.fr {
	display: inline;
	float: right;
}
.nav_bar{
	width: 100%;
}
.nav_bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}
.header .nav_bar li {
	list-style: none outside none;
	display: inline;
	float: left;
	text-align: center;
	width: 110px;
	padding-top: 9px;
}
.nav_bar li a:link, .nav_bar li a:visited {
}
.nav_bar li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	width: 90px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
}
.nav_bar li a:hover {
	background: url("images/nav_bar_current_btn.png") no-repeat scroll 0 0 transparent;
	color: #294c94;
}
.nav_bar li .nav_li_selected {
	background: url("images/nav_bar_current_btn.png") no-repeat scroll 0 0 transparent;
	color: #294c94;
}
.content_brief_image {
	height: 291px;
	background: url("images/index_content_brief.png") no-repeat scroll 0 0 transparent;
}
.header, .footer, .container {
	/*background-color: #f8f9f3;*/
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	width: 964px;
}
.header{
	
}
.container{
	
}
.content, .content_brief_image {
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	width: 100%;
}
.content .content_header {
	height: 26px;
}
.content {
	height: auto;
	padding-top: 20px;
}
#left_content .content_header {
	padding-top: 0px;
	background: url("images/index_company_brief_title.png") no-repeat scroll 0 0 transparent;
}
#middle_content .content_header {
	background: url("images/index_news_center_title.png") no-repeat scroll 0 0 transparent;
}
#right_content .content_header {
	background: url("images/index_partner_title.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 7px;
}
#left_content {
	left: 0px;
	width: 198px;
	float: left;
}
#left_content div {
	padding-top: 10px;
}
.content p {
	color: #7A7A7A;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	text-indent:0px;
	line-height: 180%;
}
.left_content div {
}
#middle_content {
	float: left;
	width: 415px;
	/*margin-left: 76px;*/
	margin-left: 61px;
}
#middle_content .news_more {
	float: right;
	line-height: 30px;
}
#middle_content img {
	margin-top: 9px;
	float: left;;
}
#middle_content p {
	float: left;
	padding: 0px 6px;
	padding-left: 4px;
}
#middle_content .one_news {
	padding: 4px 0px;
	height: 17px;
	border-bottom:1px dashed #7A7A7A;
}
#middle_content .one_news a:hover p, #middle_content .one_news a:active p {
	color: #F00;
}
#right_content {
	width: 214px;
	right: 0px;
	float: right;
	/*background-color: #f4f5ef;*/
}
#right_content img {
	width: 214px;
	margin-top: 7px;
	margin-bottom: 8px;
}
.header .nav_title {
	padding: 15px 10px;
}
.nav_title span,  .nav_title p{
	float: left;
	font-size: 17px;
}
.nav_title p{
	color:  #294c94;
}
.content_header p{
	font-weight:  bold;
}
.content_header{
	border-bottom: 2px solid  #294c94;
}
.content  .content_body{
}