/* CSS Document */

body{ margin:0; padding:0; font-family:"宋体"; font-size:12px;scrollbar-arrow-color:#000;scrollbar-base-color:#f2f2f2;}
img,p,ul,li,a,input,form,select{ padding:0; margin:0; border:0; }
ul,li{ list-style-type:none;}
a:link{ text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:underline;;}
a:active{ text-decoration:none;}
.bold{ font-weight:bold;}
.en{ font-family:Arial, Helvetica, sans-serif;}
.clear{ clear:both;}



/*=====导航=====*/
#nav{
	width:1002px;
	height:53px;
	display:block;
	margin:0 auto;
	background:url(../images/nav_bg.jpg) repeat-x top;
}
#nav ul{
	width:920px;
	height:51px;
	display:block;
	margin:0 auto;
}
#nav ul li{ float:left; width:115px; height:40px; display:block; padding:11px 0 0 0;}
#nav ul li p{ display:block; text-align:center;}
#nav ul li a p.nav_cn{ color:#3f4547; text-decoration:none; font-size:14px;}
#nav ul li a:hover p.nav_cn{ color:#124e94;}
#nav ul li a p.nav_en{ color:#b8babb; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
#nav ul li a:hover p.nav_en{ color:#2b63a0;}
#nav img{ float:left;}

/*=====左侧产品、搜索====*/
#left{
	width:263px;
	min-height:362px;
	display:block;
	padding:0 0 0 48px;
	float:left;
}
#left img{ display:block;}
ul.pro_nav{
	width:263px;
	min-height:140px!important;
	height:140px;
	display:block;
	background:url(../images/pro_nav_bg.jpg) repeat-x bottom;
}
ul.pro_nav li{
	width:240px;
	height:23px;
}
ul.pro_nav li a{
	color:#000;
	display:block;
	line-height:23px;
	width:240px;
	height:23px;
	background:url(../images/arrow_pro_nav.jpg) no-repeat 10px;
	padding:0 0 0 23px;
}
ul.pro_nav li a:hover{
	background:url(../images/pro_nav_hover_bg.jpg) no-repeat left;
	color:#fff;
	text-decoration:none;
}
.search{
	width:255px;
	height:27px;
	display:block;
	background:url(../images/search_bg.jpg) repeat-x;
	padding:8px 0 0 8px;
}
input.keyword{
	width:176px;
	height:17px;
	border:1px solid #aec8d5;
	display:block;
	float:left;
	padding:2px 0 0 0;
	color:#7c7c7c;
}
input.button{
	width:67px;
	height:21px;
	background:url(../images/button.jpg) no-repeat;
	float:left;
	cursor:pointer;
}


/*=====底部=====*/
#bottom{
	width:1002px;
	height:77px;
	display:block;
	background:url(../images/bottom_bg.jpg) repeat-x;
	margin:0 auto;
}
span.copy{
	width:680px;
	height:77px;
	display:block;
	float:left;
}
#bottom p{
	color:#7f7f7f;
	margin:10px 0 0 47px;
}
#bottom p a{
	color:#7f7f7f;
	text-decoration:underline;
}

#bottom select{
	float:right;
	margin:22px 60px 0 0;
}