/**
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2009-07-29
 */

/* banner */
#indexBanner {
overflow:hidden;
margin-bottom:18px;
}
#indexBanner img, #indexBanner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
border:1px solid #fff;
background:url(mainBg.gif) repeat-x 0 0;
padding:14px 10px 14px 11px;
}
/* sideBar */
#sidebar {
float:right;
width:238px;
background:url(bg.gif) no-repeat 0 100%;
}
/* content */
#content {
float:left;
width:674px;
}
/* sidebar02 */
#sidebar02 {
float:left;
width:221px;
}
/* content02 */
#content02 {
    float:right;
    width:692px;
}
#map {
width:915px;
}

/* 首页模块
---------------------------------*/
/* 首页新闻中心 */
#sidebar h2 {
color:#1B4083;
padding-left:45px;
position:relative;
font-weight:normal;
}
#sidebar h2 a {
font-size:12px;
position:absolute;
right:10px;
top:0;
color:#8A8A8A;
font-family:"宋体", arial;
}
#sidebar h2 a:hover {
color:#F35613;
}
#news h2 {
background:url(newsTitle.jpg) no-repeat 0 0;
height:35px;
line-height:35px;
font-size:14px;
}
/* 首页最新博文 */
#blogArticle {
margin-top:15px;
}
#blogArticle h2 {
background: url(bg.gif) no-repeat -170px -32px;
height:36px;
line-height:28px;
font-size:13px;
padding-left:30px;
}
#news ul, #blogArticle ul {
padding:0 12px;
}
#marketingAndTraining {
width:223px;
margin:10px auto 10px;
background:url(bg.gif) no-repeat 0 -90px;
}
#marketingAndTraining h2 {
height:45px;
line-height:45px;
font-size:14px;
padding-left:45px;
}
#marketingAndTraining ul {
padding:0 10px 10px;
background:url(bg.gif) no-repeat -240px 100%;
}
/* 首页业务列表 */
#business li {
float:left;
width:168px;
height:240px;
margin-bottom:4px;
background:url(businessBg.gif) repeat-x 0 0;
}
#business li a {
padding:2px;
display:block;
height:236px;
width:164px;
background:url(bg.gif) no-repeat -240px -90px;
overflow:hidden;
}
#business li a:hover {
padding:0;
border:2px solid #FC8806;
}
#business li a h2 {
font-size:14px;
line-height:30px;
height:30px;
font-weight:normal;
background:url(bg.gif) no-repeat 5px -323px;
color:#1B4083;
padding-left:28px;
cursor:pointer;
}
#business li a p {
color:#797979;
padding:0;
margin:8px 10px;
line-height:18px;
}
#business li a:hover h2, #business li a:hover p {
color:#F35613;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
background-color:#F3F6F9;
border-bottom:1px solid #fff;
}
#subNav li {
font-size:12px;
width:100%;
float:left;
border-bottom:1px solid #DCE3EC;
border-top:1px solid #fff;
}
#subNav li a {
height:34px;
line-height:34px;
display:block;
font-size:13px;
color:#292929;
padding-left:30px;
}
#subNav li a:hover {
background-color:#fff;
}
#subNav li.current a {
height:30px;
line-height:30px;
font-size:14px;
color:#0B57AC;
font-weight:bold;
background:url(bg.gif) no-repeat 0 -360px;
}
/* sideNav */
#sideNav {
background:url(sidebarBg02.jpg) repeat-x 0 0;
padding:50px 10px 30px;
min-height:200px;
height:auto !important;
height:200px;
overflow:visible;
}
#sideNav ul {
border:1px solid #97ACC6;
width:179px;
overflow:hidden;
padding:10px 0;
background-color:#fff;
}
#sideNav ul li p {
margin:10px;
border-bottom:0px solid #C2D1E2;
}
#newssideleft{
background:url(sideNav01.gif) no-repeat 0 90%;
height:180px;
width:170px;
float:right;
border-bottom:1px solid #C2D1E2;
text-align:right;
padding:0px;
}
#newssideleft p {
padding-left:75px;
font-size:12px;
line-height:20px;
padding-top:30px;
}
#newssideleft h2 a{
color:#0860A8;
font-size:14px;
float:left;
padding-top:8px;
}
#newssideleft span a{
color:#F4AD00;
font-size:12px;
float:right;
padding-right:3px;
padding-top:13px;
}
/* 内页内容区
---------------------------------*/
#mainTitle {
background:url(titleBg.gif) repeat-x 0 100%;
line-height:32px;
height:32px;
position:relative;
font-size:14px;
color:#1444A3;
margin:16px 12px 0 12px;
padding-left:10px;
}
#mainTitle span {
font-size:12px;
color:#A4A4A4;
position:absolute;
right:10px;
top:0;
font-weight:normal;
}
#mainTitle span a {
color:#A4A4A4;
}
#mainTitle span a:hover {
color:#F35613;
}
#function {
padding:20px 28px;
min-height:400px;
height:auto !important;
height:400px;
overflow:visible;
overflow-x:hidden;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
padding-bottom:20px;
}
.productList li {
width:24.9%;
float:left;
text-align:center;
overflow:hidden;
margin-top:20px;
}
.productList li a {
display:block;
}
.productList li a img {
border:#999 1px solid;
background:#fff;
padding:1px;
}
.productList li a:hover img {
border-color:#000;
}
.productList li a span {
text-align:center;
display:block;
cursor:pointer;
height:30px;
line-height:30px;
}
.productList li a:hover span {
color:#000;
text-decoration:underline;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
background:url(listDiv01.gif) repeat-x 0 100%;
}
.newsList li a {
background:url(bg.gif) no-repeat -620px -104px;
padding-left:10px;
line-height:18px;
display:block;
}
.newsList li a:hover {
background-position:-640px -84px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
top:10px;
}
.newsList02 li {
padding:6px 0;
}
.newsList03 li {
padding:6px 0;
background:none;
}
.newsList03 li a {
background-position:-600px -124px;
text-decoration:underline;
}
/* 分页
---------------------------------*/
.pages {
height:22px;
padding:30px 0;
}
.pages span, .pages a {
background:#fff;
border:1px solid #ddd;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pages a:hover {
border-color:#FF9C19;
background:#FFF8EF;
}
.pages .current {
border:none;
color:#f00;
font-weight:bold;
}
/* 提问功能、招聘功能
---------------------------------*/
.questionList dt, .jobList dt {
font-weight:normal;
margin-top:10px;
}
.questionList dt span, .jobList dt span {
cursor:pointer;
font-weight:bold;
margin:0 4px;
}
.questionList dd, .jobList dd {
border:#ccc 1px solid;
padding:6px 10px;
}
/* 视频列表
---------------------------------*/
td.videoList a {
background:#fff url(videoIcon.jpg) no-repeat left 50%;
padding-left:25px;
}
div.videoShow {
text-align:center;
background:#fff;
border:solid 1px #eee;
width:80%;
padding:10px;
margin:0 auto;
}
div.videoShow h4 {
width:80%;
margin:0 auto;
background:url(videoIcon.jpg) no-repeat left 50%;
text-align:left;
padding-left:25px;
font-size:14px;
height:50px;
line-height:50px;
}
#mainContentSearch {
margin:30px;
}
.searchTitle {
border:1px solid #ddd;
border-width:1px 0;
padding:0 10px;
line-height:22px;
background:#f8f8f8;
}
.searchTitle a {
background:url(listImg.gif) no-repeat right 50%;
padding-right:10px;
}
#mainContentSearch strong {
padding-left:2em;
}
.resultTopicTitle {
}
#mainContentSearch .newsList {
width:100%;
}
/* 网站地图
---------------------------------*/
#webmap {
padding-bottom:20px;
}
#webmap dt {
color:#975317;
float:left;
height:19px;
line-height:19px;
margin-top:20px;
width:100%;
}
#webmap dt .dtBg01 {
background:url(webmapBg.gif) no-repeat 100% top;
float:left;
}
#webmap dt .dtBg02 {
background:url(webmapBg.gif) no-repeat 0 -38px;
float:left;
line-height:19px;
padding:0 10px;
}
#webmap dd {
float:left;
height:19px;
line-height:19px;
margin:4px 3px 0 0;
}
#webmap dd a {
background:url(webmapBg.gif) no-repeat 100% -19px;
float:left;
}
#webmap dd a span {
background:url(webmapBg.gif) no-repeat 0 -57px;
cursor:pointer;
float:left;
line-height:19px;
padding:0 10px;
white-space:nowrap; /* 强制不换行 */
}
#webmap dd a:hover {
background-position:100% 0;
}
#webmap dd a:hover span {
background-position: 0 -38px;
color:#975317;
}
/* 新闻详细页
---------------------------------*/
.article {
margin:0 1em;
}
.article h3 {
font-size:14px;
line-height:26px;
text-align:center;
}
.article .newsInfo {
line-height:22px;
margin-bottom:16px;
text-align:center;
border-bottom:1px solid #CCE70B;
}
.article #post {
font-size:13px;
}
#moreAboutTeamtop {
background:url(bg.gif) no-repeat -240px -772px;
padding-top:36px;
}
#moreAboutTeamtop h3 a {
font-size:14px;
font-weight:normal;
color:#0860A7;
text-decoration:underline;
line-height:36px;
}
#moreAboutTeamtop h3 a:hover {
text-decoration:none;
}
#moreAboutTeamtop li {
float:left;
width:280px;
display:inline;
margin-right:10px;
}
#moreAboutTeamtop li a h4 {
font-size:12px;
font-weight:normal;
color:#3199FC;
margin:10px 5px;
}
#moreAboutTeamtop li a p {
margin:5px;
line-height:20px;
}
#moreAboutTeamtop li#honor a {
background:url(honorBg.jpg) no-repeat right top;
padding-right:84px;
}
#moreAboutTeamtop li#ability a {
background:url(abilityBg.jpg) no-repeat right top;
padding-right:115px;
}
#moreAboutTeamtop li a {
height:87px;
overflow:hidden;
display:block;
border:1px solid #fff;
}
#moreAboutTeamtop li a:hover {
border-color:#F35613;
}
/* 详细页导航
---------------------------------*/
.pageNav {
margin:20px 0;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
border:1px solid #ccc;
padding:10px 20px;
margin-top:40px;
}
.relatedNews h3 {
font-size:14px;
margin-bottom:8px;
line-height:30px;
height:30px;
color:000;
border-bottom:1px solid #F3F3F3;
}
.relatedNews a {
font-size:14px;
line-height:30px;
}
/* 产品详细页
---------------------------------*/
#productDetails {
margin:20px auto;
text-align:center;
}
#productDetails th h3 {
text-align:center;
font-size:12px;
line-height:22px;
}
#productDetails .column01 {
text-align:right;
width:20%;
}
.productDetails .column02 {
text-align:left;
width:80%;
}
#productDetails h3 {
font-size:14px;
line-height:30px;
text-align:center;
}
.proImg {
padding:10px;
text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border:none;
padding-left:120px;
}
fieldset legend {
font-weight:bold;
height:40px;
line-height:40px;
*margin-left:-7px;
}
fieldset ol {
list-style: none;
margin-top: 1em;
}
fieldset li {
display:inline;
float: left;
padding-bottom: 1em;
width: 100%;
}
fieldset li label {
float: left;
line-height:20px;
margin-right:1em;
text-align: left;
}
fieldset li span {
display:inline;
float:left;
line-height:18px;
margin-left:10px;
width:8em;
}
fieldset input.text, fieldset textarea {
display:inline;
float:left;
font:12px Arial, Helvetica, sans-serif;
outline:none;
padding:2px;
width:200px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
.button, .pageNav a {
background:url(btnBg.gif) no-repeat 0 -48px;
float:left;
height:24px;
line-height:14px;
margin:0 10px 0 0;
overflow:hidden;
padding-left:4px;
}
.button input, .pageNav a span {
background:url(btnBg.gif) no-repeat 100% 0;
float:left;
border:none;
color:#666;
cursor:pointer;
font-size:12px;
display:inline;
height:24px;
line-height:24px;
outline:none;
white-space:nowrap; /* 强制不换行 */
*overflow:visible;  /*IE中input的padding值随长度变长增加bug */
padding:0 15px 0 11px;
}
.button:hover, .pageNav a:hover {
background-position:0 -72px;
}
.button:hover input, .pageNav a:hover span {
background-position:100% -24px;
color:#1D7BC4;
}
.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
border: solid 1px #7D9DB9;
padding:1px;
}
/* 会员功能
---------------------------------*/
#member {
position:relative;
width:100%;
}
.btn {
float:left;
height:24px;
line-height:24px;
margin-right:10px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
position:absolute;
right:0;
text-align:right;
top:0;
}
#memberTools {
position:relative;
z-index:1;
width:47px;
}
#iconSetting {
position:absolute;
right:0;
top:0;
z-index:3;
width:47px;
height:61px;
background:url(iconSetting.png) no-repeat 0 0;
}
#memberTools ul {
position:absolute;
top:0;
right:26px;
border:1px solid #CFCFCF;
width:120px;
overflow:hidden;
z-index:2;
padding:1px;
}
#memberTools ul li {
line-height:19px;
height:19px;
float:left;
width:100%;
}
#memberTools ul li a {
width:85px;
padding-left:18px;
display:block;
background:url(listIcon20.gif) no-repeat 0 50%;
}
#memberTools ul li a:hover {
background-color:#F5F5F5;
}
/*-----网站地图页面开始--------------------------*/
#MapBanner{
width:915px;
height:127px;
margin:0 auto;
padding:0;
}
#MapContent{
width:810px;
padding-top:33px;
padding-left:5px;
margin:0px auto;
}
.Map_col{
width:100%;
font-size:14px;
line-height:24px;
padding-bottom:50px;
}
.Map_col h2{
width:100%;
height:19px
margin:0;
padding-bottom:8px;
border-bottom:1px #D6D6D6 solid;
display:block;
float:left;
color:#0B57AB;
}
.Map_col h3{
width:100%;
margin:0;
font-size:14px;
font-weight:700;
color:#000;
padding-top:12px;
display:block;
}
.column.first, .column.last {
margin-left:0 !important;
}
.column {
width:145px;
float:left;
margin-right:92px;
}
.map_tex{
font-size:14px;
font-weight:700;
color:#000;
padding-top:12px;
float:right;
width:75px;
padding-right:21px;
}
#hotline{
BACKGROUND: url(hotline.gif) no-repeat 0px 0px;
text-align:right;
font-size:18px;
color:#669FDE;
font-weight:bold;
height:35px;
line-height:35px;
width:220px;
}
#offer p.zixun{font-size:23px;}
