﻿
/* CSS Document */
/*===============================================================================================================================*/
/*翻頁樣式*/
body { font-size:12px;}
/*
.paging { font-size:12px; margin:20px auto 0 auto; text-align:center; width:200px;}翻頁條的外部樣式
.paging-first{ width:15px; border:none; float:left;}
.paging-last{ width:15px; border:none; float:left;}
.paging-prev{ float:left;}
.pageing-middle a{width:15px; height:15px; float:left; display:block; text-decoration:none; }
.pageing-middle a:hover{text-decoration:underline; color:#06C}
.paging-next{ float:left;}
.paging a {width:20px;height:15px;padding-bottom:10px;text-align:center;line-height:15px; float:left;}*/
/*按钮默認時的狀態樣式*/


/*翻頁樣式結束*/

/*===============================================================================================================================*/


/*留言表單開始*/
.mes-form input,.form textarea { font-size:12px; color:#333;/*表單內所有 文本字段 和 文本區域 的 字體大小 和 文字顔色 的參數*/}

.mes-form td { padding:3px 5px;/*表單內表格的單元格間距參數*/}

.mes-odd td { background:#fff;/*單元格隔行變色奇數行背景色*/}
.mes-even td { background:#fff;/*單元格隔行變色偶數行背景色*/}

.mes-left { width:13%; background:#fff; font-family:微軟雅黑; color:#333; text-align:right;/*表單內表格左邊單元格標題的參數*/}
.mes-right { width:87%; text-align:left;/*表單內表格右邊單元格的參數*/}

.mes-right input { width:225px; height:20px; line-height:30px; background:#ffffff url(/template/default/images/haiyuan/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/haiyuan/Roundbg_03.gif) no-repeat;}*/

.mes-right textarea { width:367px; height:107px; background:#fdfdfd url(/template/default/images/haiyuan/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表單內表格右邊 文本區域 的參數*/}
.mes-last td{ padding-left:80px;}
.mes-sub { width:100px; float:left; height:25px; display:inline; padding-left:80px;}
.mes-sub input { width:91px; height:27px; border:none; background:url(/template/default/images/haiyuan/sentmesbg.gif) no-repeat; cursor:pointer; float:left; padding-left:80px;/*表單內發送留言按钮的樣式參數*/}

.mes-reset { width:100px; float:left; height:25px; display:inline;}
.mes-reset input { width:91px; height:27px; border:none; background:url(/template/default/images/haiyuan/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表單內查看留言按钮的樣式參數*/}

/*如想讓鼠標懸停在輸入框上變顔色，請修改下面兩處背景色，並將上面 "mes-right input" 與 "mes-sub input" 中的背景顔色圖片樣式删除*/
.mesinputbg1 { background:#ffffff;/*輸入框默認的顔色*/}
.mesinputbg2 { background:#f6f6f6;/*輸入框鼠標懸停的顔色*/}
/*留言表單結束*/


/*===============================================================================================================================*/



/*簡曆投遞處樣式*/
.job-form { margin:0 auto;}
.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:#fff;/*單元格隔行變色奇數行背景色*/}
.job-even td { background:#fff;/*單元格隔行變色偶數行背景色*/}

.job-left { width:13%; background:#fff; font-family:微軟雅黑; color:#333; text-align:right;/*表單內表格左邊單元格標題的參數*/}
.job-right { width:87%; text-align:left;/*表單內表格右邊單元格的參數*/}

.job-right input { width:225px; height:25px; line-height:25px; background:#ffffff url(/template/default/images/haiyuan/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/haiyuan/Roundbg_03.gif) no-repeat;}*/

.job-right textarea { width:367px; height:107px; background:#fdfdfd url(/template/default/images/haiyuan/textareabg.gif) bottom repeat-x; border:#cccccc 1px solid;/*表單內表格右邊 文本區域 的參數*/}

.job-right select { width:100px;/*表單內下拉列表的樣式參數*/}

.job-sub { width:100px; height:25px; display:inline; padding-left:100px;}
.job-sub input { width:91px; height:27px; border:none; background:url(../image/resetjobbg.gif) no-repeat; cursor:pointer; float:left;/*表單內發送留言按钮的樣式參數*/}

.job-reset { width:100px; height:25px; display:inline;}
.job-reset input { width:91px; height:27px; border:none; background:url(../image/checkmesbg.gif) no-repeat; cursor:pointer; float:left;/*表單內查看留言按钮的樣式參數*/}

/*如想讓鼠標懸停在輸入框上變顔色，請修改下面兩處背景色，並將上面 "job-right input" 與 "job-sub input" 中的背景顔色圖片樣式删除*/
.jobinputbg1 { background:#ffffff;/*輸入框默認的顔色*/}
.jobinputbg2 { background:#f6f6f6;/*輸入框鼠標懸停的顔色*/}
/*簡曆投遞處樣式結束*/


/*===============================================================================================================================*/

/*訂單樣式*/
.order-form { margin:0 auto;}
.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:#fff;/*單元格隔行變色奇數行背景色*/}
.order-even td { background:#fff;/*單元格隔行變色偶數行背景色*/}

.order-left { width:13%; background:#fff; font-family:微軟雅黑; color:#333; text-align:right;/*表單內表格左邊單元格標題的參數*/}
.order-right { width:87%; text-align:left;/*表單內表格右邊單元格的參數*/}
.order-right,.mes-right span{ color:#F90; padding:0 0 0 5px;}

.order-right input { width:225px; height:25px; line-height:25px; background:#ffffff url(/template/default/images/haiyuan/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/haiyuan/Roundbg_03.gif) no-repeat;}*/

.order-right textarea { width:367px; height:107px; background:#fdfdfd url(/template/default/images/haiyuan/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:95px;}
.order-sub input { width:88px; height:22px; border:none; background:url(/template/default/images/haiyuan/sentorderbg.gif) no-repeat; cursor:pointer;/*表單內發送留言按钮的樣式參數*/}

.order-reset { width:100px; float:left; height:25px; display:inline;}
.order-reset input { width:88px; height:22px; border:none; background:url(/template/default/images/haiyuan/resetorderbg.gif) no-repeat; cursor:pointer;/*表單內查看留言按钮的樣式參數*/}

/*如想讓鼠標懸停在輸入框上變顔色，請修改下面兩處背景色，並將上面 "order-right input" 與 "order-sub input" 中的背景顔色圖片樣式删除*/
.orderinputbg1 { background:#ffffff;/*輸入框默認的顔色*/}
.orderinputbg2 { background:#f6f6f6;/*輸入框鼠標懸停的顔色*/}
/*簡曆投遞處樣式結束*/


/*===============================================================================================================================*/


/*招聘信息*/
.job-list {width:680px; margin:0 auto; background:url(/template/default/hr/images/bt.jpg) no-repeat;/*招聘列表整體樣式*/}
.job-list th { height:30px; line-height:30px; font-weight:bold; color:#333; text-align:center;/*招聘列表標題th的樣式*/}
.job-list td {border-bottom:#D2D5DA dotted 1px; text-align:center; line-height:28px/*招聘列表td單元格的樣式*/}
.job-position{ width:240px; text-align:left;}
.job-workplace{width:100px;}
.job-requirecount{width:109px;}
.job-department{ width:100px;}
.job-order{ width:80px;}
.job-pubdate{width:160px;}
.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(/template/default/images/haiyuan/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(/template/default/news/images/bt.jpg) no-repeat; width:690px;/*实时新聞列表整體樣式*/}
.newslist th { height:31px; line-height:31px; font-family:微軟雅黑; font-weight:normal; color:#333; padding:2px; /*实时新聞列表標題th的樣式*/}
.newslist td {  border-bottom:#E3E3E3 solid 1px; line-height:25px; /*实时新聞列表td單元格的樣式*/}
.news-pubdate{color:#819AB0; text-align:center; font-size:10px;}
.news-title{width:570px; float:left; border-bottom:#E3E3E3 solid 1px; line-height:35px; list-style-type:none; color:#004385}
.news-title a{ color:#004385; text-decoration:none;}
.news-title a:hover{color:#004385;text-decoration:underline;}
.news-title div a h2{ font-size:12px; font-weight:normal;height:25px; text-align:left; line-height:25px;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:27px;border-bottom:#dee6eb 1px solid; width:80px;}
.news-title{text-align:left; line-height:25px; height:25px;  border-bottom:#dee6eb 1px solid; font-family:Arial; width:450px;}
.newslist td.news-title div { width:408px; height:25px; text-align:left; line-height:25px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; cursor:pointer;}
.news-pubdate{ border-bottom:#dee6eb 1px solid; width:100px;}
.news-viewcount{text-align:center; line-height:25px; border-bottom:#dee6eb 1px solid; font-family:Arial; width:100px;}


/*===============================================================================================================================*/


/*圖片列表*/
.pic-content { font-size:12px; line-height:0px; float:left; margin-right:10px; margin-left:10px; height:180px;/*包含圖片的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; height:40px;/*圖片名稱的樣式*/}
.pic-name a { display:block; width:100%; line-height:20px;/*圖片名稱鏈接的樣式*/}
/*圖片列表結束*/


/*===============================================================================================================================*/


/*信息搜索*/
.search-all { background:url(/template/default/images/db.gif) left bottom repeat-x; padding:10px 0px;}
.search-num { width:3%; float:left; height:24px; line-height:24px; color:#fe6424; font-weight:bold;}
.search-title { width:90%; float:left; height:24px; line-height:24px; font-family:宋體; font-weight:bold;}
.search-content { clear:both; line-height:23px; padding:5px 10px 0px 20px; font-family:宋體;}
/*信息搜索*/

/*===============================================================================================================================*/

/*配件列表*/
.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;}