body{
    /* background-color: #ebeef0; */
    background-color: #fff;
}
#navb li:first-child .zyflg .nav_t {
    display: block;
	color: #263cdb;
    position: relative;
}
#navb li:first-child .zyflg .nav_t::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -12px;
    background-color: #263cdb;
}
.ban_text{
    width: 320px;
    height: 140PX;
    background-color: #ffffffc2;
    position: absolute;
    border-left: 25px solid #263cdb;
    top: 15%;
    left: 0;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: 300;
}
/* 应用 start */
.appli{
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
}
/* .appli h2{
    font-size: 24px;
    color: #333;
    margin: 0 0 10px;
} */
.appli ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.appli ul li{
    width: 32.5%;
    background: #f5f5f5;
}
.appli ul li img{
    width: 100%;
    transition: all 0.5s;
}
.appli ul li p{
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
/* .appli ul li:hover img{
    transform: scale(1.1);
}
.appli ul li h3{
    font-size: 18px;
    color: #646464;
    margin: 20px 0 10px;
    font-weight: bold;
}
.appli ul li h3 span{
    float: right;
    font-size: 25px;
    color: #263cdb;
    font-weight: normal;
    margin-top: -3px;
}
.appli ul li a>div{
    height: 250px;
    overflow: hidden;
}
.appli ul li p{
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
/* 应用 end */
.footer_box {
    width: 100%;
}
@media(max-width:768px){
    #navb li:first-child .zyflg .nav_t::before {
        bottom: -2px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        width: auto;
        max-width: initial;
        height: 220px;
    }
    .carousel-inner>.item>img{
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
    .ban_text {
        width: 200px;
        height: 80PX;
        font-size: 30px;
        top: 20%;
        border-left: 10px solid #263cdb;
    }
    .appli {
        width: 100%;
        padding: 10px;
        background-color: #fff;
    }
    .appli ul li {
        width: 100%;
        margin: 5px 0;
    }
}