/******************** 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(26%, -40%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
header>.text>p>.line{
    margin:0 0.08rem;
}
header>.text>p {
    margin-left: 0.32rem;
}

header>.text>p:first-child {
    position: relative;
    z-index: 3;
    font-size: 0.4rem;
    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.24rem;
    letter-spacing: 0.04rem;
    width: 4.56rem;
}



/******************** banner end ********************/


/********************* 建设思路 start **************/

.jssl{
    border:1px solid transparent;
    /* margin-top:0.16rem; */
}
.jssl>.item{
    margin-bottom:0.4rem;
}
.jssl>.item>.content{
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin:0.2rem 0;
    text-indent: 0.6rem;
    line-height: 0.4rem;
}
.jssl>.item.bigTit>.title1{
    font-size: 0.28rem;
    font-weight: 900;
    color: #333333;
    text-align: center;
}
.jssl>.item>img{
    width: 100%;
    height: 4.16rem;
    display: block;
}
/********************* 建设思路 end **************/

/********************* 应用场景 start **************/
.ztkj.p16{
    padding-top:0;
}
.ztkj>.content>img{
    display: block;
    width: 100%;
}
.ztkj>.content>.items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ztkj>.content>.items>.item.last{
    margin-bottom: 0;
}

.ztkj>.content>.items>.item{
    width: 3.32rem;
    padding-bottom:0.6rem;
    background: #FFFFFF;
    box-shadow: 0px 0.1rem 0.12rem 0px rgba(193, 193, 193, 0.27), 0px -0.1rem 0.12rem 0px rgba(203, 203, 203, 0.19);
    border-radius: 0.04rem;
    margin-top:0.2rem;
}
.ztkj>.content>.items>.item>.item-mask{
    width: 100%;
    height: 2.12rem;
    position: relative;
}
.ztkj>.content>.items>.item>.item-mask>.cont-mask{
    width: 100%;
    height: 2.12rem;
    position: absolute;
    left:0;
    top:0;
    background: #366AED;
    opacity: 0.1;
    border-radius: 0.04rem;
}
.ztkj>.content>.items>.item>.item-mask>img{
    width: 100%;
    height: 2.12rem;
    display: block;
}
.ztkj>.content>.items>.item>.item-img{
    width: 100%;
    height: 2.12rem;
    display: block;
}
.ztkj>.content>.items>.item>.item-cont{
    /* width: 400px;
    height: 120px;
    padding:60px 0; */
    
}
.ztkj>.content>.items>.item>.item-cont>.cont-title{
    font-size: 0.28rem;
    font-weight: 900;
    font-family: Source Han Sans CN;
    margin:0.2rem 0;
    text-align: center;
}
.ztkj>.content>.items>.item>.item-cont>.cont-cont{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    /* font-weight: bold; */
    line-height: 0.4rem;
    color: #999999;
    padding:0 0.16rem;
}
/********************* 应用场景 end **************/