.chanpin,.anli,.zixun{
    padding: 0 5%;
    padding-top: 15px;
}
.title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.title h2{
    font-size: 24px;
    font-weight: bold ;
}
.title span{
    display: block;
    color: #868686;
    margin:10px 0;
}
.imgbox{
    width: 90%;
    margin: 0 auto;
    margin-bottom:15px
}
.title_img{
    object-fit: cover;
    height: 20px;
}

.probox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
}
.pro{
    width: 49%;
    height: 160px;
    overflow: hidden;
    margin-top: 1%;
}
.pro img{
    height: 120px;
    display: block;
    object-fit: cover;
}
.pro .text{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:#26add3 ;
    color: #fff;
    font-size: 14px;
}
.anli{
    background:url('../img/anlibg.jpg') ;
    margin-top: 15px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}
.anli .title span{
    color: #fff;
}
.anli .pro .text{
    background: #fff;
    color: #333;
}
.anli .pro:hover .cover{
    top: 0;
}
.cover{
    width: 100%;
    height: 165px;
    background: rgba(38, 173, 211, 0.7);
    position: relative;
    top: -370px;
    margin-top: -205px;
}
.cover .jia{
    width: 75px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.articlelist{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.article{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333;
}
.art_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #e2e2e2;
    font-size: 40px;
}
.art_left span{
    font-size: 16px;
    margin-top: 10px;
}
.art_right{
    flex: 1;
    margin-left: 20px;
    padding-right: 20px;
}
.art_right h3{
    font-size: 16px;
    font-weight: bold;
}
.art_right p{
    font-size: 14px;
    line-height:20px;
    margin-top: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.dingzhi{
    background: url('../img/ding.jpg') no-repeat top left;
    background-size: cover;
    padding: 15px 5% 15px;
}

.ding_title{
    font-size: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.center{
    position: relative;
}
.center p{
    width: 100%;
    height: 40px;
    color: #fff;
    background: #26add3;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 24px;
}
.center .more{
    position: absolute;
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 14px;
    top: 60px;
    left: 10px;
}
.center .ding{
    position: absolute;
    top: 60px;
    right: 10px;
    width: 100px;
    height: 30px;
    border: 1px solid #26add3;
    background: #26add3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 14px;
}




.liucheng{
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 80px;
}
.liucheng1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: space-around;
    align-items: center;
}
.jiantou{
    margin-top: -20px;
}
.liu_pro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    align-items: center;
    margin:5px 25px;
}
.liu_img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}