/*导航栏*/
.header-con {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header-top {
    width: auto;
    box-sizing: border-box;
    height: 126px;
    background: #ffffff;
}
.app-header{
	display: none;
}
.header-logo {
    text-align: center;
    line-height: 126px;
}
.app-footernav{
	display: none;
}
.appcopy-text {
	display: none;
}
.header-list {
    height: 100%;
    line-height: 126px;
    text-align: justify;
    margin: 0 auto;
}

.list-img {
    line-height: 70px;
}

.header-list > a {
    color: #000000;
    display: inline-block;
    text-align: justify;
}

.header-list > .active {
    color: #0086da;
    border-bottom: 4px solid #0086da;
    line-height: 120px;
}

.header-con > .header-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

/*img {
    width: 100%;
}*/


/*底部*/

.footer {
    width: 100%;
    height: 262px;
    background: #212025;
    position: relative;
}

.footer-con {
    width: 1200px;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-info {
    height:300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-one {
    font-size: 26px;
    color: #ffffff;
}

.footer-p {
    line-height: 50px;
    font-size: 26px;
    color: #ffffff;
}

.footer-text {
    width: 289px;
    height: 120px;
    font-size: 16px;
    line-height: 30px;
}

.footer-list {
    height: 113px;
    margin-top: 10px;
}

.footer-list > li {
    margin-bottom: 10px;
}

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon1 {
    background: url('../images/footer01.png') no-repeat;
}

.icon2 {
    background: url('../images/footer02.png') no-repeat;
}

.icon3 {
    background: url('../images/footer03.png') no-repeat;
}

.icon4 {
    background: url('../images/footer04.png') no-repeat;
}

.word {
    color: #ffffff;
    display: inline-block;
}

.footer-three {
    width: 130px;
    height: 130px;
    margin-top: 10px;
    background: url("../images/footer05.png") no-repeat;
    background-size: 100%;
}

.footer-four {
    width: 94px;
    height: 83px;
    background: url("../images/footer06.png") no-repeat;
    background-size: 100%;
    margin-top: -318px;
}

/*版权所有*/
.copy {
    width: 100%;
    height: 70px;
    background: #0086da;
    position: relative;
}

.copy-con {
    width: 1000px;
    text-align: center;
}

.copy-text{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
  /*  height:50px;*/
    line-height: 72px;
    color:#ffffff;
    font-size: 13px;
}
/*2019-3-4*/
.clear-b:after,.clear-b:before{content:'';clear:both;display:table;} /*清空浮动*/
a{color: #333;}
a:focus, a:hover {
    text-decoration: none !important;
}
.navbar-nav {
    width: 100%;
}
.logo{float: left;width: 250px;}
.nav{float: left;width: 950px}
.header-list .c-menu-li{float: right;text-align: center;width: 16%}
.header-list .c-menu-li a{line-height: 120px;display: inline;font-size: 18px;
    padding: 0 0 49px 0;}
.header-list .c-menu-li .active {
    color: #0086da;
    border-bottom: 4px solid #0086da;
    line-height: 120px;
}
.dropdown .dropdown-menu{padding: 5px 0;}
.dropdown .dropdown-menu a{line-height: 23px;display: block;padding: 10px;font-size: 13px;text-align: center;}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
}
/*底部*/
.footer{
    width:100%;
    padding-top:50px;
    color: #fff;
}
.footTop{
    width:100%;
}
.offAc,.infoBox{
    height:100%;
    float:left;
}
.offAc{width:15%; margin-left: 7%;font-size: 13px;text-align: center;font-family: "Microsoft Yahei", 微软雅黑;}
.offAc img{display: block;width: 68%;margin: 2px auto 0}
.offAc span{display: block;margin: 5px auto;}
.infoListHead{font-size: 16px;font-weight: bold;margin-bottom: 25px;font-family: "Microsoft Yahei", 微软雅黑;}
.infoBox .infoList{height:180px;display: block;float:left;padding: 0 39px;}
.infoBox .infoList .listBox{margin:0 auto;}
.listBox li a{font-size: 16px;color: #fff;font-family: "Microsoft Yahei", 微软雅黑;}
.listBox li a:hover{color: #0086da}
.listBox li{font-size: 16px;color: #fff;line-height: 30px;font-family: "Microsoft Yahei", 微软雅黑;}
.infoBox .infoList:nth-last-of-type(1){padding: 0 0 0 39px}
#airMap{width: 257px;height: 140px;display: block;}
#airMap .amap-marker-label{background-color: #7c8287;border: none;border-radius: 4px;}
#airMap .amap-marker-label .info{font-size: 13px;color: #Fff;padding: 3px 4px;}
#airMap .amap-icon img{width: 20px;}