/******************** 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(45%, -40%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index:99;
}
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: 18px;
    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: 3.56rem;
}



/******************** banner end ********************/
/********************* 建设思路 start **************/

.jssl{
    border:1px solid transparent;
}
.jssl>.jssl-main>.right>img{
    width: 100%;
    height:100%;
}
.jssl>.content{
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin:20px 0;
    text-indent: 30px;
    line-height: 0.4rem;
}
.jssl>img{
    width: 100%;
    height: 246px;
    display: block;
}
/********************* 建设思路 end **************/

/********************* 总体框架 start **************/

.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.36rem;
    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.16rem;
}
/* .ztkj>.content>.items>.item>.item-img{
    width: 100%;
    height: 106px;
    display: block;
} */
.ztkj>.content>.items>.item>.item-img{
    width: 100%;
    height: 106px;
    display: block;
    position: relative;
}
.ztkj>.content>.items>.item>.item-img>img{
    width: 100%;
    height: 100%;
}
.ztkj>.content>.items>.item>.item-img>.item-mask{
    width: 100%;
    height: 106px;
    position:absolute;
    top:0;
    background: #366AED;
    opacity: 0.03;
    border-radius: 8px;
}
.ztkj>.content>.items>.item>.item-cont{
    /* width: 400px;
    height: 120px;
    padding:60px 0; */
    
}
.ztkj>.content>.items>.item>.item-cont>.cont-title{
    font-size: 14px;
    font-weight: 900;
    font-family: Source Han Sans CN;
    margin:10px 0;
    text-align: center;
}
.ztkj>.content>.items>.item>.item-cont>.cont-cont{
    font-size: 12px;
    font-family: Source Han Sans CN;
    /* color: #999999; */
    padding:0 8px;
}
/********************* 总体框架 end **************/