@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#box {
	width:980px;
	margin:0 auto;
}
.clear{
	clear:both;
	}
.clear1{
	clear:right;
	}
/*--------------------头部库文件------------------*/
.header {
	width:980px;
	height:90px;
}
/*--------------------底部库文件------------------*/
.footer {
	height:47px;
	float:left;
	width:980px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-family:"宋体";
	color: #999;
}
.footer_text {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 6px;
}
/*--------------------左边库文件------------------*/
.service_text{
	background-image:url(../images/common/jingying_bg.jpg);
	background-repeat:repeat-y;
	line-height:150%;
	}
.left_library{
	margin-left:60px; 
	margin-top:4px;
	height:22px;
	}
/*--------------------首页中间------------------*/
.content_i{
	width:980px;
	}
.content_left{
	float:left;
	}
.content_wenzi{
	width:551px;
	height:64px;
	float:left;
	background-image:url(../images/shapan_002.jpg);
	background-repeat:no-repeat;
	}
.content_wenzito{
	width:483px;
	margin-left:38px;
	_margin-left:19px;
	height:60px;
	line-height:146%;
	float:left;
	}
/*--------------------链接------------------*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006090;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #006090;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #997d0e;
	text-decoration: none;
}
/*--------------------公司简介------------------*/
.company_header{
	height:15px;
	width:980px;
	color: #999;
	}
.company_header_left{
	float:left;
	width:300px;
	margin-left:40px;
	_margin-left:20px;
	}
.company_header_right{
	float:right;
	width:150px;
	margin-right:40px;
	_margin-right:20px;
	text-align:right;
	}
.company_content_left{
	width:265px;
	float:left;
	}
.company_content_right{
	width:708px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	}
.company_content_right_bg {
	background-image: url(../images/common/service_bg3.jpg);
	background-repeat: no-repeat;
	line-height: 26px;
	color: #006090;
}
.company_content_title{
	width:672px;
	float:left;
	padding-left:10px;
	margin-left:15px;
	border-bottom:1px solid #CACACA;
	}
.company_content_body{
	width:630px;
	float:left;
	margin-left:48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	margin-top:-10px;
	*margin-top:5px;
	}
.text_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006090;
}
#heighttop{
	margin-top:24px;
	}
/*----------------去图片虚边--------------*/
a {outline: none; /* for Forefox */ }
a {star:expression(this.onFocus=this.blur()); /* for Ie*/ }
