/* 智慧开门 */
.content .open-door{
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(22, 127, 255, 0.08) -19.98%, rgba(22, 127, 255, 0) 50.88%, rgba(22, 127, 255, 0.08) 123.38%);
    position: relative;
    flex-wrap: wrap;
}
.open-door-bc{
    width: 100%;
    height: 510px;
}
.open-door-bc img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.open-door-title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.open-door-title p{
    position: absolute;
    top: 145px;
    font-weight: 600;
    font-size: 32px;
    font-style: bold;
    line-height: 62px;
    color: #000000D9;
}
.digital{
    width: 100%;
    position: absolute;
    top: 241px;
    opacity: 0;
}
.digital div{
    width: 80px;
    height: 117px;
    background: linear-gradient(180deg, #6AAEFF 0%, #167FFF 100%);
    box-shadow: 0px 19px 20px rgba(45, 108, 185, 0.16);
    border-radius: 8px;
    font-family: DIN;
    font-size: 82px;
    font-style: bold;
    color: #FFFFFF;
    margin: 10px;
}
.digital .number{
    writing-mode: vertical-lr;
    text-orientation: upright;
    overflow: hidden;
    position: relative;
}
div.number-wrap{
    width: 80px;
    height: 1170px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    transition: all 0.6s;
}
.digital .number2{
    height: 117px;
    font-family: DIN;
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    background: transparent;
}
.digital .number2 p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin: 0;
}

.digital .comma{
    width: 23px;
    background:none;
    box-shadow: none;
    position: relative;
    top: 10px;
}
.digital .comma span{
    color: #167FFF;
}


/* video */
.video,
.video-info,
.video-container{
    flex-wrap: wrap;
}
.video-container video{
    border-radius: 12px;
    overflow: hidden;
    border: none;
}
.video-container video:focus {
    outline: -webkit-focus-ring-color auto 0px;
   }
.video-info{
    width: 100%;
    margin: 64px auto;
}
.video-info img{
    width: 252px;
    height: 125px;
}
.video-container{
    width: 1200px;
    height: 675px;
    position: relative;
}
.video-container video,
.video-mask{
    width: 1200px;
    height: 675px;
}
.video-mask{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-color: #153E7080;
}
.video-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 48%;
    width: 98.33px;
    height:98.33px;
    background: url("../img/video-play.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* 智慧社区方案 */
.smartCommunity-plan,
.smartCommunity-plan-title,
.smartCommunity-plan-box,
.smartCommunity-plan-box-right ul,
.smartCommunity-plan-box-right ul>li
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.smartCommunity-plan{
    margin-top: 100px;
}
.smartCommunity-plan-title{
    width: 100%;
}
.smartCommunity-plan-info{
    width: 650px;
}
.smartCommunity-plan-info img{
    width: 532px;
    height: 80px;
}
.smartCommunity-plan-info p{
    font-weight: 400;
    font-size: 22px;
    line-height: 30.8px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.smartCommunity-content{
    width: 100%;
    height: 452px;
    background-color: #fafafa;
    margin-top: 64px;
}
.smartCommunity-plan-box{
    width:1200px;
    height: 100%;
    padding: 0;
}

.smartCommunity-plan-box-active{
    width:100%;
    height:100%;
    float: left;
    color: #fff;
    background: linear-gradient(to bottom,#167FFF,#167FFF),url(../../assests/img/plan-bc.png) no-repeat;
}
.smartCommunity-plan-box-active .background-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 50%;
}
.active-text {
    position: relative;
}
.active-text h2{
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    top:0px;
    left: 0px;
    /* background-color: red; */
}
.smartCommunity-plan-box-active .relative{
    width: 110px;
    height: 36px;
    position: relative;
    top:26px;
    left: 0px;
}
.smartCommunity-plan-box-active .relative a img{
    width: 13px;
    height: 13px;
    position: relative;
    top: -2px;
    left: 10px;
    transition: all 0.3s;
}
.smartCommunity-plan-box-active a{
    width: 110px;
    height: 36px;
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    top: 0x;
    left: 0px;
    border-top-left-radius: 36px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 40px;
    background: rgba(255, 255, 255, 1);
}
.smartCommunity-plan-box-active a div{
    position: relative;
    top: 8px;
    left: 20px;
}
.smartCommunity-plan-box-active p{
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #167fff;
    text-align: center;
}
.smartCommunity-plan-box-right{
    width: 1200px;
    height: 452px;
    text-align: center;
    display: flex;
    position: relative;
}
.smartCommunity-plan-box-right a{
    color: #000000D9;
}
.smartCommunity-plan-box-right .icon{
    width: 42px;
    height: 42px;
}
.smartCommunity-plan-box-left a:hover,
.smartCommunity-plan-box-right a:hover{
    color: #000000D9 !important;
}
.smartCommunity-plan-box-right ul>li{
    width: 300px;
    height: 226px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.smartCommunity-plan-box-right ul>li:nth-child(n+5){
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.smartCommunity-plan-box-right ul>li:nth-child(5){
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.smartCommunity-plan-box-right ul>li:first-child{
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.smartCommunity-plan-box-left-content a img,
.smartCommunity-plan-box-right ul>li img{
    margin-bottom: 18px;
}
.smartCommunity-plan-box-left-content a p,
.smartCommunity-plan-box-right ul>li p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
}
.right-active{
    width: 300px;
    height: 452px;
    position: absolute;
    transition: all 0.3s;
    opacity: 0%;
    z-index: -1;
}
.right-active-1,
.right-active-5{
    left: 0;
}
.right-active-2,
.right-active-6{
    left: 300px;
}
.right-active-3,
.right-active-7{
    left: 600px;
}
.right-active-4,
.right-active-8{
    left: 900px;
}




/* 智慧社区落地项目 */
.smartCommunity-product{
    margin-top: 100px;
}
.smartCommunity-product-title{
    width: 100%;
}
.smartCommunity-product,
.smartCommunity-product-container,
.smartCommunity-product-container .btn{
    
    flex-wrap: wrap;
    text-align: center;
}
.smartCommunity-product-text{
    width: 412px;
    height: 80px;
    flex-wrap: wrap;
}
.smartCommunity-product-text img{
    width: 412px;
    height: 80px;
}
.smartCommunity-product-text p{
    font-size: 22px;
    line-height: 30.8px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
.carousel-btn{
    width: 100%;
    height: 184px;
}
#product-btn,
#product-btn .carousel-inner,
#product-btn .carousel-item{
    height: 100%;
    width: 1200px
}
#product-btn{
    position: relative;
}
#product-btn .btn-1{
    width: 960px;
}
#product-btn .btn-2{
    width: 640px;
}
#product-btn .btn-2 .btn-mask{
    display: none;
}
.product-btn-slide img{
    width: 32px;
    height: 32px;
}
.slide-left-icon{
    position: absolute;
    left: 0;
    top: 110px;
}
.slide-right-icon{
    position: absolute;
    right: 0;
    top: 110px;
}
.product-btn-slide .active-icon,
.product-btn-slide a:hover img{
    display: none;
}
.product-btn-slide a:hover .active-icon{
    display: block;
}
.carousel{
    flex-wrap: wrap;
}
.content .btn{
    height: 56px;
    border: 1px solid #E7E9ED;
    border-radius: 28px;
    display: flex;
    padding: 0;
    margin-top: 96px;
    position: relative;
}
#product-carousel .btn{
    width: 480px;
    position: relative;
}
.btn-active span{
    color:#167FFF !important;
}
.content .btn1{
    width: 160px;
    height: 56px;
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.btn1 span{
    color: #00000073;
}
.btn-mask{
    width: 162px;
    height: 56px;
    border-radius: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E7F2FF;
    transition: all .5s;
}
.content-warp{
    width: 100%;
    margin-top: 48px;
}
.content-pics .slider-warp {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.product-carousel-wrap{
    width: 100%;
    height: 456px;
    display: flex;

}
.product-left{
    width: 47%;
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.product-right{
    width: 53%;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.product-left{
    background: url(../img/product-bg.png)no-repeat;
    background-size: cover;
}
.product-text{
    position: absolute;
    top: 120px;
    left: -25px;
    opacity: 0;
    transition: all 0.1s;
    
}
.product-text .text-bc{
    width: 450px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    
}
.product-text .text-bc img{
    position: absolute;
    top: -15px;
    left: 15px;
}
.product-text .text-bc p{
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 105px;
}
.product-text .text-bc span{
    color: #00000073;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    left: 100px;
}
.active .product-text{
    left: 80px;
    opacity: 100%;
}
.product-content{
    position: absolute;
    right: 710px;
    z-index: 100;
}
.product-content  .relative{
    width: 162px;
    height: 50px;
    position: absolute;
    top: 150px;
    left: 100px;
}
.product-content .relative a{
    width: 162px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: #FFFFFF;
    border-top-left-radius: 36px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 40px;
    background: linear-gradient(85.31deg, #167FFF 6.29%, #6AAEFF 99.32%);
}
.product-content .relative a div{
    width: 162px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}
.product-content .relative a p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.product-content .relative a img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    left: 10px;
    transition: all 0.3s;
}

.slide-btns{
    width: 100%;
    height: 100%;
    z-index: 20;
}
.left-btn{
    width: 48px;
    height: 48px;
    background-color: #00000073;
    border-radius: 50%;
    position: absolute;
    top:48%;
    left:20px;
}
.right-btn{
    width: 48px;
    height: 48px;
    background-color: #00000073;
    border-radius: 50%;
    position: absolute;
    top:48%;
    right:20px;
}
.left-btn:hover,
.right-btn:hover{
    background-color: #00000014;
}
.left-btn:hover img,
.right-btn:hover img{
    display: none;
}
.left-btn:hover .btns-active,
.right-btn:hover .btns-active{
    display: block;
}
.product-right .product-right-img{
    width: 100%;
    height: 456px;
    object-fit: cover;
}
.smartCommunity-product .carousel-item{
    height: 456px;
}



/* 合作伙伴 */
.partner{
    margin-top: 100px;
    margin-bottom: 128px;
}
.partner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.partner-text img{
    width: 383px;
    height: 80px;
}
.partner-text .data{
    width: 100%;
    margin-top: 64px;
}
.partner-box,
.partner-box .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.partner-box .btn{
    width: 600px;
    margin-top: 35px;
    box-sizing: border-box;
}
.partner-box .btn1{
    width: 200px;
}
.partner-box .btn-mask{
    width: 202px;
}

.content-partner,
.content-partner .slider-warp{
    width: 100%;
    height: 560px;
}
.content-partner .slider-warp .carousel-inner{
    width: 1440px;
    height: 100%;
}
.content-partner .carousel-item{
    width: 100%;
    height: 100%;
    margin-top: 60px;
}
#partner-carousel{
    height: 100%;
}
.content-partner .slide-li{
    display: none;
}
.content-partner .slide-li{
    margin-top: 50px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 99%;
}
.content-partner .slide-li ul li{
    width: 12px;
    height: 6px;
    background: #00000014;
    border-radius: 34px;
    margin: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
.content-partner .slide-li ul .li_active{
    width: 36px;
    height: 6px;
    border-radius: 35px;
    background: #167FFF;
}
.carousel-item ul{
    width: 1440px;
    display: grid;
    padding-bottom: 50px;
    /* grid-template-rows: 1fr 1fr; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.carousel-item ul>li{
    width: 288px;
    height: 142px;
    margin: 8px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
/* .carousel-item ul:nth-child(n+8){
    margin-bottom: 0;
} */
.carousel-item ul>li img{
    width: 250px;
    height: 112px;
}
.carousel-item ul>li:hover{
    box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
}
/*自增数字*/
.content-tags {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin-top: 110px;
    margin-bottom: 90px;
}

.content-tags dl {
    width: 300px;
    text-align: center;
    margin-bottom: 0;
}

.content-tags dl:last-child {
    margin-right: 0;
}

.content-tags dt{
    width: 100%;
    font-size: 48px;
    font-family: DIN;
    font-weight: 700;
    color: #167FFF;
    border-right: 2px solid #0000000F;
}
.content-tags dl:nth-child(4) dt{
    border: 0;
}
.content-tags dt span:last-child{
    font-weight: 400;
    font-size: 42px;
}
#familyNum:after {
    content: '万';
}

.content-tags dd {
    font-size: 20px;
    color: #444444;
}
.btn1:nth-child(n+2) span{
width: 100%;
}
.btn1:nth-child(n+2) span:before{
    content:"";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 0;
    border-right: 1px solid #E7E9ED;
}
