.footContent{
	bottom: 0;
	left: 0;
	width: 100%;
}

a {
    text-decoration: none;
}
.contact {
	width: 1200px;
	margin: 0 auto;
}
.wrapAbout .title{
	height: 100px;
	line-height: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #bd2f00;
}
.contactList {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.contactList .cont {
    float: left;
}
.contactList .contactAdress ul li {
    font-size: 16px;
    color: #404040;
    line-height: 22px;
}
.contactWecha {
    width: 280px;
    height: 180px;
    float: right !important;
}
.contactWecha .code {
    height: 160px;
}
.contactWecha .code img {
    float: right;
}
.contactWecha .codeTitle {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    color: #404040;
}
.contactTm {
    float: right !important;
}
.salesman ul li {
    width: 136px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #404040;
    margin-bottom: 30px;
}
.salesman ul li a {
    color: #ffffff;   
}
.foot {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #404040;
}
.footdelete {
    background-color: #404040;
}
.content {
    width: 1200px;
    margin: 0 auto;
}