/*公共样式*/
body {
	margin:0px;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(bodybg.gif);
	background-repeat: repeat-x;
}
table, tr, td {
	font-family:"Arial", "Tahoma", "宋体";
	font-size:12px;
	color:#0099ff;
}
div {
	margin-left:auto;
	margin-right:auto;
	line-height:24px;
	font-family:"Arial", "Tahoma", "宋体";
	color:#007BA8;
	font-size:12px;
	overflow:hidden;
}
hr {
	height:0px;
	border:0px;
	border-top:1px solid #ddd;
	width:96%;
}
img {
	border:0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a.link {
	color:#999;
}
a.redcolor {
	color:#CB4721;
}
a.redcolor:hover {
	color:#222;
}
#headertop {
	position:relative;
	background:#EEF4F6 url("title_bg.gif") repeat-x;
	height:32px;
}
/*头部公告滚动样式*/
#headertop #notice_1 {
	overflow:hidden;
	height:25px;
}
#top_we_are {
	position:relative;
	padding-top:10px;
	width:728px;
	margin:0 auto;
}
#top {
	position:relative;
	width:728px;
}
#top .tabs ul {
	margin:0;
	padding:10px 10px 5px 10px;
	list-style:none;
}
#top .tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#top .tabs a {
	background:url("tabs_left.gif") no-repeat left top;
	margin:0;
	padding-top:8px;/*FireFox*/
 *padding-top:0px; /*IE7 IE6*/
	padding-right:0px;
	padding-bottom:8px;
	padding-left:4px;
	text-decoration:none;
}
#top .tabs a span {
	background:url("tabs_right.gif") no-repeat right top;
	margin:0;
	padding:8px 10px 8px 6px;
	color:#FFF;
}
#top .tabs a:hover {
	background-position:0% -42px;
}
#top .tabs a:hover span {
	background-position:100% -42px;
	color:#222;
}
#top .lead {
	background:#F6FBFD url("menubg2.gif") repeat-x center top;
	height:30px;
	text-align:left;
}
/*中间排版*/
#body {
	position:relative;
	width:729px;
	background:#F6FBFD;
}
#body .table {
	padding-left:10px;
	padding-right:10px;
}
/*两列左窄右宽排列*/
#left_1 {
	float:left;
	width:210px;
	text-align:left;
}
#middle_1 {
	float:left;
	width:9px;
}
#right_1 {
	float:left;
	width:728px;
	text-align:left;
}
/*两列左宽右窄*/
#left_2 {
	float:left;
	width:412px;
	text-align:left;
	background-color: #6d7481;
	margin-right: 1px;
}
#middle_2 {
	float:left;
	width:9px;
}
#right_2 {
	float:left;
	width:315px;
	text-align:left;
	background-color: #b1b6bf;
}
#right_4 {
	text-align:left;
	background-color: #eeeeee;
}
/*三列左右窄中间宽*/
#left_3 {
	float:left;
	width:210px;
	text-align:left;
}
#middle {
	float:left;
	width:529px;
	text-align:left;
}
#right_3 {
	float:right;
	width:210px;
	text-align:left;
}
/*页脚样式*/
#foot {
	position:relative;
}
#foot .table {
	width:728px;


 *height:159px;
	height: 34px;
}
#foot .tablef {
	width:728px;
	height:79px;
}
/*其他常用样式*/
.global_sub {
	height:24px;/*FireFox*/
 *height:33px;/*IE*/
	background:#D2DFE6 url("subject_bg.jpg") repeat-x;
	padding-top:8px;
	padding-left:15px;
	border-left:1px #D2DFE6 solid;
	border-right:1px #D2DFE6 solid;
}
.border_no_top {
	width:121px;
	float:left;
}
.border_left_right {
	border-left:1px #D2DFE6 solid;
	border-right:1px #D2DFE6 solid;
}
.border {
	border:1px #D2DFE6 solid;
}
.userlogin_over {
	width:110px;
	height:15px;/*firefox*/
 *height:20px;
	border:1px #C60000 solid;
	background-color:#F7F2BD;
}
.userlogin_out {
	width:110px;
	height:15px;/*firefox*/
 *height:20px;
}
.space_between {
	height:5px;
}
/*定义Float为左的代码*/
.float_left {
	float:left;
}
/**分页**/
.pagelist {
	margin:3px;
	padding:3px;
	border:0px;
}
.pagelist .n {
	border:1px #D2DFE6 solid;
	padding-left:5px;
	padding-right:5px;
 *padding-top:3px;
 *padding-bottom:3px;
	background:#FFFFFF;
}
.pagelist .m {
	border:1px #D2DFE6 solid;
	padding-left:5px;
	padding-right:5px;
 *padding-top:3px;
 *padding-bottom:3px;
	background:#E7EEF1;
}
/*用于列表的鼠标移动样式*/
.list_over {
	padding-top:3px;
	color:#000000;
}
.list_over a {
	color:#000000;
	text-decoration:none;
}
.list_over a:hover {
	color:#000000;
	text-decoration:none;
}
.list_out {
	padding-top:3px;
	color: #000000;
	text-decoration: none;
}
/*用于显示内容页的常用样式*/
.msg_sub {
	font:bold 15px "Tahoma", "Arial", "宋体";
	color:#486F84;
	padding:5px;
	text-align:center;
}
.msg_date {
	text-align:center;
	font: 0.83em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}
.msg_content {
	padding:5px;
	text-align:left;
}
/*我要留言样式*/
.button {
	background:#FFF url("btn.gif") repeat-x;
	height:25px;
	border:#7B9EBD;
}
/*友情提示页代码*/
.error {
	line-height:150%;
	padding:15px;
	width:450px;
	border:1px #D2DFE6 dashed;
}
/*奇偶行颜色显示*/
.wtr {
	position:relative;
	padding:3px;
	text-align:left;
	border-bottom:1px #D2DFE6 solid;
}
.dtr {
	position:relative;
	padding:3px;
	text-align:left;
	background:#EEF4FD;
	border-bottom:1px #D2DFE6 solid;
}
#cd {
	text-decoration: none;
	height: 33px;
	margin-top: 1px;
	float: left;
	list-style-type: none;
}
#cd li {
	text-decoration: none;
	width: 102px;
	height: 34px;
	float: left;
	margin-right: 1px;
	color: #FFFFFF;
	line-height:34px;
	background-image: url(tabs_right.gif);
	background-repeat: repeat-x;
	list-style-type: none;
}
#cd ur{list-style-type: none;}
#cd li a {
	color:#FFFFFF;
	text-decoration:none;
}
#cd li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	width: 102px;
	height: 34px;
	background-image: url(tabs_right2.gif);
	background-repeat: repeat-x;
}
.Service {
	padding-top:3px;/*FireFox*/
   *padding-top:5px; /*IE7 IE6*/
	color: #323e51;
	text-decoration: none;
	font-size: 25.33px;
	font-family: "Bell MT";

	float: left;
	margin-top:1px;
	width: 315px;
	height: 31px;
	*height: 33px; !important;
	text-align:left;
	background-color:#989ea6
}
.Service a {
	color:#323e51;
	text-decoration:none;
}
.Service a:hover {
	color:#323e51;
	text-decoration:underline;
}
.home_you_wz {
	line-height: 16px;
	color: #16335f;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
}
.home_you_cp {
	text-decoration: none;
	padding-left: 20px;
	width:295px;
	margin-top: 20px;
}
.home_you_cp a {
	color:#16335f;
	text-decoration:none;
}
.home_you_cp a:hover {
	color:#16335f;
	text-decoration:underline;
}
.home_you_cp td {
	text-decoration: none;
	line-height: 15px;
	color: #16335f;
	font-size: 12px;
}
.lan {
	color: #2c79ef;
	text-decoration: none;
}
.lan a {
	color:#2c79ef;
	text-decoration:none;
}
.lan a:hover {
	color:#2c79ef;
	text-decoration:underline;
}
.bai {
	text-decoration: none;
	color: #FFFFFF;
}
.bai2 {
	text-decoration: none;
}
.bai a {
	color:#FFFFFF;
	text-decoration:none;
}
.bai a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.bai2 {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Baskerville Old Face";
	font-size: 25px;
}
.hei {
	color:#000000;
	text-decoration:none
}
.hei a {
	color:#000000;
	text-decoration:none;
}
.hei a:hover {
	color:#000000;
	text-decoration:underline;
}

.hei2 {
	text-decoration: none;
	color: #000000;
	font-family: "Baskerville Old Face";
	font-size: 25px;
}
.hei3 {
	color:#000000;
	font-size:16px
}
.hei4 {
	color:#000000;
	text-decoration:none;
	font-size:15px;
}
.hei5 {
	color:#000000;
	text-decoration:none;
	font-size:16px;
	font-family: "Bell MT";
}
.hei6 {
	color:#000000;
	font-size:24px;
	font-family: "Bell MT";
}
.hei7 {
	color:#000000;
	text-decoration:none;
	line-height: 25px;
}
.hei8 {
	text-decoration: none;
	color: #000000;
	font-family: "Baskerville Old Face";
	font-size: 20px;
}
.lan {
	color:#0065ff;
	text-decoration:none
}
.hui {
	text-decoration: none;
	color: #16335f;
}
.hui2 {
	color:#575757;
	font-size:18px;
	text-align:center;
	background-image: url(Contacts_003.gif);
	background-repeat: repeat-x;
	height: 58px;
}
.hui a {
	color:#16335f;
	text-decoration:none;
}
.hui a:hover {
	color:#16335f;
	text-decoration:underline;
}
.fMenu{ color:#000000;}
.fMenu a {
	color:#000000;
	text-decoration:none;
}
.fMenu a:hover {
	color:#0099ff;
	text-decoration:underline;
}
#about_zuo {
	float:left;
	width:411px;
	text-align:left;
	background-color: #b1b6bf;
	color: #000000;
	text-decoration: none;
	margin-right: 1px;
}
#about_you {
	float:left;
	width:315px;
	text-align:left;
	background-color: #eeeeee;
}
#about_you2 {
	float:left;
	width:315px;
	text-align:left;
	overflow:auto;
	background-color: #eeeeee;
	height: 672px;
	color: #000000;
	text-decoration: none;
	padding-top: 27px;
	padding-right: 0px;/*FireFox*/
	padding-left: 0px;/*FireFox*/


	*padding-right: 20px;/*IE7 IE6*/
	*padding-left: 20px;/*IE7 IE6*/
}
#ly {
	text-decoration: none;
	background-color: #989ea6;
}
#Pruduct {
	text-decoration: none;
	color: #000000;
	float: left;
	width: 233px;
	background-color: #6d7481;
	height: 353px;
}
#zcd {
	color: #000000;
	text-decoration: none;
	float: left;
	width: 177px;
	margin-left: 1px;
	background-color: #6d7481;
	height: 353px;
}
#wnjb {
	text-decoration: none;
	height: 1px;
	overflow: hidden;
}
#fy {
	text-decoration: none;
	height: 31px;
	overflow: hidden;
	margin: 0px;
}
#cp {
	text-decoration: none;
	float: left;
}
#cptp{
	width:315px;
}
.picture1{
float:left;
margin-left:20px;
}
.picture2{
float:left;
margin-left:10px;  /*6*/
}
.border_no_top2 {
	float:left;
	width:315px;
	margin-left:10px; /*google*/
	/*margin-left:80px\0!important; /*8*/
    /*margin-left:100px !important;   /*7*/
    /*margin-left:10px;  /*6*/
}

