/**
 * Created by julien on 2016/2/29.
 */

@charset "utf-8";

/*
* base reset
*/

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
span,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
header,
nav,
section,
footer,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

header,
nav,
section,
footer {
	display: block;
}

body {
	background-color: #fff;
	font-size: 14px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background-image: url(../images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul {
	list-style: none;
}

a {
	font-size: 100%;
	text-decoration: none;
}

p {
	color: #888;
	line-height: 22px;
	font-size: 14px;
}

img {
	max-width: 100%;
}

.icon {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.wrapper {}

.width-1024 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.tab-content .tab-pane {
	display: none;
}

.tab-content .tab-pane.active {
	display: block;
}


/*
********************  头部
*/


/*
******************** 导航 
*/

.nav {
	height: 78px;
	z-index: 10;
	position: relative;
	background: url(../images/headerbg.png) repeat-x;
	padding-top: 5px;
}

.logo {
	float: left;
	height: 72px;
}

.nav .navbg {
	float: right;
	padding-top: 34px;
}

.nav ul {
	height: 38px;
}

.nav ul>li {
	height: 38px;
	line-height: 38px;
	overflow:hidden;
	float: left;
	margin-left: 6px;
}

.nav ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #3e3a39;
	text-align: center;
	width: 90px;
	position: relative;
}

.nav li ul
{
    position:absolute;
    width: 90px;
    visibility:hidden;
}

.nav li ul li{margin-left:0;}

.nav ul>li>a b {
	position: absolute;
	right: 0;
	display: block;
	height: 16px;
	width: 2px;
	background-color: #6d6b6b;
	top: 11px;
}

.nav ul>li.active a,
.nav ul>li:hover a {
	color: #fff;
	background: url(../images/navbg.jpg) no-repeat;
}

.nav ul>li.active a b,
.nav ul>li:hover a b {
	display: none;
}

.searchhead {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding-right: 24px;
}

.searchhead input {
	border: 1px solid #9e9e9e;
	height: 20px;
	line-height: 20px;
	padding: 0;
	vertical-align: top;
	width: 150px;
}

.searchhead .searchbtn {
	display: block;
	background: url(../images/iconsearch.jpg);
	width: 24px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
}


.languageVer
{
    position: absolute;
	right: 200px;
	top: 7px;
	height: 22px;
}

.languageVer a{color:#3e3a39;font-size:14px;width:80px;display:inline-block;text-align:center;}

/*
******************** banner
*/

.banner-wrap {
	margin-bottom: 18px;
	position: relative;
	top: -6px;
}

.banner-wrap img {
	vertical-align: middle;
}

.duihua {
	position: relative;
	height: 346px;
	border-bottom: 1px solid #1172bc;
}

.duihua .duihua-content {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-bottom: 1px solid #636363;
}

.duihua .duihua-content ul {
	width: 100% !important;
}

.duihua .duihua-content li {
	width: 100% !important;
	height: 322px;
	overflow: hidden;
	text-align: center;
}

.duihua .duihua-content li a {
	display: block;
	height: 322px;
	background-position: center top;
	background-repeat: no-repeat;
}

.duihua .bannerpage {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 4px;
	left: 0;
	height: 20px;
	line-height: 20px;
}

.duihua .bannerpage ul {
	text-align: center;
}

.duihua .bannerpage ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 20px;
	margin: 0px 3px;
	overflow: hidden;
	line-height: 999px;
	background: url(../images/circle.png) no-repeat;
	background-position: center bottom;
}

.duihua .bannerpage ul .on {
	background: url(../images/circleon.png) no-repeat;
	background-position: center bottom;
}

.duihua .prev,
.duihua .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 38px;
	height: 60px;
	background: url(../images/arrow-left.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.duihua .next {
	left: auto;
	right: 15%;
	background: url(../images/arrow.png) no-repeat;
}


/*
******************** 正文 
*/

.notice {
	height: 30px;
	border: 1px solid #c8c8c8;
	background: #f7f7f7;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 15px;
}

.notice .time {
	float: right;
	margin-right: 10px;
}

.note {
	position: relative;
	height: 30px;
	overflow: hidden;
}

.note b {
	display: inline-block;
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 25px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 10px;
	position: absolute;
}

.note ul {
	margin-left: 113px;
}


/* 分栏  */

.row {
	margin-left: -15px;
}

.row>div {
	float: left;
	margin-left: 15px;
}

.row .span1 {
	width: 255px;
}

.row .span2 {
	width: 426px;
	border: 1px solid #a7a6a6;
	border-width: 0 2px;
	padding: 0 15px;
}

.clear-both {
	clear: both;
	float: none !important;
}

.voide {
	height: 212px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.voide-content {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.voide .voide-content ul {
	width: 100%;
}

.voide .voide-content li {
	width: 100% !important;
	height: 212px;
	overflow: hidden;
	text-align: center;
}

.voide .voide-content li a {
	display: block;
	height: 172px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.voide .voide-content li a img {
	width: 100%;
}

.voide .voide-content li span {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-width: 1px 0;
	margin-top: 12px;
}

.voide .voidepage {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 29px;
	left: 0;
	height: 8px;
	line-height: 1;
	right: 0;
}

.voide .voidepage ul {
	text-align: right;
	margin-right: 5px;
}

.voide .voidepage ul li {
	cursor: pointer;
	display: inline-block;
	* display: inline;
	zoom: 1;
	width: 6px;
	height: 6px;
	margin: 0px 3px;
	overflow: hidden;
	line-height: 999px;
	background: #333;
	font-size: 0;
	line-height: 1;
	vertical-align: top;
}

.voide .voidepage ul .on {
	background: #0585e6;
}


/* 航班客服 */

.kefu {
	margin-bottom: 20px;
}

.kefu .title {
	height: 95px;
	background: #f5f5f3 url(../images/img03.png) right center no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}

.kefu .title b,.kefu .title p {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #6b6a6a;
}

.kefu .title .tel {
	height: 75px;
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 47px;
	margin: 10px 0 0 13px;
}

.kefu .hangbanbtn {
	display: block;
	background: url(../images/img01.png) no-repeat center bottom;
	height: 72px;
}

.kefu .newsbtn {
	display: block;
	/*background: url(../images/img02.png) no-repeat center bottom;*/
	height: 62px;
	border-top: 1px solid #ccc;
	/* padding-top: 15px; */
}


/* 最新动态 */

.panel {
	margin-bottom: 20px;
}

.panel .panle-title {
	height: 32px;
	line-height: 32px;
	position: relative;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.panel .panle-title h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 10px;
	color: #005443;
	line-height: 32px;
	font-family: 微软雅黑;
}

.panel .panle-title .more {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 14px;
	background-color: #005443;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px;
}

.news {
	padding: 15px 0px;
}

.news li {
	position: relative;
	height: 25px;
	line-height: 25px;
	background: url(../images/arrow01.png) no-repeat left center;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 100px;
}

.news li a {
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news li span {
	position: absolute;
	right: 0;
	top: 0;
}

.table {
	width: 100%;
}

.table th {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #076cb9;
}

.table tr,.table td {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	height:28px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.hangtable {
	margin-top: 10px;
	background-color: #efefef;
	border-spacing: 0;
	border-collapse: collapse;
}


/* 航班查询 */

.hangsearch {
	height: 216px;
	margin-bottom: 20px;
}

.hangsearch .title {
	background: url(../images/img04.png) no-repeat center top;
	height: 54px;
	padding-bottom: 10px;
}

.group {
	border-top: 1px solid #c8c8c8;
	padding-top: 10px;
	margin-bottom: 10px;
}

.group label {
	line-height: 1;
	padding-bottom: 5px;
	display: block;
}

.group .input-text {
	height: 14px;
	border: 1px solid #c8c8c8;
	padding: 6px;
	width: 174px;
}

.group .input-text:focus {
	outline: none;
}

.group button {
	background: #005443;
	color: #fff;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 0;
	width: 60px;
}


/* 店铺图片 */

.shopbanner {
	height: 162px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.shopbanner-content {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.shopbanner .shopbanner-content ul {
	width: 100%;
}

.shopbanner .shopbanner-content li {
	width: 100% !important;
	height: 162px;
	overflow: hidden;
	text-align: center;
}

.shopbanner .shopbanner-content li a {
	display: block;
	height: 162px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.shopbanner .shopbanner-content li a img {
	height: 100%;
	width: 100%;
}

.shopbanner .shopbanner-content li a span {
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.shopbanner .shoppage {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	left: 0;
	height: 18px;
}

.shopbanner .shoppage ul {
	text-align: right;
	margin-right: 5px;
}

.shopbanner .shoppage ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	margin: 0px 3px;
	background: #333;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}

.shopbanner .shoppage ul .on {
	background: #fff;
	color: #333;
}

.adbanner {
	margin-top: 15px;
	height: 84px;
}

.adbanner ul {
	overflow: hidden;
}

.adbanner ul li {
	float: left;
	width: 248px;
	margin: 0 1px;
}

.adbanner ul li a {
	display: block;
	height: 84px;
	overflow: hidden;
}

.adbanner ul li a img {
	max-height: 100%;
}


/*footer*/

.footer {
	padding-top: 40px;
	clear: both;
}

.link-friend {
	border-left: 0;
	border-right: 0;
	height: 30px;
}

.link-friend select {
	float: left;
	height: 22px;
	border: 1px solid #C8C8C8;
	width: 220px;
	margin-top: 4px;
}

.link-friend ul {
	float: left;
	margin-left: 40px;
	height: 15px;
	line-height: 15px;
	margin-top: 8px;
}

.link-friend ul li {
	float: left;
	color: #595757;
	margin-right: 10px;
}

.link-friend ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #595757;
	padding-right: 10px;
}

.link-friend .weixin {
	float: right;
	background: url(../images/weixin.png) no-repeat left center;
	padding-left: 30px;
	color: #0585e6;
	font-size: 12px;
	line-height: 30px;
}

.copyright {
	padding-bottom: 50px;
	padding-top: 10px;
}

.copyright p {
	font-size: 12px;
	color: #000;
	line-height: 22px;
	margin-bottom: 0;
	text-align: center;
}


/*
 ****************************航班动态
 */

.submenu {
	width: 198px;
	border: 1px solid #cbd5d5;
	background: #FFFFFF;
	float: left;
}

.submenu .title {
	background: url(../images/titlebg.jpg) repeat-x;
	height: 50px;
	padding-left: 35px;
}

.submenu .title h4 {
	font-size: 20px;
	color: #343537;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
	padding-top: 6px;
}

.submenu .title h4 span {
	color: #ba1207;
}

.submenu .title p {
	font-size: 12px;
	color: #5b6063;
	text-transform: uppercase;
	line-height: 1;
}

.submenu ul {
	padding: 0 20px;
	margin: 15px 0;
}

.submenu ul li {}

.submenu ul li a {
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px dotted #b6b5b5;
	color: #434343;
}

.submenu ul li a.active,
.submenu ul li a:hover {
	font-weight: bold;
}

.subcontent {
	margin-left: 220px;
}
.subcontent .panel{
	border:1px solid #ccc;
}
.group-panel {
	background: #fff;
}

.group-panel .panel-title {
	height: 50px;
	background: url(../images/titlebg.jpg) repeat-x left top;
	line-height: 50px;
	padding: 0 20px;
}

.group-panel .panel-content {
	padding: 15px;
}

.crumbs {
	line-height: 50px;
	font-size: 16px;
}

.crumbs li {
	float: left;
	margin-right: 8px;
}

.crumbs li a {
	color: #434343;
	padding-right: 5px;
}

.crumbs li a:hover {
	text-decoration: underline;
}

.search-table {
	padding: 5px 40px 20px 0;
}

.search-table table {
	width: 100%;
}

.search-table table th {
	font-weight: normal;
	width: 100px;
	text-align: right;
	padding: 4px 0;
	line-height: 1;
}

.search-table table td {
	width: 100px;
	padding: 4px 0;
	line-height: 1;
}

.search-table table .input-text {
	width: 100%;
	height: 20px;
	background: #fff;
	border: 1px solid #aaaaaa;
	padding: 0;
}

.search-table table .select {
	width: 80px;
	height: 22px;
	line-height: 22px;
}

.search-table table td .btn {
	background: url(../images/btn.jpg) repeat-x;
	height: 23px;
	line-height: 23px;
	border: 1px solid #00447a;
	color: #fff;
	padding: 0 25px;
	cursor: pointer;
}

.gride-table {
	padding: 0;
}

.gride-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.gride-table table thead {
	border: 1px solid #8adaff;
}

.gride-table table thead th {
	background: url(../images/tablebg.jpg) repeat-x;
	height: 32px;
	padding: 0;
	line-height: 32px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}

.gride-table table tbody td {
	line-height: 27px;
	height: 27px;
	text-align: center;
	padding: 0;
	font-size: 12px;
	background: url(../images/tdbg.jpg) repeat-x;
}

.gride-tablebg table tbody td {
	border: 1px solid #cfd0d0;
	background: #edeafd;
}

.gride-tablebg table tbody .even td {
	background: #fff;
}

.page {
	height: 20px;
	line-height: 20px;
	margin-top: 13px;
	color: #000000;
	margin-bottom: 10px;
	font-size: 12px;
}

.page ul {
	float: right;
}

.page li {
	float: left;
	margin-left: 10px;
}

.page li a {
	color: #000000;
}

.page li input {
	height: 20px;
	line-height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0 5px;
}

.pagecenter {
	text-align: center;
}

.pagecenter ul {
	display: inline-block;
	float: none;
}


/* 空港信息 */

.newslist {
	margin: 0;
	padding: 0;
}

.newslist li {
	line-height: 32px;
	height: 32px;
	border-bottom: 1px dotted #c3c3c3;
}

.news-detail {}
.news-detail,.news-detail p
{
    font:16px/26px simsun;
    color:#333;
}
.news-detail .img {
	margin-bottom: 10px;
}

.news-detail .img img {
	max-width: 100%;
}

.news-detail dl {
	margin-bottom: 10px;
}

.news-detail dl dt {
	font-weight: bold;
}

.news-detail dl dd {
	line-height: 30px;
}

.news-detail01 {}

.news-detail01 dl dt {
	font-weight: normal;
}

.news-detail01 dl dd p {
	color: #333;
	line-height: 30px;
}

.liststyle {
	list-style-type: decimal;
	margin-left: 26px;
}

.imgdetail {
	border-bottom: 1px dotted #C8C8C8;
	overflow: hidden;
	padding: 15px 0;
	margin: 0 20px;
}

.imgdetail .img {
	float: left;
	width: 314px;
	height: 194px;
}

.imgdetail .detail {
	margin-left: 330px;
	position: relative;
	padding-left: 44px;
}

.imgdetail .detail span {
	font-weight: bold;
	position: absolute;
	left: 0;
}

.imgdetail .detail p {
	line-height: 28px;
}