/**
* 功能：网站布局
* 作者：Gavin
* 创建时间：2009-07-29
*/
/* popup */
#popup{
position:absolute;
right:10px;
top:100px;
z-index:200;
width:386px;
}
#btnClosePopup{
background:#fff;
padding:4px 8px;
cursor:pointer;
}
/* banner */
#banner {
width:921px;
height:362px;
margin:0 auto 18px;
overflow:hidden;
position:relative;
}
#indexBanner {
width:921px;
height:362px;
}
#bannerInfo {
width:921px;
position:absolute;
bottom:0;
left:0;
z-index:100;
background:url(bannerInfoBg.png);
padding:4px 0;
color:#4D94C9;
}
#bannerText {
float:left;
margin:4px 0 0 20px;
width:200px;
line-height:20px;
display:inline;
}
#thumbnails {
height:46px;
margin-right:10px;
}
#thumbnails li {
float:right;
height:46px;
line-height:46px;
margin-left:16px;
}
#thumbnails li img {
padding:1px;
border:1px solid #C1C5C8;
}
#thumbnails li a.activeSlide img {
border-color:#FC8806;
}
/* 主要内容区: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;
}

/* 首页模块
---------------------------------*/
/* 首页新闻中心 */
#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;
}
/* 首页最新博文 */
#marketingAndTraining {
margin-top:15px;
}
#marketingAndTraining h2 {
background: url(bg.gif) no-repeat -170px -32px;
height:36px;
line-height:28px;
font-size:13px;
padding-left:30px;
}
#news ul, #marketingAndTraining ul {
padding:0 12px;
}
#blogArticle {
width:223px;
margin:10px auto 10px;
background:url(blogBg.gif) no-repeat 0 100%;
}
#blogArticle h2 {
height:49px;
line-height:49px;
font-size:14px;
padding-left:49px;
background:url(blogTop.gif) no-repeat 0 0;
}
#blogArticle .newsList02 {
padding:0 10px 10px;
}
#blogArticle ul li{
background:none;
padding:4px 0;}
/* 首页业务列表 */
#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:1px solid #C2D1E2;
}
/* sideNav */
#focus,
#blogs{
margin:0 0 20px 10px; 
width:180px; 
}
#focus h2,
#blogs h2{
position:relative; 
height:22px; 
line-height:22px;
border-bottom:1px solid #CBCBCB; 
font-size:13px;
color:#0C56AB; 
margin-bottom:5px; 
}
#focus h2 a,
#blogs h2 a{
font-size:12px;
font-weight:normal;
position:absolute; 
top:0;
right:10px;
}
#focus li,
#blogs li{
background:none;
padding:3px 0; 
}

/* 内页内容区
---------------------------------*/
#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;
}
.newsList03 li a {
background-position:-600px -124px;
}
/* 分页
---------------------------------*/
.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;
}



/***** Order *****/
#orderBar {
background:url(orderBg.gif) repeat-x 0 0;
height:43px;
line-height:43px; 
margin-bottom:18px; 
}
#orderBar strong,
#orderBar span{
font-family:"微软雅黑";
font-weight:normal;
float:left;
}
#orderBar strong{
font-size:24px;
color:#C24A08; 
background:url(orderBg2.gif) no-repeat 0 0;
padding-left:90px; 
}
#orderBar span{
font-size:15px;
color:#D90000;
font-weight:bold;
margin-left:50px; 
}
#orderBar a{
float:left;
width:122px;
height:35px;
background:url(btnOrder.gif) no-repeat 0 0;
text-indent:-9999px;
display:inline; 
margin:4px 0 0 60px;  
}

/***** partners and alliance *****/
#partners, #alliance {
margin-top:10px; 
}
#partners h2, #alliance h2 {
font-size:12px;
height:22px; 
line-height:22px; 
padding-left:8px; 
border-bottom:1px dashed #51A8EB; 
font-weight:normal;
color:#000; 
}
#partners li, #alliance li{
float:left;
display:inline; 
margin:5px 3px; 
}
#partners li a img, #alliance li a img{
border:1px solid #AACCEF; 
display:block; 
}
#partners li a:hover img, #alliance li a:hover img{
border-color:#666; 
}
.go_links { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
.crefghnuf_bg {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;top:0px;}
.nav3_h {
	BACKGROUND: url(mainNavBg2.gif)
}
.nav3 A {
	BACKGROUND: url(mainNavBg2.gif)
}
.nav3 A:hover {
	BACKGROUND: url(mainNavBg2.gif)
}
.nav3_h A {
	BACKGROUND: url(mainNavBg2.gif)
		}
.btnx_css {font-size: 12px;font-weight: bold;position:absolute; left:33px; top:32px; width:140px; height:130px; z-index:1; visibility: hidden;}