﻿/* CSS布局 */
body { 
    padding:0; 
    margin:0; 
    font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
    text-align:center;
}
/* 表单各项属性 */
input {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
}
select {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
option {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
textarea {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size:12px;
	color:#004C7D;
}
form {
	margin:0px;
	padding:0px;
}
.Lfloat {
	float:left;
}
.Rfloat {
	float:right;
}
/* 默认超链接 link(超链接默认效果) visited(点击后效果) hover(悬停时效果) acrive(点击后悬停效果) */
a:link {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #FF0000;
	text-decoration:none;
}
a:active {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #808080;
	text-decoration: none;
}
/* 网页底部 */
.footer { 
    width:950px;
    height:95px;
    color:#000000;
    margin:5px auto;
    line-height:22px;
    clear:both;
}
.footer_line {
	background-color:#ff7b02;
	width:100%;
	height:2px;
	line-height:2px;
}
.cleft {
	text-align:left;
}
.cright {
	text-align:right;
}
.ccenter {
	text-align:center;
}
.content_right_subnav_linelow {
	height:5px;
	text-align:center;
	clear:both;
}
.matao {
	clear:both;
}

/*----------------------------------------网站尾部-----------------------------------------*/
.foot { width:950px; margin:0 auto; }
    .foot_top { width:950px; line-height:35px; background-image:url(../images/foot_bg.gif); font-size:12px; text-align:center; }
	    .foot_top span { margin-left:10px; margin-right:10px; }
	.foot_text { width:950px; line-height:150%; font-size:12px; text-align:center; padding-top:10px; }
	    .foot_text span { color:#545454; }
		.foot_text em { margin:0; padding-left:10px; padding-right:10px; }
		.foot_img { width:230px; margin:0 auto }