@charset "utf-8";
/***
 *	Style (基本样式)
 *	Author JR  2010-08-11 14:13
 **/
 
/*---------- import ---------*/
@import url("layout.css");/*控制页面结构样式大小*/
@import url("theme.css");/*控制页面背景、背景色、字体颜色和下划线--特有且仅含“background,color,text-decoration,border”属性*/
@import url("pages.css");/*针对不同页面的特别控制*/
 
/*---------- base ---------*/
html { font:normal 14px Arial, Helvetica, sans-serif; word-spacing:4px;}
body {background:url(../images/bdbj.jpg) repeat-x top #5081c0;}
* { padding: 0; margin: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
q:before,q:after { content:'';}
abbr,acronym { border: 0;}
input,select,button{ font:12px Verdana,Arial,Tahoma; vertical-align:middle;}
img { vertical-align:bottom;}



#bd { width:1036px; margin:0 auto;background:url(../images/100809_03.jpg) repeat-x top #fff;}
#top { height:90px;}
#top #logo {
	width:280px;
	height:77px;
	float:left;
	padding:13px 0 0 20px;
}
#top #top_r { width:700px; float:right; height:90px;}
#top #top_r #language { background:url(../images/100809_05.jpg) no-repeat center bottom; margin:0 20px 0 0; width:200px; height:30px;line-height:30px; float:right; text-align:center; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
#top #top_r #gg { margin-top:35px; height:25px; }
#top #top_r #gg #gd {padding:0px 5px 0px 20px; display:block;color:#FF0000; font-size:14px;}
#top #top_r #nav { padding:0 100px; height:21px; line-height:21px;}
#top #top_r #nav ul li { padding:0 10px; float:left;}







