/**
 * 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;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

a {
	font-size: 100%;
	text-decoration: none;
}

p {
	color: #151515;
	line-height: 22px;
	font-size: 14px;
}

.uneditable-input, textarea.m-wrap, input[type="text"].m-wrap, input[type="password"].m-wrap, input[type="datetime"].m-wrap, input[type="datetime-local"].m-wrap, input[type="date"].m-wrap, input[type="month"].m-wrap, input[type="time"].m-wrap, input[type="week"].m-wrap, input[type="number"].m-wrap, input[type="email"].m-wrap, input[type="url"].m-wrap, input[type="search"].m-wrap, input[type="tel"].m-wrap, input[type="color"].m-wrap {
    -webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: 32px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
}

img {
	max-width: 100%;
}

.row-fluid {
    width: 100%;
    *zoom:1}

.row-fluid:before,.row-fluid:after {
    display: table;
    line-height: 0;
    content: ""
}

.row-fluid:after {
    clear: both
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%
}

.text-center{
	text-align: center;
}

.icon {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.wrapper {
	
}

.width-1024 {

}

.tab-content .tab-pane {
	display: none;
}

.tab-content .tab-pane.active {
	display: block;
}


/*
********************  头部
*/
.logo{
	display: block;
	height: 70px;
	line-height: 70px;
	text-align:center;
	padding: 0 25px;
	background:#f7f7f7;
}
.logo img{
	vertical-align: middle;
	max-height: 36px;
}



/*
******************** banner
*/

.banner-wrap {
	margin-bottom: 18px;
}

.banner-wrap img {
	vertical-align: middle;
}

.duihua {
	position: relative;
	height: 184px;
}

.duihua .duihua-content {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.duihua .duihua-content ul {
	width: 100% !important;
}

.duihua .duihua-content li {
	width: 100% !important;
	height: 184px;
	overflow: hidden;
	text-align: center;
}

.duihua .duihua-content li a {
	display: block;
	height: 184px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:auto 100%;
}
.duihua .bannerpage {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.duihua .bannerpage ul {
	text-align: center;
}

.duihua .bannerpage ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0px 3px;
	overflow: hidden;
	line-height: 999px;
	background: url(../images/circle.png) no-repeat;
}

.duihua .bannerpage ul .on {
	background: url(../images/circleon.png) no-repeat;
}

.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;
}


/*
******************** 导航 
*/

.nav {
}
.nav ul{
	overflow: hidden;
	margin: 0 5px;
	margin-bottom: 20px;
}
.nav ul>li {
	float: left;
	width: 33.333334%;
}

.nav ul>li>a {
	display: block;
	color: #fff;
	background-color: #ccc;
	margin: 5px;
	height: 90px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
}
.nav ul>li>a b{
	display: block;
	height: 60px;
	line-height: 60px;
	width: 60px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	margin-bottom: 5px;
}
.nav ul>li>a b img{
	max-width: 100%;
}

.nav ul>li.bg01 a{
	background: #ff5b6c;
}
.nav ul>li.bg02 a{
	background: #ff9352;
}
.nav ul>li.bg03 a{
	background: #4ddfba;
}
.nav ul>li.bg04 a{
	background: #53caf4;
}
.nav ul>li.bg05 a{
	background: #4ddfba;
}
.nav ul>li.bg06 a{
	background: #53caf4;
}


/*
******************** 正文 
*/
/* 最新动态 */
.panel{
	background: #f7f7f7;
	padding-top: 10px;
}
.panel .panle-title{
	height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 0 15px;
}
.panel .panle-title h3{
	font-weight: normal;
	font-size: 16px;
	margin: 0 5px;
}
.panel .panle-title .more{
	position: absolute;
	right: 10px;
	top:0;
	color: #666666;
	font-size: 12px;
}
.news{
	padding:15px 10px;
}
.news li{
	position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 13px;
    padding-right: 100px;
}
.news li a{
	display: block;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.news li span{
	position: absolute;
	right: 5px;
	top:0;
}




/*footer*/
.footer{
	padding: 10px 15px 0;
	background: #F7F7F7;
}
.link-friend{
	border-top: dotted 1px #929191;
    font-size: 16px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: 26px;
    height: 36px;
    padding-left: 34px;
    line-height: 36px;
    border-bottom: 1px solid #000;
}
.link-friend b{
	font-weight: normal;
	padding-right: 20px;
}

.copyright{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #151515;
	font-size: 13px;
	overflow:hidden;
}

/*
 ****************************航班动态
 */

.crumbs{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background: #fff;
	padding: 0 15px;
	overflow:hidden;
}
.crumbs li{
	float: left;
	margin-right: 8px;
}
.crumbs li a{
	color:#222 ;
	padding-right: 5px;
}
.crumbs li a:hover{
	text-decoration: underline;
}


/* 目录 */
.submenu{
	background: #FFFFFF;
}
.submenu .title{
	background: #efefef;
	height: 50px;
	padding:0 15px;
	position: relative;
}
.submenu .title a.back{
	font-size: 22px;
	color: #808486;
	position: absolute;
	right: 15px;
	line-height: 50px;
	top: 0;
}
.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{
	margin: 10px;
}
.submenu ul li {
	margin-bottom: 12px;
}
.submenu ul li a{
	display: block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #f1f1f1;
	color: #434343;
	background: url(../images/titlebg.jpg) repeat-x;
	background-size: auto 100%;
	font-size: 18px;
	text-align: center;
}
.submenu ul li a.active,
.submenu ul li a:hover{
	
}



/* 搜索 */
.search{
	padding: 20px 0 ;
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
    font-size: 16px;
}

.form-horizontal .control-label {
    float: left;
    width: 120px;
    padding-top: 5px;
    text-align: right;
    
}
.form-horizontal .controls {
    margin-left: 130px;
}
.controls > .radio, .controls > .checkbox{
	margin-right: 15px;
	line-height: 32px;
}
.controls > .radio input[type="radio"], .controls > .checkbox input[type="checkbox"]{
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.m-wrap{
	width: 100%;
	height: 32px;
	border: 1px solid #aaa;
	font-size: 16px;
}
.btn{
	width: 132px;
    height: 35px;
    border: 1px solid #00447a;
    background: url(../images/btn.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;;
}
.search-detail{
	padding: 0 10px;
}
.table-text{
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #ccc;
}
.search-detail .table{
	width: 100%;
	font-size: 16px;
	table-layout: fixed;
}
.search-detail .table td{
	width: 50%;
	line-height: 34px;
}


/* 机场招商 */
.jichagnnew{
	padding: 10px 10px 0;
}
.jichagnnew li{
	padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px dotted #c8c7c7;
}
.jichagnnew li a{
	
}















.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: 14px;
}
.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{
	margin: 10px;
	border-bottom: 1px solid #ccc;
}
.news-detail .img{
	margin-bottom: 10px;
}
.news-detail .img img{
	max-width: 100%;
}
.news-detail dl{
	margin-bottom: 10px;
	font-size: 16px;
}
.news-detail dl dt{
	font-weight: bold;
}
.news-detail dl dd{
	line-height: 34px;
	text-align: justify;
}
.news-detail01{
	
}
.news-detail01 dl dt{
	font-weight: normal;
}
.news-detail01 dl dd p{
	color: #151515;
	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: 150px;
	height: 130px;
}
.imgdetail .detail{
	margin-left: 160px;
	position: relative;
	padding-left: 42px;
	font-size: 13px;
}
.imgdetail .detail span{
	font-weight: bold;
	position: absolute;
	left:0;
	font-size: 13px;
}
.imgdetail .detail p{
	line-height: 20px;
}


