/*城房智慧城-智慧场景*/
@font-face {
    font-family: zaozigongfanghuangjinshidaiti;
    src: url(/static/font/zaozigongfanghuangjinshidaiti.OTF);
}

.inside_page {
    padding-bottom: 50px;
}

.wisdom-scene {
    margin: 59.5px auto 0;
    position: relative;
}

.wisdom-scene .wisdom-scene-bg {
    width: 1000px;
    margin: 0 auto;
}

.wisdom-scene .wisdom-scene-bg .img {
    width: 1000px;
    height: 780px;
    position: absolute;
    z-index: 1;
}

.wisdom-scene .outside-circle {
    width: 570px;
    height: 570px;
    border-radius: 570px;
    border: 2px dashed #4FB4BF;
    position: absolute;
    top: 103px;
    left: 310px;
    animation: turn 10s linear infinite;
}

@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.wisdom-scene .outside-circle1 {
    display: block;
    position: absolute;
    left: 410px;
    top: 195px;
    animation: turn1 8s linear infinite;
}

@keyframes turn1 {
    0% {
        -webkit-transform: rotate(360deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

.wisdom-scene .outside-circle2 {
    width: 330px;
    height: 330px;
    border-radius: 330px;
    position: absolute;
    border: 2px dashed #4FB4BF;
    left: 447px;
    top: 229px;
    animation: turn 8s linear infinite;
}

.wisdom-scene .outside-circle3 {
    width: 270px;
    height: 270px;
    border-radius: 270px;
    position: absolute;
    border: 2px dashed #4FB4BF;
    left: 476px;
    top: 260px;
    animation: turn1 10s linear infinite;
}

.wisdom-scene .inside-word {
    width: 231px;
    font-size: 57px;
    line-height: 66px;
    font-weight: bold;
    color: #4FB4BF;
    text-align: center;
    word-spacing: pre-line;
    margin: 0 auto;
    padding-top: 334px;
    padding-left: 20px;
}

.wisdom-scene-case-show {
    position: absolute;
    z-index: 33;
    width: 100%;
    height: 894px;
    background-color: rgba(0, 0, 0, 0.63);
    display: none;
}

.wisdom-scene-case-show .wisdom-scene-box {
    width: 954px;
    margin: 0 auto;
    position: relative
}

.wisdom-scene-case-show .close {
    display: block;
    position: absolute;
    right: 0;
    top: -125px;
}

.wisdom-scene-case-show .scene {
    display: block;
    margin: 0 auto;
    margin-top: 215px;
    max-width: 1200px;
}

.wisdom-scene .wisdom-scene-target {
    position: absolute;
    width: 100px;
    height: 100px;
}

.wisdom-scene .wisdom-hover-case1 {
    top: 51px;
    left: 565px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case2 {
    top: 136px;
    left: 751px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case3 {
    top: 310px;
    left: 835px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case4 {
    top: 475px;
    left: 807px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case5 {
    top: 600px;
    left: 673px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case6 {
    top: 602px;
    left: 465px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case7 {
    top: 473px;
    left: 314px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case8 {
    top: 312px;
    left: 270px;
    z-index: 3;
}

.wisdom-scene .wisdom-hover-case9 {
    top: 135px;
    left: 352px;
    z-index: 3;
}

/*城房智慧城-案例展示*/
html, body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.case-tab {
    height: 114px;
}

.case-tab ul {
    margin: 0 auto;
    font-size: 0;
    width: auto;
    max-width: 1000px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.case-tab ul li {
    border: 1px solid #000000;
    width: 208px;
    height: 54px;
    line-height: 46px;
    font-weight: lighter;
    font-family: zaozigongfanghuangjinshidaiti;
    cursor: default;
}

.case-tab ul li > span {
    display: block;
    font-size: 32px;
    transform: scale(1, 1.25);
    -ms-transform: scale(1, 1.25);
    -webkit-transform: scale(1, 1.25);
    -moz-transform: scale(1, 1.25);
    -o-transform: scale(1, 1.25);
}

.case-tab ul li:hover {
    background-color: #f3f7fa;
}

.case-tab ul li.active {
    background-color: #1964B0;
    color: #ffffff;
    border: 1px solid #1964B0;
}

.case-container1 {
    position: relative;
    background: url(/static/20210812/binjiang-case-bg.png) center center / cover no-repeat;
    height: 1101px;
    margin-bottom: 44px;
    overflow: hidden;
}

.case-container2 {
    position: relative;
    background: url(/static/20210812/shidai-case-bg.png) center center / cover no-repeat;
    height: 1101px;
    margin-bottom: 44px;
    overflow: hidden;
    display: none;
}

.case-container3 {
    position: relative;
    background: url(/static/20210812/jingkai-case-bg.png) center center / cover no-repeat;
    height: 1101px;
    margin-bottom: 44px;
    overflow: hidden;
    display: none;
}

.case-container4 {
    position: relative;
    background: url(/static/20210812/weilai-case-bg.png) center center / cover no-repeat;
    height: 1101px;
    margin-bottom: 44px;
    overflow: hidden;
    display: none;
}

.blank_20 {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.blank_60 {
    background: rgba(81, 81, 81, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.box, .box-head {
    width: 100%;
    padding-top: 187px;
    position: absolute;
    z-index: 2
}

.box-head {
    z-index: 33
}

.box .content, .box .title {
    opacity: 0;
}

.case-container .title {
    width: 100%;
    height: 100px;
    line-height: 64px;
    font-size: 70px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.case-container .title > .headline {
    font-family: zaozigongfanghuangjinshidaiti;
    letter-spacing: 12px;
    transform: scale(1, 1.25);
    -ms-transform: scale(1, 1.25);
    -webkit-transform: scale(1, 1.25);
    -moz-transform: scale(1, 1.25);
    -o-transform: scale(1, 1.25);
}

.case-container .title > .subtitle {
    font-size: 26px;
}

.case-container .content .detail {
    max-width: 900px;
    width: auto;
    margin: 0 auto;
    margin-top: 100px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.case-container .content .img-box {
    text-align: center;
    margin-top: 139px;
}

.case-container .content .img-box img {
    max-width: 900px;
}

.animation {
    opacity: 1;
    transform: translateY(-20px);
}

.cur_out {
    transform: translateY(0);
    opacity: 0;
}

.fadeIn {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 1;
}

.fadeOut {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

.join-bg img {
    width: 100%;
}

.join-bg1, .join-bg2, .join-bg3 {
    position: absolute;
    bottom: -114px;
}

.join-animation1 {
    transform: translateY(-107px);
    transition: transform 3s;
    -webkit-transition: transform 3s;
}

.join-animation1-fadeout {
    transform: translateY(107px);
    transition: transform 3s;
    -webkit-transition: transform 3s;
}

.join-animation2 {
    transform: translateY(-107px);
    transition: transform 1.5s;
    -webkit-transition: transform 1.5s;
}

.join-animation2-fadeout {
    transform: translateY(107px);
    transition: transform 1.5s;
    -webkit-transition: transform 1.5s;
}

.join-animation3 {
    transform: translateY(-107px);
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.join-animation3-fadeout {
    transform: translateY(107px);
    transition: transform 1s;
    -webkit-transition: transform 1s;
}