﻿@charset "utf-8";
/*

CSS Document 
CSS兼容
property:value; 所有浏览器 
property:value\9; 所有IE浏览器
+property:value; IE7
_property:value; IE6 

*/
body {margin: 0 auto;padding: 0;font-family:宋体,Verdana, Arial, Helvetica, Sans-Serif;font-size:12px;color: #666; background:url(../Images/ji01.gif) repeat-x #FFF;}


.menubg{ width:1003px; height:41px; background:url(../Images/menubg.jpg) repeat-x;}

.menu{ color:#FFF; font-size:14px; font-weight:bold;}
.menu a:link{color:#FFF;text-decoration: none;}
.menu a:visited{color:#FFF;text-decoration: none;}
.menu a:hover,a:active{color:#E3000B;text-decoration:underline;}


.tab1{ width:191px; height:24px; background:url(../Images/tab1.jpg) no-repeat;}
.tab1 a:link{color:#044481;text-decoration: none;}
.tab1 a:visited{color:#044481;text-decoration: none;}
.tab1 a:hover,a:active{color:#E3000B;text-decoration:underline;}

.tab2{ width:191px; height:24px; background:none;}

.tab3{ margin:0 0 0 10px;}
.n{ border-bottom:1px dashed #CCC;}



/*技术支持*/
#JszcList
{width:700px; height:auto; overflow:hidden; margin:0 auto; padding-top:20px;}
#JszcList table
{background-color:#CFCED4; margin-bottom:10px;table-layout: fixed;}
#JszcList table td
{background-color:#F5F5F7; height:35px; text-align:center; color:#666;}
#JszcList table td a:link{color:#666;text-decoration: none;}
#JszcList table td a:visited{color:#666;text-decoration: none;}
#JszcList table td a:hover,#JszcList table td a:active{color:#0000ff;text-decoration:underline;}
#JszcList .TheFanye
{width:auto; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#666;}
#JszcList .TheFanye a:link{color:#0000ff;text-decoration: none;}
#JszcList .TheFanye a:visited{color:#0000ff;text-decoration: none;}
#JszcList .TheFanye a:hover,#JszcList .TheFanye a:active{color:#0000ff;text-decoration:underline;}




/*应聘表单*/
#YpForm
{width:590px; height:auto; overflow:hidden; margin:0 auto;}
#YpForm div
{width:auto;height:30px; overflow:hidden; padding-left:40px;}
#YpForm strong
{width:auto; height:30px; overflow:hidden; display:block;}
#YpForm p
{padding-bottom:10px; padding-left:40px;}

/*留言按钮*/
#GuestBookBtn
{width:765px; height:50px; overflow:hidden; line-height:40px; margin-left:13px; text-align:center; word-spacing:100px;}
#GuestBookBtn a:link{color:#666;text-decoration: none;}
#GuestBookBtn a:visited{color:#666;text-decoration: none;}
#GuestBookBtn a:hover,#GuestBookBtn a:active{color:#0000ff;text-decoration:underline;}
/*留言表单*/
#GuestBookForm
{width:480px; height:auto; overflow:hidden; margin:0 auto; padding-top:10px;}
#GuestBookForm div
{width:auto; height:40px; overflow:hidden;}
#GuestBookForm p
{padding-bottom:20px;}
/*留言列表*/
#GuestBookList
{width:700px; height:auto; overflow:hidden; margin:0 auto;}
#GuestBookList table
{background-color:#0066CC; margin-bottom:10px;table-layout: fixed;}
#GuestBookList table th
{line-height:30px; font-weight:normal; text-align:center; color:#666; background-color:#F0F8FF;}
#GuestBookList table td
{background-color:#F9F9F9; color:#666; padding-left:8px;line-height:180%;word-break: break-all; word-wrap:break-word;}
#GuestBookList .center
{padding-left:0px; text-align:center; background-color:#EFEFEF;}
#GuestBookList .Repaly
{color:#FF0000;}
#GuestBookList .TheFanye
{width:auto; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#666;}
#GuestBookList .TheFanye a:link{color:#0000ff;text-decoration: none;}
#GuestBookList .TheFanye a:visited{color:#0000ff;text-decoration: none;}
#GuestBookList .TheFanye a:hover,#GuestBookList .TheFanye a:active{color:#0000ff;text-decoration:underline;}

/*通用链接*/
a:link{color:#666;text-decoration: none;}
a:visited{color:#666;text-decoration: none;}
a:hover,a:active{color:#E3000B;text-decoration:underline;}

/*伪链接标准格式*/
a.Test:link {color: #000;text-decoration: none;}
a.Test:visited {color: #000;text-decoration: none;}
a.Test:hover, a.Test:active {color: #000;text-decoration:underline;}

.WebCenter {margin: 0px auto;}

/*清除浮动*/
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */
.ClearFix:after {}{content: "."; clear: both; height: 0; visibility: hidden; display: block;}
/* 这是对 Mac 上的IE浏览器进行的处理 */ 
.ClearFix {}{ display: inline-block;}
/* 这是对 win 上的IE浏览器进行的处理 */ 
* html .ClearFix {}{height: 1%;}
/* 这是对display: inline-block;进行的修改，重置为区块元素*/
.ClearFix {}{display: block;}         

/*溢出文字用省略号点代替*/
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/*
溢出文字不显示省略号点
.HideWord {white-space:nowrap;text-overflow:ellipsis; text-overflow:clip;overflow:hidden;}
*/
