
/* banner */
.banner-wrap {
    background: url("https://i1.jointwisdom.cn/images/pms/banner.png") no-repeat center center;
}

/* 大模块的标题样式 */
.module-content {
    padding-bottom: 80px;
}

.module-content>div h4 {
    padding-left: 44px;
    font-size: 18px;
    color: #111;
    padding-bottom: 25px;
    font-weight: normal;
}

.module-content .pms-inctro-detail h4 span {
    position: relative;
}

.module-content .pms-inctro-detail h4 span:before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: -42px;
    top: -5px;
}

.module-content .pms-inctro-detail h4.service-1 span:before {
    background: url("https://i1.jointwisdom.cn/images/pms/service-1.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.module-content .pms-inctro-detail h4.service-2 span:before {
    background: url("https://i1.jointwisdom.cn/images/pms/service-2.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.module-content .pms-inctro-detail h4.service-3 span:before {
    background: url("https://i1.jointwisdom.cn/images/pms/service-3.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.module-content .pms-inctro-detail h4.service-4 span:before {
    background: url("https://i1.jointwisdom.cn/images/pms/service-4.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.module-content-item-detail p {
    font-size: 13px;
    line-height: 25px;
    color: #999;
    margin-top: 26px;
}

.pms-inctro-detail {
    margin-bottom: 20px;
}

.pms-inctro-detail p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
}
/* 图示部分 */
.pms-cloud {
    position: relative;
}

/* 运动的小球 */
.pms-cloud > span {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #74c1de;
    border-radius: 50%;
    /*top: 17%;
    left: 60%;*/
    /*border: 1px solid #000;*/
    opacity: 0;
}

.pms-cloud .pms-base {
    width: 100%;
}

.pms-cloud .pms-base-1 {
    width: 13%;
    position: absolute;
    top: 36%;
    right: 17.5%;
}

.pms-cloud .pms-base-2 {
    position: absolute;
    width: 10%;
    top: 27%;
    right: 17.5%;
}

.pms-cloud .pms-icon {
    position: absolute;
}

.pms-cloud .pms-icon.pms-food-wifi {
    width: 13px;
    top: 33.1%;
    left: 15.5%;
    -webkit-animation: wifiAct .6s linear infinite alternate;
    -o-animation: wifiAct .6s linear infinite alternate;
    animation: wifiAct .6s linear infinite alternate;
}

.pms-food-wifi-dot {
    top: 30.1%;
    left: 15.5%;
}

.pms-food-wifi-dot.active {
    -webkit-animation: foodDot 2s linear .8s forwards;
    -o-animation: foodDot 2s linear .8s forwards;
    animation: foodDot 2s linear .8s forwards;
}

@keyframes foodDot {
    0% {
        top: 31.1%;
        left: 15.5%;
        opacity: 1;
    }
    5% {
        top: 28.1%;
        left: 15.5%;
    }
    50% {
        top: 28.1%;
        left: 40.8%;
    }
    60% {
        top: 41.1%;
        left: 40.8%;
    }
    88% {
        top: 41.1%;
        left: 59.8%;
    }
    99% {
        top: 25.1%;
        left: 59.8%;
        opacity: 1;
    }
    100% {
        top: 25.1%;
        left: 59.8%;
        opacity: 0;
    }
}

.pms-food {
    width: 25px;
    top: 31%;
    left: 17%;
    opacity: 0;
}

.pms-food.active {
    -webkit-animation: imgShow .8s linear forwards;
    -o-animation: imgShow .8s linear forwards;
    animation: imgShow .8s linear forwards;
}

@keyframes imgShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pms-data {
    width: 23px;
    top: 55.6%;
    left: 14%;
    opacity: 0;
}

.pms-data.active {
    -webkit-animation: imgShow .8s linear 2.1s forwards;
    -o-animation: imgShow .8s linear 2.1s forwards;
    animation: imgShow .8s linear 2.1s forwards;
}

.pms-data-dot {
    top: 25.1%;
    left: 59.8%;
    opacity: 0;
}

.pms-data-dot.active {
    -webkit-animation: dataDot 2s linear .1s forwards;
    -o-animation: dataDot 2s linear .1s forwards;
    animation: dataDot 2s linear .1s forwards;
}

@keyframes dataDot {
    0% {
        top: 25.1%;
        left: 59.8%;
        opacity: 1;
    }
    1% {
        top: 25.1%;
        left: 59.8%;
    }
    10% {
        top: 41.1%;
        left: 59.8%;
    }
    50% {
        top: 41.1%;
        left: 40.8%;
    }
    60% {
        top: 50.1%;
        left: 40.8%;
    }
    90% {
        top: 50.1%;
        left: 15.7%;
    }
    99% {
        top: 54.1%;
        left: 15.7%;
        opacity: 1;
    }
    100% {
        top: 54.1%;
        left: 15.7%;
        opacity: 0;
    }
}

.pms-clean {
    width: 11px;
    top: 58%;
    left: 30%;
    -webkit-animation: wifiAct .6s linear infinite alternate;
    -o-animation: wifiAct .6s linear infinite alternate;
    animation: wifiAct .6s linear infinite alternate;
}

.pms-clean-dot {
    top: 60.9%;
    left: 30.5%;
}

.pms-clean-dot.active {
    -webkit-animation: cleanDot 1.6s linear 0s forwards;
    -o-animation: cleanDot 1.6s linear 0s forwards;
    animation: cleanDot 1.6s linear 0s forwards;
}

@keyframes cleanDot {
    0% {
        top: 60.9%;
        left: 30.5%;
        opacity: 1;
    }
    30% {
        top: 60.9%;
        left: 40.8%;
    }
    45% {
        top: 41.1%;
        left: 40.8%;
    }
    88% {
        top: 41.1%;
        left: 59.8%;
    }
    99% {
        top: 25.1%;
        left: 59.8%;
        opacity: 1;
    }
    100% {
        top: 25.1%;
        left: 59.8%;
        opacity: 0;
    }
}

.pms-dialogue {
    width: 12px;
}

.pms-dialogue.pms-dialogue-1 {
    left: 13%;
    top: 74.5%;
    opacity: 0;
}

.pms-dialogue.pms-dialogue-1.active {
    -webkit-animation: imgShow .5s linear 1.7s forwards;
    -o-animation: imgShow .5s linear 1.7s forwards;
    animation: imgShow .5s linear 1.7s forwards;
}

.pms-dialogue.pms-dialogue-2 {
    top: 75.6%;
    left: 15.1%;
    opacity: 0;
}

.pms-dialogue.pms-dialogue-2.active {
    -webkit-animation: imgShow .5s linear 2.3s forwards;
    -o-animation: imgShow .5s linear 2.3s forwards;
    animation: imgShow .5s linear 2.3s forwards;
}

.pms-dialogue.pms-dialogue-3 {
    top: 76.9%;
    left: 18.2%;
    opacity: 0;
}

.pms-dialogue.pms-dialogue-3.active {
    -webkit-animation: imgShow .5s linear 2.9s forwards;
    -o-animation: imgShow .5s linear 2.9s forwards;
    animation: imgShow .5s linear 2.9s forwards;
}

.pms-dialogue-dot {
    top: 25.1%;
    left: 59.8%;
}

.pms-dialogue-dot.active {
    -webkit-animation: dialogueDot 1.6s linear .1s forwards;
    -o-animation: dialogueDot 1.6s linear .1s forwards;
    animation: dialogueDot 1.6s linear .1s forwards;
}

@keyframes dialogueDot {
    0% {
        top: 25.1%;
        left: 59.8%;
        opacity: 1;
    }
    10% {
        top: 41.1%;
        left: 59.8%;
    }
    50% {
        top: 41.1%;
        left: 40.9%;
    }
    60% {
        top: 72.5%;
        left: 40.9%;
    }
    99% {
        top: 72.5%;
        left: 20.9%;
        opacity: 1;
    }
    100% {
        top: 72.5%;
        left: 20.9%;
        opacity: 0;
    }

}

.pms-face {
    width: 18px;
    top: 77.9%;
    left: 29.5%;
}

.pms-face-dot.active {
    -webkit-animation: faceDot 2s linear .1s forwards;
    -o-animation: faceDot 2s linear .1s forwards;
    animation: faceDot 2s linear .1s forwards;
}

@keyframes faceDot {
    0% {
        top: 25.1%;
        left: 59.8%;
        opacity: 1;
    }
    10% {
        top: 41.1%;
        left: 59.8%;
    }
    48% {
        top: 41.1%;
        left: 40.9%;
    }
    82% {
        top: 86.3%;
        left: 40.9%;
    }
    99% {
        top: 86.3%;
        left: 32.5%;
        opacity: 1;
    }
    100% {
        top: 86.3%;
        left: 32.5%;
        opacity: 0;
    }
}

.pms-face-line {
    width: 19px;
    top: 77.9%;
    left: 29.5%;
    opacity: 0;
}

.pms-face-line.active {
    -webkit-animation: faceLine .7s linear 2.2s 3;
    -o-animation: faceLine .7s linear 2.2s;
    animation: faceLine .7s linear 2.2s 3 forwards;
}

@keyframes faceLine {
    0% {
        opacity: 1;
        top: 77.9%;
        left: 29.5%;
    }
    50% {
        top: 82.6%;
        left: 29.5%;
    }
    99% {
        top: 77.9%;
        left: 29.5%;
        opacity: 1;
    }
    100% {
        top: 77.9%;
        left: 29.5%;
        opacity: 0;
    }
}

.pms-taxi {
    width: 7px;
    top: 81.4%;
    left: 56%;
}

.pms-taxi.active {
    -webkit-animation: imgShow .5s linear forwards;
    -o-animation: imgShow .5s linear forwards;
    animation: imgShow .5s linear forwards;
}

.pms-taxi-dot {
    top: 78.4%;
    left: 55.9%;
}

.pms-taxi-dot.active {
    -webkit-animation: taxiDot 1.5s linear forwards;
    -o-animation: taxiDot 1.5s linear forwards;
    animation: taxiDot 1.5s linear forwards;
}

@keyframes taxiDot {
    0% {
        opacity: 0;
        top: 78.4%;
        left: 55.9%;
    }
    1% {
        opacity: 1;
        top: 78.4%;
        left: 55.9%;
    }
    30% {
        top: 56.4%;
        left: 55.9%;
    }
    60% {
        top: 56.4%;
        left: 63%;
    }
    99% {
        top: 24.4%;
        left: 63%;
        opacity: 1;
    }
    100% {
        top: 24.4%;
        left: 63%;
        opacity: 0;
    }

}

@keyframes pmsHomeDot3 {
    0% {
        top: 81.4%;
        left: 56%;
        opacity: 1;
    }
    40% {
        top: 56.4%;
        left: 56%;
    }
    60% {
        top: 56.4%;
        left: 63%;
    }
    99% {
        top: 24.4%;
        left: 63%;
        opacity: 1;
    }
    100% {
        top: 24.4%;
        left: 63%;
        opacity: 0;
    }
}

.pms-home-wifi {
    width: 19px;
    top: 79%;
    right: 15.5%;
    -webkit-animation: wifiAct .5s linear infinite alternate;
    -o-animation: wifiAct .5s linear infinite alternate;
    animation: wifiAct .5s linear infinite alternate;
}

/* 线1 */
.pms-cloud > span.pms-home-dot-1 {
    top: 78%;
    right: 15%;
}

.pms-cloud > span.pms-home-dot-1.active {
    -webkit-animation: pmsHomeDot1 2s linear forwards;
    -o-animation: pmsHomeDot1 2s linear forwards;
    animation: pmsHomeDot1 2s linear forwards;
}

@keyframes pmsHomeDot1 {
    0% {
        top: 78%;
        right: 15%;
        opacity: 1;
    }
    50% {
        top: 33%;
        right: 15%;
        opacity: 1;
    }
    90% {
        top: 33%;
        right: 33%;
        opacity: 1;
    }
    100% {
        top: 23%;
        right: 33%;
        opacity: 0;
    }
}

.pms-cloud > span.pms-home-dot-2 {
    top: 81.6%;
    right: 17%;
}

.pms-cloud > span.pms-home-dot-2.active {
    -webkit-animation: pmsHomeDot2 4s linear forwards;
    -o-animation: pmsHomeDot2 4s linear forwards;
    animation: pmsHomeDot2 4s linear forwards;
}

@keyframes pmsHomeDot2 {
    0% {
        top: 81.6%;
        right: 17%;
        opacity: 1;
    }
    20% {
        top: 81.6%;
        right: 33%;
        opacity: 1;
    }
    40% {
        top: 24.4%;
        right: 33%;
        opacity: 1;
    }
    41% {
        top: 24.4%;
        right: 33%;
        opacity: 0;
    }
    42% {
        top: 24.4%;
        right: 33%;
        opacity: 0;
    }
    45% {
        top: 24.4%;
        right: 33%;
        opacity: 1;
    }
    60% {
        top: 46.2%;
        right: 33%;
        opacity: 1;
    }
    80% {
        top: 46.2%;
        right: 15%;
        opacity: 1;
    }
    99% {
        top: 78.2%;
        right: 15%;
        opacity: 1;
    }
    100% {
        top: 78.2%;
        right: 15%;
        opacity: 0;
    }
}

@keyframes wifiAct {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 云端or本地 */
.pms {
    /*border: 1px solid #000;*/
    background: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
}

.pms .pms-tab-header {
    background: #fff;
}

.pms .pms-tab-header .prod-inctro-title {
    padding-bottom: 74px;
}

.fixtop {
    position: fixed;
    top: 80px;
    left:  0;
    right: 0;
    z-index: 99;
    background: #fff;
}

/*.pms .pms-tab-header .fixtop > div ul {
    width: 72.33333333%;
    margin: auto;
}*/

.pms .container:first-child {
    background: no-repeat;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    background: #fff;
}

.nav-tabs {
    border-bottom: none;
    height: 74px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: #0166FF;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav-tabs>li>a {
    border: none;
    color: #888;
    font-size: 20px;
    transition: all .3s;
    padding: 0;
    line-height: 74px;
    position: relative;
    display: inline-block;
}

.nav-tabs>li>a:after {
    position: absolute;
    content: ' ';
    background: #fff;
    height: 2px;
    left: -15px;
    right: -15px;
    bottom: 1px;
    transition: all .3s;
}

.nav-tabs>li>a:hover {
    color: #0166FF;
    border: none;
}

.nav-tabs>li.active a {
    color: #0166FF;
}

.nav-tabs>li>a:hover:after, .nav-tabs>li.active>a:after {
    background: #0166FF;
}

.nav-tabs {
    display: flex;
    border-bottom: solid 1px #F5F5F5;
}

.nav-tabs > li {
    flex: 1;
}

/* 二级标题 */
.subtitle {
    /*padding-top: 100px;*/
    height: auto;
    /*padding-bottom: 100px;*/
    border-bottom: 1px solid #bac9d7;
}

.subtitle:last-child {
    padding-bottom: 0;
}

.subtitle:last-child {
    border: none;
}

.subtitle h4 {
    font-size: 24px;
    color: #111;
    font-weight: normal;
}

.subtitle .sub-content {
    padding-top: 35px;
}

/*.subtitle p {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    margin-bottom: 0;
}*/

.subtitle-item-detail {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 80px;
}

.subtitle-item-detail > div {
    min-height: 365px;
    background: #fff;
    padding: 38px 20px 26px 20px;
}

.subtitle-item-detail img {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 auto 34px auto;
}

.character {
    padding-top: 10%;
}

.subtitle-item-detail h5 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 22px;
    line-height: 22px;
    min-height: 44px;
}

.subtitle-item-detail p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

/* 四大模块，满足您的运营管理需求 */

.subtitle.demand .demand-content .row {
    margin-bottom: 82px;
}

.subtitle.demand .demand-content dl {
    margin-bottom: 0;
}

.subtitle.demand .demand-content img {
    width: 75%;
    display: block;
    margin: auto;
}

.subtitle.demand dl dd p:first-child {
    font-size: 16px;
    color: #111;
    margin-bottom: 12px;
}

.subtitle.demand dl dd p:last-child {
    font-size: 14px;
    color: #666;
    margin-bottom: 26px;
}

/* 我们的优势 */
.advantage {
    background: url("https://i1.jointwisdom.cn/images/pms/advantage-base.png") no-repeat center center!important;
}

section.advantage .advantage-title-container h3{
    margin-bottom: 88px;
}

.pt-80 {
    padding-top: 80px;
}
