.banner{
    width:100%;
    position: relative;
}
.banner img{
    width:100%;
    display: block;
}
@media all and (min-width:1200px){
    .banner-col{
        width:1200px;
        height:100%;
        position: absolute;
        top:0px;
        left:50%;
        margin-left:-600px;
    }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .banner-col{
        width:100%;
        height:100%;
        position: absolute;
        top:0px;
        left:50%;
        margin-left:-50%;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .banner-col{
        width:100%;
        height:100%;
        position: absolute;
        top:0px;
        left:50%;
        margin-left:-50%;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .banner-col{
        width:100%;
        height:100%;
        position: absolute;
        top:0px;
        left:50%;
        margin-left:-50%;
    }
}
@media all and (max-width: 479px) {
    .banner-col{
        width:100%;
        height:100%;
        position: absolute;
        top:0px;
        left:50%;
        margin-left:-50%;
    }
}
.banner-col li{
    width:200px;
    padding:5px;
    box-sizing: border-box;
    position: absolute;
    left:0px;
    top:50%;
    margin-top:-38px;
    background: linear-gradient(to right,rgba(54, 16, 16, 0.5), 70%, rgba(255,255,255,0));
}
@media all and (min-width: 480px) and (max-width: 767px){
    .banner-col li{
        width:200px;
        padding:5px;
        box-sizing: border-box;
        position: absolute;
        left:0px;
        top:50%;
        margin-top:-30px;
        background: linear-gradient(to right,rgba(54, 16, 16, 0.5), 70%, rgba(255,255,255,0));
    }
}
@media all and (max-width: 479px) {
    .banner-col li{
        width:150px;
        padding:5px;
        box-sizing: border-box;
        position: absolute;
        left:0px;
        top:50%;
        margin-top:-26px;
        background: linear-gradient(to right,rgba(54, 16, 16, 0.5), 70%, rgba(255,255,255,0));
    }
}
.banner-col li p{
    font-size:14px;
    color:#b2b2b2;
}
.banner-col li h4{
    font-size:36px;
    color:#ffffff;
    font-weight: normal;
}
@media all and (min-width: 480px) and (max-width: 767px){
    .banner-col li h4{
        font-size:24px;
        color:#ffffff;
        font-weight: normal;
    }
}
@media all and (max-width: 479px) {
    .banner-col li h4{
        font-size:18px;
        color:#ffffff;
        font-weight: normal;
    }
}
@media all and (min-width: 480px) {
    #banner-img2{
        display: none;
    }
}
@media all and (max-width: 479px) {
    #banner-img1{
        display: none;
    }
}

.bode{
    width:100%;
}
@media all and (min-width:1200px){
    .bode-all{
        width:1200px;
        margin:0 auto;
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .bode-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .bode-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .bode-all{
        width:100%;
        margin:0 auto;
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media all and (max-width: 479px) {
    .bode-all{
        width:95%;
        margin:0 auto;
        margin-top:50px;
        margin-bottom:50px;
    }
}
.bode-all h4{
    font-size:24px;
    color:#d61919;
    margin-top:50px;
    margin-bottom: 10px;
}
.bode-line{
    width:20px;
    margin-bottom:50px;
    border-top:5px solid #d61919;
}
.bode-cont{
    width:100%;
}
.bode-cont li{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #dddddd;
    transition: all .2s linear;
    cursor: pointer;
    margin-bottom: 20px;
}
.bode-cont li:hover{
    box-shadow: 15px 15px 30px rgba(0,0,0,.2);
}
.bode-cont li:hover a{
    color:#d61919;
}
.bode-cont1{
    width:230px;
    height:137px;
}
.bode-cont1 img{
    width:100%;
    height: 155px

}
.bode-cont li span{
    position: absolute;
    top: 5px;
    right: 2%;
    background: rgb(14 107 207 / 90%);
    color: #ffffff;
    padding: 4px 12px;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Microsoft YaHei', sans-serif;
}
@media all and (max-width: 479px) {
    .bode-cont1{
        width:0px;
        height:0px;
        width:50%;
    }
    .bode-cont1 img{
        width:100%;
    }
}
.bode-cont2{
    width:76%;
    margin-left:20px;
}
@media all and (min-width: 768px) and (max-width: 959px) {
    .bode-cont2{
        width:70%;
        margin-left:20px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .bode-cont2{
        width:60%;
        margin-left:20px;
    }
}
@media all and (max-width: 479px) {
    .bode-cont2{
        width:50%;
        margin-left:20px;
    }
}
.bode-cont2 a{
    color:#333333;
    font-size:20px;
    line-height:35px;
    font-weight: normal;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.bode-cont2 p{
    font-size:16px;
    color:#666666;
    line-height:30px;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
@media all and (max-width: 479px) {
    .bode-cont2 a{
        color:#333333;
        font-size:16px;
        line-height:25px;
        font-weight: normal;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
    }
    .bode-cont2 p{
        font-size:14px;
        color:#666666;
        line-height:20px;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
}
.bode-cont2-p1{
    margin-top:20px;
}
@media all and (max-width: 479px) {
    .bode-cont2-p1{
        margin-top:0px;
    }  
}
.bode-page{
    width:100%;
    display:flex;
    justify-content:center; 
    margin-top:50px;
}
.bode-page li{
    height: 25px;
    border-radius: 3px;
    background-color: #dddddd;
    color: #999999;
    text-align: center;
    padding: 3px 10px;
    margin-left: 10px;
}
#page{
    background-color:#d61919;
    color:#ffffff;
}
.bode-page li:hover{
    background-color:#d61919;
    color:#ffffff;
}

