/*主页样式表 wjh last modify:2008-07-02 */
/* 全局样式 */

a {
color:#2C6C98;
text-decoration:none;
overflow: hidden;
}
a:hover {
color:#2C6C98;
text-decoration:underline;
overflow: hidden;
}
/*临时定义 待整理*/
.fb {font-size:12px; font-weight:bold;}
#fyren img {
padding-top:12px;
}
.tdBorderK3 {
border-bottom: #AACBEE 1px solid;
}

/*主菜单与展示区开始*/
#menu {
border-top:0px #3473A0 solid;
border-right:1px #3473A0 solid;
border-bottom:0px #3473A0 solid;
border-left:1px #3473A0 solid;
background:#369DC6 url(../images/bg_menu.jpg) repeat-x top left;
}
#menu a {
font-weight:bold;
color:#FFFFFF;
}
#menu a:hover {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.bgsjiao {
background:url(../images/mark_sjiao.png) no-repeat center right;
}
.flashreg {
border-top:0px #3473A0 solid;
border-right:1px #3473A0 solid;
border-bottom:1px #145C78 solid;
border-left:1px #3473A0 solid;
background:#FFF url(../images/load.gif) no-repeat center center;
}
/*互换区域*/
.tabs {
border-top:0px #66 solid;
border-right:1px #666 solid;
border-bottom:1px #666 solid;
border-left:1px #666 solid;
background:#FFF url(../images/bg_tabs_content.jpg) no-repeat bottom left;
}
/*快速导航区域*/
.photoNav {
border-top:0px #666 solid;
border-right:1px #666 solid;
border-bottom:0px #666 solid;
border-left:1px #666 solid;
background:#F1FAFB url(../images/bg_photonav.jpg) repeat-x top right;
}
.photoNav div {
margin-top:15px;/*定义底部快速导航文字使之居中*/
}

/* 产品列表 */
div.product-list {
  float: left;
  margin-left:1px;
  margin-bottom:5px;
  width: 33%;
}

div.product-list h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px;
  margin: 0;
  background: #eeeeee;
  text-align: center;
}

div.product-list-single ul li {
  float:left;
  width:49%;
}

div.product-list ul, div.product-list-single ul {
  margin: 0;
}

div.product-list li, div.product-list-single li {
  list-style: none;
}

div.product-list li a, div.product-list-single a {
  background: transparent url(/images/fw.gif) left top no-repeat;
  padding-left: 18px;
}
div.product-list li a:hover, div.product-list-single a:hover {
  background: transparent url(/images/fw.gif) left top no-repeat;
  padding-left: 18px;
}

