.pc-footer{
    display: inherit;
}
.cc-footer{
    display: none;
}
.footer{
    height: 360px;
    background-color: #333f4d;
}.footerBox{
     padding: 60px 0 10px;
     width: 1280px;
     font-size: 16px;
     margin: auto;
     color: #fff;
 }
.bottom1-list{
    width: 200px;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}
.bottom1-flink{
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
}
.bottom1-flink a{
    color: #fff;
    font-size: 11px;
}
.bottom1-flink a:hover{
    color: #fff;
    text-decoration: none;
}

.bottom1-list .b1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.bottom1-list li a{
    color: #b3b3b3;
    font-size: 14px;
}
.bottom1-list li a:hover{
    color: #e2e2e2;
    text-decoration: none;
}
.bottom-contactWay{
    width: 300px;
    display: inline-block;
    float: right;
    text-align: center;
}
.cutLIne{
    width: 100%;
    height: 1px;
    background-color: #777;
}
.boottom-left{
    display: inline-block;
    font-size: 11px;
    color: #8B8B8B;
    float: left;
    line-height: 40px;
}
.boottom-right{
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #fff;
    line-height: 40px;
}
.boottom-right a{
    color: #b3b3b3;
    font-size: 11px;
}
.boottom-right a:hover{
    color: #fff;
    text-decoration: none;
}
.bottom-right-phone{
    display: inline-block;
    /*width: 200px;*/
    height: 55px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
}
.bottom-phone-img{
    width: 26px;
    position: relative;
    top: -3px;
    left: -5px;
}
.qrcode{
    width: 88px;
}
.bottom-logo{
    margin-top: 20px;
	margin-bottom:10px;
    width: 115px;
}
.clear{
    clear: both;
}
@media  (max-width: 680px) {
    .pc-footer{
        display: none;
    }
    .cc-footer{
        display: inherit;
    }
    .footer{
        height: inherit;
    }
    .footerBox{
        width: 100%;
        height: inherit;
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    .bottom1-list{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .bottom1-list .b1{
        width: 100%;
        margin-bottom: 10px;
    }
    .bottom1-list li{
        width: 25%;
        display: inherit;
        float: left;
        line-height: 30px;
    }
    .bottom1-product{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .bottom1-product .b1{
        width: 100%;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .bottom1-product li{
        width: 45%;
        display: inline-block;
        float: left;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .bottom1-product li a{
        color: #8B8B8B;
        font-size: 14px;
    }
    .bottom-contactWay{
        width: 100%;
        text-align: center;
    }
    .cutLIne{
        margin-top: 20px;
    }
    .boottom-left{
        margin-top: 10px;
        font-size: 12px;
        line-height: 22px;
    }
    .boottom-right{
        float: left;
    }
    .boottom-right img{
        width: 16px;
    }
    .boottom-right a{
        font-size: 12px;
    }
    .m-footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #333333;
        text-align: center;
        margin-top: 10px;
        padding: 10px 25px;
        z-index: 9999;
    }
    .m-footer a{
        float: left;
        display: block;
        text-align: center;
        line-height: 40px;
        width: 46%;
        height: 40px;
        border-radius: 5px;
        background: #f07000;
        color: #fff;
        font-size: 16px;
    }
    .m-footer .btn_right {
        float: right;
    }

}