main{
    width: 100%;
    padding: .15rem;
    font-size: 0;
    box-sizing: border-box;
    background-color: white;
}
.title{
    width: 100%;
    padding: .1rem 0;
    text-align: center;
    font-size: .16rem;
}
.image{
    padding: .1rem 0;
    width: 100%;
}
.parmer{
    width: 100%;
    height: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    border-radius: .1rem;
    border: 1px solid  rgb(245, 245, 245);
    background-color: rgb(255, 255, 255);
}
.parmer1{
    width: 49.5%;
    height: 49%;
    padding: .2rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    font-size: .12rem;
    background-color: rgb(245, 245, 245);
}
.parmer1 p{
    font-size: .16rem;
    font-weight: 700;
}
.parmer1  span{
    font-size: .14rem;
    color: #333;
}
/* 项目介绍 */
.project{
    width: 100%;
    padding: .2rem 0;
    font-size: .14rem;
}
.project p span{
    color: #333;
    font-weight: 700;
}
.project p{
    color: #666;
    line-height: .28rem;
}
/* 上下文 */
.tager{
    width: 100%;
    height: 0.5rem;
    padding: 0 .1rem;
    margin: .1rem 0;
    color: white;
    box-sizing: border-box;
    border-radius: .1rem;
    background-color: rgb(66,131,236);
}
.tager p{
    line-height: .5rem;
    font-size: .14rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color: white;
}
.tager p a{
    color: white;
}
/* 热门产品 */
.til{
    width: 100%;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* background-color: rosybrown; */
    margin: 0 auto;
    padding:.3rem 0 .15rem 0;
    box-sizing: border-box;
    font-size:.12rem;
}
.til P{
    padding: 0 .1rem;
    line-height: 。24rem;
    box-sizing: border-box;
    font-size:0.12rem;
}
.con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0 .2rem;
    box-sizing: border-box;
    justify-content: space-between;
    /* background-color: rosybrown; */
}
.con-til{
    width: 48%;
    display: block;
    margin-bottom: .2rem;
    background-color: rgb(231, 246, 253);
    /* background-color: royalblue; */
}
.con-boiler{
    width: 100%;
    height: 1.2rem;
    /* border-radius: 0.1rem; */
    /* background-color: royalblue; */
}
.con-boiler img{
    width: 100%;
    height: 100%;
    /* border-radius: .1rem; */
    /* border-radius: 0.1rem; */
}
.con-detail{
    width: 100%;
    height: 0.7rem;
    font-size: 0;
    padding: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    
}
.con-detail{
    width: 100%;
    height: 0.7rem;
    font-size: 0;
    padding: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    
}
.con-detail h2{
    width: 1.4rem;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap; 
    position: relative;
    font-size: 0.12rem;
}

.con-detail p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
    width: 100%;
    color: #666;
    font-size: .1rem;
}
/* 按钮 */
.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;
}