.banner{
    width: 100%;
    height: 2rem;
    background-color: gold;
}
.banner img{
    width: 100%;
    height: 100%;
}
/* 产品导航 */
.navtag{
    width: 100%;
    height: 1.6rem;
    padding: .1rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
}
.navtag .navtil{
    width: 45%;
    height: 0.5rem;
    text-align: center;
    line-height: .5rem;
    font-size: .16rem;
    border-radius: .1rem;
    box-shadow: 1px 1px 10px rgb(202, 202, 202);
    background-color: white;
}
/* 案例 */
.til{
    width: 100%;
    /* height: 1rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding:.3rem 0 .15rem 0;
    box-sizing: border-box;
    font-size:.12rem;
}
.til h2{
    padding-bottom: .15rem;
}
.til P{
    padding: .1rem .1rem;
    line-height: .24rem;
    box-sizing: border-box;
    font-size:0.12rem;
}
/* 精选案例 */

.case{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 1.2rem;
    padding: .1rem .15rem;
    box-sizing: border-box;
    margin: .15rem 0;
    background-color: rgb(245,245,245);
}
.case1{
    width: 40%;
    height: 100%;
    /* background-color: rosybrown; */
}
.case1 img{
    width: 100%;
    height: 100%;
    border-radius: .1rem;
}
.case2{
    width: 55%;
    height: 100%;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background-color: rosybrown; */
}
.case2 h2{
    font-size: .14rem;
}
.case2 .text{
    color: #666;
    font-size: .12rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
}
.case2 .text2{
    color: rgb(22, 62, 236);
    font-size: .12rem;
}
/* 按钮 */
.button{
    width: 100%;
    height: .8rem;
    padding: .15rem 0;
    /* margin-top: .3rem; */
    box-sizing: border-box;
    /* background-color: rgb(105, 105, 105); */
}
.buttons{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .1rem;
    background-color: rgb(66,131,236);
}
.buttons i{
    color: white;
    font-size: .2rem;
}
.buttons span{
    color: white;
    padding-left: .1rem;
    box-sizing: border-box;
    font-size: .14rem;
}