.part2 .yongtu .box .content{
    min-height: 210px;
}

.part5 .box ul li {
    margin: 10px 1%;
    width: 31.3%;
}
.part5 .box ul li .tit{
    margin-bottom: 8px;
}
.part5 .box ul li .text{
    height: auto;
}

.part32a .box ul li {
    width: 31.3%;
    margin-bottom: 10px;
}


.part2 .yongtu .box {
    width: 33.3%;
}
.part16 .lists li p{
    text-align: center;
    margin-top: 40px;
    
    font-weight: normal;
}
.part3 .box li{
    width: 21%;
}
.part3 .box li .text{
    width: 80%;
}
.part3 .box li .text p{
    margin-left: 5px;
}



@media only screen and (min-width: 320px) and (max-width: 767px){

    .banner_41 .swiper-slide .bg1 p,
    .banner_41 .swiper-slide .bg2 p:nth-child(1),
    .banner_41 .swiper-slide .bg2 p:nth-child(2) {
        color: #194265;
        text-shadow: 1px 1px 1px #fff;
        font-weight: bold;
    }
    .part5 .box ul li{
        width: 48%;
        
    }
    .part5 .box ul li .tit{
        background-color: #052d53;
    }
    .part5 .box ul li .text{
        background-color: #f1f1f1;
        height: 230px;
        overflow: hidden;
    }
    .part5 .box ul li .tit h3{
        color: #fff;
    }
    .part5 .box ul li .text p{
        color: #000;
        min-height: 110px;
    }
    .part32a .box ul li {
        width: 44%;
    }

    .part2 .yongtu .box{
        width: 100%;
    }
    .part2 .yongtu .box .content{
        min-height: 130px;
    }
    .part16 .lists li{
        width: 44%;
    }
    .part3 .box li{
        width: 46%;
    }
}