
@media only screen and (min-width:1024px){
    #foot {  width: 1002px; height: 79px; background-color: #C7DBF0; margin-top: 20px;margin: auto;clear: both;  }
    .foot_left { float: left; width: 326px; }
    .foot_right { float: right; width: 668px; line-height: 22px; padding-top: 15px; }
    .cls{ clear:both;}
    .conc{display: none;}
}

@media only screen and (min-width:993px) and (max-width:1023px){

    #foot { clear: both; width: 993px; height: 79px; background-color: #C7DBF0; margin-top: 20px;margin: auto;clear: both;  }
    .foot_left { float: left; width: 325px;height: 100%; }
    .foot_left img{width: 100%;height: 100%;}
    .foot_right { float: right; width: 668px; line-height: 22px; padding-top: 15px;background-color: #C7DBF0; }
    .cls{ clear:both;}
    .conc{display: none;}
}

@media only screen and (min-width:768px) and (max-width:992px){
    #foot { clear: both; width: 768px; height: 79px; background-color: #C7DBF0; margin-top: 20px;margin: auto;clear: both;  }
    #foot p{font-size: 13px;}
    .foot_left { float: left; width: 32%;height: 100%; }
    .foot_left img{width: 100%;height: 100%;}
    .foot_right { float: right; width: 68%; line-height: 22px; padding-top: 15px;background-color: #C7DBF0; }
    .cls{ clear:both;}
    .conc{display: none;}
}
@media only screen and (min-width:50px) and (max-width:767px){
    #foot { clear: both; width: 100%;  background-color: #C7DBF0;}
    .foot_left { float: left; width: 32%;height: 5rem; }
    .foot_left img{width: 100%;height: 100%;}
    .foot_right { float: right; width: 68%;background-color: #C7DBF0;line-height: 22px;height:5rem;
        overflow: hidden;font-size: 0.8rem;text-align: center;line-height: 5rem;}
    .gsicp{display: none;}
    /*两边联系方式*/

    .cont{display:none;}
    .cont_l,.cont_r{display: none;}
    .cls{ clear:both;}
    .conc{width: 100%;height: 3rem;position: fixed;bottom:0;left: 0;display: flex;justify-content:space-around;align-items: center;}
    .conc p{flex:1;height: 100%;background: blue;text-align: center;line-height: 3rem;font-size:1rem;
        cursor: pointer;text-transform: capitalize;margin: 0 1px;}
    .conc p a{color:#fff; display:block;width:100%;height:100%;font-size:4vw;line-height: 3rem; text-decoration: none;}
}