/*底部*/
.footer {
    width: 100%;
    background: #191919;
    color: #fff;
    padding-bottom: 10px;
}

.footer .links {
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid #353535;
}

.footer .links span {
    color: #fff;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #fdb34c;
    padding-right: 10px;
}

.footer .botnavlist li {
    float: left;
    width: 100px;
    padding: 0 0 0 48px;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    border-right: 1px solid #353535;
    overflow: hidden;
}

.footer .botnavlist li:first-child {
    padding-left: 0px;
}

.footer .botnavlist li a {
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 16px;
}

.footer .botnavlist li .drop {
    padding-top: 10px;
}

.footer .botnavlist li .drop a {
    display: block;
    line-height: 26px;
    color: #999;
    width: 100%;
    font-size: 12px;
}

.footer .botnavlist li a:hover {
    color: #E74C3C;
}

.footer .qcode {
    /*height: 150px;*/
    /*background: url(../images/map.png) center no-repeat;*/
    /*width: 540px;*/
}

.footer .btel {
    width: 320px;
    line-height: 28px;
}

.footer .btel .p1 {
    color: #fff;
}

.footer .btel .p2 {
    margin-bottom: 10px;
    padding-left: 48px;
    background: url(../images/ico_tel.png) no-repeat left center;
    font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.footer .btel .p3 {
    color: #999;
    line-height: 22px;
}

.footer .qcode .ewm {
    width: 130px;
    height: 130px;
    display: block;
    border: 5px solid #666;
}

.copy {
    background: #191919;
    border-top: 1px solid #353535;
    line-height: 60px;
    color: #999;
    font-size: 12px;
    /*margin-bottom: 30px;*/
}

.tips {
    z-index: 9999999999;
    background: #000;
    width: 100%;
    line-height: 40px;
    height: 40px;
    position: fixed;
    bottom: 0;
}

.tips p {
    color: red;
}
@media (max-width: 1200px){
    .footer .links,.copy{padding: 30px;}
    .qcode{padding: 30px;text-align: center;}
    .qcode .fr{float: none;}
    .footer .qcode .ewm{display: inline-block;width: auto;height: auto;}
}