@charset "gb2312";
/* CSS Document */
/*===============================================================================================================================*/
/*翻页样式*/

.paging { text-align:center; margin:20px auto}/*翻页条的外部样式*/
.paging a{ padding:0 5px}

/*按钮默认时的状态样式*/


/*翻页样式结束*/

/*===============================================================================================================================*/


/*留言表单开始*/
.mes-form{ width:100%; margin-top:30px}
.mes-form input,.form textarea { font-size:12px; color:#333;/*表单内所有 文本字段 和 文本区域 的 字体大小 和 文字颜色 的参数*/}

.mes-form td { padding:3px 5px;/*表单内表格的单元格间距参数*/}

.mes-odd td { background:#f3f3f3;/*单元格隔行变色奇数行背景色*/}
.mes-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}

.mes-left { width:23%; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.mes-right { width:77%; text-align:left;/*表单内表格右边单元格的参数*/}
.mes-right span{ color:#F00}
.mes-right input { width:220px; height:22px; line-height:22px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.mes-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/

.mes-right textarea { width:280px; height:90px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}
.mes-last td{ padding-left:0;}
.mes-sub { width:100px; float:left; height:25px; display:inline; padding-left:165px; padding-top:20px;}
.mes-sub input { width:88px; height:22px; border:none; background:url(../images/jereh/sentmesbg.gif) no-repeat; cursor:pointer; float:left; padding-left:80px;/*表单内发送留言按钮的样式参数*/}

.mes-reset { width:100px; float:left; height:25px; display:inline; padding-top:20px;}
.mes-reset input { width:88px; height:22px; border:none; background:url(../images/jereh/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表单内查看留言按钮的样式参数*/}
/*留言表单结束*/


/*===============================================================================================================================*/



/*简历投递处样式*/
.job-form { margin:30px auto 0;}
.job-form input,.form textarea,.form select { font-size:12px; color:#333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/}

.job-form td { padding:3px 5px; /*表单内表格的单元格间距参数*/}

.job-two { padding:0px 12px;/*左边两个字的间距*/}

.job-odd td { background:#f3f3f3;/*单元格隔行变色奇数行背景色*/}
.job-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}

.job-left { width:23%; background:#fff; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.job-right { width:77%; text-align:left;/*表单内表格右边单元格的参数*/}

.job-right input { width:225px; height:20px; line-height:30px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.job-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/

.job-right textarea { width:367px; height:80px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}

.job-right select { width:100px;/*表单内下拉列表的样式参数*/}

.job-sub { width:100px; float:left; height:25px; display:inline; padding-left:160px; padding-top:20px}
.job-sub input { width:88px; height:22px; border:none; background:url(../images/jereh/sentjobbg.gif) no-repeat; cursor:pointer; float:left;/*表单内发送留言按钮的样式参数*/}

.job-reset { width:100px; float:left; height:25px; display:inline; padding-top:20px}
.job-reset input { width:88px; height:22px; border:none; background:url(../images/jereh/resetjobbg.gif) no-repeat; cursor:pointer; float:left;/*表单内查看留言按钮的样式参数*/}

/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "job-right input" 与 "job-sub input" 中的背景颜色图片样式删除*/
.jobinputbg1 { background:#ffffff;/*输入框默认的颜色*/}
.jobinputbg2 { background:#f6f6f6;/*输入框鼠标悬停的颜色*/}
/*简历投递处样式结束*/


/*===============================================================================================================================*/

/*订单样式*/
.order-form { margin:30px auto 0;}
.order-form input,.form textarea,.form select { font-size:12px; color:#333;/*表单内所有 文本字段、文本区域 和 下拉列表 的 字体大小 和 文字颜色 的参数*/}

.order-form td { padding:3px 5px;/*表单内表格的单元格间距参数*/}

.order-two { padding:0px 12px;/*左边两个字的间距*/}

.order-odd td { background:#f3f3f3;/*单元格隔行变色奇数行背景色*/}
.order-even td { background:#fff;/*单元格隔行变色偶数行背景色*/}

.order-left { width:23%; background:#fff; font-family:微软雅黑; color:#333; text-align:right;/*表单内表格左边单元格标题的参数*/}
.order-right { width:77%; text-align:left;/*表单内表格右边单元格的参数*/}

.order-right input { width:225px; height:25px; line-height:30px; background:#ffffff url(../images/jereh/inputbg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本字段 的参数*/}

/*如需制作 圆角文本字段 的样式，请将该处注释中的样式替换上一条样式
.order-right input { width:315px; height:32px; line-height:32px; padding-left:5px; border:none; background:url(../images/jereh/Roundbg_03.gif) no-repeat;}*/

.order-right textarea { width:367px; height:107px; background:#fdfdfd url(../images/jereh/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表单内表格右边 文本区域 的参数*/}

.order-right select { width:100px;/*表单内下拉列表的样式参数*/}

.order-sub { width:100px; float:left; height:25px; display:inline; padding-left:160px; padding-top:20px}
.order-sub input { width:88px; height:22px; border:none; background:url(../images/jereh/sentorderbg.gif) no-repeat; cursor:pointer;/*表单内发送留言按钮的样式参数*/}

.order-reset { width:100px; float:left; height:25px; display:inline; padding-top:20px}
.order-reset input { width:88px; height:22px; border:none; background:url(../images/jereh/resetorderbg.gif) no-repeat; cursor:pointer;/*表单内查看留言按钮的样式参数*/}

/*如想让鼠标悬停在输入框上变颜色，请修改下面两处背景色，并将上面 "order-right input" 与 "order-sub input" 中的背景颜色图片样式删除*/
.orderinputbg1 { background:#ffffff;/*输入框默认的颜色*/}
.orderinputbg2 { background:#f6f6f6;/*输入框鼠标悬停的颜色*/}
/*简历投递处样式结束*/


/*===============================================================================================================================*/


/*招聘信息*/
.job-list {width:682px; margin:0 auto;/*招聘列表整体样式*/}
.job-list th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#fff;/*招聘列表标题th的样式*/}
.job-list td {border-bottom:#CCC dotted 1px;/*招聘列表td单元格的样式*/}
.job-position{ width:240px; background:url(../hr/images/t.gif) no-repeat 26px 10px; padding-left:40px;}
.job-workplace{width:240px; padding-left:30px;}
.job-requirecount{width:109px; padding-left:30px;}
.job-pubdate{width:110px; padding-left:20px;}
.job-position a{ color:#666; font-weight: bold; text-decoration:underline;}
.job-position a:hover{ color:#666; text-decoration:none;}



.jt-name { width:35%;/*标题_招聘职位*/}
.jt-dpm { width:20%;/*标题_招聘部门*/}
.jt-area { width:15%;/*标题_工作地点*/}
.jt-num { width:15%;/*标题_人数*/}
.jt-date { width:15%;/*标题_日期*/}

.job-list td.jl-name { text-align:left; padding-left:40px;/*列表内容_招聘职位*/}
.jl-dpm { /*列表内容_招聘部门*/}
.jl-area { /*列表内容_工作地点*/}
.jl-num { font-family:"Verdana"; font-size:10px; color:#676767;/*列表内容_人数*/}
.jl-date { font-family:"Verdana"; font-size:10px; color:#676767;/*列表内容_日期*/}
/*招聘信息结束*/


/*===============================================================================================================================*/

/*资料下载*/
.data-listzl { font-size:12px; width:704px; margin:0 auto; background:url(../images/jereh/job_title_bg.gif) top no-repeat;/*招聘列表整体样式*/}
.data-listzl th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#fff;/*招聘列表标题th的样式*/}
.data-listzl td { text-align:center; line-height:28px; border-bottom:#f2f2f2 1px solid;/*招聘列表td单元格的样式*/}
/*资料下载*/

/*===============================================================================================================================*/


/*新闻列表*/
.newslist {background:url(../images/qckn_05.gif) no-repeat; width:600px;/*新闻列表整体样式*/}
.newslist th { height:25px; line-height:25px; font-family:微软雅黑; font-weight:normal; color:#000; padding:2px; background:#f6f6f6; border-bottom:#a2ccf0 solid 1px;
               border-top:#4f8ec6 2px solid; text-align:center;/*新闻列表标题th的样式*/}
.newslist td {  border-bottom:#E3E3E3 solid 1px; line-height:30px; /*新闻列表td单元格的样式*/}
.news-pubdate{color:#818181; font-size:12px;}
.news-title{float:left; border-bottom:#E3E3E3 solid 1px; line-height:30px; list-style-type:none; color:#004385}
.news-title a{ color:#818181; text-decoration:none;}
.news-title a:hover{color:#ffa800;text-decoration:underline;}
.news-title div a h2{ font-size:12px; font-weight:normal; line-height:30px; width:300px; height:30px; cursor:pointer;}

.nt-name { width:80%;/*标题_新闻标题*/}
.nt-num { /*标题_点击次数*/}
.nt-date { width:20%;/*标题_日期*/}

.news-list td.nl-name { text-align:left; padding-left:40px;/*列表_新闻标题*/}
.nl-num { /*列表_点击次数*/}
.nl-date { font-family:"Verdana"; font-size:10px; color:#676767;/*列表_日期*/}
/*新闻列表结束*/
.news-order{text-align:center; line-height:30px;border-bottom:#dee6eb 1px solid; width:90px;}
.newslist td.news-title div { width:300px; height:30px; text-align:left; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.news-pubdate{ border-bottom:#dee6eb 1px solid; width:120px; text-align:center; font-size:12px;}
.news-viewcount{text-align:center; line-height:30px; border-bottom:#dee6eb 1px solid; font-family:Arial; width:90px;}

.xwbt{ text-align:center; font-family:Arial; font-size:14px; font-weight:bold; color:#666; line-height:30px; height:30px; background:#f6f6f6; border-bottom:#E3E3E3 solid 1px;
               border-top:#252525 1px solid; text-align:center;}
.xwbt h2{font-family:Arial; font-size:14px; font-weight:bold; color:#666; line-height:30px; height:30px;}
.news{ padding:20px 10px; border-bottom:#E3E3E3 1px solid; height:230px;}
.fh{ font-family:Arial; font-size:12px; line-height:36px; text-align:center;}

/*===============================================================================================================================*/


/*图片列表*/
.pic-content { font-size:12px; line-height:0px; float:left; margin-right:10px; margin-left:10px; height:160px;/*包含图片的div样式*/}
.pic-content img { padding:3px; border:#CCC 1px solid; width:140px; height:120px;/*图片的样式*/}
.pic-name { line-height:20px; width:146px; color:#333; text-align:center; background:#E8E8E8; margin-top:4px; border:#CCC 1px solid;/*图片名称的样式*/}
.pic-name a { display:block; width:100%; line-height:20px;/*图片名称链接的样式*/}
/*图片列表结束*/


/*===============================================================================================================================*/


/*信息搜索*/
div.search-all{color:#000; border-bottom:#ccc 1px dotted; margin-right:20px;}
div.search-num{float:left;line-height:28px; text-align:center; width:60px;}
div.search-title{float:left; line-height:28px; font-weight:bold}
.paging-search{ display:block; background:#eae8e8; margin:30px 20px 0 0; height:28px; line-height:28px; text-align:center}
.first-search{ padding-left:25px;}
/*信息搜索*/

/*===============================================================================================================================*/

/*配件列表*/
.part-content { font-size:12px; line-height:0px; margin-bottom:2px; float:left; margin-left:5px;/*包含图片的div样式*/}
.part-content img { padding:3px; border:#CCC 1px solid; width:120px; height:100px;/*图片的样式*/}
.part-name { line-height:22px; width:122px; background:#ececec; border:#CCC 1px solid; color:#333; text-align:center;/*图片名称的样式*/}
.part-name a { display:block; width:100%; line-height:22px;/*图片名称链接的样式*/}
/*配件列表结束*/

/*===============================================================================================================================*/

/*留言列表*/
.mes-list { font-size:12px;}
.mes-list .mes-name{float:left;}
.mes-list .mes-pubdate{float:left;}
.mes-list .mes-message{}
.mes-list .mes-reply{}
/*留言列表结束*/

/*===============================================================================================================================*/

.sel-search{float:none;}


