* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,simsun,宋体,bitstream,Nimbus;
}
a:active, a:focus {
	outline: none;
	hide-focus: expression(this.hideFocus=true);
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
ul {
	list-style: none;
}
option {
	padding-right: 5px;
}
img {
	border-style: none;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
}

body {
	font-size: 12px;
	margin: 0px auto 0px;
	background: #fff;
}

a {
	color: #576C7F;
	text-decoration : none;
}
a:hover {
	color: #576C7F;
	text-decoration: underline;
}
body {
	background: #3173B3;
}

#container {
	width: 950px;
	margin: 0px auto;
	background: #fff;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header {
	width: 100%;
	height: 98px;
	background: #fff;
}

#pageBody {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#logo {
	float: left;
	margin: 10px 0px 5px -11px;
	background: url(img/logo.gif) no-repeat;
	width: 401px;
	height: 85px;
	position: absolute;
	z-index: 5;
}

#loginBar {
	position: absolute;
	z-index: 2;
	line-height: 2.5em;
	background: #3173B3;
	padding-right: 10px;
	height: 30px;
	width: 962px;
	text-align: right;
	color: #fff;
	border-bottom: 1px solid #ccc;
	margin-left: -11px;
}
#loginBar a {
	color: #fff;
}

#headerSearch {
	float: right;
	margin: 10px 10px 3px 0px;
	clear: right;
	width: 210px;
}
#headerSearch .headerSearchT {
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #f7f7f7;
}
#headerSearch .headerSearchB {
	background: url(img/search_bg.jpg) no-repeat;
	width: 43px;
	height: 21px;
	vertical-align: middle;
	border: 0px;
	color: #fff;
}

#menu {
	float: right;
	clear: right;
	height: 28px;
	position: relative;
	z-index: 999;
	margin-top: 42px;
	border-bottom: 1px solid #576c7f;
}
#menu ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration : none;
	color: #576C7F;
	padding: 2px 20px 0;
	line-height: 25px;
}
#menu_index {
	float: left;
	clear: left;
	height: 26px;
}
#menu_index a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration : none;
	color: #000;
	padding: 2px 20px 0;
	line-height: 25px;
}
#menu_index a:hover {
	color: #33f;
}
.menu_other {
}
#menu ul li ul li a {
	background: #fff;
	width: 150px;
	text-align: left;
	text-indent: 15px;
	line-height: 2em;
	font-weight: normal;
	padding: 0;
	border: 0;
	margin: 0;
}
#menu ul li:hover a {
	color: #fff;
	background: url(/img/menu_bg_a.gif);
}
#menu ul li:hover ul li a {
	color: #576C7F;
	background: #fff;
}
#menu ul li ul li:hover a {
	color: #fff;
	background: url(/img/menu_bg_a.gif);
}
#menu ul li {
	float: left;
	position: relative;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
	position: absolute; 
	border-left: 1px solid #576C7F;
	border-right: 1px solid #576C7F;
	border-bottom: 1px solid #576C7F;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
#menu ul li ul li {
	float: none;
}

#banner {
	clear: both;
	float: left;
	height: 190px;
	margin-top: 5px;
}
#banner02 {
	float: right;
	width: 260px;
}
#banner02 dt {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: url("img/arrow09.gif") no-repeat left 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	margin-top: 8px;
	line-height: 20px;
}
#banner02_a {
	float: right;
	background: url("img/arrow10.gif") no-repeat left 3px !important;
	background: url("img/arrow10.gif") no-repeat left 1px;
	text-indent: 13px;
	margin-top: 5px;
}

#nav {
	width: 650px;
	height: 205px;
	float: left;
	position: relative;
	margin-top: 5px;
}
#nav ul {
	list-style-type: none;
	padding-left: 5px;
}
#nav ul li {
	float: left;
	margin: 0px 2px;
}
#nav ul li a {
	float: left;
	text-decoration : none;
	background: url("img/nav_title_l.gif") no-repeat left top;
	padding: 0 0 0 5px;
	line-height: 2em;
}
#nav ul li a span {
	background: url("img/nav_title_r.gif") no-repeat right top;
	display: block;
	padding: 0 20px 0 15px;
	line-height: 2em;
	color: #000;
}
.nav_main {
	display: none;
	position: absolute; 
	left: 0px;
	top: 2em;
	width: 570px;
	height: 180px;
	padding-left: 80px;
	border: 1px solid #ccc;
	background: url("img/nav_main_bg.gif") repeat-x bottom;
}
.nav_main dl {
	float: left;
	display: inline;
	width: 150px;
	height: 75px;
	margin-left: 25px; 
	margin-top: 10px;
}
.nav_main dt {
	font-weight: bold;
}
#nav_main1_logo {
	position: absolute; 
	left: 15px;
	top: 10px;
	z-index: 1;
	border: 1px solid #ccc;
	padding: 2px;
}
.nav_main2 {
	display: none;
	position: absolute; 
	left: 0px;
	top: 2em;
	width: 650px;
	height: 180px;
	border: 1px solid #ccc;
}
.nav_main2 dl {
	float: left;
	display: inline;
	width: 145px;
	height: 150px;
	margin-left: 10px; 
	margin-top: 10px;
	text-align: center;
}


#news {
	width: 260px;
	height: 194px;
	border: 1px solid #ccc;
	float: right;
	margin-top: 5px;
	padding: 10px;
	padding-top: 0;
	line-height: 18px;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
	background: #fff;
}
#news_a {
	top: -100px;
	right: 3px;
	background: url("img/arrow10.gif") no-repeat left 3px !important;
	background: url("img/arrow10.gif") no-repeat left 1px;
	text-indent: 13px;
	margin-top: 5px;
}
#topnews {
	height: 60px;
	margin-top: 10px;
}
#topnews img {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}
#topnews dl{
	float: right;
	width: 180px;
}
#topnews dt {
	font-weight: bold;
}
#topnews dd {
}
#news ul {
	clear: both;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	margin-top: 10px;
}
#news ul li {
	list-style: none;
	background: url("img/arrow06.gif") no-repeat left 5px;
	text-indent: 15px;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 2em;
	height: 2em;
	color: #000;
	margin-top: 10px;
}
#copy {
	float: left;
	margin-left: 10px;
	display: inline;
}
#ver {
	font-size: 10px;
}
#icp a {
	float: right;
	margin-right: 10px;
	color: #000;
	display: inline;
}

#tel {
	color: #fff;
	float: right;
	margin-top: 6px;
	margin-right: 15px !important;
	margin-right: 8px;
	font-weight: bold;
	display: block;
}
#tel img {
	position: absolute; 
	left: 745px;
	top: 6px !important;
	top: 7px;
}


#menuBar {
	width: 150px;
	float: left;
	line-height: 2em;
	margin-top: 2px;
}
#menuBar .title {
	border-bottom: 1px solid #ccc;
}
#menuBar ul {
	list-style-type: none;
}
#menuBar ul li {
	border-bottom: 1px solid #ccc;
}
#sideBar {
	float: right;
	width: 200px;
}
#main {
	width: 580px;
	float: left;
	margin-left: 8px;
	margin-top: 5px;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pageTitle02 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#main2 {
	width: 790px;
	float: left;
	margin-left: 8px;
	margin-top: 5px;
	clear: right;
}
#main3 {
	margin-top: 20px;
}
#search {
	margin-top: 5px;
	margin-bottom: 10px;
}
#search .searchImg {
	position: relative;
	top: 5px !important;
	top: 3px;
}
#zindexDiv{
	position: absolute;
	z-index: 998;
	width: expression(this.nextSibling.offsetWidth);
	height: expression(this.nextSibling.offsetHeight);
	top: expression(this.nextSibling.offsetTop);
	left: expression(this.nextSibling.offsetLeft);
	filter: alpha(opacity=0);
}
#id01 {
	margin-top: 1em;
	position: relative;
	border: 1px solid #96C2F1;
	background: #EFF7FF;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
	padding: 10px;
}
#id01 .c01 {
	padding-left: 20px;
	list-style-type: disc;
	line-height: 2em;
}
#id01 .c02 {
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 290px;
	list-style-type: disc;
	line-height: 2em;
}
.title {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 5px 0px 5px;
	position: relative;
	clear: both;
}
.title2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.title3 {
	font-weight: bold;
	color: #555;
	height: 20px;
	background: url('/img/topbg.gif') repeat-x left top;
	line-height: 1.5em;
	padding-left: 15px;
	padding-top: 8px;
	clear: both;
}
.title4 {
	font-weight: bold;
	color: #fff;
	background: #3C5F84;
	line-height: 1.8em;
	padding-left: 3px;
	padding-top: 3px;
}
.title5 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #339;
	margin: 5px 0px 5px;
	position: relative;
}
.title6 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding-top: 5px !important;
	padding-top: 8px;
	position: relative;
}
.title10 {
	font-weight: bold;
	background: url(img/t01.gif) repeat-x left top;
	line-height: 25px;
	margin-bottom: 5px;
	text-indent: 20px;
	color: #bfbfbf;
	padding-top: 1px !important;
	padding-top: 2px;
}
.ta01 {
	position: absolute;
	background: #C50023;
	width: 5px;
	height: 15px;
	top: 4px;
	left: 5px;
	z-index: 2;
}
.shadow {
	position: absolute;
	top: -1px !important;
	top: 0;
	left: -2px;
	color: #000;
}
#id02 {
	border: 1px solid #ccc;
	width: 568px;
	float: left;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0 5px 0;
}
/* id02_2 为download分类列表使用 */
#id02_2 {
	width: 580px;
	float: left;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 0;
}
#id02_2 dl dd {
	margin-bottom: 10px;
}
#id05 {
	border: 1px solid #ccc;
	height: 200px;
	margin-top: 5px;
}
#id06 {
	border: 1px solid #ccc;
	width: 275px;
	float: left;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 5px 0;
}
#id07 {
	border: 1px solid #ccc;
	float: right;
	width: 275px;
	margin-top: 10px;
	padding: 0 5px 0;
}
#id07 img {
	float: left;
	margin-right: 5px;
}
#id08 {
	clear: both;
}
#id09 {
	border: 1px solid #96C2F1;
	float: left;
	margin-top: 10px;
	padding: 0 5px 0;
	padding-left: 170px;
	background: #EFF7FF;
	height: 120px;
	width: 403px;
	position: relative;
}
#id09 img {
	position: absolute;
	left: 5px;
	top: 5px;
}
#id10 {
	position: relative;
	border: 1px solid #ccc;
	clear: both;
	height: 170px;
	margin-bottom: 5px;
	background: #fff;
}
.txt01 {
	text-indent: 2em;
	line-height: 1.5em;
}
.txt02 {
	text-indent: 2em;
}
.pager {
	text-align: center;
	margin: 5px 0 5px;
	clear: both;
}
.pager form {
	display: inline;
}
.c03 {
	border: 1px solid #ccc;
	height: 100px;
	margin-top: 1em;
}
.c04 {
	float: left;
	width: 120px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.c04 dt {
	line-height: 2em;
	font-weight: bold;
}
.c05 {
	float: left;
	width: 580px;
	margin-top: 10px;
}
.c05 img {
	float: left;
	margin-top: 5px;
}
.c05_3 {
	float: right;
	width: 240px;
	margin-top: 5px;
}
.c05_2 {
	margin-left: 26px;
}
.pb01 {
	clear: both;
	line-height: 2em;
}
.aTop {
	text-align: left;
	width: 300px;
	border: 1px solid #339;
}
.aBottom {
	float: right;
	width: 300px;
	border-top: 2px solid #339;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	line-height: 2em;
}
.c10 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.c11 {
	padding: 3px;
	border: 1px solid #D9D9D9;
}
.c11 ul li {
	background: url("img/arrow11.gif") no-repeat 5px 10px;
	padding-left: 20px;
	line-height: 2em;
}
.c12 {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.product01 dd dl {
	float: left;
	width: 130px;
	margin-right: 13px;
}
.product01 dt {
	line-height: 2em;
	clear:both;
}
.product01 dd dl dt {
	line-height: 0;
	height: 96px;
	text-align: center;
}
.product01 dd dl dd {
	text-align: center;
}
.product02 {
	float: left;
	width: 130px;
	margin-right: 13px;
}
.product02 dt {
	text-align: center;
}
.product02 dd {
	text-align: center;
}
.product03 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}
.product03 dt {
	width: 146px;
	height: 111px;
	background: url(img/product_bg.gif);
}
.product03 img {
	position: absolute;
	top: 5px;
	left: 7px;
}
.product03 dd {
	text-align: center;
	line-height: 2em;
}
#product05 {
	position: relative;
	height: 250px;
}
#product05 img {
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #ccc;
}
#product06 {
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	display: inline;
	width: 390px;
}
.logo {
	border: 1px solid #ccc;
}
.ul01 li {
	list-style: none;
	background: url("img/arrow06.gif") no-repeat left 8px;
	padding-left: 20px;
	line-height: 2em;
	margin-left: 30px;
}
.ul02 {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ul02 li {
	display: inline;
	margin-left: 20px;
}
.ul03 li {
	list-style: none;
	background: url("img/arrow06.gif") no-repeat left 8px;
	padding-left: 20px;
	line-height: 2em;
}
.s01 {
	color: #906;
}
.s02 {
	position: absolute;
	right: 8px !important;
	right: 12px;
	top: 3px !important;
	top: 2px;
}
.s03 {
	position: absolute;
	right: 8px !important;
	right: 18px;
	top: 7px;
}
.f01 {
	font-style: italic;
	color: #ccc;
}
#content {
	font-size: 14px;
}
#content li {
	margin-left: 45px;
}

/* 弹出窗口 */
#newWindowBody {
	padding: 20px;
	background: #eee;
}
#newWindowMain {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 20px 50px;
}

/* 招聘 */
#jobContent {
	border: 1px solid #ccc;
	width: 80%;
	padding: 10px 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#jobContent ul {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#jobContent ul li {
	float: left;
	display: block;
	width: 315px;
	line-height: 2em;
}
.jobTitle01 {
	display: block;
	clear: both;
	line-height: 30px;
	width: 605px;
	background: #C2C3CF;
	margin-top: 10px;
	padding: 0 10px;
	font-weight: bold;
}
#jobsubmit01 {
	display: block;
	width: 86px;
	height: 23px;
	background: url("../img/button01.gif") no-repeat;
	padding: 5px 0 0 18px;
	color: #fff;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 10px;
}
