﻿@import url("General.css");

/* BODY */
body
{
    color: #666666;
}
A:link
{
    color: #474F00; /*全局链接颜色color*/
    text-decoration: none;
}
A:visited
{
    color: #474F00; /*全局链接颜色color*/
    text-decoration: none;
}
A:hover
{
    color: #000000; /*全局链接颜色color*/
    text-decoration: underline;
}
A:active
{
    text-decoration: none;
}
.ContBox
{
    border: 1px solid #859422; /*版块边框*/
    margin-top: 7px;
    background-color: #ffffff;
}
.titName
{
    color: #021423; /*版块标题文字颜色*/
    background: url(/Content/Image/Enterprise/icon_item2.gif) no-repeat left center; /*版块标题图标*/
}
.ContTit
{
    background: url(/Content/Image/Enterprise/ContTitLeft05.gif) no-repeat center;
    line-height: 28px; /*版块标题背景*/
}


/* ---------------BODY TOP--------------- */
/* TOP LINK */
.toplink
{
    background: url(/Content/Image/Enterprise/toplinkbg5.gif) repeat-x #E3EBB6; /*顶部导航背景*/
    color: #353535; /*顶部导航字体颜色*/
}

/* TOP MEUN */
.headerMenu
{
    width: 960px;
}
.headerMenuBG
{
    height: 28px;
    background: url(/Content/Image/Enterprise/titbg5.gif) repeat-x; /*顶部菜单背景图*/
}
.headerMenuItem Li
{
    border-left: 1px solid #ffffff; /*顶部菜单项目左边线*/
}
.headerMenuItem Li.current
{
    border: 1px solid #6B6E16; /*顶部菜单当前项边框*/
    border-bottom: none;
    background: #ffffff; /*顶部菜单当前项背景图*/
    color: #6B6E16; /*顶部菜单当前项字体颜色*/
}
.headerMenuItem Li a, .headerMenuItem Li a:visited
{
    color: #021423;
}
.headerMenuItem Li a:hover
{
    color: #000;
}
.headerMenuBottom
{
    border-bottom: 3px solid #363500; /*菜单和BANNER的中间线*/
}
.banner
{
    background: url(/Content/Image/Enterprise/banner5.jpg);
    height: 200px;
    background-color: white;
    border: 1px solid #859422;
    border-top: NONE;
}
.position
{
    padding-left: 10px; /*当前位置内边距*/
    margin: 8px 0 0; /*当前位置外边距*/
    background: url(); /*当前位置背景图*/
    border: none; /*当前位置边框*/
    line-height: 23px; /*当前位置行高*/
}

/* ---------------BODY Left--------------- */

.treeLi
{
    border-bottom: #bfbfbf 1px dotted; /*左右竖形菜单分类列表 下边框*/
}
.listmore
{
    border-top: 1px dashed #999; /*左右竖形菜单里的更多 上边框*/
}

/* ---------------BODY Right--------------- */
/* Home Contact */
.contact
{
    border: 1px solid #ccc; /*首页底部联系信息、联系我们页面的联系信息 表格外框*/
    border-bottom: none;
}
.contact li
{
    border-bottom: 1px solid #CCCCCC; /*联系信息表格行下边框*/
    background-color: #f6f6f6; /*行背景色*/
}
.contact li.white
{
    background-color: white; /*间隔行背景色*/
}
.contact li strong
{
    color: #606A08; /*左列字体颜色*/
}
.contact span
{
    border-left: 1px solid #C2C2C2; /*联系信息表格行左边框*/
}
/*-----Company Profile-----*/
.profile
{
    background-color: #C1C1C1; /*公司简介页面详细信息 表格背景色*/
}
.profile td
{
    background-color: #f6f6f6; /*单元格背景色*/
}
.profile td.cont
{
    background-color: white; /*第二第四列背景色*/
}

/*-----Products-----*/
h5
{
    background-color: #ECED9A; /*产品/供求列表里:产品/供求分类的标题背景色*/
    border: 1px solid #C1BD33; /*产品/供求列表里:产品/供求分类的外边框*/
    border-bottom: none;
}
.fenlei
{
    border: 1px dashed #C1BD33; /*产品分类列表背景色*/
    background-color: #F8FED8; /*产品分类列表外边框*/
}
.show_method li.showthis a
{
    color: #FFF /*当前浏览方式字体颜色*/;
    padding: 6px 5px 8px 6px; /*当前浏览方式内边距*/
    background: url(/Content/Image/Enterprise/showmethod_bg1.gif) no-repeat bottom center; /*当前浏览方式背景图*/
    text-decoration: none;
}
.show_method li a
{
    text-decoration: underline;
}
/* Product List */
.picBox
{
    border: 1px dashed #C1BD33; /*产品供应列表图片外框*/
    background-color: #ffffff; /*产品供应列表图片背景色*/
}
.ListProBox ul.titinfor
{
    background-color: #ECED9A; /*产品/供求列表 目录方式列表 标题背景色*/
    color: #303030; /*目录方式列表 标题文字颜色*/
}
.ListProBox li.date_sta
{
    color: green; /*荣誉资质页 证书列表 生效日期文字颜色*/
}
.ListProBox li.date_end
{
    color: #FF6600; /*荣誉资质页 证书列表 截止日期文字颜色*/
}
.line ul
{
    border-bottom: 1px dashed #ccc; /*列表页面 行间隔线*/
}

/* Product Detail */
/*产品/供求详细页面 产品大图/详细说明容器*/
.ImgArea, .TextArea
{
    border: 1px solid #C1BD33; /*容器边框*/
    background-color: #fff; /*容器背景色*/
}
.TextList ul
{
    border-bottom: 1px dashed #CCF1FF; /*产品供求详细信息 行间隔线*/
}
/*产品供求详细信息 我的联系信息*/
.TextList ul li.mycontact
{
    background-color: #E6F3F7; /*背景色*/
    color: #006699; /*文字颜色*/
}
/*产品供求详细信息 提示登陆*/
.TextList ul li.firstlogin
{
    background-color: #E6F3F7; /*背景色*/
}
.TextList ul li.firstlogin a
{
    color: red; /*提示登陆链接颜色*/
}

/*-----News Center-----*/
.newslist ul li
{
    border-bottom: 1px dashed #BFBFBF; /*新闻列表行间隔线*/
}
.newslist ul span
{
    color: #999999; /*新闻列表时间*/
}
.newslist ul li a:hover
{
    background-color: #f2f2f2; /*新闻列表鼠标经过行颜色*/
    text-decoration: none;
}
/* News Detail */
.newstit
{
    background-color: #FCFDC6; /*新闻标题背景色*/
    border-top: 1px dashed #C1BD33;
    border-bottom: 1px dashed #C1BD33; /*新闻标题背景上下边线*/
}
.newstime
{
    color: #FF6600; /*新闻发布时间颜色*/
}
/*-----Job List-----*/
.ListJobBox ul
{
    border-bottom: 1px dashed #ccc; /*人才列表每行底线*/
}
.ListJobBox ul.titinfor
{
    background-color: #ECED9A; /*人才列表首行背景色*/
    color: #303030; /*人才列表首行文字颜色*/
}
/*-----Search Page-----*/
.searchcard li
{
    border: 1px solid #666; /*搜索项目边框*/
    border-bottom: none;
}
.searchcard li.current
{
    background-color: #ECED9A; /*当前搜索项目背景色*/
    border: 2px solid #859422; /*当前搜索项目边框*/
    border-bottom: none;
    color: #000;
}
/* Page */
.page
{
    color: #999999; /*翻页字体颜色*/
}
.page li
{
    border: 1px solid #B2B52D; /*翻页页码边框*/
}
.page li.current
{
    background-color: #A8AE15; /*当前页背景颜色*/
    color: white; /*当前页字体颜色*/
    border: 1px solid #B2B52D; /*当前页边框*/
}
.page li a, .page li a:visited
{
    text-decoration: none;
    color: #858A00; /*翻页链接*/
}
.page li a:hover
{
    text-decoration: none;
    color: #000; /*翻页链接*/
}
.page li span
{
    color: red; /*页数文字颜色*/
}
.page ul.similar
{
    color: #252525; /*详细页同类信息提示文字颜色*/
}

.book ul
{
    margin: 5px 10px 5px 10px;
    float: left;
    display:inline;
}
.book ul li
{
    width: 710px;
    line-height: 25px;
    margin-bottom:5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E7E7E7;
}
.book ul li h2
{
    width: 100%;
    font-weight: normal;
    margin: 10px;
    font-size: 14px;
}
.book ul li h3
{
    width: 100%;
    font-weight: normal;
    text-align: right;
    background-color: #F5F8FC;
    font-size: 12px;
    margin:0px;
}

/* ---------------Foot--------------- */
#foot
{
    background: #ffffff; /*底部版权背景*/
    border: 1px solid #859422;
    color: #666666; /*底部版权字体颜色*/
}
#foot ul li a
{
    color: #666666;
    text-decoration: underline;
}
#foot ul li a:visited
{
    color: #666666;
    text-decoration: underline;
}
#foot ul li a:link
{
    color: #666666;
    text-decoration: underline;
}
#foot ul li a:hover
{
    text-decoration: none; /*底部版权信息文字链接*/
}
