/**
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2009-07-29
 */
 
/* banner */
#indexBanner {
background: url(mainBg.gif) repeat-x 0 0;
border-top: 1px solid #fff;
overflow: hidden;
padding:10px 11px 0 11px;
}
#indexBanner img, #indexBanner object {
float: left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align: left;
border-top: 1px solid #fff;
padding-right: 10px;
padding-left: 11px;
}
.inner{
padding-top:10px;
background: url(mainBg.gif) repeat-x 0 0;
}
#sidebar02{
float:left;
width:221px;
}
#content02{
float:right;
width:692px;
}
/* content */
#content {
padding:10px 20px;
min-height: 400px;
height: auto !important;
height: 400px;
overflow: visible;
font-size:13px;
}
/* 首页模块
---------------------------------*/ 
/* mainTitle */
#mainTitle {
border-bottom:1px solid #D6D6D6;
line-height: 57px;
height: 57px;
position: relative;
color: #777;
margin:0 auto;
}
#mainTitle h2 {
font-family:"Microsoft Yahei", "黑体", "Arial", "Tahoma";
font-size:28px;
font-weight:normal;
line-height:57px;
}
#mainTitle #crumbs {
font-size: 12px;
position: absolute;
right: 10px;
top: 14px;
font-family:"宋体";
font-weight: normal;
background:url(crumbsBg.gif) no-repeat 100% 0;
}
#mainTitle #crumbs a {
font-family:Arial, Helvetica, sans-serif;
}
#crumbsBg {
background:url(crumbsBg.gif) no-repeat 0 -34px;
padding:0 30px;
height:34px;
line-height:34px;
display:inline-block;
}
#preferences {
background:url(preferences_bg.gif) no-repeat scroll 0 0;
height:165px;
margin:0 auto;
width:870px;
overflow:hidden;
}
.intro {
float:left;
margin:25px;
width:500px;
}
.intro h3 {
color:#EB5300;
font-size:18px;
font-weight:normal;
}
.intro p {
color:#797979;

}
.gif {
background:url(gif_bg.gif) no-repeat scroll left center;
float:right;
height:155px;
width:300px;
}
.gifintro {
padding-left:120px;
padding-top:20px;
}
.gifintro h2 {
}
.gifintro p{
line-height:20px;
}
.gifintro p a {
color:#0088CC;
text-decoration:underline;
line-height:20px;
}
.sosoIntrodution .title {
height:20px;
line-height:20px;
position:relative;
overflow:hidden;
margin-bottom:15px;
}
.sosoIntrodution h2 {
color:#035DAF;
font-weight:normal;
height:20px;
line-height:20px;
margin-bottom:15px;
font-size:16px;
}
.sosoIntrodution .title span {
position:absolute;
right:20px;
top:0;
background:url(iconArrow2.gif) no-repeat 100% 50%;
padding-right:16px;
}
.sosoIntrodution .content {
padding:10px;
background:url(columnBg.jpg) repeat-x 0 0;
min-height: 120px;
height: auto !important;
height: 120px;
overflow: visible;
}
.sosoIntrodution p{
    font-size:12px;
    line-height:200%;
    color:#5F5F5F;
    margin:0;}
.columnLeft, .columnRight {
width:415px;
overflow:hidden;
padding:0 10px;
margin:10px 0;
}
.columnLeft {
float:left;
}
.columnRight {
float:right;
}
#sosoInfo {
padding:0 10px;
width:42%;
}
#aboutSoso {
    width:52%;
}
#sosoDescription {
padding:0 10px;
margin:10px 0;
}
#sosoDescription h2{
    height:auto;
    font-size:14px;}
#sosoAlliance {
}
#sosoFeatures {
}
#sosoFeatures dl{
   color:#5F5F5F;
   line-height:200%;
   font-size:12px;}
   #sosoFeatures dd{
       padding-left:20px;}
#teamtopAdvantage {
}
#cases {
}
/* 业务 */
#bussiness {
border:1px solid #E6EBF1;
padding:16px 0;
margin:20px 24px;
}
#bussiness li {
float:left;
width:185px;
border-left:1px solid #D4E0EE;
background-position:right bottom;
background-repeat:no-repeat;
padding:0 15px 70px;
}
#bussiness #bussiness1 {
background-image:url(businessBg01.jpg);
}
#bussiness #bussiness2 {
background-image:url(businessBg02.jpg);
}
#bussiness #bussiness3 {
background-image:url(businessBg03.jpg);
}
#bussiness #bussiness4 {
background-image:url(businessBg04.jpg);
}
#bussiness li h3 {
padding:4px 0;
}
#bussiness li p {
margin:0;
line-height:18px;
color:#7B7B7B;
}
#bussiness li a {
color:#97ACC7;
}
#bussiness li a:hover {
color:#F35613;
}
#bussiness li h3 a {
padding:4px 0;
font-weight:normal;
font-size:14px;
padding-right:20px;
background:url(iconArrow.gif) no-repeat right 50%;
height:16px;
line-height:16px;
color:#3598FD;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border: none;
}
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;
}
fieldset em {
float: left;
text-align: center;
width: 7px;
}
fieldset input.text2 {
width: 42px;
}
fieldset input.text3 {
width: 145px;
}
fieldset textarea {
height: 8em;
}
.pageNav {
margin:50px 0;
text-align:right;
}
.button, .pageNav a {
background: url(btnBg.gif) no-repeat 0 -48px;
display:inline-block;
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;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
border-bottom:1px dashed #ddd;
}
.newsList li.zebra {
background-color:#FAFDFF;
}
.newsList li a {
background:url(listIcon01.gif) no-repeat 5px 0;
*background-position:5px -2px;
padding-left:25px;
font-size:14px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
/* 分页
---------------------------------*/
.pagination {
height:22px;
padding:30px 0;
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #ddd;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color:#666;
background:#eee;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
/* 新闻详细页
---------------------------------*/
.post{
    padding:0 10px;}
.article h3 {
font-family:"Microsoft Yahei", "黑体", "Arial", "Tahoma";
font-size:18px;
font-weight:bold;
line-height:32px;
padding:30px 0 10px;
text-align:center;
color:#2C6288;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
font-size:12px;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
padding:10px;
}
.relatedNews h3 {
font-size:14px;
margin-bottom:8px;
}
.relatedNews a {
background:url(listIcon06.gif) no-repeat 0 50%;
line-height:22px;
padding-left:12px;
}
/* subNav */
#subNav {
background-color:#F3F6F9;
border-bottom:1px solid #FFFFFF;
}
#subNav li {
border-bottom:1px solid #DCE3EC;
border-top:1px solid #FFFFFF;
float:left;
font-size:12px;
width:100%;
}
#subNav li a {
color:#292929;
display:block;
font-size:13px;
height:34px;
line-height:34px;
padding-left:30px;
}
#subNav li a:hover {
background-color:#FFFFFF;
}
#subNav li.current a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(bg.gif) no-repeat scroll 0 -360px;
color:#0B57AC;
font-size:14px;
font-weight:bold;
height:30px;
line-height:30px;
}
#sideNav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(sidebarBg02.jpg) repeat-x scroll 0 0;
height:auto !important;
min-height:200px;
overflow:visible;
padding:50px 10px 30px;
}
#sideNav ul {
background-color:#FFFFFF;
border:1px solid #97ACC6;
overflow:hidden;
padding:10px 0;
width:179px;
}
#sideNav ul li h3 {
color:#0762A9;
font-size:14px;
font-weight:normal;
padding:8px;
}
#sideNav ul li {
position:relative;
}
#sideNav ul li span a {
position:absolute;
right:10px;
top:10px;
}
#sideNav ul li p {
color:#787878;
margin:10px;
}
#sideNav ul li a img {
padding-left:10px;
}
.hilight {
    color:#0089ca;
}
#newssideleft {
background:url(sideNav01.gif) no-repeat 100% 90%;
border-bottom:1px solid #C2D1E2;
height:180px;
padding:0;
text-align:right;
}
#newssideleft p {
font-size:12px;
line-height:20px;
padding-left:75px;
padding-top:30px;
}
#newssideleft h2 a {
color:#0860A8;
float:left;
font-size:14px;
padding-top:8px;
}
#newssideleft span {
color:#F4AD00;
float:right;
font-size:12px;
padding-right:3px;
padding-top:13px;
}
/* innerBanner */
#innerBanner{
    width:100%;
    overflow:hidden;}
    /* 联系方式 */
    #contact {
font-size:13px;
padding-bottom:60px;
}
#contactGz {
border-right:1px solid #E3E3E3;
display:inline;
float:left;
padding-right:15px;
width:303px;
}
#contactSz {
float:right;
width:295px;
}
.contactInfo {
line-height:23px;
padding:20px 0;
position:relative;
width:100%;
}
.viewMap {
position:absolute;
right:10px;
top:0;
}
#contact h2 {
background-position:0 50%;
background-repeat:no-repeat;
color:#000000;
font-size:14px;
height:33px;
line-height:33px;
margin-top:10px;
padding-left:50px;
}
#contact h2.search {
background-image:url(iconSearch.gif);
}
#contact h2.service {
background-image:url(iconService.gif);
}
#contact dt {
color:#0088CC;
font-weight:bold;
height:20px;
line-height:20px;
margin-top:5px;
}
#contact dd {
color:#757575;
padding:4px 0;
position:relative;
width:100%;
}
#contact dd strong {
color:#000000;
display:block;
font-weight:normal;
}
#contact dd .evaluate {
border:1px solid #E1E1E1;
display:inline;
float:right;
font-size:12px;
padding:1px 0;
text-align:center;
width:80px;
}
.evaluateBox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(introBox.gif) no-repeat scroll 0 100%;
display:none;
position:absolute;
right:0;
top:0;
width:308px;
}
.evaluateBox .staffPic {
display:inline;
float:left;
margin:10px 10px 0 0;
}
.evaluateBox .staffInfo {
display:inline;
float:right;
width:180px;
}
.evaluateBoxBg {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(introBoxTop.gif) no-repeat scroll 0 0;
padding:10px 20px 20px 10px;
}
#contact p {
margin:8px 0;
}
#contact p a {
color:#0088CC;
text-decoration:underline;
}
#contact .evaluateBox p {
line-height:20px;
}
#contact p a:hover {
text-decoration:none;
}

