/******************** banner start ********************/

header {
    background-image: url('../images/banner.png');
    height: 4.5rem !important;
    position: relative;
}

header>.banner-text {
    width: 4.72rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* width: 647px;
    height: 196px; */
    /* background: rgba(51, 51, 51, 0.1); */
    /* padding-left: 30px; */
    box-sizing: border-box;
    /* padding-top: 25px; */
    z-index:99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

header>.banner-text>p:first-child {
    font-size: 0.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #FFFFFF;
}

header>.banner-text>p:nth-child(2) {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.14rem;
    letter-spacing: 0px;
}

header>.banner-text>.hr {
    width: 1.24rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    margin-top: 0.32rem;
}

/******************** banner end ********************/

/******************** 720全景 start ********************/
.qj720 {
    /* padding-top: 29px; */
    width: 6.86rem;
    margin: 29px auto 0 auto;
    height: 5.14rem;
    background: rgba(51, 51, 51, 0.1);
    border-radius: 0.1rem;
    background-image: url('../images/qj720.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.qj720>.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.qj720>.content>.tit {
    background-image: url('../images/fk720.png');
    width: 2.78rem;
    height: 1.06rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qj720>.content>.tit>p {
    line-height: 100%;
}

.qj720>.content>.tit>p:first-child {
    font-size: 0.36rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.16rem;
}

.qj720>.content>.tit>p:last-child {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
}

.qj720>.content>a {
    letter-spacing: 0.04rem;
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1.74rem;
    height: 0.46rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.4rem;
    line-height: 0.46rem;
    text-align: center;
    display: block;
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
}


/******************** 720全景 end ********************/

/******************** 解决方案 start ********************/

.jjfa>.content {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex: none;
    flex-wrap: wrap;
    margin-top: 0.54rem;
}

.jjfa>.content>.item {
    /* background-image: url('../images/swdb.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.58rem;
    height: 2.3rem;
    /* font-size: 0; */
    margin-right: 0.12rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
    /* padding-left: 0.14rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: space-around;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(182, 182, 182, 0.2), 0px -4px 10px 0px rgba(182, 182, 182, 0.2);
    border-radius: 0.08rem;
}

.jjfa>.content>.item:nth-child(4) {
    margin-right: 0;   
}

.jjfa>.content>.item:nth-child(n+5) {
    margin-top: 0.2rem;
}

.jjfa>.content>.item:last-child {
    margin-right: 0;
}

.jjfa>.content>.item>.small>img {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.4rem;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.32rem;
}

.jjfa>.content>.item.active {
    padding-top: 0.3rem !important;
    padding-left: 0.18rem;
    padding-right: 0.18rem !important;
    box-sizing: border-box;
    /* background: #2E4588; */
    border-radius: 0.16rem;
    background-image: unset !important;
}

.jjfa>.content>.item>.small{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: flex;
    height:60%;
    flex-direction: column;
    justify-content: space-between;
}
.jjfa>.content>.item>.detail{
    /* width: 1.58rem; */
    height: 120px;
    /* background: #2E4588; */
    /* background:red; */
    /* border-radius: 20px; */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    display: none;
}

.jjfa>.content>.item>.detail>.detail-title{
    text-align: center;
    font-size: 0.2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
    width: 120%;
    transform:scale(0.9);
}
.jjfa>.content>.item>.detail>.discription{
    font-size: 0.16rem;
    font-weight: 600;
    color: #FFFFFF;
    /* background: red; */
    margin-top: -34px;
    width: 220%;
    transform: scale(0.5);
}
.jjfa>.content>.item.active>.small {
    display: none;
}

.jjfa>.content>.item.active>.detail {
    display: flex;
}
/* .jjfa>.content>.item>.small>.shape {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
} */

.jjfa>.content>.item:nth-child(1)>.shape {
    padding-left: 0.5rem;
}

.jjfa>.content>.item:nth-child(2)>.shape {
    padding-left: 0.5rem;
}

.jjfa>.content>.item:nth-child(3)>.shape {
    padding-left: 0.5rem;
}

.jjfa>.content>.item:nth-child(4)>.shape {
    padding-left: 0.8rem;
}

.jjfa>.content>.item:nth-child(5)>.shape {
    padding-left: 0.3rem;
}

.jjfa>.content>.item:nth-child(6)>.shape {
    padding-left: 0.5rem;
}

.jjfa>.content>.item:nth-child(7)>.shape {
    padding-left: 0.66rem;
}


.jjfa>.content>.item>.small>p {
    font-size: 0.24rem;
    width: 1.48rem;
    /* font-weight: 600; */
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 0.04rem;
    /* width: 120%; */
    transform: scale(.8);
}

/******************** 解决方案 end ********************/

/******************** 场景应用 start ********************/

.cjyy {
    overflow: hidden;
}

.cjyy>.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

.cjyy>.content>.item {
    background-repeat: no-repeat;
    width: 3.32rem;
    height: 2.5rem;
    background: rgba(51, 51, 51, 0.1);
    border-radius: 0.08rem;
    position: relative;
    background-size: contain;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.cjyy>.content>.item:last-child {
    margin-bottom: 0;
}

.cjyy>.content>.item>.txt{
    position: absolute;
    bottom: 0.48rem;
    left: 50%;
    transform: translate(-50%, 0);
    /* width: 1.2rem;
    height:0.4rem; */
    /* width: 180px;
    height: 37px; */
    background: rgba(0, 0, 0, 0.2);
    z-index:10;
    /* padding:2px 4px; */
}
/* .cjyy>.content>.item:hover> */
.cjyy>.content>.item>.txt>p{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    z-index:9;
    height:20px;
    opacity: 1;
    width: 80px;
    /* position: absolute; */
    bottom: 25px;
    left: 58px;
    transform: scale(.8);
}
.cjyy>.content>.item:nth-child(3)>p{
    left:1.4rem;
}
.cjyy>.content>.item>.item-mask{
    position:absolute;
    width: 3.32rem;
    height: 2.5rem;
    background: #3065EE;
    opacity: 0.1;
    border-radius: 0.16rem;
    z-index:-10;
    top:0;
}
.cjyy>.content>.item>img{
    width: 100%;
    height:100%;
    transition:all 1s ease;
}
.cjyy>.content>.item>img.active{
    /* width: 120%; */
    transform: scale(1.2);
}
/* .cjyy>.content>.item:nth-child(1) {
    background-image: url('../images/lyjq.png');
}

.cjyy>.content>.item:nth-child(2) {
    background-image: url('../images/xxdj.png');
}

.cjyy>.content>.item:nth-child(3) {
    background-image: url('../images/zg.png');
}

.cjyy>.content>.item:nth-child(4) {
    background-image: url('../images/zfjg.png');
}

.cjyy>.content>.item:nth-child(5) {
    background-image: url('../images/ztly.png');
}

.cjyy>.content>.item:nth-child(6) {
    background-image: url('../images/hzhd.png');
}

.cjyy>.content>.item:nth-child(7) {
    background-image: url('../images/wyzc.png');
} */

/******************** 场景应用 end ********************/

/******************** 经典案例 start ********************/

.jdal {
    overflow: hidden;
    /* background: #F5F5F5; */
}

.jdal>.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}

.jdal>.content>.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}
.jdal>.content>.item:last-child{
    margin-bottom: 0;
}
.jdal>.content>.item>p {
    font-size: 0.24rem;
    font-weight: 600;
    color: #333333;
    margin-top: 0.32rem;
}

.jdal>.content>.item>img {
    width: 100%;
}

/******************** 经典案例 end ********************/