.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:45%;
    height:100%;
    padding:20px;
    box-sizing: border-box;
    background-color:#c7001d;
}

@media all and (min-width: 480px) and (max-width: 767px){
    .bode-cont1{
        width:90%;
        height:100%;
        margin:0 auto;
        padding:20px;
        box-sizing: border-box;
        background-color:#c7001d;
    }  
}
@media all and (max-width: 479px) {
    .bode-cont1{
        width:100%;
        height:100%;
        margin:0 auto;
        padding:20px;
        box-sizing: border-box;
        background-color:#c7001d;
    }
}
.bode-cont1-img1{
    margin-top:20px;
}
.bode-cont1 p{
    font-size:16px;
    color:#ffffff;
    line-height: 30px;
}
.bode-cont1 h5{
    font-size:36px;
    color:#ffffff;
    line-height:50px;
}
.bode-square{
    display:flex;
    justify-content: flex-start;
}
.square{
    width:150px;
    height:150px;
    padding:20px;
    box-sizing: border-box;
    background-color:#ffffff;
    border-radius: 5px;
    margin-top:30px;
}
.square img{
    width:100%;
}
.bode-square p{
    margin-top:150px;
    margin-left:20px;
}
.bode-cont2{
    width: 52.5%;
    padding-left: 2%;
}
.bode-cont2 img{
    width:100%;
}
@media all and (min-width: 480px) and (max-width: 767px){
    .bode-cont2{
        width:90%;
        margin:0 auto;
        margin-top:10px;
    }
    .square{
        height: 120px;
    }
    .bode-square p {
    margin-top: 110px;
    }
}
#dituContent{
    width:100%;height:550px;border:#ccc solid 1px;
}
@media all and (min-width: 480px) and (max-width: 767px){
    #dituContent{
        width:100%;height:400px;border:#ccc solid 1px;
    }
}
@media all and (max-width: 479px) {
    .bode-cont2{
        width:100%;
        margin:0 auto;
        margin-top:10px;
    }
    #dituContent{
        width:100%;height:300px;border:#ccc solid 1px;
    }
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}