/**
 * 功能：网站布局
 * 作者：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;
}
/* content */
#content {
padding:20px;
line-height:22px;
font-size:13px;
}
/* 优惠 */
#preferences{
background:url(preferences_bg.gif) no-repeat;
height:152px;
width:870px;
margin:0 auto;
}
.intro{
width:500px;
float:left;
margin:25px;
}
.intro h3{
font-size:18px;
color:#EB5300;
font-weight:normal;
}
.intro p{
color:#797979;
}
.gif{
background: url(gif_bg.gif) no-repeat left center;
width:290px;
height:145px;
float:right;
}
.gifintro{
padding-left:120px;
padding-top:35px;
}
.gifintro h2{
}
.gifintro p a{
color:#0088CC;
text-decoration:underline;
}
/* 首页模块
---------------------------------*/ 
/* mainTitle */
#mainTitle {
border-bottom:1px solid #D6D6D6;
line-height: 57px;
height: 57px;
position: relative;
font-size: 30px;
color: #81868A;
margin: 16px 5px;
}
#mainTitle #crumbs {
font-size: 12px;
height:34px;
line-height:34px;
position: absolute;
right: 2px;
top: 10px;
font-family:"宋体";
font-weight: normal;
background:url(crumbsBg.gif) no-repeat 100% 0;
}
#mainTitle ul{
    background:url(crumbsBg.gif) no-repeat 0 -34px;
    padding:0 10px;
    *display:inline;}
#mainTitle li{
    float:left;
    display:inline;
    margin:0 10px;}
.red ul li a{
color:#EB5300;
}

/* 业务 */
#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:12px;
padding-right:20px;
background:url(iconArrow.gif) no-repeat right 50%;
height:16px;
line-height:16px;
color:#3598FD;
}

/* 表单：左标签等宽右对齐
---------------------------------*/
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;
}
#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;}
