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

.header-top {
    width: auto;
    box-sizing: border-box;
    height: 126px;
    background: #ffffff;
}
.app-header{
		display: none;
	}
.header-logo {
    text-align: center;
    line-height: 126px;
}

.header-list {
    height: 100%;
    line-height: 126px;
    text-align: justify;
    margin: 0 auto;
    font-size: 18px;
}

.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;
}



/*轮播图*/
.app-swiper{
	display: none;
}
#container {
			width: 100%;
			/*height: 596px;
			overflow: hidden;*/
	}
#container img{width: 100%;}
#container .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 50px;
    height: 6px;
    border-radius: 0;}
#container .swiper-container-horizontal>.swiper-pagination-bullets, #container .swiper-pagination-custom, #container .swiper-pagination-fraction{bottom: 36px;}
#container .swiper-pagination-bullet{background-color: white}
#container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0086da;
}
/*企业布局*/
/*移动端app*/
.app-layout{
	display: none;
}
/*pc端*/
.layout {
    width: 100%;
    background: #f8f8f8;
}

.layout-con {
    margin:0px auto;
    padding-top: 0;
}

.layout-top {
    width: 270px;
    height: 74px;
    margin: 55px auto;
    text-align: center;
    line-height: 1;
}
.layout-top>img{
	display: inline-block;
	vertical-align: top;
}
.layout-right-p1{
	color:#000000;
	font-size: 30px;
	padding-top: 5px;
}
.layout-right-p2{
	color:#0086DA;
	font-size: 14px;
	font-weight: 400;
}
.layout-right-p3{
	color:#ff983c;
	font-size: 14px;
	font-weight: 400;
}
.layout-right-p4{
	color:#0086da;
	font-size: 14px;
	font-weight: 400;
}

.layout-top>.layout-rightp{
	display: inline-block;
}
.layout-bot {
    line-height: 1.5;
    font-size: 20px;
    color: #000000;
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
}

.layout-left {
    width: 40%;
    height: auto;
    background: url("../images/home/home03.png") no-repeat;
    background-size: 80%;
    margin-top: 36px;
}

.layout-right {
    width: 36%;
    margin-top: 20px;
    height: 500px;
    font-size: 16px;
}

.layout-text > span {
    color: #0086da;
}

.layout-iconn {
    width: 100%;
    margin-top: 35px;
   /* margin-left: -44px;*/
}

.layout-icon {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.layout-icon > li {
    width: 33%;
    padding-bottom: 40px;
    font-size: 14px;
    text-align: center;
}
.layout .layout-icon > li:first-child{text-align: left}
.layout .layout-icon > li:last-child{text-align: right}

.layout-main {
    padding-top: 5px;
}

.layout-span {
    display:block;
    padding-top: 10px;
}

/*企业特色*/

.feature {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.feature > .feature-con {
    width: 1000px;
    margin: 30px auto;
}

.feature-top {
    width: 300px;
    height: 65px;
    background: url("../images/home/feature1.png") no-repeat;
    margin: 50px auto;
}

.feature-bot {
    width: 100%;
    height: 200px;
    padding-top: 0;
}

.feature-pass {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    box-sizing: border-box;
}

.feature-pass > li {
    width: 10%;
    text-align: center;
}

.feature-pass > li > img {
    width: 100%;
    padding-bottom: 30px;
}
/*移动端*/
.app-feature{
	display: none;
}
/*金牌客户*/

.client {
    width: 100%;
    height: auto;
    background: #f8f8f8;
}

.client-con {
    padding: 60px;
    box-sizing: border-box;
}

.client-top {
    width: 273px;
    height: 73px;
    margin: 40px auto;
    background: url("../images/home/client01.png") no-repeat;
}
.appclient-top{
	display: none;
}
.APPbanner{
	display: none;
}
/*厂商轮播图*/
.tab {
    margin: 30px auto;
}

.tab-title {
    text-align: center;
    line-height: 52px;
}

.tab-title .item {
    display: inline-block;
    width: 80px;
    color: #aeaeae;
    font-size: 20px;
}

.tab-title .item-cur {
    color: #0086da;
    border-bottom: 2px solid #0086da;
}

.tab-cont {
    position: relative;
    height:400px;
    overflow: hidden;
    margin: 0 auto;
}

.tab-cont__wrap {
    position: absolute;
}

.tab-cont .item {
    text-align: center;
    color: #fff;
}

/*厂商轮播小点*/

.tab-btn {
    height: 100%;
    position: relative;
}

.tab-prev, .tab-next {
    width: 50px;
    height: 50px;
    background: url("../images/home/client04.png") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -300px;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
}

.tab-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
}

.tab-next {
    right: 0;
    -webkit-transform: rotate(0deg);
}

/*底部*/

.footer {
    width: 100%;
    height: 262px;
    background: #212025;
    position: relative;
}
.app-footernav{
	display: none;
}
.app-height{
	display: none;
}
.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/home/footer01.png') no-repeat;
}

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

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

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

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

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

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

/*版权所有*/
.appcopy-text{
	display: none;
}
.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: 70px;
    color:#ffffff;
    font-size: 13px;
}
/*金牌客户中的logo*/
.table-list{
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.table-list>li{
	width: 33%;
}
.table-lista{
	display: block;
}

.client-con{
	background: #F8F8F8;
}

.swiper-slide{
	margin-bottom: 20px;
}
.layout-icon>li>img{
	width: 50%;
}
/*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;
    padding: 0 0 47px 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: 5px 10px;}
.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;
}
.carousel-control.left{width: 31px;}
.carousel-control.right{width: 31px;background-image: url(../images/home/client03.png);transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.layout,.client,.client-con {background: #fff;}
.infoBox .infoList {
    height: 180px;
    display: block;
    float: left;
    padding: 0 32px;
}
.listBox a{color: #fff;}
.listBox a:hover{color: #0086da;}
.list-img img{vertical-align: middle}
.PCbanner{width: 1200px;margin: 0 auto;padding: 0 0 45px;}
.carousel-control{left: 0;}
.carousel-control.right{right: 0;}
/*底部*/
.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 32px;}
.infoBox .infoList .listBox{margin:0 auto;}
.listBox li a{font-size: 16px;color: #fff;font-family: "Microsoft Yahei", 微软雅黑;}
.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;}
