@media screen and (max-width: 768px){
    .img-banner{
        display: none;
    }
    .container-fluid{
        display:none;
    }
   .container-fluid .cont>.h3{
        font-size: 22px;
        text-align: center;
        margin: 48px auto 24px auto;
    }
    .container-fluid .cont .cont-info.col-xs-6{
        float: left;
        width: calc(50% - 12px);
        margin-right: 24px;
        display: inline-block;
        padding: 24px 24px;
        background: #FFFFFF;
        box-shadow: 0px 2px 16px 6px rgba(85, 84, 110, 0.06);
        margin-bottom: 24px;
    }
    .container-fluid .cont .cont-info.col-xs-6:nth-child(2n){
        margin-right: 0;
    }

    .container-fluid .cont .cont-info:nth-child(2n){
        margin-right: 0;
    }
    .container-fluid .cont .content{
        padding: 12px 0;

    }
    .container-fluid .cont .content>h4{
        font-size:16px;
        font-weight: 400;
        color: #0085FA;
        line-height: 18px;
        text-align: center;
    }
    .container-fluid .cont .content .text-muted{
        margin: 10px 0 48px 0;
        font-size: 14px;
    }
    #sales .padding-90,#dealer .padding-90{
        padding: 0 6px;
    }
    #sales .cont .cont-info,#dealer .cont .cont-info{
        width: calc(50% - 5px);
        margin-right: 10px;
        padding: 15px 10px;
        margin-bottom: 8px;
        text-align: center;
    }
    #sales .cont .cont-info:nth-child(2n), #dealer .cont .cont-info:nth-child(2n){
        margin-right: 0;
    }
    #sales .content .text-muted, #dealer .content .text-muted{
        font-size: 12px;
        margin-bottom: 0;
    }
    #declaration .cont{
        background: url('../images/declaration/bg1.png') no-repeat 0% 0%;
        background-size: 10%;
    }
    .container-fluid .content .left1{
        margin-top: 14.5vw;
    }
    .container-fluid .content .left2{
        margin-top: 14.5vw;
        margin-left: -10.3%;
    }
    .container-fluid .content .left3{
        margin-top: 38px;
        margin-right:-8.3vw;

    }
    .container-fluid .content .left1>p{
        font-size: 20px;
        font-weight: 500;
        color: #0085FA;
        line-height: 37px;
    }
    .container-fluid .cont .right{
        text-align: right;
        margin-right:calc(-8.33vw - 15px);
    }
    .container-fluid .cont .right1{
        margin-top: 5vw;
    }
    /*经销商*/
    .container-fluid .dealer-num{
        display: inline-block;
        width:40px;
        padding: 20px 0;
        vertical-align: top;
    }
    .container-fluid .num-cont{
        display: inline-block;
        width: calc(100% - 45px);
        padding: 0;
    }
    .container-fluid .num-hd{
      margin: 0 0 10px 0;
    }
    .flex-center {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .download {
        border: 1px solid #ff8840;
        background-color: #ff8840;
        color: #ffffff;
        width: 120px;
        height: 28px;
        border-radius: 30px;
        padding: 5px 0;
        text-align: center;
        position: relative;
        top: -61px;
        left: 40px;
        font-size: 12px;
        
    }
    .cont .content{
        width: 100% !important;
        padding: 15px 15px 0px 15px !important;
    }
   
}