.banner{
    width: 100%;
    /* height: 2rem; */
    /* background-color: gold; */
}
.banner img{
    width: 100%;
    /* height: 100%; */
}
/* 产品中心 */
.products{
    width: 100%;
    background-color: rgb(245,245,245);
}
.product{
    width: 100%;
    font-size: 0;
    padding-bottom: 0.1rem;
    background-color: rgb(250,250,250);
}
.til{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding:.1rem;
    box-sizing: border-box;
    font-size:.12rem;
}
.til h1{
padding: .1rem 0;
}
.til P{
    padding: 0 .1rem;
    line-height: .24rem;
    box-sizing: border-box;
    font-size:0.12rem;
}
.merit{
    padding-bottom: .15rem;
}
.merits{
    padding: .15rem 0;
}
.con{
    width: 100%;
    height: 2rem;
    /* background-color: antiquewhite; */
    display: flex;
    flex-wrap: wrap;
    padding:.2rem;
    /* font-size: 0; */
    box-sizing: border-box;
    justify-content: space-between;
}
.param{
    width: 100%;
    height: 100%;
    padding: .2rem .1rem;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: .1rem;
    background-color: rgba(245,245,245);
}
.param p{
    font-size: .14rem;
    color: #666;
}
.param p span{
    color: #333;
}
/* 按钮 */
.button{
    width: 100%;
    height: .8rem;
    display: flex;
    justify-content: space-around;
    padding: .15rem 0;
    box-sizing: border-box;
}
.buttons{
    width: 40%;
    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;
}
/* 精选案例 */

.case{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 1.2rem;
    padding: .1rem .15rem;
    box-sizing: border-box;
    margin: .1rem 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;
}