/*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/* 外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
background:#fff url(mainBg.jpg) repeat-x 0 208px;
}
/* 页头:header
---------------------------------*/
#header {
position:relative;
}
/* logo */
#logo {
position:absolute;
left:10px;
top:0;
}
#secondaryNav {
position:absolute;
right:50px;
top:20px;
text-align:right;
}
#secondaryNav li {
float:right;
display:inline;
margin:0 8px;
}
#secondaryNav li a {
background:url(secIcon.gif) no-repeat 0 50%;
padding-left:20px;
color:#000;
}
#secondaryNav li a:hover {
text-decoration:underline;
}
/* banner */
#banner {
overflow:hidden;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
margin:20px 16px;
}
/* sidebar */
#sidebar {
float:left;
width:279px;
}
/* content */
#content {
float:right;
width:681px;
}
/* 页脚
---------------------------------*/
#footer {
border-top:1px solid #B3B3B3;
padding:10px;
margin:10px 16px 0;
text-align:left;
color:#666;
background:url(footLogo.gif) no-repeat 30px 40px;
}
#footNav {
padding:20px 110px 20px 290px;
color:#1884BF;
}
#footNav a {
color:#1884BF;
margin:0 20px;
}
#footNav a:hover {
text-decoration:underline;
}
#footer #copyright {
line-height:21px;
padding:0 110px 0 310px;
}
/* 首页模块
---------------------------------*/
.hilightBlue1 {
color:#0B71A2;
}
.hilightBlue2 {
color:#0061D8;
}
.hilightRed {
color:#f00;
}
/* info */
#info {
color:#000D21;
text-align:center;
font-size:14px;
margin-bottom:15px;
}
#info .hilightBlue2 {
margin-left:30px;
}
.box {
background-position:0 100%;
background-repeat:no-repeat;
margin-bottom:4px;
}
.boxBg {
background-position:0 0;
background-repeat:no-repeat;
padding:0 28px 30px;
min-height: 120px;
height: auto !important;
height: 120px;
overflow: visible;
}
.btnMore {
text-align:right;
height:33px;
padding-bottom:20px;
}
#airlineAsia {
background-image:url(airlineBgAsia.gif);
}
#airlineAmerica {
background-image:url(airlineBgAmerica.gif);
}
#airlineEurope {
background-image:url(airlineBgEurope.gif);
}
#airlineAustralia {
background-image:url(airlineBgAustralia.gif);
}
#airlineAfrica {
background-image:url(airlineBgAfrica.gif);
}
#airlineAsia .boxBg {
background-image:url(airlineTopAsia.gif);
}
#airlineAmerica .boxBg {
background-image:url(airlineTopAmerica.gif);
}
#airlineEurope .boxBg {
background-image:url(airlineTopEurope.gif);
}
#airlineAustralia .boxBg {
background-image:url(airlineTopAustralia.gif);
}
#airlineAfrica .boxBg {
background-image:url(airlineTopAfrica.gif);
}
#showbox {
margin-bottom:10px;
border:1px solid #B0B0B0;
}
#contact, #tips {
margin-bottom:10px;
}
.sideBox {
background:url(sideBoxBg.gif) no-repeat 0 100%;
padding-bottom:8px;
}
.sideBox h2 {
background-repeat:no-repeat;
background-position:0 0;
color:#fff;
font-size:15px;
text-align:center;
overflow:hidden;
height:51px;
}
#contact h2 {
background-image:url(sideTitleBg01.gif);
line-height:54px;
}
#tips h2 {
background-image:url(sideTitleBg02.gif);
line-height:50px;
}
#flow h2 {
background-image:url(sideTitleBg03.gif);
line-height:40px;
}
.sideBox .content {
padding:10px 20px;
min-height: 150px;
height: auto !important;
height: 150px;
overflow: visible;
}
#contact .content {
background:url(contactBg.jpg) no-repeat 98% 100%;
}
/* 内页内容区
---------------------------------*/
#function {
background:url(mainBg2.gif) repeat-x 0 0;
border-top:3px solid #0975C0;
}
#mainTitle {
position:relative;
height:50px;
line-height:50px;
overflow:hidden;
}
#mainTitle h2 {
font-size:14px;
color:#038DDC;
background:url(mainTitleBg.gif) no-repeat 10px 50%;
padding-left:36px;
}
#mainTitle span {
position: absolute;
background:url(crumbBg.gif) no-repeat 0 50%;
padding-left:20px;
top:0;
right:20px;
font-family:"宋体";
}
.function {
padding:10px 20px;
min-height: 480px;
height: auto !important;
height: 480px;
overflow: visible;
}
/* 新闻列表
---------------------------------*/
.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 a {
background:url(listIcon01.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
.newsList02 li {
border:none;
padding:6px 0;
}
/* 分页
---------------------------------*/
.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;
}
/* 网站地图
---------------------------------*/
#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 h3 {
border-bottom:1px solid #ddd;
font-size:14px;
line-height:28px;
text-align:center;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
}
/* 相关新闻
---------------------------------*/
.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;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
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;
}
/* 默认按钮样式
---------------------------------*/
.pageNav {
margin:20px 0;
text-align:center;
}
.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;
padding:1px;
border: solid 1px #ddd;
}
#demo{
    height:225px;
	position:relative;
    overflow:hidden;}
/* 弹出客服离线 */
#popup {
width:264px; 
height:160px; 
position:absolute; 
top:350px;
left:10px;
z-index:1000;
}
#popupMain {
background:url(btnFeedback.png) no-repeat 0 0;
float:left;
width:264px; 
height:160px; 
position:relative;
}
#btnClose {
display:block; 
width:80px; 
height:19px; 
float:right; 
background:url(btnClose.png) no-repeat 0 0;
cursor:pointer;
position:absolute;
right:10px;
top:5px;
}