/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  background-color: #fff;
  font: 12px Arial, MS Mincho; 
  font-family:"宋体", Arial, Helvetica, sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3, h4, h5, h6 {
  font-size: 1.1em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

/*
a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #39c;
}

a:visited {
  color: #369;
}

a:hover {
  color: #39c;
  text-decoration: underline;
}
*/

fieldset {
  border: 1px solid #ccc;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

.font_15_blue_bold{
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#0C2D8C;
}

.font_15_blue_bold_padding{
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#0C2D8C;
padding:0px 0px 0px 18px;
}

.font_15_green_bold{
font-family:Arial;
font-size:15px;
font-weight:bold;
color:#4B4B4B;
}

.font_12_blue_bold{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#0C2D8C;
}
/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  /* By Lincoln
  background-color: #69c;
  */
}

#greyLine{
	height:9px;
	background-color:#747678;
	width:1000px;
	font-size:0px;
}

#logo {
  vertical-align: middle;
  border: 0;
  width:238px;
  height:63px;
  padding-top:18px;
  padding-left:47px;
  float:left;
}

#lang_sear{
	float:right;
	width:323px;
	height:81px;
		
}

#top{
	width:1000px;
}


#langBar{
	list-style:none;
	display:inline;
	width:140px;
	padding:0;
	margin:0;
}

#langBar li{
	margin-right:6px;
	display:inline;
	
}

#langBar li a {
	color:#0b2d91;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	font-family:"宋体", Arial, Helvetica, sans-serif;
}



#input_search{
	width:134px;
	color:#9e9e9e;
	font-family:"宋体", Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #c4c4c4;	
}

#menu-home{
	height:218px;
}

#menu-home, #menu, #block-menu-62 .content .menu{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	background-color:#c3171d;
	width:181px;	
}



#menu-home li, #menu li ,#block-menu-62 .content .menu li{
	padding: 3px 25px 4px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dc777a;
}

#menu-home li.bott, #menu li.bott{
	border:none;
}


#menu-home li a, #menu li a, #block-menu-62 .content .menu li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-family:"宋体", Arial, Helvetica, sans-serif;
}


#menu-home li a.active, #menu li a.active ,#block-menu-62 .content .menu li a.active{
	font-weight:bold;	
}

#menu li , #block-menu-62 .content .menu li{
	padding:4px 0px 4px 25px;
}

#menu a , #block-menu-62 .content .menu li a{
	padding-left:10px;
}

#menu li a, #menu li a.active , #block-menu-62 .content .menu li a {
	background-image:url(../images/icon_menu_l1.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
/*
#menu .lv2{
	padding-left:45px;
	padding-right:0;
	background-color:#98999b;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #aeaeae;
}

#menu .lv2 a{
	padding-left:8px;
}

#menu .lv2 a, #menu .lv2 a.active{
	background-image:url(../images/icon_menu_l2.gif);
	color:#cecece;
}

#menu .lv2 a.active{
	color:#fdfdfd;
	font-weight:normal;
}
*/
#submenu , #block-menu-62 .content .menu .expanded .menu{
	padding: 3px 10px 0px 40px;	
	margin:0;
	margin-left:-25px;
	margin-bottom:-5px;
	list-style:none;
	background-color:#98999b;
	width:131px;
}

#submenu li, #block-menu-62 .content .menu .expanded .menu li{	
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #aeaeae;
	padding:3px 0;
	margin:0;
	
}

#submenu a, #submenu  a.active ,#block-menu-62 .content .menu .expanded .menu a ,#block-menu-62 .content .menu .expanded .menu a.active{
	background-image:url(../images/icon_menu_l2.gif);
	color:#cecece;
}

#submenu a.active ,#block-menu-62 .content .menu .expanded .menu a.active{
	color:#fdfdfd;
	font-weight:normal;
}

#footer{
	clear:both;
	height:14px;
	background-color:#747678;
	width:1000px;
	padding: 8px 0px;
	text-align:center;
	color:#adadad;
}

#footer a{
	color:#d7d7d7;
	font-size:12px;
	text-decoration:none;
	font-family:"宋体", Arial, Helvetica, sans-serif;
}

#notice{
	float:left;
	width:275px;
}

#news{
	float:left;
	width:275px;
	margin: 0 16px;
}

#service{
	float:right;
	width:212px;
}

#notice-ul, #news-china-ul, #news-business-ul, #services-ul{
	padding:0;
	margin:15px 0px 0px 0px;
	list-style:none;
}

#notice-ul{
	margin-bottom:30px;
}

#notice-ul li, #news-china-ul li, #news-business-ul li, #services-ul li{
	background-image:url(../images/list-type_red.gif);
	background-repeat:no-repeat;
	color:#cecece;
	padding-left:16px;
	background-position: 0px 7px;
	line-height:150%;
}

#services-ul li{
	background-image:url(../images/icon_services.gif);
	background-position: 0px 4px;
	color:#666666;
	padding-bottom:5px;
}


#content-home a{
	color:#666666;
	text-decoration:none;
	font-family:"宋体", Arial, Helvetica, sans-serif;
}


#content-top{
	width:786px;
	background-image:url(../images/news_top_bg.jpg);
	background-repeat:no-repeat;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #d7d7d7;
	padding: 16px;
	float:right;
}

#titleImg, #impoEvent{
	margin: 16px 0;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#777777;
}

#containerNews a, #containerEvents a{
	color:#666666;
	text-decoration:none;
	font-family:"宋体", Arial, Helvetica, sans-serif;	
}

#csNews{
	float:left;
	width:353px;
	
}

#bsNews{
	float:right;
	width:353px;
	
}

.newsTime{
	float:right;
	padding-left:5px;
}

#NewsList{
	padding: 0;	
	margin: 10px 0 0 0;
	list-style-type:none;
	
	
}

#NewsList li{
	background-image:url(../images/list-type_red.gif);
	background-repeat:no-repeat;
	background-position: 0 7px;
	padding-left:10px;
	line-height:150%;
	
}

#NewsList span{color:#a8a8a8;}

#ChinaEvents, #serviceBu{
	float:left;
	width:216px;
	
}

#EUEvents, #serviceGR{
	float:left;
	width:216px;
	margin-left:65px;
	
}

#JPEvents, #serviceCo{
	float:right;
	width:216px;
	
}

.articleTitle{
	background-image:url(../images/atricle_title_bg.gif);
	background-repeat:no-repeat;	
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-position:left bottom;
	font-weight:bold;	
}

.eventCont, .partCont{
	background-image:url(../images/event_line_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px 0;
	color:#333;
}

.eventTitle, .partTitle{
	margin:2px 0;
	font-size:12px;
	font-weight:bold;
	color:#0C2D8C;
}

.eventTime, .partEnter{
	float:right;margin:3px 0;
	font-size:12px;
	font-weight:bold;
	color:#0C2D8C;
}

.eventItem{
	margin-bottom:30px;
}

#containerEvents .eventTitle a{
	color:#0C2D8C;
}

.partItem{
	float:right;margin:10px 0;
	font-size:12px;
}

.partIcon{
	float:left;
	margin-right: 30px;
	width:160px;
}

.partTitle{
	margin:5px 0;
}

.partContent{
	float:right;
	width:596px;
	
}

.partCont{
	clear:both;	
}

#containerPart .partTitle a{
	color:#0C2D8C;
	font-size:12px;
	text-decoration:none;
}

#serviceBu p, #serviceGR p, #serviceCo p{
	line-height:150%;
	margin-top:10px;
	font-size:12px;
	
}


.fontb3b3b3{
	color:#b3b3b3;
}

.font5a5a5a{
	color:#5a5a5a;
}

a.latest-link { color: #5a5a5a;}

.font3f89b8{
	color:#3f89b8;
	font-weight:bold;
}

.fnormal{
	font-family:"宋体", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
}
.pager a.active, .pager-current{
	margin-left:2px;
	
	color:#666666;
}

a{
	text-decoration:none;
	color:#666666;
}