﻿/*底部*/
.footer {
    width: 100%;
    background: #191919;
    color: #fff;
    /*padding-bottom: 40px;*/
}

.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: #999;
    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;
	box-sizing: content-box;
    overflow: hidden;
}

.footer .botnavlist li:first-child {
    padding-left: 0px;
}

.footer .botnavlist li a {
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 18px;
}

.footer .botnavlist li .drop {
    padding-top: 10px;
}

.footer .botnavlist li .drop a {
    display: block;
    line-height: 26px;
    color: #999;
    width: 100%;
    font-size: 15px;
}

.footer .botnavlist li a:hover {
    color: #E74C3C;
}

.footer .qcode {
    height: 150px;
    background: url(../images/map.png) center no-repeat;
}

.footer .btel {
    width: 385px;
    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;
	font-weight: 600;
}

.footer .btel .p3 {
    color: #999;
    line-height: 18px;
}

.footer .qcode .ewm {
    width: 130px;
    height: 130px;
    display: block;
    border: 5px solid #666;
}

.copy {
    /*background: #191919;*/
	background: #000;
    border-top: 1px solid #353535;
    /*line-height: 60px;*/
    color: #999;
	margin-top: 40px;
    /*margin-bottom: 30px;*/
}

.tips {
    z-index: 9999999999;
    background: #000;
    width: 100%;
    line-height: 40px;
    height: 40px;
    position: fixed;
    bottom: 0;
}

.tips p {
    color: red;
}

.fr {
    float: right;
}
.fl {
    float: left;
}
.copy p{
	font-size:15px;
	text-align: center;
	margin-bottom: 0;
	line-height: 60px;
}