/******************** banner start ********************/

.hide {
    display: none;
}


header {
    background-image: url('../images/banner.png');
    height: 4.5rem !important;
    position: relative;
}

header>.text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(54%, -40%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 3.64rem;
}

header>.text>p {
    /* margin-left: 0.32rem; */
    width: 100%;
    text-align: center;
}

header>.text>p:first-child {
    position: relative;
    z-index: 3;
    font-size: 0.3rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.36rem;
    margin-bottom: 0.22rem;
}

header>.text>p:nth-child(2) {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 0.22rem; */
    margin-bottom: 0.08rem;
    letter-spacing: 0.04rem;
    text-align: center;
    /* width: 4.04rem; */
}

header>.text>p:nth-child(3) {
    font-size: 0.18rem;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 0.22rem; */
    margin-bottom: 0.32rem;
    letter-spacing: 0.04rem;
    /* width: 4.04rem; */
}


/******************** banner end ********************/


/********************* 实景三维 start **************/

.sjsw>.sjsw-discription {
    margin-bottom: 0.4rem;
}


.sjsw>.content {
    display: flex;
    /* justify-content: ; */
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.sjsw>.content>.item {
    width: 1.5rem;
    height: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(182, 182, 182, 0.2), 0px -3px 7px 0px rgba(182, 182, 182, 0.2);
    border-radius: 8px;
    text-align: center;
}

.sjsw>.content>.item>.item-img {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0.2rem auto;
}

.sjsw>.content>.item>.item-img>img {
    width: 100%;
    height: 100%;
}

.sjsw>.content>.item>.tit {
    font-size: 0.24rem;
    font-weight: 600;
    color: #333333;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    /* white-space: nowrap; */
}

.sjsw>.content>.item>.disription {
    font-size: 0.16rem;
    /* font-weight: 600; */
    color: #333333;
    margin-top: 0.24rem;
    letter-spacing: 2px;
}

/********************* 实景三维 end **************/

/********************* 数据资源体系 start **************/
.sjzy.p16 {
    /* padding-top:24px; */
}

.sjzy>.sjzy-discription {
    margin-bottom: 0.2rem;
}

.sjzy>.sjzy-discription>p {
    
    /* font-size: 0.24rem; */
    font-size: 0.28rem;
    line-height: 0.48rem;
    font-family: Source Han Sans CN;
    /* font-weight: bold; */
    color: #333;
}
.sjzy>.sjzy-discription>p.tit {
    font-weight: 600;
    text-align: center;
    margin-top: 0.2rem;
}

.sjzy>.sjzy-img {
    /* height: 4.54rem; */
}

.sjzy>.sjzy-img>img {
    width: 100%;
    height: 100%;
}

/********************* 数据资源体系 end **************/