* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
.footer {
    background: #3f1a59;
}
.footer-top {
    height: 400px;
    overflow: hidden;
}
.record-number {
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    font-family:NotoSansHans-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.record-number a {
    display: block;
    height: 20px;
    line-height: 20px;
    color: white;
}
.linkBox {
    width: 1200px;
    margin: 65px auto;
    height: 335px;
    overflow: hidden;
    border-bottom: 5px solid rgba(255,255,255,.5);
}
.linkBox a{color: #FFFFFF;}
.linkBox .email img,.linkBox .tel img{float:left;margin-top:3px;}
.phoneAndEmail {
    /* width: 300px; */
    float: left;
    font-size: 18px;
    color: #fff;
}
.phoneAndEmail .email {
    margin-top: 40px;
}
.phoneAndEmail .email span, .tel span {
    margin-left: 11px;
}
.phoneAndEmail .tel {
    margin-top: 30px;
}
.icon-link {
    margin-top: 40px;
}
.icon-link img:nth-child(n+2) {
    margin-left: 20px;
}
.product-service, .industry-empowerment, .huber-wisdomCloud {
    float: left;
    width: 218px;
    height: 230px;
    margin-top: 34px;
    color: #fff;
}
.industry-empowerment {
    width: 300px;
}
.product-service, .industry-empowerment {
    border-right: 1px solid grey;
}
.industry-empowerment, .huber-wisdomCloud {
    padding-left: 30px;
}
.product-service {
    margin-left: 64px;
}
.product-service .p-title, .industry-empowerment .p-title, .huber-wisdomCloud .p-title {
    font-size: 22px;
    font-weight: 500;
}
.product-service .indu, .industry-empowerment .indu, .huber-wisdomCloud .indu {
    margin-top: 40px;
    font-size: 18px;
}
.product-service .zh, .industry-empowerment .zh, .huber-wisdomCloud .zh {
    margin-top: 20px;
    font-size: 18px;
}
.product-service a, .industry-empowerment a, .huber-wisdomCloud a {
    color: #fff;
    font-weight: 300;
}
.indu span, .zh span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
}
.tdCodeBox {
    float: left;
    margin-top: 34px;
}
.tdCodeBox img {
    display: block;
}
.tdCodeBox p {
    text-align: center;
    font-size:20px;
    font-family:NotoSansCJKsc-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    padding:20px 0;
}
