﻿

.spec
{
	line-height: 24px;
	padding: 0px 6px;
}
/*编辑页面表格*/
.mytable
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px auto;
	margin-top: 10px;
	padding: 1px;
	white-space: nowrap;
	line-height: 25px;
}
.mytable td
{
	border: 1px solid #ccc;
}
.tableEditTitle
{
	background-image: url(../../../Images/WebImage/BLACK/light-bg.png);
	border: 1px solid #DEDEDE;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-indent: 1em;
}

.tableEdit1, .tHeader
{
	background-color: #EFEFF8;
	border: 1px solid #DEDEDE;
	color: #4F4F4F;
	text-align: right;
	padding-right: 8px;
	line-height: 25px;
	white-space: nowrap;
}
.tHeader
{
	text-align: left;
}
.tableEdit2
{
	color: #000000;
	border: 1px solid #DEDEDE;
	text-align: left;
	height: 26px;
	padding-left: 6px;
	white-space: normal;
}
.tableEdit2 > img
{
	vertical-align: middle;
}
/*列表页面表格*/
.tableListTitle
{
	background: #f6f6f6 url(../../../Images/WebImage/BLACK/mailSubHeaderBg-grey.gif) bottom repeat-x;
	font-weight: bold;
	height: 24px;
	color: #33338C;
	text-align: left;
	white-space: nowrap;
	padding-left: 3px;
	font-size: 12px;
}
/*分页*/
#page
{
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	padding: 3px 0px;
}
#page ul
{
	overflow: hidden;
	list-style: none;
}
#page ul li
{
	float: left;
	padding-right: 2px;
	color: #659be1;
}
#page ul li a img
{
	vertical-align: middle;
}
#page ul li a
{
	font-family: '宋体' , Arial, Helvetica, vernada;
	padding-right: 4px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
#page span
{
	color: #444;
}
.spec
{
	line-height: 24px;
	padding: 0px 6px;
}
.disN
{
	display: none;
}



/*自定义控件样式 START ============================================================================================================ */
#menu_bar tr
{
	height: 26px;
	background: url(../../../Images/BLACK/menuBar_bg.jpg);
}
#menu_bar img
{
	margin-right: 2px;
}
.menu_title
{
	color: #fff;
	font-weight: bold;
}
.menubar_button_out
{
	font: nomal small-caps bold 12px/22px "Lucida Grande" ,sans-serif;
	color: #e4e3e3;
	cursor: pointer;
	padding: 0px 5px 0px;
}
.menubar_button_over
{
	font: nomal small-caps bold 12px/22px "Lucida Grande" ,sans-serif;
	color: #33338C;
	border: 0pt solid #D4C69E;
	letter-spacing: 1;
	background-image: url(../../../Images/ICON/butBg_on.gif);
	cursor: pointer;
	padding: 0px 5px 0px;
}
/*自定义控件样式 END ============================================================================================================== */

html
{
	scrollbar-highlight-color: #F5F9FF;
	scrollbar-shadow-color: #828282;
	scrollbar-3dlight-color: #828282;
	scrollbar-arrow-color: #797979;
	scrollbar-track-color: #ECECEC;
	scrollbar-darkshadow-color: #ffffff;
}

/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

/*常用状态*/
.fLeft
{
	float: left;
}
.fRight
{
	float: right;
}
.hide
{
	display: none;
}
.clear
{
	clear: both;
}
.f12
{
	font-size: 12px;
}
.f14
{
	font-size: 14px;
}
.txtRight
{
	text-align: right;
}
.txtLeft
{
	text-align: left;
}
.txtCenter
{
	text-align: center;
}
.noCuti
{
	font-weight: normal;
}
.cuti
{
	font-weight: bold;
}
.Cc00
{
	color: #c00;
}
.C333
{
	color: #333;
}
.C999
{
	color: #999;
}
.textLine
{
	text-decoration: underline;
}
.fnt_white
{
	color: #FFFFFF;
}
.fnt_Red
{
	color: red;
}
.Chand
{
	cursor: pointer !important;
	cursor: pointer;
}
/*手型*/
.nobr
{
	white-space: nowrap;
}
/*不换行*/
.divCenter
{
	margin-top: 5px;
	text-align: -moz-center !important; /*For Firefox*/
	text-align: center; /*For IE*/
}
.divWidht
{
	width: 97%;
	margin: 0 auto;
}
/*居中的DIV*/
.marg_bottom
{
	margin-bottom: 2px;
}
.margTop12
{
	margin-top: 12px;
}
.ieImg
{ *margin-top:-5px;}/*ie 图片5象素BUG*/
.text2em
{
	text-indent: 2em;
}

/*===========初始化容器样式 start===================*/
html, body
{
	height: 100%;
	font-size: 12px;
}
body, div, span, h1, h2, h3, h4, ul, li, img, p, b, textarea, input, select, form, a, table, tr, td, th
{
	margin: 0;
	padding: 0;
	font-family: verdana,Arial, Helvetica, sans-serif,;
	list-style-type: none;
	font-size: inherit;
	color: inherit;
	z-index: inherit;
}
img, table
{
	border: 0;
	border-collapse: collapse;
}
p
{
	line-height: 20px;
}
h1, h2, h3
{
	font-size: 12px;
}
a
{
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #FF6600;
}
/*===========初始化容器样式 end===================*/


body
{
	background: url(../Images/WebImage/topBg.gif) repeat-x;
}
#header
{
	background: url(../Images/WebImage/headerBg.gif) no-repeat 570px 1px;
	width: 960px;
	height: 100px;
	margin: 0 auto 5px;
	position: relative;
}
#logo
{
	background: url(../Images/WebImage/logo.gif) no-repeat;
	width: 400px;
	height: 61px;
	margin-left: 10px;
}
#tipTop
{
	width: 200px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
}
/* 头部导航 */
#top-menu
{
	margin-top: 12px;
}
#top-menu a
{
	color: #000;
	text-decoration: none;
}
#top-menu a:hover
{
	color: #FF6600;
}
#top-menu li
{
	float: left;
	padding-top: 2px;
	width: 87px;
	background: url(../Images/WebImage/menuBg.gif) no-repeat scroll 68px 0;
	font-weight: bold;
}
#top-menu li.firstLi
{
	margin-left: 15px;
	padding-left:10px;
	width: 80px;
	background-position: 60px 0;
}

/* 容器开始 */
#container
{
	width: 960px;
	margin: 0 auto;
}
.nei_body_border
{
	background: url(../Images/WebImage/nei_border.gif) repeat-y 8px 0;
	float: right;
	width: 761px;
	margin-bottom: 15px;
}
#left
{
	width: 210px;
	float: left;
}
#left .gonggao
{
	border: 1px solid #DAD8CC;
	width: 208px;
	background: #f7f7f7;
}
#left .gonggao-tit
{
	color: #ff4e00;
	background: url(../Images/WebImage/mapTit.gif) repeat-x;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
}
#left .gonggao_body
{
	border: 4px solid #EFEFEF;
	padding: 5px 8px;
}
#left p.gonggongIco
{
	background: url(../Images/WebImage/bookMark.gif) no-repeat top left;
	text-indent: 18px;
}
#left .map
{
	border: 1px solid #D8D8CC;
	background: #ffffff;
	text-align: center;
}
.map-tit
{
	color: #0088ae;
	text-align: left;
	background: url(../Images/WebImage/gongTit.gif) repeat-x;
	height: 29px;
	line-height: 29px;
	padding-left: 5px;
}

/* 首页左边联系我们 */
#left .contact
{
	width: 210px;
	height: 210px;
	background: url(../Images/WebImage/lxwm.gif) no-repeat;
	margin-bottom: 10px;
	margin-top: 3px; *margin-top:0px;}
.contact-tit
{
	color: #004c91;
	padding-top: 12px;
	padding-left: 18px;
	font-size: 13px;
}
.contant-body
{
	padding: 72px 10px 5px 12px;
	color: #666;
}
#right
{
	width: 745px;
	float: right;
	margin-bottom: 5px;
}
#right .banner
{
	background: url(../Images/WebImage/banner.jpg) no-repeat;
	position: relative;
	width: 745px;
	height: 184px;
	margin-bottom: 2px;
}
/* 首页公司简介 */
#right .company
{
	position: relative;
	float: left;
	width: 745px;
	height: 158px;
	background: url(../Images/WebImage/right-top-tit.gif) repeat-x top;
}
.company-tit
{
	background: url(../Images/WebImage/icoTit.gif) no-repeat left;
	padding-left: 12px;
	padding-top: 1px;
	margin-left: 5px;
	height: 31px;
	line-height: 31px;
}
.compImg
{
	float: left;
	margin: 2px 15px 10px 6px;
}
div.company-body
{
	color: #666;
	padding-top: 10px;
}
/* 首页新闻列表"..." */
ul.list_box
{
	padding: 5px 0px;
	margin: 0px;
}
ul.list_box li
{
	background: url(../Images/WebImage/icoLi.gif) no-repeat 0px 5px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dotted #CDCDCD;
	_padding-top: 1px;
}
ul.list_box li a
{
	width: 340px;
	height: 24px;
	line-height: 24px;
}
/*overflow:hidden;white-space :nowrap;text-overflow:ellipsis;*/

/* 有日期列表"..." */
ul.havedate li a
{
	width: 270px;
}
ul.havedate span
{
	position: absolute;
	left: 290px;
	top: 0px;
	text-align: center;
	width: 70px;
	color: #C6C6C6;
	font-size: 11px;
}

/* 内页新闻列表"..." */
ul.nei_havedate li a
{
	width: 600px;
	height: 28px;
	line-height: 28px;
}
ul.nei_havedate span
{
	position: absolute;
	left: 630px;
	top: 0px;
	text-align: center;
	width: 70px;
	color: #C6C6C6;
	font-size: 11px;
}

/* 首页新闻、常见问题 */
#right .news
{
	position: relative;
	float: left;
	width: 370px;
	height: 165px; *height:175px;overflow:hidden;}
#right .more
{
	background: url(../Images/WebImage/more.gif) no-repeat;
	position: absolute;
	top: 13px;
	right: 2px;
}
#right .more a
{
	width: 32px;
	height: 15px;
	display: block;
	blr: expression(this.onFocus=this.blur());
}
.news ul
{
	padding-right: 8px;
}
.news-tit
{
	background: url(../Images/WebImage/tit.gif) no-repeat;
	height: 31px;
	line-height: 31px;
	padding-top: 1px;
}
.news-tit li.active
{
	float: left;
	width: 98px;
	background: url(../Images/WebImage/newsTab.gif) no-repeat;
	margin-top: -2px;
	text-align: center;
}
.news-tit li.normal
{
	float: left;
	width: 98px;
	left: 98px;
	text-align: center;
	color: #666666;
}
#right .question
{
	position: relative;
	float: right;
	width: 368px;
	height: 165px; *height:175px;background:url(../Images/WebImage/tit.gif)no-repeat;overflow:hidden;}
.question .question-tit
{
	background: url(../Images/WebImage/icoTit.gif) no-repeat left;
	height: 31px;
	line-height: 31px;
	margin-left: 10px;
	padding-left: 12px;
	padding-top: 1px;
}

/* 首页产品 */
#right .porducts
{
	position: relative;
	float: left;
	margin-top: 5px;
	width: 745px;
	height: 190px;
}
h2.porducts-tit
{
	background: url(../Images/WebImage/icoTit.gif) no-repeat;
	height: 20px;
	padding-left: 12px;
	padding-top: 3px;
	margin-left: 5px;
}
.porducts ul.proDiv
{
	padding: 12px 0px;
	border-top: 1px solid #E3E3E3;
	margin-left: 5px;
}
.porducts ul.proDiv img
{
	cursor: pointer;
	width:132px;
	height:102px;
}
.porducts ul.proDiv li:hover
{
	background-color: #FCFCD8;
}
/*鼠标经过背景色*/
.porducts ul.proDiv li
{
	display: inline;
	display: block;
	float: left;
	margin: 3px 2px 8px;
	padding: 3px;
	text-align: center;
	border: 2px solid #e7e7e7;
	width: 132px;
	height: 120px;
	overflow: hidden;
}

/* 内页样式 */
#nei_left
{
	width: 199px;
	float: left;
}
.nei_left_Side
{
}
h2.nei_Side_tit
{
	background: #f0f0f0 url(../Images/WebImage/nei_ico.gif) no-repeat 5px 9px;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #e8e8e8;
	height: 22px;
	padding-left: 28px;
	line-height: 22px;
}
.nei_left_Side ul
{
	padding: 0 3px;
}
.nei_left_Side li
{
	background: url(../Images/WebImage/icoLi.gif) no-repeat 5px 6px;
	padding-left: 24px;
	position: relative;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #CDCDCD;
	padding-top: 2px;
}
.nei_left_Side .hrBorder
{
	background: #CCC;
	height: 1px;
	padding: 0px;
	margin: 2px auto 10px;
	width: 195px;
	font-size: 0px;
	overflow: hidden;
}
/* 内页联系我们 */
.nei_contact
{
	border: 1px solid #CCC;
	width: 196px;
	border-top: 1px dotted #676767;
	margin: 10px auto 10px;
}
h2.nei_contact_tit
{
	border-top: 2px solid #f0f0f0;
	padding: 8px 0 5px 6px;
}
p.nei_contant_body
{
	color: #666;
	padding: 0 10px;
}
p.wordMap
{
	background: url(../Images/WebImage/wordMap.gif) no-repeat;
	width: 196px;
	height: 101px;
	margin-top: 8px;
}
#nei_right
{
	width: 745px;
	float: right;
}
.companyBanner
{
	width: 745px;
	height: 132px;
}
h2.guild
{
	color: #666;
	background: url(../Images/WebImage/right-top-tit.gif) repeat-x;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	padding-left: 10px;
}
h2.tip
{
	background: url(../Images/WebImage/bttb01.gif) no-repeat 0px 4px;
	padding-left: 45px;
	margin: 5px 0;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	float: left;
	width: 200px;
	color: #990000;
}
div.loading
{
	height: 41px;
	line-height: 41px;
	padding-right: 10px;
	margin: 5px 0;
}
div.hrBg
{
	background: url(../Images/WebImage/nei_tit.gif) no-repeat;
	width: 745px;
	height: 22px;
	clear: both;
}
div.content_body
{
	padding: 0px 20px;
	clear: both;
}
.content_body p
{
	line-height: 24px;
}
.content_body p.padd
{
	padding: 0 2em;
}
p.line_height
{
	line-height: 26px;
}


/*暂无数据样式*/
#NoData
{
	line-height: 24px;
	padding: 5px 15px 3px 10px;
	width: 100%;
	font-size: 13px;
	margin: 10px auto;
	border: 2px solid #d6d6d6;
	background-color: #FFFFFF;
	white-space: nowrap;
}
#NoData .tip_1
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
div.mapImg
{
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 1px;
	width: 370px;
}
/*销售网络*/

/* 内页产品列表 */
 .product
        {
            border: 1px solid #cdcdcd;
            width: 100%;
            border-collapse: collapse;
            margin-bottom:20px;
            color:#444;
        
        }
        .product td
        {
            padding: 10px;
            border: 1px solid #92B0DD;
            border: 1px solid #cdcdcd; 
            
        } .product td a
        {
           color: #CC3300;
           font-weight:bold;
           font-size: 14px;
        }
        .product td span
        {
           cursor:pointer;
        }
         .product td span:hover
         { text-decoration: underline;color: #CC3300;}
         .product a:hover
        {
	      
	        text-decoration: underline;
        }
        .product img
        {
           width:200px;
           height:150px;
           border:1px solid #ededed ;
           padding:3px;
        }
        .product img:hover
        {
	        border: 1px solid #ccc;
	        background: #FCFCD8;
        }

/* 内页产品详细页 */
h2.cpTitle
{
	text-align: center;
	color: #EF6013;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
}
#products_content
{
}
#products_content img
{
	border: 1px solid #000;
}
#products_content p
{
	margin: 5px 0;
}
#imgDiv
{
	margin: 10px 0;
	text-align: center;
}
#imgDiv img
{
	border: 2px solid #eeeeee;
	padding: 10px;
}

/* 招聘页 */
table.zpTable
{
	border: 1px solid #CCC;
	color: #333;
	margin: 0 auto;
}
.zpTable td
{
	border: 1px solid #CCC;
	height: 24px;
	line-height: 24px;
}
.zpTable .leftTD
{
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
.zpTable .rightTD
{
	text-align: left;
	padding-left: 5px;
}

/* 友情链接 */
.friend_link
{
	width: 960px;
	background: #f9f9f9;
	color: #666;
	margin: 0px auto;
	clear: both;
}
.friend_link img
{
	width: 120px;
	height: 40px;
	border: 0px;
	padding: 5px 15px;
}


#footer
{
	background: #E4E4E6 url(../Images/WebImage/footerBg.gif) no-repeat bottom;
	height: 70px;
	color: #7B7B7B;
	clear: both;
	position: relative;
	width: 960px;
	margin: 0px auto;
}
.footerEmail
{
	position: absolute;
	left: 15px;
	top: 22px;
	background: url(../Images/WebImage/email.gif) no-repeat;
	width: 25px;
	height: 12px;
}
.footerLeft
{
	padding-top: 19px;
	padding-left: 50px;
}
.footerRight
{
	padding-top: 10px;
	padding-right: 70px;
}
.footerLogo
{
	position: absolute;
	right: 5px;
	top: 0px;
	background: url(../Images/WebImage/footLogo.gif) no-repeat;
	width: 55px;
	height: 56px;
}


