@charset "utf-8";
/* CSS Document */
/*全局字体颜色*/
html,body{color:#6a6a6a;}
a{ color:#008cd9; text-decoration:none;}
a:hover{color:#008cd9;text-decoration:underline;}

/*字体颜色*/
.color_a0{color:#fff;}/*白*/
.color_a1{color:#888888;}/*灰色  描述*/
.color_a2{color:#7a7a7a;}/*灰色  正常文字颜色*/
.color_a3{ color:#272727;}
.color_b1{color:#f55c00;}/*橙色  提示色*/
 a:hover.color_b1{color:#f55c00;}
.color_c1{color:#079abc;}/*蓝绿  栏目标题色*/
.color_d1{color:#4e6b96;}/*灰蓝  表格标题色*/
.color_d2{color:#007aa5 !important;}/*灰蓝  登录后标题色*/
.color_d3{color:#a2a8be !important;}/*灰蓝  不可点击，描述文字颜色*/
.color_e1{color:#fff600 !important;}/*黄色*/
.color_f1{color:#fd0000 !important;}/*红色星号重点*/
.color_g1{color:#82b420 !important;}/*绿色*/

/******************登录后******************************/
.quan_bj{background:#f5f6fa; height:100%; overflow:hidden;}

/*导航*/
.d_nav{background:url(../images/skin/nav_01.jpg) repeat-x left top;}/*导航背景色*/
.d_nav a:hover,.d_nav a:hover.hover,.d_nav a.hover{background:url(../images/skin/nav_02.jpg) repeat-x left top;}/*导航鼠标悬停及选中背景色*/
/*左侧机票查询*/
.er_zuo_jpcx{ background:url(../images/skin/01.png) no-repeat left top;}
.er_zuo_jpcx .bian1{background:#f1f2f7;border:1px #b8bdd0 solid;}
.er_zuo_jpcx1{ background:url(../images/skin/01.png) no-repeat left -492px;}

/*公告*/
.d_gg1{height:41px; background:url(../images/skin/gg_01.jpg) repeat-x left top;}


/*表格标题方块*/
.table_bt1 td{background:#e5e9f1 !important;}
.table_bt1 td{border:1px #c0ccda solid; border-left:0; border-right:0;}
.table_bt1 td.border_l1{border-left:1px #c0ccda solid !important;}
.table_bt1 td.border_r1{ border-right:1px #c0ccda solid !important;}





/*字号*/
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fs18{ font-size:18px;}
.fs20{ font-size:20px;}

/*****边框颜色****/
.bian_1{ border:1px #FFFFFF solid;height:100%; overflow:hidden;}
.bian_2{ border:1px #d1d5e6 solid;height:100%; overflow:hidden;}

/*****背景颜色****/
.bg_1{ background:#FFF;}/*白色*/
.bg_2{ background:#12a1d3;}/*蓝色*/
.bg_3{ background:#ecf8ff;}/*浅蓝*/
.bg_4{ background:#0eb9cc;}/*浅蓝1*/


/*文本框*/
.wbk_01{padding:5px;background:#fff; border:1px #abadb3 solid;}
.wbk_01_jinyong{padding:5px;color:#636363;border:1px #d1d1d1 solid;background:#dfdfdf url(../images/ico_08.gif) no-repeat 94% 6px;}/*禁用*/
.wbk_02_jinyong{padding:5px;color:#636363;border:1px #d1d1d1 solid;background:#dfdfdf;}/*禁用*/
input,select{ color:#008cd9;vertical-align:middle;}
select{height:27px;}
.wbk_hei{ padding:10px; background:#000;}
.wbk_hei textarea{ background:#000; line-height:1.2em; color:#2ad58e; border:0px;}

/*ico图标*/
.ico_01{ background:url(../images/ico_01.png) no-repeat left top;}
.ico_02{background:url(../images/ico_02.png) no-repeat left top;}
.ico_03{ background:#fff url(../images/ico_07.gif) no-repeat 94% 6px; color:#008cd9;}
.ico_04{ background:#fff url(../images/ico_08.gif) no-repeat 94% 6px; color:#008cd9;}

/**************************按钮*/
/*登录确定按钮*/
a.an_a1{width:260px; height:36px;line-height:36px; text-align:center;font-size:18px; background:url(../images/button/01.gif) no-repeat center top; display:inline-block; color:#FFF;}
a:hover.an_a1{background:url(../images/button/01s1.gif) no-repeat center top; color:#FFF; text-decoration:none;}
a:active.an_a1{background:url(../images/button/01s2.gif) no-repeat center top;}
/*左侧查询按钮*/
a.an_a2{width:198px; height:28px;line-height:28px; text-align:center;font-size:14px; background:url(../images/button/02.gif) no-repeat center top; display:inline-block; color:#FFF;}
a:hover.an_a2{background:url(../images/button/02s1.gif) no-repeat center top; color:#FFF; text-decoration:none;}
a:active.an_a2{background:url(../images/button/02s2.gif) no-repeat center top;}
/*全局按钮-高度30*/
a.an_a3{padding-left:30px;height:30px;line-height:30px; text-align:center;font-size:14px;display:inline-block; overflow:hidden;border-radius:3px; color:#FFF; background:url(../images/button/03.gif) no-repeat left top;}
a:hover.an_a3{background:url(../images/button/03s1.gif) no-repeat left top; color:#FFF; text-decoration:none;}
a:active.an_a3{background:url(../images/button/03s2.gif) no-repeat left top;}
a.an_a3 span{display:inline-block; padding-right:30px; background:url(../images/button/03s3.gif) no-repeat right top; cursor:pointer;}
a:hover.an_a3 span{background:url(../images/button/03s4.gif) no-repeat right top;}
a:active.an_a3 span{background:url(../images/button/03s5.gif) no-repeat right top;}

/*全局按钮-高度30*/
a.an_a6{padding-left:30px; padding-right:30px; height:30px;line-height:30px; text-align:center;font-size:14px;display:inline-block; overflow:hidden;border-radius:3px; color:#FFF; background:url(../images/button/03.gif) no-repeat left top;}
a:hover.an_a6{background:url(../images/button/03s1.gif) no-repeat left top; color:#FFF; text-decoration:none;}
a:active.an_a6{background:url(../images/button/03s2.gif) no-repeat left top;}
.button_2{padding-left:30px; padding-right:30px; height:30px;line-height:30px; text-align:center;font-size:14px;display:inline-block; overflow:hidden;border-radius:3px; color:#FFF; background:url(../images/button/03.gif) no-repeat left top;}
.button_6_jpg{padding-left:30px; padding-right:30px; height:30px;line-height:30px; text-align:center;font-size:14px;display:inline-block; overflow:hidden;border-radius:3px; color:#FFF; background:url(../images/button/03.gif) no-repeat left top;}

/*全局内容部分按钮-高度28*/
a.an_a4{ width:64px; height:28px; overflow:hidden; display:inline-block; text-align:center; line-height:28px;color:#f55c00; background:url(../images/button/04.gif) no-repeat left top;}
a:hover.an_a4{ background:url(../images/button/04s1.gif) no-repeat left top; text-decoration:none;color:#f55c00;}
a:active.an_a4{ background:url(../images/button/04s2.gif) no-repeat left top;}

.an_a5{width:120px; cursor:pointer; border:none; height:30px; overflow:hidden; text-align:center; line-height:30px; color:#FFF;font-size:14px; background:url(../images/button/03btn.gif) no-repeat left top;}
.an_a5:hover{background:url(../images/button/03btns1.gif) no-repeat left top;}
.an_a5:active{background:url(../images/button/03btns2.gif) no-repeat left top;}
input.an_a4{ cursor:pointer; border:none; width:64px; height:28px; overflow:hidden; display:inline-block; text-align:center; line-height:28px;color:#f55c00; background:url(../images/button/04.gif) no-repeat left top;}
input:hover.an_a4{ background:url(../images/button/04s1.gif) no-repeat left top; text-decoration:none;color:#f55c00;}
input:active.an_a4{ background:url(../images/button/04s2.gif) no-repeat left top;}
input.an_a3{ cursor:pointer; border:none; width:120px; height:30px; overflow:hidden; display:inline-block; text-align:center; line-height:28px;color:#ffffff; background:url(../images/button/03btn.gif) no-repeat left top;}
.btn-2em-light-blue{cursor:pointer; border:none; width:120px; height:30px; overflow:hidden; display:inline-block; text-align:center; line-height:28px;color:#ffffff; background:url(../images/button/03btn.gif) no-repeat left top;}
input:hover.an_a3{ background:url(../images/button/03btns1.gif) no-repeat left top; text-decoration:none;}
input:active.an_a3{ background:url(../images/button/03btns2.gif) no-repeat left top;}
input.an_b01{color:#fff; line-height:28px; height:28px; overflow:hidden; width:77px; border:none; cursor:pointer; background-image:url('../images/skin/btn77.gif'); background-repeat:no-repeat; background-position:0px 0px;}
input.an_b01:hover{background-position:0px -28px;}
input.an_b02{ color:#fff; height:28px; width:65px; border:none; background-position:0px 0px;cursor:pointer; background:url(../images/skin/btn65.gif) no-repeat; overflow:hidden; text-align:center; }

input:hover.an_b02{ background-position:0px -28px;}
input.an_b03{color:#fff;height:28px; width:65px; border:none; background-position:0px 0px;cursor:pointer; background:url(../images/skin/btn65_lan.gif) no-repeat; overflow:hidden; text-align:center; }
input:hover.an_b03{ background-position:0px -28px;}

input.an_b04{ border:none; cursor:pointer; width:80px; height:28px; overflow:hidden; text-align:center; line-height:28px; color:#f55c00; background:url(../images/button/05.gif) no-repeat; background-position:0px 0px;}
input:hover.an_b04{background-position:0px -28px; color:#f55c00;}
input:active.an_b04{background-position:0px -56px;}


input.an_b05{ border:none; cursor:pointer; width:135px; height:28px; overflow:hidden; text-align:center; line-height:28px; color:#FFF; background:url(../images/button/06.gif) no-repeat; background-position:0px 0px;}
input:hover.an_b05{background-position:0px -28px; color:#FFF;}
input:active.an_b05{background-position:0px -56px;}

