@charset "UTF-8";
body { background: #f5f5f5; }
/*  页面主体公有样式 开始：  */
::-webkit-input-placeholder { /* WebKit browsers */ color: #666; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #666; }

.d-main:after,.d-main:before{
  content:"";
  display:table;
}

.d-main:after{
  clear:both;
}

.d-main { width: 1200px; margin: 20px auto 50px; zoom:1;}

.d-main img { max-width: 100%; margin: 0 auto; }

.d-subnav { padding: 0 0 0 15px; margin: 0 0 20px 0; border-left: 3px solid #ff3333; height: 18px; line-height: 18px; }

.d-subnav a { font-size: 14px; color: #666; }

.d-subnav a:hover, .d-subnav a.on { color: #ff3333; }

.d-subnav span { height: 20px; width: 5px; background: url(../images/sprite-icon.png) no-repeat; background-position: -186px -255px; margin: 0 10px; }

.left-nav { float: left; width: 250px; background: #fff; }

.left-nav .left-nav-tit { height: 70px; line-height: 70px; font-size: 18px; color: #333; text-align: center; font-weight: bold; }

.left-nav .item-left-nav { position: relative; }

.left-nav .item-left-nav .item-nav-name:before, .left-nav .item-left-nav .item-nav-name:after { content: ''; position: absolute; right: 20px; top: 22px; z-index: 1; width: 0; height: 0; border-width: 8px; border-color: #d8d8d8 transparent transparent; border-style: solid; }

.left-nav .item-left-nav .item-nav-name:after { z-index: 2; margin-top: -3px; border-top-color: #fff; }

.left-nav .item-left-nav .item-nav-name {display: block;padding-left: 20px;padding-right: 35px;height: 49px;line-height: 49px;font-size: 14px;font-weight: bold;color: #333;border-bottom: 1px solid #e5e5e5;}

.left-nav .item-left-nav .item-nav-child { display: none; padding-left: 35px; padding-right: 20px; padding-top: 9px; padding-bottom: 9px; background: #f7f7f7; }

.left-nav .item-left-nav .item-nav-child li { padding: 9px 0; }

.left-nav .item-left-nav .item-nav-child a { position: relative; display: inline-block; font-size: 14px; color: #333; font-weight: bold; }

.left-nav .item-left-nav .item-nav-child a:hover { color: #db0000; }

.left-nav .item-left-nav .item-nav-child li.active a { color: #db0000; }

.left-nav .item-left-nav .item-nav-child li.active a:before { content: ''; position: absolute; left: -16px; top: 50%; z-index: 1; width: 0; height: 0; margin-top: -6px; border-width: 6px; border-color: transparent transparent transparent #db0000; border-style: solid; }

.left-nav .item-left-nav:first-child .item-nav-child { display: block; }

.left-nav .item-left-nav.toggle .item-nav-name:after, .left-nav .item-left-nav.toggle .item-nav-name:before { top: 12px; border-top-color: transparent; border-bottom-color: #d8d8d8; }

.left-nav .item-left-nav.toggle .item-nav-name:after { margin-top: 3px; border-bottom-color: #fff; }

.left-nav .item-left-nav.on .item-nav-name:after { border-top-color: #e70110; }

.left-nav .item-left-nav.on.toggle .item-nav-name:after, .left-nav .item-left-nav.on.toggle .item-nav-name:before { border-top-color: transparent; }

.left-nav .item-left-nav.on.toggle .item-nav-name:after { border-bottom-color: #e70110; }

.left-nav .item-left-nav.on .item-nav-name {background: #e70110;font-size: 16px;color: #fff;/* position: relative; */border-bottom-color: #e70110;}

.d-main .d-title { height: 70px; line-height: 70px; background: #fff; padding: 0 0 0 40px; font-size: 24px; color: #333; }

.d-main .d-content { margin-top: 10px; background: #ffffff; padding: 30px 20px 100px; }

.d-main .d-picture { margin: 0 0 20px 0; }

.d-return-top { width: 24px; height: 58px; background: url(../images/sprite-icon.png) no-repeat; background-position: 0 -260px; position: fixed; left: 50%; bottom: 185px; margin: 0 0 0 600px; display: none; cursor: pointer; z-index: 4; }

.d-main .d-tit { height: 70px; line-height: 70px; font-size: 20px; color: #232323; padding: 0 0 0 15px; position: relative; }

.d-main .d-tit a { color: #232323; }

.d-main .d-dot { height: 6px; width: 6px; background: #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: absolute; left: 0; }

.d-main .d-tit .d-dot { top: 50%; margin: -2px 0 0 0; }

.d-main .d-mintit { position: relative; padding-left: 15px; color: #232323; }

.d-main .d-mintit .d-dot { top: 50%; margin: -3px 0 0 0; }

.d-main .d-text, .d-main .d-txt, .d-main .d-summary{
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}
.d-main .d-text  .d-dot, .d-main .d-txt  .d-dot, .d-main .d-summary  .d-dot{
	top: 7px;
}

.d-table,.book-table{ width: 100%; text-align: center; margin-bottom: 20px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-spacing:0;}

.d-table th, .d-table td ,.book-table th, .book-table td { border-top: 1px solid #ccc;border-left: 1px solid #ccc;padding: 18px 10px;font-size: 14px;line-height: 1.6; }

.d-table th,.book-table th {background: #eaeaea;color: #232323;}

.d-table td,.book-table td {color: #666;}

.d-main .d-tab .d-btnbox { margin-bottom: 15px; font-size: 0; overflow: hidden; }

.d-main .d-tab .d-btn { border-left: 2px solid #f7f7f7; height: 48px; line-height: 48px; background: #ececea; font-size: 16px; color: #333; text-align: center; border-bottom: 2px solid #ececea; margin: 0  0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.d-main .d-tab .d-btn:first-child { border-left: 0; }

.d-main .d-tab .d-btn.on { color: #ff3333; border-bottom: 2px solid #ff3333; background: #f4f4f4; }

.d-tab .d-children-length2 .d-btn { width: 50%; }

.d-tab .d-children-length3 .d-btn { width: 33.33%; }

.d-tab .d-children-length4 .d-btn { width: 25%; }

.d-tab .d-children-length5 .d-btn { width: 20%; }

.d-main .d-tab .d-con { display: none; }

.d-main .d-tab .d-con.on { display: block; }

.d-main .main-r { margin-left: 20px;float: left; width: 930px; }

.d-con .d-each-con{
	border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1450px) { 
  .d-main { width: 1000px;margin-top: 10px;margin-bottom: 25px; }
  .d-subnav{margin-bottom: 10px;}
  .left-nav{width: 210px;}
  .left-nav .left-nav-tit{height: 54px;line-height: 54px;font-size: 16px;}
  .left-nav .item-left-nav .item-nav-name{height: 39px;line-height: 39px;padding-left: 15px;padding-right: 30px;}
  .left-nav .item-left-nav.on .item-nav-name{font-size: 14px;}
  .left-nav .item-left-nav .item-nav-name:before, .left-nav .item-left-nav .item-nav-name:after{border-width: 6px;top:17px;right: 15px;}
  .left-nav .item-left-nav.toggle .item-nav-name:after, .left-nav .item-left-nav.toggle .item-nav-name:before{top:10px;}
  .left-nav .item-left-nav .item-nav-child{padding-left:30px;padding-right: 15px;}
  .left-nav .item-left-nav .item-nav-child li{padding:5px 0;}
  .left-nav .item-left-nav .item-nav-child a{font-size: 12px;}
  .left-nav .item-left-nav .item-nav-child li.active a:before{border-width: 5px;left:-12px;}
  .d-main .main-r{width: 780px;margin-left: 10px;}
  .d-main .d-title{font-size: 18px;height: 54px;line-height: 54px;padding-left:30px;}
  .d-main .d-tit{font-size: 16px;height: 50px;line-height: 50px;}
  .d-main .d-tit .d-dot{margin-top: -4px;}
  .d-main .d-content { padding: 15px 15px 50px; }
  .d-main .d-picture{margin-bottom: 15px;}
  .d-main .d-text, .d-main .d-txt, .d-main .d-summary{font-size: 12px;margin-bottom: 10px;}
  .d-main .d-text  .d-dot, .d-main .d-txt  .d-dot, .d-main .d-summary  .d-dot{top: 6px;}
  .d-main .d-tab .d-btnbox{margin-bottom: 10px;}
  .d-main .d-tab .d-btn{margin-bottom: 5px;font-size: 14px;}
  .d-return-top { left: auto; right: 0; margin: 0; } 
  .d-table th, .d-table td, .book-table th, .book-table td {font-size: 12px;padding:10px 5px;}
}

.d-slide-toggle .d-slide-hd { position: relative; cursor: pointer; }

.d-slide-toggle .d-slide-hd:before, .d-slide-toggle .d-slide-hd:after { content: ''; position: absolute; right: 0; top: 50%; margin-top: -3px; width: 0; height: 0; border: 6px solid transparent; }

.d-slide-toggle .d-slide-hd:before { border-top-color: #e23539; }

.d-slide-toggle .d-slide-hd:after { margin-top: -5px; border-top-color: #fff; }

.d-slide-toggle.on .d-slide-hd:before, .d-slide-toggle.on .d-slide-hd:after { margin-top: -9px; border-top-color: transparent; }

.d-slide-toggle.on .d-slide-hd:before { border-bottom-color: #e23539; }

.d-slide-toggle.on .d-slide-hd:after { margin-top: -7px; border-bottom-color: #fff; }

.d-slide-toggle .d-slide-bd{
	margin-bottom:20px;
}

.d-slide-toggle2 .d-slide-hd2 { 
	position: relative; 
	cursor: pointer; 
	border-bottom: 1px solid #ccc;
}
.d-slide-toggle2:first-child .d-slide-hd2{
	border-top: 0;
}

.d-slide-toggle2 .d-slide-hd2:before, .d-slide-toggle2 .d-slide-hd2:after { content: ''; position: absolute; right: 10px; top: 50%; margin-top: -3px; width: 0; height: 0; border: 6px solid transparent; }

.d-slide-toggle2 .d-slide-hd2:before { border-top-color: #ffcc52; }

.d-slide-toggle2 .d-slide-hd2:after { margin-top: -5px; border-top-color: #fff; }

.d-slide-toggle2.on .d-slide-hd2:before, .d-slide-toggle2.on .d-slide-hd2:after { margin-top: -9px; border-top-color: transparent; }

.d-slide-toggle2.on .d-slide-hd2:before { border-bottom-color: #ffcc52; }

.d-slide-toggle2.on .d-slide-hd2:after { margin-top: -7px; border-bottom-color: #fff; }

.d-slide-toggle2 .d-slide-bd{
	padding-bottom:30px;
}
/*  页面主体公有样式 结束。  */
/*  侧边栏样式 开始：  */
.d-sidebar, .d-sidebar-tab { 
	width: 160px; padding: 5px 20px 40px 20px; background: #fff; position: fixed; top: 270px; left: 50%; margin: 0 0 0 590px; z-index: 2; display: none; }
.d-sidebar:after, .d-sidebar-tab:after{
	width:1px;
	/*height:100%;*/
	content:'';
	border-left: 1px dashed #999; 
	position:absolute;
	top:15px;
	bottom:50px;
	left:19.5px;
}
.d-sidebar-children { 
	height: 32px; line-height: 32px; 
	padding: 0 0 0 20px; font-size: 16px; color: #121212; 
	/*border-left: 1px dashed #999; */
	position: relative; cursor: pointer; font-weight: bold; 
}

.d-sidebar-children:first-child { border: none; }

.d-sidebar-children span {
 display: block; 
 position: relative; 
 /*top: 11px; */
 overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.d-sidebar-children .d-icon { 
	width: 6px; 
	height: 6px; 
	background: #999; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; border-radius: 3px; 
	position: absolute; left: -3px; top: 50%;
	margin-top:-3px; 
}

.d-sidebar-children .d-icon2 { width: 20px; height: 22px; 
	background: url(../images/sprite-icon.png) no-repeat; 
	background-position: -549px -210px; position: absolute; 
	left: -10px; bottom: -1px; display: none; 
}

.d-sidebar-children.on { color: #ff3333; }

.d-sidebar-children.on .d-icon2 { display: block; }

@media (max-width: 1450px) { 
	/* .d-sidebar { left: auto; margin: 0; right: 20px; }  */
	.d-sidebar { display: none!important;} 
}

@media (max-width: 1376px) { .d-sidebar { top: 150px; } }

@media (max-width: 1450px) { 
	.d-slide-toggle .d-slide-bd{
		margin-bottom: 10px;
	}
	.d-sidebar { 
		max-width:120px;
		width: auto; 
		right: 0; 
	} 
	.d-sidebar-children{
		height:24px;
		line-height:24px;
		font-weight:normal;
	}
	.d-sidebar-children span{
		font-size:12px;
	}
}

/*  侧边栏样式 结束。  */
/*  模拟下拉框及搜索按钮样式 开始：  */
.d-select { 
	width: 270px; 
	height: 48px; 
	position: relative; 
	cursor: pointer; 
}

.d-select input { 
	display: block; 
	width: 100%; 
	height: 48px; 
	line-height: 48px; 
	color: #333; 
	font-size: 16px; 
	text-indent: 25px; 
	/*background: #eaeaea; */
	border: 1px solid #dcdcdc; 
	position: relative; 
	cursor: pointer; 
	outline: none; 
	border-radius:5px;
}

.d-select .d-icon { 
	width: 48px; 
	height: 48px; 
	background: url(../images/sprite-icon.png) no-repeat; 
	background-position: -73px -240px; 
	position: absolute; 
	right: 0; 
	top: 0; 
}

.d-select .d-down-list { width: 100%; position: absolute; left: 0; top: 48px; background: #eee; padding: 15px 0; display: none; z-index: 2; }

.d-select .d-down-list li { font-size: 16px; color: #565656; padding: 10px 20px; }

.d-select .d-down-list li:hover { background-color: #cdcdcd; color: #1b8fa0; }

.d-search-box .d-name { font-size: 16px; color: #232323; height: 48px; line-height: 48px; }

.d-search-box .d-search-btn { 
	float:right;
	width: 140px; 
	height: 48px; 
	border: none; 
	outline: none; 
	background: #db0000; 
	color: #fff; 
	font-size: 16px; 
	/*margin: 0 0 0 50px; */
	cursor: pointer; 
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
}

@media (max-width: 1450px) { 

  .d-select { width: 28%; height: 44px; }
  .d-select input { height: 42px; line-height: 42px; text-indent: 20px; font-size: 14px;}
  .d-select .d-icon { height: 44px;background-position: -73px -242px;}
  .d-select .d-down-list{top:44px;padding:8px 0;}
  .d-select .d-down-list li{font-size: 14px;padding-top:5px;padding-bottom:5px;}
  .d-search-box .d-name { height: 44px; line-height: 44px; font-size: 14px;}
  .d-search-box .d-search-btn { width: 120px; height: 44px; line-height: 44px; font-size: 14px; } 
}

/*  模拟下拉框及搜索按钮样式 结束。  */
/*  页码样式 开始：  */
.d-page-number { font-size: 0; text-align: center; margin: 40px auto 0; }

.d-page-number .d-last-btn, .d-page-number .d-next-btn { position: relative; display: inline-block; vertical-align: middle; width: 40px; height: 36px; line-height: 36px; border: 1px solid #e5e5e5; }

.d-page-number .d-last-btn:before, .d-page-number .d-last-btn:after, .d-page-number .d-next-btn:before, .d-page-number .d-next-btn:after { content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 0; margin-top: -6px; border-width: 6px; border-color: transparent; border-style: solid; }

.d-page-number .d-next-btn:before, .d-page-number .d-next-btn:after { margin-left: -3px; }

.d-page-number .d-next-btn:before { border-left-color: #949494; }

.d-page-number .d-next-btn:after { margin-left: -4px; border-left-color: #fff; }

.d-page-number .d-last-btn:before, .d-page-number .d-last-btn:after { margin-left: -9px; }

.d-page-number .d-last-btn:before { border-right-color: #949494; }

.d-page-number .d-last-btn:after { margin-left: -8px; border-right-color: #fff; }

.d-page-number .d-next-btn { display: inline-block; vertical-align: middle; width: 40px; height: 36px; line-height: 36px; border: 1px solid #e5e5e5; }

.d-page-number .d-number { margin-right: 5px; display: inline-block; vertical-align: middle; font-size: 14px; }

.d-page-number .d-number-btn { margin-left: 5px; color: #4c4c4c; width: 40px; height: 36px; line-height: 36px; text-align: center; border: 1px solid #e5e5e5; }

.d-page-number .d-number-btn.on { color: #fff; background: #db0000; border-color: #db0000; }
@media (max-width: 1450px){
	.d-page-number{margin-top: 30px;}
	.d-page-number .d-number{font-size: 12px;}
	.d-page-number .d-number-btn{width: 32px;height: 32px;line-height: 32px;}
	.d-page-number .d-last-btn, .d-page-number .d-next-btn{width: 32px;height: 32px;line-height: 32px;}
}

/*  页码样式 结束。  */
/*  订票框样式 开始：  */
.booking .inp-1{width: 268px;}
.booking .member-box .d-select{width: 268px;}
.booking .member-box .d-select .d-inp{border:0;font-size: 14px;text-indent: 15px;}
.booking .member-box .d-select .box-input{font-size: 14px;border-radius: 0;}
.booking .member-box .d-down-list{top:50px;background: #fff;}
.booking .member-box .d-down-list li{float: none;margin:0;font-size: 14px;padding:0 15px 0 25px;font-weight:normal;}
.booking .member-box .d-down-list li:hover{background: none;color:#565656;}
.booking button.btn-search{width:270px;}
@media screen and (max-width: 1450px){
	.booking .inp-1{width: 231px;}
	.booking .member-box .d-select{width: 228px;height: 38px;}
	.booking .member-box .d-select .d-icon{height: 40px;background-position:-73px -245px;}
	.booking .member-box .d-select .d-inp{height: 38px;line-height: 38px;font-size: 12px;}
	.booking .member-box .d-down-list{top:40px;}
	.booking .member-box .d-down-list li{font-size: 12px;padding-left: 15px;}
	.booking button.btn-search{width:230px;}
}
/*  订票框样式 结束。  */
/*  海航公告(page1-hnair-notice.html)页面样式 开始：  */
.d-notice .d-tab .d-newsbox { padding: 40px 30px; background: #f7f7f7; margin: 40px 0 0 0; }

.d-notice .d-tab .d-newsbox:first-child { margin-top: 0; }

.d-notice .d-tab .d-newsbox .d-date { font-size: 16px; color: #666; line-height: 20px; }

.d-notice .d-tab .d-newsbox .d-mintit { font-size: 20px; line-height: 32px; padding: 0 0 8px 0; font-weight: bold; }

.d-notice .d-tab .d-newsbox .d-mintit a { color: #333; }

.d-notice .d-tab .d-newsbox .d-mintit a:hover { color: #e23539; }

.d-notice .d-tab .d-newsbox .d-links { display: block; padding: 0 0 0 20px; width: 60px; font-size: 14px; color: #333; line-height: 24px; margin: 20px 0 0 0; position: relative; font-weight: bold; }

.d-notice .d-tab .d-newsbox .d-links .d-icon { width: 8px; height: 12px; position: absolute; left: 0; top: 50%; margin: -6px 0 0 0; background: url(../images/sprite-icon.png) no-repeat; background-position: -214px -260px; }

.d-notice .d-tab .d-newsbox .d-links:hover { color: #e23539; }
@media (max-width: 1450px){
	.d-notice .d-tab .d-newsbox{padding:18px 15px;margin-top: 10px;}
	.d-notice .d-tab .d-newsbox .d-mintit{font-size: 16px;line-height: 1.8;padding-bottom: 5px;}
	.d-notice .d-tab .d-newsbox .d-date{font-size: 14px;}
	.d-notice .d-tab .d-newsbox .d-links{font-size: 12px;line-height: 1.6;margin-top: 12px;padding-left: 15px;}

}
/*  海航公告(page1-hnair-notice.html)页面样式 结束。  */
/*  机队总览(page2-hnair-fleet.html)页面样式 开始：  */
.d-fleet .d-tab .d-btnbox { margin-bottom: 0; }

.d-fleet .d-tab .d-btn { height: 70px; line-height: 70px; border-bottom: none; color: #333; }

.d-fleet .d-tab .d-btn.on { background: url(../images/d-fleet-icon03.png) no-repeat left bottom; color: #fff; border-bottom: none; }

.d-fleet .d-tab .d-btn.on .icon-fleet { display: inline-block; }

.d-fleet .d-tab .d-btn strong { font-weight: bold; }

.d-fleet .d-tab .d-btn span { font-size: 14px; font-weight: bold; }

.d-fleet .d-tab .d-btn .icon-fleet { display: none; vertical-align: middle; margin-right: 5px; width: 25px; height: 25px; background: url(../images/sprite-icon.png) no-repeat; background-position: -696px -210px; }

.d-fleet .d-tab .d-con .d-tit { padding: 0 0 0 35px; margin-bottom: 5px; font-weight: bold; }

.d-fleet .d-tab .d-con .d-tit .d-icon { width: 24px; height: 22px; background: url(../images/sprite-icon.png) no-repeat; background-position: -142px -109px; position: absolute; left: 0; top: 50%; margin: -10px 0 0 0; }

.d-fleet .d-tab .d-con .d-parameter .d-pic { width: 57.8%; overflow:hidden;}

.d-fleet .d-tab .d-con .d-parameter .d-pic img{position:relative;left:50%;margin-left:-257px;width: 514px;height: 342px;max-width: none}

.d-fleet .d-tab .d-con .d-list { position: relative;top: -15px; width: 42.2%; padding-left: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.d-fleet .d-tab .d-con .d-list li { height: 44px; line-height: 44px; font-size: 14px; color: #666; border-bottom: 1px solid #eaeaea; }

.d-fleet .d-tab .d-con .d-list span { width: 50%; text-indent: 10px; }

.d-fleet .d-tab .d-con .d-list .d-color { color: #000; font-weight: bold; }

.d-fleet .d-tab .d-con .d-plan { background: #fff; margin: 30px 0; }

.d-fleet .d-tab .d-con .d-plan .d-pic { border: 1px solid #f7f7f7; }

.d-fleet .d-tab .d-con .d-plan .d-pic p { font-size: 14px; padding: 10px 0 0 0; color: #666; text-align: center; }

.d-fleet .d-tab .d-con .d-plan .d-textbox { font-size: 14px; color: #666; line-height: 24px; font-weight: bold; margin: 25px 0 0 0; }

.d-fleet .d-tab .d-con .d-plan .d-l { width: 110px; }

.d-fleet .d-tab .d-con .d-plan .d-color { color: #333; }

.d-fleet .d-tab .d-con .d-plan .d-minpic { width: 265px; margin: 15px 0 0 0; }

.d-fleet .d-tab .d-con .d-txt {  padding-left:10px; }

.d-fleet .d-tab .d-con .d-tit2 { height: 80px; line-height: 80px; padding: 0 0 0 15px; position: relative; font-size: 22px; color: #000; border-top: 1px solid #eaeaea; font-weight: bold; }

.d-fleet .d-tab .d-con .d-tit2 .d-dot {top: 50%;margin-top: -3px; }

@media (max-width: 1450px) { 
  .d-fleet .d-tab .d-btn { height: 56px; line-height: 56px;font-size: 14px; }
  .d-fleet .d-tab .d-btn span{font-size: 12px;}
  .d-fleet .d-tab .d-con .d-list li {font-size: 12px; } 
  .d-fleet .d-tab .d-con .d-tit2{font-size: 16px;height: 50px;line-height: 50px;}
  .d-fleet .d-tab .d-con .d-plan{margin:15px 0;}
}

/*  机队总览(page2-hnair-fleet.html)页面样式 结束。  */
/*  关于海航(page3-hnair-about.html)页面样式 开始：  */
.d-about .d-information ul { margin-left: -20px; }

.d-about .d-information li { float: left; padding-left: 20px; position: relative; width: 33.33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.d-about .d-information .d-pic img { display: block; }

.d-about .d-information .d-text { padding: 12px 15px; background: #f7f7f7; text-align: right; }

.d-about .d-information .d-mintit { padding-left: 0; font-size: 16px; height: 30px; line-height: 30px; text-align: left; color: #000; font-weight: bold; }

.d-about .d-information .d-dot { top: 50%; margin: -2px 0 0 0; }

.d-about .d-information .d-txt { margin-top: 10px; height: 3.4em; overflow: hidden; text-align: left; }

.d-about .d-information .d-links { margin-bottom: 20px; display: inline-block; color: #db0000; font-size: 12px; }
@media (max-width: 1450px) { 
	.d-about .d-information li{
		padding-left: 15px;
		/* margin-bottom: 15px; */
	}
	.d-about .d-information .d-text{
		padding: 8px 12px;
	}
	.d-about .d-information .d-mintit{font-size: 14px;height: 24px;line-height: 24px;}
	.d-about .d-information .d-txt{margin-top: 5px;}
	.d-about .d-information .d-links{margin-bottom: 10px; }
}

/*  关于海航(page3-hnair-about.html)页面样式 结束。  */
/*  投资者关系(page4-hnair-investor.html)页面样式 开始：  */
.d-investor .d-content { padding-bottom: 60px; }

.d-investor .d-tab .d-float-parent { margin-left: -20px; padding-top: 10px; }

.d-investor .d-tab .d-con-children { width: 33.33%; margin-bottom: 30px; }

.d-investor .d-tab .d-con-children a { display: block; height: 364px; margin-left: 20px; background: url(../images/d-investor-pic02.png) no-repeat center bottom #f7f7f7; }

.d-investor .d-tab .d-con-children .d-tit { font-size: 16px; font-weight: bold; color: #000; line-height: 1.5; padding: 80px 20px 0; overflow: hidden; margin-bottom: 20px; text-align: center; height: 3em; }

.d-investor .d-tab .d-con-children .d-date { text-align: center; font-size: 16px; color: #000; font-weight: bold; }

.d-investor .d-tab .d-page-number { margin-top: 10px; }

@media (max-width: 1450px) { 
	.d-investor .d-tab .d-float-parent{padding-top: 0;}
	.d-investor .d-tab .d-con-children{margin-bottom: 15px;}
	.d-investor .d-tab .d-con-children a { height: 300px; margin-left: 15px;} 
	.d-investor .d-tab .d-con-children .d-tit{padding-top: 60px;margin-bottom: 12px;font-size: 14px;}
	.d-investor .d-tab .d-con-children .d-date{font-size: 14px;}
	.d-about .d-information .d-txt{font-size: 12px;}
}

/*  投资者关系(page4-hnair-investor.html)页面样式 结束。  */
/*  网站地图(page5-hnair-sitemap.html)页面样式 开始：  */
.d-sitemap .d-hot-links { 
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.d-sitemap .d-hot-links a { display: block; height: 100%; position: relative; padding-right: 10px; }

.d-sitemap .d-hot-links a:hover { color: #e23539; }

.d-sitemap .d-hot-links a:hover .d-icon { background: url(../images/sprite-icon.png) no-repeat; background-position: -214px -260px; }

.d-sitemap .d-hot-links .d-icon { width: 8px; height: 12px; background: url(../images/sprite-icon.png) no-repeat; background-position: -635px -260px; position: absolute; right: 0; top: 50%; margin: -6px 0 0 0; }

.d-sitemap .d-hot-links .d-tit { display: inline-block; width: 16%; padding: 0; }

.d-sitemap .d-hot-links .d-link-box { width: 16%; margin-left: 5%;padding: 5px 0; }

.d-sitemap .d-hot-links .d-link-box:first-child { margin-left: 0; }

.d-sitemap .d-hot-links .d-link-box.ml-0{margin-left: 0;}

.d-sitemap .d-hot-links .d-link-box.text-lg{width: auto;}

.d-sitemap .d-hot-links .d-link-box dt { font-size: 16px;}

.d-sitemap .d-hot-links .d-link-box dt a { color: #000; }

.d-sitemap .d-hot-links .d-link-box dt + dd{margin-top: 10px;}

.d-sitemap .d-hot-links .d-link-box dd { font-size: 14px; line-height: 22px; }

.d-sitemap .d-hot-links .d-link-box dd a { color: #666; }

.d-sitemap .d-hot-links .d-link-box dd p{padding:3px 0;}

.d-sitemap .d-hot-links .d-link-box dd .d-icon{top:4px;margin:0;}

@media (max-width: 1450px) { 
	.d-sitemap .d-hot-links .d-tit{width: 18.5%;}
	.d-sitemap .d-hot-links .d-link-box { width: 18.4%; margin-left: 2%; } 
	.d-sitemap .d-hot-links .d-link-box dt{font-size: 14px;}
	.d-sitemap .d-hot-links .d-link-box dd{font-size: 12px;}
	.d-sitemap .d-hot-links .d-link-box dt + dd{margin-top: 5px;}
	.d-sitemap .d-hot-links .d-link-box dd p{padding:1px 0;}
}

/*  网站地图(page5-hnair-sitemap.html)页面样式 结束。  */
/*  服务承诺(page6-hnair-service.html)页面样式 开始：  */
.d-service .d-each-con { border-bottom: 1px solid #ccc; /*padding: 0 0 20px 0;*/ }

.d-service .d-each-con .d-summary { padding-left: 12px; margin-bottom: 0;}

.d-service .d-each-con .d-spacing{margin-bottom: 20px;}

@media (max-width: 1450px){
	.d-service .d-each-con .d-spacing{margin-bottom: 10px;}
}

/*  服务承诺(page6-hnair-service.html)页面样式 结束。  */
/*  海航新闻(page7-hnair-news.html)页面样式 开始：  */
.d-news .d-tit { text-align: center; padding:15px;height: auto;line-height: 1.6; }

.d-news .d-date { font-size: 14px; color: #666; line-height: 1.6; text-align: center; padding: 0 0 50px 0; }

.d-news .d-shop { 
	margin: 0 auto; 
	padding: 30px 0 0 0; 
	border-top: 1px solid #ccc; 
	font-size: 14px; 
	line-height: 1.6; 
	color: #666; 
}
.d-news .d-shop .bshare-custom .bshare-printer{
	color:#666;
	position:relative;
	padding: 0 20px;
	margin-right: 0;
	font-size: 14px;
	height: auto;
	line-height: 1.6;
	background: none;
	opacity: 1;
	text-decoration: none;
}
.d-news .d-shop .bshare-custom .bshare-printer .d-icon{
	background: url(../images/sprite-icon.png) no-repeat; 
	background-position: -621px -208px;
}
.d-news .d-shop .d-back, .d-news .d-shop .d-download { padding: 0 20px; position: relative; cursor: pointer;color: #666;}

.d-news .d-shop .d-back .d-icon { background: url(../images/sprite-icon.png) no-repeat; background-position: -655px -208px; }

.d-news .d-shop .d-download .d-icon { background: url(../images/sprite-icon.png) no-repeat; background-position: -586px -210px; }

.d-news .d-shop .d-icon { width: 18px; height: 18px; position: absolute; left: 0; top: 50%; margin: -9px 0 0 0; }

@media (max-width: 1450px) { 
	.d-news .d-date{padding-bottom: 25px;}
	.d-news .d-shop{font-size: 12px;line-height: 1.6;padding-top: 15px;}
	.d-news .d-shop .bshare-custom .bshare-printer{font-size: 12px;}
}

/*  海航新闻(page7-hnair-news.html)页面样式 结束。  */
/*  海航营业部(page8-hnair-department.html)页面样式 开始：  */
.d-department .d-mintit { margin: 30px 0 20px; font-size: 16px;}

.d-department .d-summary {margin-bottom: 0;padding-left: 15px;}

.d-department .d-search-box .d-city { margin: 0 0 0 50px; }
@media (max-width: 1450px){
	.d-department .d-mintit{font-size: 14px;margin-top:20px;margin-bottom: 10px;}
	.d-department .d-search-box .d-city {margin-left: 25px;}
}
/*  海航营业部(page8-hnair-department.html)页面样式 结束。  */
/*  家庭出行(page9-hnair-familytrip.html)页面样式 开始：  */

.d-familyTrip .d-con .d-summary {  padding-bottom:15px;margin-bottom: 0; border-bottom: 1px solid #ccc; }

.d-familyTrip .d-each-con { padding: 0 0 40px 0; border-bottom: 1px solid #ccc; }

.d-familyTrip .d-con .d-list-box { padding: 0 0 0 12px; }

.d-familyTrip .d-con .d-mintit { padding-left: 0; font-size: 18px; color: #232323; }

.d-familyTrip .d-con li { padding: 0 0 15px 25px; position: relative; line-height: 1.6; font-size: 14px; color: #666; }

.d-familyTrip .d-con li .d-dot { top: 8px; left: 10px; }

.d-familyTrip .d-con li a { color: #ff3333; }

@media (max-width: 1450px){
	.d-familyTrip .d-con .d-mintit{font-size: 16px;padding:10px 0;}
	.d-familyTrip .d-con li{font-size: 12px;line-height: 1.6;padding-bottom: 10px;}
	.d-familyTrip .d-each-con{padding-bottom: 20px;}
}
/*  家庭出行(page9-hnair-familytrip.html)页面样式 结束。  */
/*  客舱精品服务(page10-hnair-cabinBoutique.html)页面样式 开始：  */
.d-cabinBoutique .d-tit{white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.d-cabinBoutique .d-container-children { 
	width: 48%; 
	margin-bottom:20px;
}
.d-cabinBoutique .d-container-children:nth-child(odd){
	margin-right:4%;
}
.d-cabinBoutique .d-container-children .d-pic{
	position: relative;
	z-index: 2;
}
.d-cabinBoutique .d-container-children .d-cont{
	padding: 20px 20px 30px;
	box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
	border:1px solid #f7f7f7;
	text-align: right;
}
.d-cabinBoutique .d-container-children .d-summary { 
	height:110px;
	overflow:hidden;
	margin-bottom: 10px;
	text-align: left;
}
.d-cabinBoutique .d-container-children .link-detail{
	color: #db0000;
	font-size: 12px;
}

@media (max-width: 1450px) { 
	

	.d-cabinBoutique .d-container-children{margin-bottom:15px;width: 49%;}
	.d-cabinBoutique .d-container-children:nth-child(odd){
		margin-right:2%;
	}
	.d-cabinBoutique .d-container-children .d-cont{
		padding-top: 15px;
		padding-bottom: 20px;
	}
}

/*  客舱精品服务(page10-hnair-cabinBoutique.html)页面样式 结束。  */
/*  签证信息(page11-hnair-visa.html)页面样式 开始：  */

.d-visa .d-tit{ height:60px;line-height: 60px; }
.d-visa .d-tab .d-btnbox{margin-bottom: 0;}
.d-visa .d-con .d-each-con{padding:5px 0;}
.d-visa .d-span-tit{
	display:block;
	font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding: 0 0 10px 0;
}

/* .d-visa .d-mintit { font-size: 18px; color: #232323; height: 50px; line-height: 50px; padding: 0 0 0 15px; position: relative; }

.d-visa .d-country { padding: 0 0 0 10px; }

.d-visa .d-country-name { width: 191px; border: 2px solid #f7f7f7; height: 60px; line-height: 60px; text-align: center; font-size: 14px; color: #232323; background: #ededed; cursor: pointer; }

.d-visa .d-country-name.on { background: #e23539; color: #fff; } */

@media (max-width: 1450px) { 
/*   .d-visa .d-country { padding: 0 0 0 8px; }
  .d-visa .d-country-name { width: 148px; height: 46px; line-height: 46px; } */
  .d-visa .d-tit{height: 50px;line-height: 50px;}
  .d-visa .d-span-tit{font-size: 12px;}
}

/*  签证信息(page11-hnair-visa.html)页面样式 结束。  */
/*  特殊行李托运(page12-hnair-specialBaggage.html)页面样式 开始：  */
.d-specialBaggage .d-search-box { 
	border-bottom: 1px solid #ccc; 
	padding-bottom:30px; 
	margin-bottom: 20px;
}

.d-specialBaggage .d-mintit { font-size: 14px;margin: 10px 0; }

.d-specialBaggage .d-summary { padding-left: 15px; }

.d-specialBaggage .d-each-con { 
	/*padding: 0 0 20px 0; */
	border-bottom: 1px solid #ccc; 
}
.zz{
	padding: 20px 0; 
}
@media (max-width: 1450px){
	.d-specialBaggage .d-search-box{padding-bottom: 15px;margin-bottom: 10px;}
	.d-specialBaggage .d-mintit{font-size: 12px;}
}
/*  特殊行李托运(page12-hnair-specialBaggage.html)页面样式 结束。  */
/*  特殊行李托运(page13-hnair-consignment.html)页面样式 开始：  */
.d-consignment .d-tab-rule{display: none;}

.d-consignment .d-tab-rule:first-child{display: block;}

.d-consignment .d-search-box{border-bottom: 1px solid #eaeaea; padding-bottom: 40px; margin-bottom: 25px;}

.d-consignment .d-summary { padding-left:15px; margin-bottom: 0;}

.d-consignment .d-table{margin:20px 0;}

.d-consignment .d-table .d-td1 { width: 120px; }

.d-consignment .d-table .d-td2 { width: 210px; }

.d-consignment .d-table .d-td3 { width: 420px; }

.d-consignment .d-table .d-td4 { width: 220px; }

.d-consignment .d-table .d-td5 { width: 205px; }

.d-consignment .d-table td span { display: block; padding: 0 20px; }

@media (max-width: 1450px){
	.d-consignment .d-search-box{padding-bottom: 20px;margin-bottom: 15px;}
	.d-consignment .d-table{margin:10px 0;}
}

/*  特殊行李托运(page13-hnair-consignment.html)页面样式 结束。  */
/*  休闲娱乐(page14-hnair-recreation.html)页面样式 开始：  */
.d-recreation .d-search-box { padding: 5px 0 25px; border-bottom: 1px solid #ccc; }

.d-recreation .d-tab .d-each-parent {
	width:102%;
 	margin: 0 0 0 -1%; 
}

.d-recreation .d-tab .d-each { 
	width: 18%; 
	margin: 30px 1% 0 1%; 
}
.d-recreation .d-tab .d-each .item-recreation-show{
	cursor: pointer;
}
.d-recreation .d-tab .d-each img{
	max-width:auto;
	width:100%;
}

.d-recreation .d-tab .d-each .d-name { height: 44px; line-height: 1.6; font-size: 14px; color: #565656; padding: 10px 0 0 0; }

.d-recreation .d-tab .d-each .d-links { display: block; height: 217px; line-height: 217px; text-align: center; color: #fff; font-size: 16px; background: #ff3333; }

@media (max-width: 1450px) { 
	.d-recreation .d-search-box{padding-bottom: 20px;}
	.d-recreation .d-tab .d-each{margin-top: 20px;}
	.d-recreation .d-tab .d-each .d-name{font-size: 12px;height: 3.2em;padding-top: 5px;}
    .d-recreation .d-tab .d-each .d-links { height: 176px; line-height: 176px; } 
}

/*  休闲娱乐(page14-hnair-recreation.html)页面样式 结束。  */
/*  宜人餐食(page15-hnair-meals.html)页面样式 开始：  */

.d-meals .d-tit{border-top: 1px solid #eaeaea; }
.d-meals .d-tit:first-child{border-top:0; }
.d-meals .d-tab .d-btnbox{margin-bottom: 0;}
.d-meals .d-tab .d-food { padding-bottom:5px; }
.d-meals .d-tab .d-food .d-summary-box{margin-top:20px;}
.d-meals .d-tab .d-food .d-summary {padding-left: 15px;}
.d-meals .d-tab .d-food span.z{
	display:block;
	font-size:12px;
	color:#565656;
	padding-left:12px;
}

/*  宜人餐食(page15-hnair-meals.html)页面样式 结束。  */
/*  准备出行(page16-hnair-readyTravel.html)页面样式 开始：  */
.d-readyTravel .d-tab .d-con { 
	width:102%;
	margin-left: -1%;
}

.d-readyTravel .d-tab .d-con li { 
	width: 31.33%;
	/*height: 209px; */
	/*border-bottom: 1px solid #ccc; */
	margin:0 1% 2%;
	/*padding: 25px 0 0 0; */
	position: relative; 
	background:#f7f7f7; 
}

/*.d-readyTravel .d-tab .d-con .d-left-li { border-right: 1px solid #ccc; }*/

.d-readyTravel .d-tab .d-con .d-pic { width: 100%; }

.d-readyTravel .d-tab .d-con .d-pic img{
	max-width: ;
	width:100%;
}

.d-readyTravel .d-tab .d-con .d-right-li .d-pic { margin: 0 0 0 0; }

.d-readyTravel .d-tab .d-con .d-text { padding: 12px 12px 40px; }
.d-readyTravel .d-tab .d-con .d-text .d-txt{
	height:44px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.d-readyTravel .d-tab .d-con .d-mintit { 
	font-size: 16px; 
	height: 30px; 
	line-height: 30px; 
	padding-left:0;
}
.d-readyTravel .d-tab .d-con .d-mintit i{
	display:none;
}
.d-readyTravel .d-tab .d-con .d-dot { top: 50%; margin: -2px 0 0 0; }

.d-readyTravel .d-tab .d-con .d-txt { font-size: 14px; line-height: 1.6; color: #666; }

.d-readyTravel .d-tab .d-con .d-links { 
	position: absolute; 
	bottom: 35px; 
	right: 20px; 
	color: #ff3333; 
	font-size: 12px; 
}

@media (max-width: 1450px) { 
	.d-readyTravel .d-tab .d-con .d-mintit{font-size: 14px;height: 24px;line-height: 24px;}
	.d-readyTravel .d-tab .d-con .d-text{padding:8px 12px 30px;}
    .d-readyTravel .d-tab .d-con .d-text .d-txt{ font-size: 12px; line-height:1.6;height: 3.2em; }
    .d-readyTravel .d-tab .d-con .d-links { bottom: 20px;} }

/*  准备出行(page16-hnair-readyTravel.html)页面样式 结束。  */
/*  尊享头等舱 奔驰免费送(page17-hnair-enjoyFirst.html)页面样式 开始：  */
.d-enjoyFirst .d-each-con { 
	/*padding: 0 0 60px 0; */
	border-bottom: 1px solid #ccc; 
}

.d-enjoyFirst .d-each-con .d-summary { padding-left: 15px;}

.departure-city .d-select{
	width:336px;
}
.arrival-city .d-select{
	width:336px;
}
.departure-time .d-select{
	width:336px;
}
.return-time .d-select{
	width:336px;
}
.passenger-numbers .d-select{
	width:158px !important;
}
.shipping-space .d-select{
	width:336px;
}
@media screen and (max-width:1450px){
	.departure-city .d-select{
		width:218px;
	}
	.arrival-city .d-select{
		width:218px;
	}
	.departure-time .d-select{
		width:218px;
	}
	.return-time .d-select{
		width:218px;
	}
	.passenger-numbers .d-select{
		width:99px !important;
	}
	.shipping-space .d-select{
		width:218px;
	}
}

/*  尊享头等舱 奔驰免费送(page17-hnair-enjoyFirst.html)页面样式 结束。  */
/*  超限行李付费(page18-hnair-cxxlff.html)页面样式 开始：  */
.b-line{
    border-bottom: 1px solid #ccc;
}
.b-line.on{border-bottom-color: transparent;}
.d-cxxlff .d-tit { padding: 0; }

/*.d-cxxlff .d-each-con { padding: 0 0 30px 0; }*/

.d-cxxlff .d-each-con .d-mintit { height: 60px; line-height: 60px; font-size: 18px; }

.d-cxxlff .d-slide-toggle .d-slide-bd{margin-bottom: 0;}

.d-cxxlff .d-each-con .d-reminder { margin: 10px 0 0 0; }

/* .d-cxxlff .d-each-con .d-reminder .d-summary { font-size: 14px; color: #565656; line-height: 22px; padding: 0 0 10px 0; } */

.d-cxxlff .d-each-con .d-reminder .d-summary a { color: #ff3333; }

.d-cxxlff .d-table { margin: 20px 0; }

/* .d-cxxlff .d-table th { height: 50px; background: #eaeaea; font-size: 14px; color: #232323; }

.d-cxxlff .d-table td { height: 80px; font-size: 14px; color: #565656; line-height: 22px; text-align: center; }

.d-cxxlff .d-table td p { padding: 0 10px; } */

.d-cxxlff .d-table .d-row1 { width: 120px; }

.d-cxxlff .d-table .d-row2 { width: 210px; }

.d-cxxlff .d-table .d-row3 { width: 330px; }

.d-cxxlff .d-table .d-row4 { width: 310px; }

.d-cxxlff .d-table .d-row5 { width: 220px; }
@media (max-width: 1450px){
	.d-cxxlff .d-each-con .d-mintit{font-size: 14px;height: 45px;line-height: 45px;}
	/* .d-cxxlff .d-each-con .d-reminder .d-summary{font-size: 12px;line-height: 1.6;} */
	/* .d-cxxlff .d-table th{font-size: 12px;line-height: 1.6;}
	.d-cxxlff .d-table td{font-size: 12px;line-height: 1.6;height: 60px;} */
}
/*  超限行李付费(page18-hnair-cxxlff.html)页面样式 结束。  */
/*  多重套票 限时抢购(page19-hnair-dctp.html)页面样式 开始：  */
.d-dctp .d-con .d-summary {padding-left: 15px;}

/* .d-dctp .d-con .d-summary .d-dot { top: 8px; } */

/* .d-dctp .d-table th { height: 42px; background: #eaeaea; font-size: 14px; color: #232323; }

.d-dctp .d-table td { font-size: 14px; color: #565656; padding: 8px 0; line-height: 22px; } */

.d-dctp .d-table .d-row1, .d-dctp .d-table .d-row2 { width: 7%; }

.d-dctp .d-table .d-row3 { width: 14%; }

.d-dctp .d-table .d-row4, .d-dctp .d-table .d-row5 { width: 15%; }

.d-dctp .d-table .d-row6 { width: 13%; }

.d-dctp .d-table .d-row7 { width: 29%; }

.tp .d-slide-toggle{
	border-bottom:1px solid #ccc;
}

@media (max-width: 1450px){
	/* .d-dctp .d-con .d-summary{font-size: 12px;line-height: 1.6;}
	.d-dctp .d-table th{font-size: 12px;line-height: 1.6;}
	.d-dctp .d-table td{font-size: 12px;line-height: 1.6;} */
}
/*  多重套票 限时抢购(page19-hnair-dctp.html)页面样式 结束。  */

/*12-3*/
/* 地面服务-中转服务(page22-hnair-zzfw.html)页面样式 开始。*/
.zzfw-tab p a{
	display:block;
	float:left;
	font-size:14px;
	color:#333;
	width:25%;
	height:48px;
	line-height:48px;
	text-align:center;
	background:#fafafa;
	position:relative;
}
.zzfw-tab p a strong{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zzfw-tab p a:hover{
	color:#fff;
	background:#ffbe0c;
}
.zzfw-tab p a.on{
	color:#fff;
	background:#ffbe0c;
}
.zzfw-tab p a i{
	display:none;
}
.zzfw-tab p a:before,.zzfw-tab p a:after{
	content: ''; 
	position: absolute; 
	right: 50%; 
	top: 48px; 
	margin-left: -6px; 
	width: 0; 
	height: 0; 
	border: 6px solid transparent; 
}
.zzfw-tab p a.on:before { 
	border-top-color: #ffbe0c; 
}
.zzfw-tab p a:hover:before { 
	border-top-color: #ffbe0c; 
}
.zzfw-con{display: none;}
.zzfw-con.on{display: block;}
.zzfw-con .d-slide-toggle{border-bottom: 1px solid #eaeaea;}
.zzfw-con .d-slide-toggle .d-search-box{
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.zzfw-con .d-search-box .d-name{
	padding-left: 10px;
}
.zzfw-con .ckTxt{
	display:block;
    font-size: 14px;
    color: #565656;
    margin-bottom:20px;
}
.zzfw-con .d-table td span{
	display:block;
	text-align:center;
}
.zzfw-con .bTs{
	display:block;
    font-size: 12px;
    color: #999;
    margin-top:20px;
    text-align:right;
}

.zzfw-con .xbt{
	display:block;
	font-size:16px;
	color:#232323;
    margin-bottom: 10px;
    margin-top: 10px;
}
.zzfw-con .d-summary img{
	display:block;
	width:100%;
	margin-top:20px;
}

.zzfw-con  table.tb-bod td span:nth-child(1){
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
}
.zzfw-con  table.tb-bod td span:nth-child(2){
	padding-top:8px;
}
.zzlc-item{
	padding: 30px 0 20px;
	border-top: 1px solid #eaeaea;
}
.zzlc-item:first-child{
	border-top: 0;
}
.zzlc-item span.gzCity{
	display:block;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
.zzlc-item .d-summary{
	padding-left:12px !important;
}
.zzlc-item .d-summary span{
	display:block;
}
.zzlc-item .ys1,.zzlc-item .ys2{
	display:block;
	margin-bottom:10px;
}
.zzlc-item .ys1{
	font-size:12px;
	color:#ffbe0c;
}
.zzlc-item .ys2{
	font-size: 14px;
    color: #565656;
    line-height: 22px;
}
.zzlc-item span.p{
	display:block;
	font-size:14px;
	color:#999;
	margin-top:20px;
}
@media (max-width: 1450px){
	.zzlc-item{padding:15px 0 10px;}
	.zzlc-item span.gzCity{font-size: 14px;}
	.zzfw-con .xbt{font-size: 14px;}
	.zzfw-con .ckTxt{font-size: 12px;line-height: 1.6;margin-bottom: 10px;}
	.zzlc-item span.p{font-size: 12px;margin-top: 15px;}
	/* .zzfw-tab p a{font-size: 12px;} */
}

/* 地面服务-中转服务(page22-hnair-zzfw.html)页面样式 结束。*/


/* 地面服务-中转旅客须知(page24-hnair-zzlkxz.html)页面样式 开始。*/
.d-con-xz .d-summary{
	padding-left:15px;
}
.d-con-xz .d-summary a{
	color:#db0000;
}
.d-con-xz .d-summary .num-t1{
	display:block;
	color:#999;
	margin-top:10px;
}


/* 地面服务-中转旅客须知(page24-hnair-zzlkxz.html)页面样式 结束。*/


.hnairWrap{
    max-width:930px;
    margin:0 auto;
}
.hnair-tit{
    height:70px;
    line-height:70px;
    font-size:24px;
    color:#333;
    padding:0 20px;
    background:#fff;
}
.hnair-con{
    margin-top:10px;
    padding:30px 20px 20px;
    background:#fff;
}
.hnair-con .t-img{
    width:100%;
    margin-bottom: 20px;
    background:#fff;
}
.hnair-con .t-img img{
    display:block;
    width:100%;
}
.hnair-con .tabCon{
    width:100%;
}
.hnair-con .tabCon>ul{
    margin-bottom:20px;
    height: 48px;
}
.hnair-con .tabCon>ul li{
    /* display:inline-block; */
    float:left;
    width:25%;
    height:48px;
    line-height:48px;
    text-align:center;
}
.hnair-con .tabCon>ul li a{
    display:block;
    font-size:16px;
    color:#333;
    text-align:center;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:2px solid #ececea;
    background:#ececea;
}
.hnair-con .tabCon>ul li.on a{
    color:#dc0c0c;
    border-bottom:2px solid #dc0c0c;
}
.hnair-con .tabCon>ul li:hover a{
    color:#dc0c0c;
    border-bottom:2px solid #dc0c0c;
}
.hnair-con .tabCon .tabList{
    width:100%;
    overflow-x:hidden ;
    margin-top:30px;
}
.tabList-child.on{
    display:block;
}
.tabList-child{
    display:none;
    width:100%;
}
.d-dctp .tabList-child{
    /* width:100%; */
    width:102%;
    margin-left:-1%;
}
.hnair-con .tabCon .tabList .tabItem{
    float:left;
    width:31.33%;
    margin:0 1% 20px 1%;
}
.hnair-con .tabCon .tabList .tabItem:last-child{
    margin-right:0;
}
.tabItem img{
    display:block;
    width:100%;
}
.tabItem .tabItem-txt{
    padding:12px 15px;
    background:#f7f7f7;
}
.tabItem .tabItem-txt h3{
    font-size:16px;
    color:#000;
    height: 30px;
    line-height: 30px;
}
.tabItem .tabItem-txt p{
    font-size:14px;
    color:#666;
    line-height: 1.6;
    height: 3.2em;
    margin-top:10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tabItem .tabItem-txt a{
    display:inline-block;
    float:right;
    font-size:12px;
    color:#db0000;
    margin-bottom:20px;
}
@media (max-width: 1450px){
	.hnair-con{padding: 15px 15px 40px;}
	.hnair-con .t-img{margin-bottom: 15px;}
	.hnair-con .tabCon>ul{margin-bottom: 15px;}
	.hnair-con .tabCon>ul li a{font-size: 14px;}
	.hnair-con .tabCon .tabList{margin-top: 15px;}
	.hnair-con .tabCon .tabList .tabItem{margin-bottom: 15px;}
	.tabItem .tabItem-txt{padding:8px 12px;}
	.tabItem .tabItem-txt h3{font-size: 14px;height: 24px;line-height: 24px;}
	.tabItem .tabItem-txt p{font-size: 12px;line-height: 1.6;height: 3.2em;margin-top: 5px;margin-bottom: 10px;}
	.tabItem .tabItem-txt a{font-size: 12px;line-height: 1.6;margin-bottom:10px;}
}

/* .d-dmty .d-summary{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 0 10px 0;
} */
/* .d-dmty .d-table th {background: #eaeaea;padding: 18px 10px; font-size: 14px; color: #232323; }

.d-dmty .d-table td { font-size: 14px; color: #666; padding: 18px 10px; line-height: 22px; } */
.d-dmty .d-table .d-row1{width: 12.4%;}
.d-dmty .d-table .d-row2{width: 17.8%;}
.d-dmty .d-table .d-row3{width: 32%;}
.d-dmty .d-table .d-row4{width: 16.2%;}
.d-dmty .d-table .d-row5{width: 21.6%;}
.tab-vip .tab-hd{
	margin-bottom: 30px;
	background: #fafafa;
}
.tab-vip .tab-hd ul{
	font-size: 0;
}
.tab-vip .tab-hd li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-left: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.tab-vip .tab-hd li:first-child{
	border-left: 0;
}
.tab-vip .tab-hd li a{
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.tab-vip .tab-hd li.on{
	position: relative;
	background: #ffbe0c;
	border-left-color: #ffbe0c;
}
.tab-vip .tab-hd li.on:after{
	content:'';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color:#ffbe0c;
}
.tab-vip .tab-hd li.on a{
	color: #fff;
}
.tab-vip .tab-hd .tablen3 li{
	width: 33.33%;
}
.tab-vip .tab-bd .tab-con{
	display: none;
}
.tab-vip .tab-bd .tab-con.on{
	display: block;
}
@media (max-width: 1450px){
	.tab-vip .tab-hd{margin-bottom: 15px;}

	/* .d-dmty .d-summary{
		font-size: 12px;
		line-height: 1.6;
	}
	.d-dmty .d-table th{
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.6;
	}
	.d-dmty .d-table td{
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.6;
	} */
}
/* .d-zmkj .d-summary{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0 0 10px 0;
} */

.d-zmkj .d-picture{margin-bottom: 0;}
.d-zmkj .d-summary.on{
	color: #db0a16;
}
.d-zmkj .d-summary a{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.d-zmkj .d-prove-box{
    text-align: center;
    background: #f7f7f7;
}
.d-zmkj .form-prove{
    display: inline-block;
    padding: 22px 0;
    text-align: left;
}
.d-zmkj .form-group{
    padding: 8px 0;
}
.d-zmkj .form-group .form-label{
	float: left;
	width: 160px;
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 45px;
}
.d-zmkj .form-group .form-label .required{
	color: #cb0401;
}
.d-zmkj .form-group .form-input{
	margin-left: 180px;
}
.d-zmkj .form-group .form-input input{
	width: 360px;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	outline: none;
	font-size: 14px;
}
.d-zmkj .user-agreement{
	margin-left: 180px;
}
.d-zmkj .user-agreement .checkbox{
	display: inline-block;
	cursor: pointer;
}
.d-zmkj .user-agreement .icon-check{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url('../images/radio-off.png') left center no-repeat;
}
.d-zmkj .user-agreement .check .icon-check{
	background-image: url('../images/radio-on.png') ;
}
.d-zmkj .user-agreement .check-label{
	vertical-align: middle;
	color: #999;
	font-size: 12px;
}
.d-zmkj .user-agreement a{
	font-size: 12px;
	color: #cb0401;
}
.d-zmkj .d-search-btn{
	margin-left: 180px;
	margin-top: 30px;
	width: 170px;
	height: 46px;
	line-height: 46px;
	border: 0;
	border-radius: 24px 0;
	background: #db0a16;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}
.d-zmkj .d-search-btn:disabled{
	background: #ccc;
	cursor: default;
}



@media (max-width: 1450px){
	.d-zmkj .form-group .form-label{font-size: 12px;padding-right: 10px;}
	.d-zmkj .form-group .form-input{margin-left: 170px;}
	.d-zmkj .form-group .form-input input{font-size: 12px;width: 320px;}
	/* .d-zmkj .d-summary{font-size: 12px;line-height: 1.6;} */
	.d-zmkj .user-agreement{margin-left: 170px;}
	.d-zmkj .d-search-btn{margin-left: 170px;}
}

.d-investor .d-summary img{margin:0 auto;display: block;}
.d-investor .d-mintit {  padding-left: 0; font-size: 16px; height: 30px; line-height: 30px; text-align: left; color: #000; margin-bottom: 10px;}
.d-investor .d-table {margin-bottom: 20px;}

@media (max-width: 1450px){
	.d-investor .d-mintit {font-size: 14px; height: auto; line-height: 1.6;}
}

.d-policy .d-content{padding-top: 0;padding-bottom: 20px;}
.d-policy .d-slide-toggle{border-top: 1px solid #eaeaea;}
.d-policy .d-slide-toggle:first-child{border-top:0;}

.d-policy .d-summary .d-dot{position: static;display: inline-block;vertical-align: middle;margin-right: 5px;}
.d-policy .d-summary a {color: #db0000;}
.d-policy .d-table {margin-bottom: 20px;}
.d-policy .d-table td strong{font-weight: bold;}
.d-policy .d-sidebar{top:170px;}
.d-cookie .d-summary{
    text-indent: 2em;
}
.popup-modal { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }

.popup-modal .popup-bg { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 2; background: #000; opacity: .5; }

.popup-modal .popup-box { position: absolute; left: 50%; top: 50%; width: 880px; margin-top: -300px; margin-left: -440px; background: #f7f7f7; z-index: 3; }

.popup-modal .btn-close { position: absolute; right: 10px; top: 8px; width: 35px; height: 35px; background: url("../images/trip-sprite.png") no-repeat; background-position: -101px -156px; cursor: pointer; }

.popup-recreation .popup-box{width: 640px;margin-left: -320px;}

.popup-recreation .popup-box-hd { height: 50px; line-height: 50px; background: #fff; text-align: center; font-size: 18px; }

.popup-recreation .popup-box-hd strong { margin-left: 10px; vertical-align: middle; }

.popup-recreation .popup-box-bd { padding: 40px; }

.popup-recreation .popup-box-bd p { margin-bottom: 25px; font-size: 14px; line-height: 1.5; color: #666; }

.popup-recreation .popup-box-bd .btn-recreation { display: block; margin: 0 auto; width: 100px; height: 38px; background: #db0000; -webkit-border-radius: 17.5px 0; -moz-border-radius: 17.5px 0; border-radius: 17.5px 0; outline: none; font-size: 14px; line-height: 38px; color: #fff; cursor: pointer; }

.popup-recreation .icon-tip { width: 22px; height: 22px; background: url("../images/trip-sprite.png") no-repeat; background-position: -160px -136px; }

.d-recreation .d-each .popup-recreation-pic{float: left;width: 205px;}

.d-recreation .d-each .popup-recreation-info{margin-left: 225px;}

.d-recreation .d-each .popup-recreation-info p{margin: 10px 0;}

.d-recreation .d-each .popup-recreation-info p strong{font-weight: bold;color:#333;}


.highlight{color:#db0000!important;}
.search-result{
	padding: 50px 0 100px;
	background: #fff;
}
.search-result .search-form-box{
	max-width: 940px;
	padding-left:30px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.search-result .search-form-btn{
	float: right;
	width: 70px;
	height: 54px;
}
.search-result .search-form-btn .btn-submit{
	width: 60px;
	height: 54px;
	line-height: 54px;
	outline: none;
	border: 0;
	background: url('../images/icon-zoom.png') center no-repeat;
	cursor: pointer;
}

.search-result .search-form-i{
	margin: 13px 70px 13px 0;
	border-right: 1px solid #e6e6e6;

}
.search-result .search-form-i input{
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	border: 0;
	outline: none;
}

.search-result .search-result-info{
	margin-top: 15px;
	padding: 0 35px;
}
.search-result .search-result-info .item-result-info{
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.search-result .search-result-info .item-result-tit{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}
.search-result .search-result-info .item-result-tit:hover{
	color: #db0000;
}
.search-result .search-result-info .item-result-cont{
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

@media screen and (max-width:1450px){
	.search-result{padding:25px 0 40px;}
	.search-result .search-form-box{max-width: 70%;padding-left: 20px;}
	.search-result .search-result-info{padding:0 25px;margin-top: 5px;}
	.search-result .search-result-info .item-result-info{padding:15px 0;}
	.search-result .search-result-info .item-result-tit{font-size: 16px;}
	.search-result .search-result-info .item-result-cont{margin-top: 5px;font-size: 12px;}
	.search-result .search-form-btn{height: 38px;width: 60px;}
	.search-result .search-form-btn .btn-submit{height: 46px;line-height: 46px;width: 60px;}
	.search-result .search-form-i{margin-top:8px;margin-bottom: 8px;margin-right: 60px;}
	.search-result .search-form-i input{font-size: 18px;}
}

.d-flightStatus .d-title{padding-left: 20px;}

.d-flightStatus .d-titline {
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #cd0000;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.d-flightStatus .d-content{
	padding-top: 0;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.d-flightStatus .d-table{margin-bottom: 15px;}

.d-flightStatus .d-table th,.d-flightStatus .d-table td{
	border: 0 none;
}
.d-flightStatus .d-table th { background: #fafafa; }

.d-flightStatus .d-table td { border-bottom: 1px solid #f0f0f0;}

/* .d-flightStatus .d-summary {font-size: 12px;color:#666;line-height: 22px;} */

.d-flightStatus .inp-prefix{margin-top:0;height: 50px;line-height: 50px;}

.d-flightStatus #service-1{padding-top: 20px;font-size: 14px;}

.d-flightStatus #service-1 .d-radio-box .d-radio{font-size: 16px;color:#333;}

.d-flightStatus .inp-1{outline: none;}

.d-flightStatus .city-box .inp-1{font-size: 14px;}

.d-flightStatus #service-1 .inp-flightnum{margin-left: 0;}

@media screen and (max-width: 1450px){
	.d-flightStatus .d-content{padding-bottom: 15px;margin-bottom: 15px;}
	.d-flightStatus .inp-prefix{height: 40px;line-height: 40px;}
	.d-flightStatus #service-1 .d-radio-box .d-radio{font-size: 14px;}
}

/* 2019-01-24 */
.d-dmty .list-dmty{margin-top: 30px;}

.d-dmty .list-dmty ul { margin-left: -20px; }

.d-dmty .list-dmty li { float: left; padding-left: 20px; position: relative; width: 33.33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.d-dmty .list-dmty .d-pic img { display: block; }

.d-dmty .list-dmty .d-text { padding: 12px 15px; background: #f7f7f7; text-align: right; }

.d-dmty .list-dmty .d-mintit { padding-left: 0; font-size: 16px; height: 30px; line-height: 30px; text-align: left; color: #000; font-weight: bold; }

.d-dmty .list-dmty .d-dot { top: 50%; margin: -2px 0 0 0; }

.d-dmty .list-dmty .d-txt { margin-top: 10px; height: 3.2em; overflow: hidden; text-align: left; }

.d-dmty .list-dmty .d-links { margin-bottom: 20px; display: inline-block; color: #db0000; font-size: 12px; }
.zzfw-con{width: }
@media screen and (max-width: 1450px){
	.d-dmty .list-dmty{margin-top: 15px;}
	.d-dmty .list-dmty li{padding-left: 15px;}
	.d-dmty .list-dmty .d-mintit{font-size: 14px;height: 24px;line-height: 24px;}
	.d-dmty .list-dmty .d-text{padding:8px 12px;}
	.d-dmty .list-dmty .d-txt{margin-top: 5px;}
	.d-dmty .list-dmty .d-links{margin-bottom:10px;}
}

.city-list{
  top: 100%;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  transform:translate(0); 
  box-sizing: border-box;
}
.city-list .city-tit, .city-list .city-li{
  height: auto;
  line-height: 1.4;
  padding-top:12px;
  padding-bottom:12px;
}
.city-list .ell{
  margin-left: 5px;
}
.city-list .city-li{
  padding-left: 25px;
}


@media screen and (max-width: 1450px){
  .city-list .city-tit, .city-list .city-li{
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


/* 2019.05.24 */
.d-title span{
	margin-left: 5px;
	font-size: 14px;
}

.d-destination .d-title{
	padding-left: 15px;
}
.d-destination .d-tab .d-btnbox{
	border-bottom:1px solid #e5e5e5;
}
.d-destination .d-tab .d-btn{
	margin-left: 60px;
	padding:0 12px;
	margin-bottom: 0;
	width: auto;
	background: none;
	border:0;
	font-size: 16px;
	font-weight: bold;
}
.d-destination .d-tab .d-btn:first-child{
	margin-left: 0;
}
.d-destination .d-tab .d-btn.on{
	background: none;
	border-bottom-color:#db0000;
}
.d-destination-list{
	width: 100%;
	overflow: hidden;
}
.d-destination-list ul{
	width: 103%;
	margin-left: -2%;
}
.d-destination-list li{
	float: left;
	width: 31.33%;
	height: 55px;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #f2f2f2;
}
.d-destination-list li a{
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 16px;
	color:#333;
	font-weight: bold;
	line-height: 55px;
}
.d-destination-list li a:before, .d-destination-list li a:after{
	 content: ''; 
	 position: absolute;
	  right: 12px; 
	  top: 50%; 
	  z-index: 1; 
	  width: 0; 
	  height: 0; 
	  margin-top: -8px;
	  border-width: 8px; 
	  border-color: transparent transparent transparent  #b2b2b2; 
	  border-style: solid; 
}
.d-destination-list li a:after { z-index: 2; margin-right: 2px; border-left-color: #f2f2f2; }

.d-destination-list li a:hover{
	color:#fff;
	background: #c90c15 url("../images/d-destination-bg.png") center bottom no-repeat;
}
.d-destination-list li a:hover:before{
	border-left-color: #fff; 
}
.d-destination-list li a:hover:after{
	border-left-color: #df1e26; 
}
@media screen and (max-width: 1450px){
	.d-title span{font-size: 12px;}
	.d-destination .d-tab .d-btn{
		margin-left: 40px;
		font-size: 14px;
	}
	.d-destination-list li a{
		font-size: 14px;
	}
}
/* 2019.05.24 */


@media (max-width: 586px) { 
  .d-about .d-information li {width: 50%;}
}
/* 2020.06.5 */


