/*float-wrapper css*/
body{
    overflow: hidden;
}
@media screen and (max-width: 1045px) {
    body{
        overflow-y: auto;
    }
}

/*
 * @version v1.0
 * @description 页面数字滚动插件
 * @基于jquery
 */
.mt-number-animate{ line-height:40px; height: 40px;/*设置数字显示高度*/; font-size: 50px;/*设置数字大小*/ overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 15px;/*设置分割符宽度*/ line-height: 40px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 28px;/*设置单个数字宽度*/ text-align: center; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;margin-left: 0}

/*swiper*/
.index-swiper {
    position: relative;
}

.index-swiper .code-wrap {
    position: absolute;
    right: 15%;
    bottom: 25%;
    color: #fff;
    /*display: flex;*/
    z-index: 2;
    display: none;
}

.index-swiper .code-wrap > div:first-child {
    margin-right: 15px;
}

.index-swiper .code-wrap > div {
    position: relative;
    padding: 3px 10px;
    background: #00baff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .88;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.index-swiper .code-wrap > div:hover {
    opacity: 1;
}

.index-swiper .code-wrap > div:hover > img {
    width: 100px;
    height: 100px;
}

.index-swiper .code-wrap > div > img {
    transition: all .3s;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

.index-swiper .code-wrap > div > p > img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    background-size: 10% 10%;
    height: 100%;
}
.index-swiper .swiper-loding{
    position: absolute;
    left: 50%;
    top: 0;
    width: 200px;
    margin-left: -100px;
    z-index: 3;
}
.index-swiper .swiper-loding img {
    width: auto;
    height: auto;
    margin-top: 27vh;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    vertical-align: top;
}

#swiper-pagination1 {
    bottom: 6%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

#swiper-pagination1 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.51;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 8px;
    margin: 0 5px;
}

#swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 0.8;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    width: 21px;
    height: 8px;
    margin: 0 5px;
}

.index-swiper-opacity {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 26%;
    left: 0;
    bottom: 0;
}

.index-swiper-summary {
    opacity: 0;
    position: absolute;
    z-index: 21;
    width: 1260px;
    height: 105px;
    left: 50%;
    margin-left: -630px;
    bottom: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section {
    overflow: hidden;
}

.index-swiper-summary .item .item-top {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    /*height: 20px;*/
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}

.index-swiper-summary .item .item-top span.num {
    font-size: 50px;
    font-family: 'HelveticaNeueLTPro-Th';
}

.index-swiper-summary .item .item-top span.plus {
    position: absolute;
    top: -8px;
}

.index-swiper-summary .item .item-bottom {
    text-align: center;
    height: 18px;
    font-size: 14px;
    color: #fff;
}

.index-swiper-summary .item {
    width: 20%;
}

/*content*/
.content .common .title {
    /*width: 1260px;*/
    text-align: center;
    margin: 0;
    width: 100%;
    /*padding: 10vh 0;*/
    /*padding-bottom: 8%;*/
    padding: 6% 0;
    /*padding-top: 126px;*/
    /*padding-bottom: 102px;*/
    /*padding*/
}

.content .common.partFour .fp-tableCell {
    width: 100%;
}

.content .common.partThree .title {
    padding-bottom: 7%;
    /*padding-top: 163px;*/
    /*padding: 0;*/
}

.content .common .title .big-title {
    margin-bottom: 34px;
    font-size: 40px;
    color: #383838;
    font-weight: 400;
    font-family: 'pingfang-Medium'
}

.content .partFive .title .big-title {
    font-size: 34px
}

.content .common .title .small-title {
    font-size: 18px;
    color: #666666;
    line-height: 12px;
}

/*partOne 智慧公交*/
.flex-column-wrap {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    height: 100%;
}

.flex-content {
    margin: 0;
    background-color: #171A2F;
}

.content .partOne-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*padding-bottom: 140px;*/
    /*padding-bottom: 8%;*/
    padding-bottom: 10vh;
    flex: 1;
}

.content .partOne-main .item {
    width: 17%;
    max-height: 600px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.content .partOne-main .item .img {
    /*min-height: 400px;*/
    height: 100%;
    /*max-height: 600px;*/
    background-size: cover
}

.content .partOne-main .item:first-child .img {
    background: url("../images/index/1.jpg") no-repeat center center;
}

.content .partOne-main .item:nth-child(2) .img {
    background: url("../images/index/2.jpg") no-repeat center center;
}

.content .partOne-main .item:nth-child(3) .img {
    background: url("../images/index/3.jpg") no-repeat center center;
}

.content .partOne-main .item:nth-child(4) .img {
    background: url("../images/index/4.jpg") no-repeat center center;
}

.content .partOne-main .item:nth-child(5) .img {
    background: url("../images/index/5.jpg") no-repeat center center;
}

.content .partOne-main .item:nth-child(6) .img {
    background: url("../images/index/6.jpg") no-repeat center center;
}

.content .partOne-main .item .img img {
    width: 100%;
}

.content .partOne-main .item .opacity {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #18191C;
    opacity: 0.62;
}

.content .partOne-main .item .info {
    transition: top .4s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    top: 39%;
}

.content .partOne-main .item .info .info-wrap {
    transition: top .4s cubic-bezier(.4, 0, .2, 1);
}

.content .partOne-main .item .info .info-wrap .info-img {
    height: 72px;
    text-align: center;
    margin-bottom: 28px;
}

.content .partOne-main .item .info .info-wrap .info-img img {
    /*height: 72px;*/
    height: 100%;
}

.content .partOne-main .item .info .info-wrap .r-line {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    display: block;
    margin-bottom: 39px;
    width: 13px;
    height: 1px;
    background-color: #fff;
}

.content .partOne-main .item .info .info-wrap .word {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.content .partOne-main .item .info .info-wrap .detail {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.content .partOne-main .item:hover .opacity {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #025BEB;
    opacity: 0.88;
}

.content .partOne-main .item:hover .info {
    transition: top .4s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    top: 26%;
}

.content .partOne-main .item:hover .info .info-wrap .r-line {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    display: block;
    margin-bottom: 20px;
    width: 13px;
    height: 1px;
    background-color: #fff;
}

.content .partOne-main .item:hover .info .info-wrap .detail {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/*taxi-supervision 智能交通监管平台*/
.content .taxi-supervision{
    background: url(../images/index/wybg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 100%;
    height: auto;
}
.content .taxi-supervision .title{
    margin-bottom: 12vh;
}

.content .taxi-supervision .title .big-title{
    color: #ffffff;
}
.content .taxi-supervision .title .small-title{
    color: #ffffff;
}

.content .taxi-supervision ul{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.content .taxi-supervision ul li{
    width:280px;
    height: 390px;
    margin-right: 26px;
    float: left;
    background:rgba(251,251,251,0.05);
    border-radius:10px;
    color: #ffffff;
    text-align: center;
    padding: 77px 27px 0 27px;
    margin-bottom: 50px;
    transition: all 0.3s;
}

.content .taxi-supervision ul li:hover{
    transform: translateY(-32px);
}

.content .taxi-supervision ul .li-4{
    margin-right: 0;
}

.content .taxi-supervision ul li img{
    margin-bottom: 35px;
    height: 71px;
}

.content .taxi-supervision ul li dt{
    font-size: 18px;
    margin-bottom: 20px;
}

.content .taxi-supervision ul li dd{
    font-size: 14px;
}

.content .taxi-supervision ul .more{
    clear: both;
    text-align: right;
}

.content .taxi-supervision ul .more span{
    color: #ffffff;
}

/*partFour 成功案例*/
.content .partFour-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.content .partFour-main .top {
    width: 800px;
    margin: 0 auto;
}

.content .partFour-main div, .content .partFour-main .section {
    margin: 0;
}

.content .partFour-main .top ul {
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.content .partFour-main .top ul li {
    padding-bottom: 16px;
    text-align: center;
    flex: 1;
    color: #333333;
    font-size: 26px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    font-family: 'pingfang-Medium'
}

.content .partFour-main .top ul li.active {
    color: #333333;
    font-size: 26px;
    display: inline-block;
    border-bottom: 3px solid #025BEB;
}

.content .partFour-main .bottom {
    /*padding-top: 42px;*/
    /*padding-bottom: 150px;*/
    /*padding: 7vh 0 15vh;*/
    /*background-color: #F6F6F6;*/
    height: 100%;
}

.content .partFour-main .bottom .bottom-item-wrap {
    display: none;
    background-color: #F6F6F6;
    min-height: 100%;
    /*height: 100%;*/
}

.content .partFour-main .bottom .bottom-item {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 42px 0 40px 0;
}

.content .partFour-main .bottom .bottom-item .item {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    flex: 1;
    margin-right: 18px;
}

.content .partFour-main .bottom .bottom-item .item:hover {
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    box-shadow: 0 0 30px rgba(2, 91, 235, 0.1);
    border-radius: 6px;
    flex: 1;
    margin-right: 18px;
    transform: scale(1.05);
}

.content .partFour-main .bottom .bottom-item .item:last-child {
    margin-right: 0;
}

.content .partFour-main .bottom .bottom-item .item .img {
    height: 30%;
    margin-bottom: 42px;
    overflow: hidden;
}

.content .partFour-main .bottom .bottom-item .item .img img {
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

.content .partFour-main .bottom .bottom-item .item:hover .img img {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transform: scale(1.1);
}

.content .partFour-main .bottom .bottom-item .item .info {
    padding: 0 42px 20px 20px;
}

.content .partFour-main .bottom .bottom-item .item .info .item-title {
    line-height: 24px;
    color: #383838;
    font-size: 18px;
    margin-bottom: 27px;
    font-family: 'pingfang-Medium'
}

.content .partFour-main .bottom .bottom-item .item .info .item-desc {
    line-height: 24px;
    color: #666;
    font-size: 12px;
}

.content .partFour-main .bottom .active {
    display: block;
}

/*partFive 关于我们*/
.content .common.partFive .title {
    /*padding-top: 147px;*/
    /*padding-bottom: 76px*/
}

.content .partFive {
    background-color: #171A2F;
    position: relative;
    /*padding-bottom: 140px;*/
}

.content .partFive .fp-tableCell {
    width: 100%;
}

.content .partFive .title .big-title {
    color: #fff;
    font-size: 32px;
}

.content .partFive .partFive-main {
    width: 1200px;
    padding-bottom: 4%;
}

.content .partFive .partFive-main ul {
    height: 360px;
    min-height: 320px;
    max-height: 360px;
}
@media screen and (max-width: 1200px) {
    .content .partFive .partFive-main ul {
        height: 320px;
    }

    .content .taxi-supervision ul{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .content .taxi-supervision ul li{
        width: 24%;
        margin-right: 1%;
    }
    .content .taxi-supervision ul .more{
        padding-right: 1%;
    }
}

.content .partFive .partFive-main ul li {
    width: 33%;
    height: 100%;
    float: left;
}

.content .partFive .partFive-main ul li .bg-1 {
    background-image: url("../images/index/partFive-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .partFive .partFive-main ul li .bg-2 {
    background-image: url("../images/index/partFive-bg-2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .partFive .partFive-main ul li .bg-3 {
    background-image: url("../images/index/partFive-bg-3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 200%;
    background-position: center
}

.content .partFive .partFive-main ul li .bg-4 {
    background-image: url("../images/index/partFive-bg-4.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .partFive .partFive-main ul li .bg-5 {
    background-image: url("../images/index/partFive-bg-5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .partFive .partFive-main ul li .bg-6 {
    background-image: url("../images/index/partFive-bg-6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content .partFive .partFive-main ul li .top {
    width: 100%;
    /*height: 185px;*/
    height: 50%;
    display: flex;
    flex-direction: row;
}

.content .partFive .partFive-main ul li:first-child .top-style {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.content .partFive .partFive-main ul li:last-child .top-style {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.content .partFive .partFive-main ul li .opacity {
    transition: all 0.4s;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
}

.content .partFive .partFive-main ul li .bg:hover .opacity {
    transition: all 0.4s;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #025BEB;
    opacity: 0.64;
}

.content .partFive .partFive-main ul li .word {
    padding-top: 55px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content .partFive .partFive-main ul li .word p {
    color: #fff;
    border: 1px solid transparent;
    width: 100px;
    padding: 3px 0;
    margin: 0 auto;
    border-radius: 5px;
}

.content .partFive .partFive-main ul li .bottom {
    width: 100%;
    /*height: 185px;*/
    position: relative;
    text-align: center;
}

.content .partFive .partFive-main ul li:last-child .bottom {
    height: 50%;
}

.content .partFive .partFive-main ul li .bg-4 {
    position: relative;
    height: 100%;
    width: 100%;
}

.content .partFive .partFive-main ul li .bg-4 .word {
    padding-top: 152px;
}

.content .partFive .partFive-main ul li .bg:hover .word p {
    transition: all 0.4s;
    color: #fff;
    border: 1px solid #fff;
    width: 100px;
    padding: 3px 0;
    margin: 0 auto;
    border-radius: 5px;
}

.content .partFive .partFive-main ul .top .product-center-fake {
    display: none;
}

.content .partFive .partFive-main .word p {
    font-size: 14px;
}
.footer-6{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.fp-auto-height.fp-section{
    overflow: inherit;
}
@media screen and (max-width: 1045px) {
    .index-swiper .swiper-loding img{
        margin-top: 25vh;
    }
    .content .partFive .partFive-main{
        margin-bottom: 4%;
    }
    .footer-6{
        position: relative;
        bottom: auto;
    }
    .footer-wrap .footer .footer-right li>div{
        right: 0;
        left: auto;
    }
    .content .taxi-supervision ul li{
        width: 49%;
        margin-right: 2%;
    }
    .content .taxi-supervision ul .li-2,.content .taxi-supervision ul .li-4{
        margin-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .index-swiper .swiper-loding img{
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .index-swiper .swiper-loding{
        width: 50%;
        margin-left: -25%;
    }
    .index-swiper .swiper-loding img {
        height: 40vh;
    }
}
img {
    object-fit: cover;
}

.back-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 20px 40px;
    z-index: 2000;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 22px;
    cursor: pointer;
    opacity: .2;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-top:hover {
    opacity: .8;
}

/*修改全屏滚动的导航样式*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: rgba(255, 255, 255, .6);
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 18px 8px;
}

#fp-nav ul li .fp-tooltip {
    top: 2px;
    transition: all 0.3s ease-out;
    /*color: #025BEB;*/
    color: red;
    font-size: 16px;
}

#fp-nav ul li .fp-tooltip.right {
    right: 30px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 10px;
    width: 10px;
    border: 1px solid #025BEB;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    height: 14px;
    width: 14px;
    margin: -4px 0 0 -4px;
    background-color: rgba(255, 255, 255, 1)
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    position: relative;
    transition: all 0.3s ease-out;
}

#fp-nav ul li a, .fp-slidesNav ul li a.active:after {
    /*position: absolute;*/
    /*width: 10px;*/
    /*height: 20px;*/
    /*border: 1px solid red;*/
    /*border-radius: 100% 0 0 100%/50%;*/
    /*border-right: none;*/
    /*transform: rotate(-10deg);*/
}

#fp-nav ul li a, .fp-slidesNav ul li a.active:before {
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 10px;*/
    /*border: 1px solid #000;*/
    /*border-radius: 0 0 50% 50%/0 0 100% 100% ;*/
    /*border-top: none;*/
}


.loading-animate{
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
}
.app-loading-animate{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-90%);
    font-size: calc(300px / 15);
    width: 300px;
    padding-left: calc(300px / 6);
    padding-bottom: calc(300px / 15 * .7);
    box-sizing: border-box;
    z-index: 10;
}
.app-loading-animate-body{
    width: 100%;
    animation: app-loading-animate-up-down 1.2s infinite;
}
.app-loading-animate-bottom {
    bottom: 0;
    position: absolute;
    width: calc(100% - 4em);
    left: 3em;
}
.app-loading-animate-left-wheel {
    position: absolute;
    width: 1.43em;
    top: 3.05em;
    left: 4.8em;
    animation: app-loading-animate-rotate 1s infinite linear;
}
.app-loading-animate-right-wheel {
    position: absolute;
    width: 1.43em;
    top: 3.05em;
    right: 3.05em;
    animation: app-loading-animate-rotate 1s infinite linear;
}
.app-loading-animate-left-shadow {
    position: absolute;
    width: 1.43em;
    top: 3.75em;
    left: 4.8em;
}
.app-loading-animate-right-shadow {
    position: absolute;
    width: 1.43em;
    top: 3.75em;
    right: 3.05em;
}
@keyframes app-loading-animate-up-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.1em);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes app-loading-animate-scale-up-down {
    0% {
        transform: scale(1) translate(0);
    }
    50% {
        transform: scale(1.1) translate(-0.1em, 0.1em);
    }
    100% {
        transform: scale(1) translate(0);
    }
}

@keyframes app-loading-animate-rotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
