.tl_honor1 .flex{justify-content: center;}
.tl_honor1 .desc{font-weight:normal}
.tl_honor1_con .item .img{border:none}
.tl_honor1_con_img{width:32%;margin:10px;padding: 10px 0 20px;box-shadow:0 3px 15px rgba(0,0,0,.15);background-color: #fff;}

.tl_honor2_con .list .list_item .item {
    background: none;
   height: auto;
    border: none;
}
.tl_honor2_con .list .list_item .item .img {
    height: auto;
    padding: 10px 20px
}
.jy_about2_page {
    background: #fff;
    
}
.jy_about2_con{
    padding-right: 20px;
}
/*.jy_about2_page_wrap .tech{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*   justify-content: space-between;*/
/*}*/
.jy_about2_page_wrap .tech .jy_about2_page{
     width: 100%;
     margin: 20px 0;
}


.jy_about2_con .tit {
    font-size: 24px;
}
.jy_about2_con .tit:after {
    width: 70px;
}
.jy_about2_img {
    background: none;
    width: 40%;
}

@media screen and (max-width: 1280px) {
    .tl_honor1_con_img{
        width: 25%;
    }
    .tl_honor2_con .flex {
    display: flex;
    justify-content: center;
    
    
    }
    .jy_about2_page{
        flex-direction: column;
        text-align: center;
       align-items: center;
       padding: 20px 0;
    }
.jy_about2_con .tit:after{
    display: none;
}
.tl_honor2_con .list .list_item .item .img img{
    height: auto!important;
}
}
@media screen and (max-width: 768px){

    .tl_honor1_con_img{
        width: 98%;
    }
    .jy_about2_page_wrap .tech .jy_about2_page {
    width: 98%;
}
}