@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; background-color: #151107; }

a { text-decoration: none; color: #fff; }
a:hover { color:#599fc3; }

#wrapper { width: 926px; margin-right: auto; margin-left: auto; }

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/********************************************************

	top

********************************************************/

#logo a { background-image: url(../images/logo.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; display: block; height: 87px; width: 50px; float: left; margin-top: 24px; margin-right: 0px; margin-bottom: 14px; }

/* 导航栏 */
#nav { float: left; display: inline; margin-left: 132px; }
#nav li { float: left; display: inline; }
#nav li a { background-repeat: no-repeat; background-position: left top; text-indent: -6000px; display: block;  margin-left: 40px; margin-top: 85px; }

/* 导航栏按钮背景与大小 */
#nav li #home { background-image: url(../images/nav_1.gif); height: 26px; width: 36px;}
#nav li #about { background-image: url(../images/nav_2.gif); height: 26px; width: 61px;}
#nav li #products { background-image: url(../images/nav_3.gif); height: 26px; width: 67px;}
#nav li #news { background-image: url(../images/nav_4.gif); height: 26px; width: 56px;}
#nav li #network { background-image: url(../images/nav_5.gif); height: 26px; width: 62px;}
#nav li #human { background-image: url(../images/nav_6.gif); height: 26px; width: 123px;}
#nav li #contact { background-image: url(../images/nav_7.gif); height: 26px; width: 58px;}

/* 导航栏按钮鼠标效果 */
#nav li #home:hover { background-image: url(../images/nav_1_h.gif); }
#nav li #about:hover { background-image: url(../images/nav_2_h.gif); }
#nav li #products:hover { background-image: url(../images/nav_3_h.gif); }
#nav li #news:hover { background-image: url(../images/nav_4_h.gif); }
#nav li #network:hover { background-image: url(../images/nav_5_h.gif); }
#nav li #human:hover { background-image: url(../images/nav_6_h.gif); }
#nav li #contact:hover { background-image: url(../images/nav_7_h.gif); }

/* 导航栏按钮当前页效果 */
#home_page #nav li #home { background-image: url(../images/nav_1_h.gif); }
#about_page #nav li #about { background-image: url(../images/nav_2_h.gif); }
#products_page #nav li #products { background-image: url(../images/nav_3_h.gif); }
#news_page #nav li #news { background-image: url(../images/nav_4_h.gif); }
#network_page #nav li #network { background-image: url(../images/nav_5_h.gif); }
#human_page #nav li #human { background-image: url(../images/nav_6_h.gif); }
#contact_page #nav li #contact { background-image: url(../images/nav_7_h.gif); }

/********************************************************

	banner

********************************************************/

#banner { margin-bottom: 16px; }

/********************************************************

	sidebar

********************************************************/

#sidebar { display: inline; float: left; }

/********************************************************

	content

********************************************************/

#index_content { border-left-width: 1px; border-left-style: dashed; border-left-color: #333; isplay: inline; float: left; }

#content { border-left-width: 1px; border-left-style: dashed; border-left-color: #333; isplay: inline; float: left; width: 654px; }

#new_product { background-image: url(../images/new_product.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 17px; width: 175px; display: block; margin-bottom: 10px; margin-left: 24px; }

.more { float: right; }

/* 主页产品列表 */
.indcx_product_list { margin-top: 0px;}
.indcx_product_list li { display: inline; float: left; text-align: center; width: 96px; margin-left: 24px; }
.indcx_product_list li a { border: 1px solid #FFF; height: 94px; width: 94px; float: left; }
.indcx_product_list li a:hover { border: 1px solid #599fc3; }
.indcx_product_list li p { line-height: 22px; }

/* 产品分类导航 */
#product_category { background-image: url(../images/product_category.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 19px; width: 214px; }

#category li { margin-top: 10px; }

#product { background-image: url(../images/product.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 15px; width: 133px; display: block; margin-bottom: 10px; margin-left: 33px; }

/* 内页产品列表 */
.product_list { margin-top: 0px; width: 654px; }
.product_list li { display: inline; float: left; text-align: center; width: 130px; height: 160px; margin-left: 33px; }
.product_list li a { border: 1px solid #FFF; height: 128px; width: 128px; float: left; }
.product_list li a:hover { border: 1px solid #599fc3; }
.product_list li p { line-height: 22px; }

.product_text { margin-left: 33px; line-height: 20px; color: #CCC; }

/* 侧边栏导航 */
#enterprise_overview { background-image: url(../images/enterprise_overview.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 19px; width: 270px;  }

#sidebar_nav { margin-top: 20px; }
#sidebar_nav li a { line-height: 30px; text-indent: 20px; display: block; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #333; margin-right: 30px; }
#sidebar_nav li a:hover { border-bottom-style: solid; border-bottom-color: #666; }

/* 新闻列表 */
#news_list { margin-left: 30px; }
#news_list li { margin-bottom: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #333; padding-bottom: 10px; }
#news_list li h3 { font-size: 14px; line-height: 16px; margin-bottom:10px; }
#news_list li p { color: #999; margin-bottom:10px; line-height: 16px; }
#news_list li:hover p { color:#FFF; }
#news_list li i { font-style: normal; color: #599fc3; }

#news_title { font-size: 18px; line-height: 26px; text-align: center; }


.page_text { margin-left: 33px; line-height: 14px; width: 621px; }
.page_text p { margin-bottom: 20px; line-height: 18px; color:#CCC; }
.page_text i { font-style: normal; line-height: 16px; color: #599fc3; text-align: center; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #333; margin-bottom: 14px; padding-bottom: 6px; }

.next { text-align: center; line-height: 30px; }

/* 销售网络 */
#salesnetwork_title { background-image: url(../images/salesnetwork_title.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 15px; width: 182px; display: block; margin-bottom: 10px; margin-left: 24px; }

/* 人力资源 */
#human_resources_title { background-image: url(../images/human_resources_title.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 15px; width: 210px; display: block; margin-bottom: 10px; margin-left: 24px; }

/* 联系我们 */
#contact_title { background-image: url(../images/contact_title.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 15px; width: 156px; display: block; margin-bottom: 10px; margin-left: 24px; }

/* 搜索框 */
#search { float: right; }
#search_box { margin: 0px; padding: 0px; height: 19px; width: 170px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#search_botton { text-indent: -6000px; margin: 0px; padding: 0px; height: 19px; width: 26px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-image: url(../images/search_botton.gif); background-repeat: no-repeat; background-position: left top; cursor: pointer; }

/********************************************************

	footer

********************************************************/

#footer { border-top-width: 1px; border-top-style: solid; border-top-color: #24221d; margin-top: 16px; margin-bottom: 20px; }

.contact { background-image: url(../images/footer.gif); background-repeat: no-repeat; background-position: left top; text-indent: -6000px; height: 54px; width: 926px; margin-bottom: 26px; }

.copyright { color: #b3b3b3; }



