.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;
}
.part4{
    width:100%;
    margin:0 auto;
    margin-top:50px;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.part4 li{
    width:30%;
    margin-bottom:50px;
    transition-duration: .6s;
}
@media all and (min-width: 480px) and (max-width: 767px){
    .part4 li{
        width:47%;
        margin-bottom:50px;
        transition-duration: .6s;
    }
}
@media all and (max-width: 479px) {
    .part4 li{
        width:100%;
        margin-bottom:20px;
        transition-duration: .6s;
    }
}
.part4 li:hover{
     box-shadow: 0 15px 30px rgba(0,0,0,.2);
}
.part4 li img{
    width:100%;
    display:block;
}
.part4-text{
    width:100%;
    padding:10px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.6)
}
.part4-text h5{
    display:block;
    color:#333333;
    font-size: 20px;
    line-height:30px;
    font-weight: normal;
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    line-height:35px;
}
.part4-text p{
        display:block;
        color:#333333;
        font-size: 14px;
        box-sizing: border-box;
        overflow:hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        line-height:25px;
}
.bode-page{
    width:100%;
    display:flex;
    justify-content:center;
    
}
.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;
}

