.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%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode-cont1{
    width:70%;
}
.bode-cont1 p{
    font-size:16px;
    color:#333333;
    line-height:35px;
    margin-bottom:20px;
}
.bode-cont2{
    width:25%;
}
@media all and (min-width: 960px) and (max-width: 1199px) {
    .bode-cont1{
        width:65%;
    } 
    .bode-cont2{
        width:30%;
    }
}

@media all and (min-width: 768px) and (max-width: 959px){
    .bode-cont1{
        width:50%;
    } 
    .bode-cont2{
        width:45%;
    }
}
@media all and (min-width: 480px) and (max-width: 767px){
    .bode-cont1{
        width:80%;
        margin:0 auto;
    } 
    .bode-cont2{
        width:80%;
        margin:0 auto;
    }
}
@media all and (max-width: 479px) {
    .bode-cont1{
        width:100%;
        margin:0 auto;
    } 
    .bode-cont2{
        width:100%;
        margin:0 auto;
    }
}
.bode-cont2 img{
    width:100%;
}
