/*---------------------链接定义----------------------------------*/
a {
	color: #010000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*---------------------图片定义-------------------------*/
img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: url(../images/img01.gif) repeat-x;
}

/*总容器*/
#container {
	width: 770px;
	background: white;
	margin: 0 auto;
	padding: 0;
}

/*头中尾容器*/
#header,#content,#footer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: white;
}

/*LogoBanner栏*/
#banner {
	background: url(../images/bannerBg_gb.jpg);
	height: 120px;
}

#enbanner {
	background: url(../images/Eng.jpg);
	height: 120px;
}

/*菜单*/
#menu {
	float: left;
}

#menu,#menu ul {
	width: 100%;
	list-style: none;
	background: white url(../images/blue2.jpg) repeat-x;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
}

#menu ul li {
	float: left;
	padding: 0;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	z-index: 10;
}

#menu ul li ul {
	position: absolute;
	left: -9999px;
	height: auto;
	width: 160px;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	z-index: 10;
}

#menu ul li ul li {
	padding-right: 10px;
	width: 150px;
	z-index: 10;
}

#menu ul li ul a {
	width: 150px;
	font-size: 13px;
	font-weight: normal;
}

#menu li ul ul {
	margin: -18px 0 0 180px;
}


#menu li:hover,#menu li.sfhover {
	background: #014B88;
	z-index: 100;
}

#menu li.sfhover ul {
 	left: auto;
}


/*英文菜单*/
#enmenu,#enmenu ul {
	float: left;
	width: 100%;
	list-style: none;
	background: white url(../images/blue2.jpg) repeat-x;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#enmenu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
}

#enmenu ul li {
	float: left;
	padding: 0;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
}

#enmenu ul li ul {
	position: absolute;
	left: -9999px;
	height: auto;
	width: 160px;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	z-index: 10;
}

#enmenu ul li ul li {
	padding-right: 10px;
	width: 150px;
	z-index: 10;
}

#enmenu ul li ul a {
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}

#enmenu li ul ul {
	margin: -18px 0 0 180px;
}

#enmenu li:hover,#enmenu li.sfhover {
	background: #014B88;
	z-index: 100;
}

#enmenu li.sfhover ul {
 	left: auto;
}

/*---------------------中英文切换----------------------*/
#convert {
	float: left;
	width: 100%;
	background: url(../images/bottombg.gif);
	text-align: right;
	background: url(../images/bottombg.gif);
	padding: 2px 0;
	width: 100%;
}

/*-----------------页脚--------------------------*/
#footer {
	clear: both;
}

#contact {
	padding: 8px;
	background: url(../images/blue2.jpg);
}

#copyright {
	padding: 3px;
	text-align: right;
	background: url(../images/bottombg.gif);
}

/*----------------------主页面---------------------*/
#main {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background: #EBEEF3;
}

/*--------------------新闻左侧图片区---------------------*/
#left_side {
	float: left;
	padding: 0;
	margin: 0;
	width: 536px;
	background-color: white;
}

/*-------------------首页-右侧导航栏----------------------*/
#right_side {
	float: left;
	width: 214px;
	padding: 0;
	margin: 0;
	background-color: white;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
}

#right_side ul {
	padding: 10px;
	margin: 0;
	background: #D1D1D1;
}

#right_side ul li {
	line-height: 18px;
	list-style: square;
	margin-left: 15px;
	color: red;
}

#right_side a {
	text-decoration: underline;
}

#bar_top {
	background: url(../images/bartop.gif) no-repeat;
	width: 100%;
	height: 28px;
}

#title {
	margin: 0;
	padding: 6px;
	font-weight: bold;
	font-size: 13px;
}

#bar_btm {
	background: url(../images/bardown.gif) no-repeat;
	width: 230px;
	height: 10px;
	padding-bottom: 20px;
}

#onlinesearch a {
	border: 1px solid red;
}

#onlinesearch a {
	font-weight: bold;
}

/*-----------------当前位置---------------------------*/
#position {
	padding: 20px;
	border-bottom: 1px solid #CECECE;
}

#position span {
	font-size: 20px;
	font-family: "SinHei";
	font-weight: bold;
	color: #000080;
	margin-right: 100px;
}

#position a {
	font-size: 12px;
	font-family: "宋体";
	color: #000080;
	font-weight: bold;
}

/*-----------------公司介绍--------------------------*/
#company_context {
	background-color: #EBEEF3;
	padding: 20px;
}

/*-----------返回按钮------------------*/
#back {
	padding: 0;
	margin: 0;
	float: right;
	font-weight: bold;
}

/*-----------联系我们------------------*/
#contactus_content {
	background-color: #EBEEF3;
	padding: 20px 0px 20px 20px;
	height: 320px;
}

#contact_intro {
	float: left;
	margin: 0;
	padding: 0;
}

#image {
	float: right;
	margin: 0;
	padding-bottom: 20px;
	width: 433px;
	height: 319px;
	background: url(../images/p.gif) no-repeat;
}

/*-----------设备设施------------------*/
#equipment_content {
	background-color: #EBEEF3;
	padding: 20px 0px 20px 20px;
}

/*--新闻中心-*/
.listNews {
	padding: 20px;
	list-style-type: none;
	height: 300px;
}

.listNews div {
	clear: both;
}

.listNews div label {
	width: 120px;
	text-align: right;
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}

#news_list {
	padding: 20px;
	list-style-type: none;
	height: 300px;
}

/*----流动新闻*/
.scrollNewsBtn {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.scrollNewsBtn a:link,.scrollNewsBtn a:visited {
	float: left;
	padding: 2px;
	margin: 1px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-decoration: none;
	background: #000000;
	border: none;
}

.scrollNewsBtn a.lh:link,.scrollNewsBtn a.lh:visited,.scrollNewsBtn a:hover
	{
	background: #ffffff;
	border: none;
	color: #000000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.margincenter {
	margin: 0 auto;
}

.floatClearBoth {
	clear: both;
}

.errorFont {
	color: red;
}

.container {
	width: 1000px;
	overflow: visible;
}

.loginBody {
	background: #F8F8FF;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	margin: 0;
	padding: 0;
	border: 0;
}

.formLogin {
	margin: 100px auto;
	width: 600px;
	border: 1px solid #CCC;
	background: white;
}

.formLabel {
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 5px;
}

.formRow {
	border-bottom: 1px solid #CDDCEC;
	padding: 5px;
	background: #F5F5F5;
}

.formTitleRow {
	border-bottom: 1px solid #CDDCEC;
	background: white url(../images/logo.jpg) no-repeat;
	height: 98px;
}

.formTitleRow h1 {
	color: #014B88;
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0px;
	padding: 35px 0 0 300px;
}

.formSubmitRow {
	padding: 5px;
	text-align: center;
	clear: left;
}

.formInputText {
	width: 120px;
}

.formInputTextarea {
	width: 300px;
	height: 100px;
}

.banner {
	background: white url(../images/banner.jpg) no-repeat;
	height: 98px;
	padding: 0;
	margin: 0;
}

.banner h1.eng {
	width: 324px;
	color: #014B88;
	font: bold 1.8em Arial;
	margin: 0px;
	padding: 20px 0 0 300px;
}

.banner h1.chn {
	width: 324px;
	float: left;
	clear: left;
	color: #014B88;
	font: bold 1.8em SimHei;
	letter-spacing: 29px;
	margin: 0px;
	padding: 0px 0 0 330px;
}

.banner h1.version {
	float: left;
	color: #014B88;
	font: bold 1em Arial, Sans-Serif;
	margin: 0px;
	padding: 44px 0 0 474px;
}

.banner h2 {
	float: right;
	color: black;
	font: bold 1.0em Arial, Sans-Serif;
	text-align: right;
	margin: 80px 20px 0 0;
}

.banner h2 a {
	text-decoration: none;
	color: #014B88;
}

.banner h2 a:hover {
	color: black;
}

.news li {
	list-style-type: square;
}

.news li a {
	color: black;
	text-decoration: underline;
}

.news li a:hover {
	color: #808080;
	text-decoration: underline;
}

.query {
	padding: 5px 0 5px 0;
	width: 60%;
	border: 1px solid #C0C0C0;
	margin: 0 auto;
	margin-bottom: 15px;
}

.queryRow {
	font: bold 1.0em Arial, Sans-Serif;
	border-bottom: 1px solid #C0C0C0;
	padding: 5px;
}

.queryLabel {
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 5px;
}

#footerEmail a:link {
	color: #808080;
	text-decoration: underline;
}

#footerEmail a:hover {
	color: black;
	text-decoration: underline;
}

#partnerlogo table {
	width: 100%;
}

#partnerlogo table tr td {
	height: 120px;
	vertical-align: middle;
	background: white;
	text-align: center;
}

#partnerlogo table tr td img {
	width: 120px;
	vertical-align: middle;
}