.row{
    margin: 0;
    padding: 0;
}
#slideshow{
    height: 6rem;
    margin-top: 0.6rem;

}
.item img{
    height: 6rem;
    cursor: pointer;
}
.p1{
    font-size: 0.28rem;
    color: #333;
    font-weight: 600;
}
.p2{
    font-size: 0.32rem;
    color: #dadada;
    font-weight: 600;
}
.p3{
    font-size: 0.18rem;
    color: #666;
    margin-top: 0.5rem;
}
.p4{
    font-size: 0.24rem;
    color: #333;
    font-weight: 600;
}
.scene{
    height: 7.3rem;
    padding-top: 0.7rem;
}
.scene .row{
    margin-top: 0.85rem;
    margin-left:20px;
    padding: 0 3rem;
    font-size: 0.26rem;
    color: #666
}

#toLeft{
    margin-right: 0.5rem;
    height: 0.62rem;
}
#toRight{
    margin-left: 0.5rem;
    height: 0.62rem;
}

.domain{
    height: 12.45rem;
    background-color: #f9f9f9;
    padding-top: 0.7rem;
}

.domain .row{
    display: flex;
    justify-content: center;
    margin-top: 0.8rem
}

.box{
    position: relative;
    float: left;
    margin: 0 0.6rem;
}
.box:before{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.28rem;
    font-weight: 600;
    width: 0;
    content: attr(data-beforeContent);
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0;
}
.box:hover:before{
    width: 100%;
    opacity: 0.5;
}
.box p{
    height: 0;
    margin: 0;
    font-size: 0.16rem;
    line-height: 1;
    color: #666;
}
.box img{
    height: 2.3rem;
}
.box .two{
    width:2rem;
    height:1.5rem;
}
.value{
    /*height: 6.8rem;*/
    height: 11.23rem;
    padding: 0.7rem 2.5rem 0 2.5rem;

}

.value .row{
    margin-top: 1.2rem;
}

.value img{
    height: 1.5rem;
    margin-bottom: 0.35rem;
}

.value .p3{
    margin-top: 0.35rem;
}


.function{
    height: 9.64rem;
    background-color: #f9f9f9;
    padding-top: 0.7rem;
}
.detail{
    height: 8rem;
    background: url("../images/index/tree.png") no-repeat center top;
    background-size:1.67rem 7.83rem;
}
.function button {
    border: transparent;
    height: 0.4rem;
    background-color: #4a90e2;
    font-size: 0.22rem;
    color: #fff;
    border-radius:0.05rem;
    padding: 0 0.2rem;
}
.col-xs-9 .p3{
    margin-top: 0.2rem;
}

.user{
    padding-top: 0.7rem;
    height: 11rem;
}
.user img{
    /* width: 852px; */
    height: 8rem;
}
.client{
    display: flex;
    justify-content: center;
}
.company{
    float: left;
    margin: 0.15rem;
    width: 2.4rem;
    height: 0.8rem;
}


.detail .text-right{
    height: 100%;
    padding-right: 0.8rem;
    padding-top: 0.1rem;
}

.detail .text-left{
    height: 100%;
    padding-left: 0.8rem;
    padding-bottom: 0.1rem;
    display: flex;
    align-items:flex-end;
}
.col-xs-3 img{
    height: 1.5rem;
    margin: 0 0.15rem;
}
.bb{
    margin-bottom:30px;
}
.function-img{
    width: 11.97rem;
    margin: auto;
    height: 6.37rem;
    background: url("../images/index/dang.png") no-repeat center top;
    background-size:100% 100%;
    position: relative;
}
.opacity{
    width: 140px;
    height: 140px;
    /* background-color: red; */
    position: absolute;
}
.opacity1 {
    left: 18%;
    top: 10px;
}
.opacity2{
    left: 66%;
    top: 44px;

}
.opacity3{
    left: 44%;
    top: -0.2rem;
}
.opacity4{
    top: 1rem;
}
.opacity5{
    top: 1.9rem;
    left: 14%;
}
.opacity6{
    top: 2.5rem;
    left: 84%;
 }
 .opacity7{
    top:3.8rem;
    left: 22%;
 }
 .opacity8{
    top: 3.7rem;
    left: 44%;
 }
 .opacity9{
    top: 3.3rem;
    left: 68%;
 }
 .dialog{
     display: none;
     width: 340px;
     padding: 20px;
     text-align: left;
     border-radius: 6px;
     background-color: #fff;
     position: absolute;
     top: -100px;
     right: 100%;
     border: 1px solid #4A90E2;
     -webkit-box-shadow: 1 2px 6px #b1b1b1;
     box-shadow: 1px 2px 6px #b1b1b1;
 }
 .dialog-title{
    padding-bottom: 20px;
 }
 .dialog-title >img{
     width: 50px;
 }
 .dialog-title >span{
     color: #37C27D;
     font-size: 18px;
     margin-bottom: 10px;
     margin-left: 15px;
     font-weight: 600;
 }
 .dialog1{
    /* top: 36px;
    left: 31%; */
    top: -100px;
    left: 68%;
 }
 .dialog4{
    top: -100px;
    left: 68%;
}
.dialog5{
    top: -100px;
    left: 80%;
}
.opacity:hover> .dialog{
    display: block;
}
.non{
    display: none;
}
.scene .col-xs-4{
    width: 20%;
}