


.tm-footer {
    width: 100%;
    bottom: 0
}

.tm-footer-wrapper {
    width: 100%;
    padding: 0 50px !important;
    background: #ffffff;
}

.tm-footer-container {
    width: 1256px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    position:relative;
}

.tm-footer-container section {
    float: left
}
.tm-footer-container .footer-logo{
    margin-right: 80px;
}
.tm-footer-container .footer-logo .logo-img{
    margin-bottom:20px;
}
.foot-menus-wrapper {}

.foot-menus-wrapper dl {
    float: left;
    margin-right:50px;
}

.foot-menus-wrapper dl dt {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 10px;
}

.foot-menus-wrapper dl dd {
    margin-bottom: 10px;
}

.foot-menus-wrapper dl dd:last-child {
    margin-bottom: 0px;
}

.foot-menus-wrapper dl dd a {
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 17px;
}

.foot-menus-wrapper dl dd a:hover {
    color: #fd2a2a;
}

.foot-contact-wrapper {
    float:right !important;
    position:absolute;
    right:15px;
    padding-left: 50px;
    border-left: 1px solid #D8D8D8;
}

.foot-contact-wrapper dl {
    float: left;
}

.foot-contact-wrapper .weichart {
    text-align: center;
    margin-right: 38px;
}
.foot-contact-wrapper .weichart:last-child{
    margin-right:0;
}
.foot-contact-wrapper .weichart dt {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-logo .phone-list dt {
    height: 26px;
    font-size: 22px;
    font-weight: bold;
    color: #00c0ed;
    line-height: 27px;
    margin-bottom: 10px;
}

.footer-logo .phone-list .phone-item {
    height: 17px;
    font-family: HelveticaNeue;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
    margin-bottom: 5px;
}

.footer-logo .phone-list button {
    border: none;
    width: 140px;
    height: 30px;
    border: 1px solid #d01126;
    background: #ffffff;
    box-sizing: border-box;
    color: #d01126;
    cursor: pointer;
    outline: none;
}


.tm-footer-cert {
    width: 100%;
    background: #FAFAFA;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
}

.tm-footer-cert .footer-certificate {
    font-size: 12px;
    line-height: 17px;
    color: #757575;
    margin-bottom: 10px;
}

.tm-footer-cert .footer-certificate .certificate {
    margin: 0 5px;
    cursor: pointer;
}
.tm-footer-cert .footer-certificate .certificate  a{
    color: #757575;
}
.tm-footer-cert .title {
    font-size: 12px;
    line-height: 17px;
    color: #B0B0B0;
    margin-bottom: 10px;
}
.tm-footer-cert .title a{
    color: #B0B0B0;
}

@media (max-width: 1280px) {
    .tm-footer-container {
        width: 100% !important;
    }
}

@media (min-width: 1600px) {
    .tm-footer-container {
        width: 100%;
    }
}