/*人才管理*/
.tm-3 > div {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 !important;
}

.tm-3 i {
    font-size: 60px;
    line-height: 72px;
    width: 112px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px #fff solid;
    border-radius: 50%;
}

.tm-3 p {
    margin-bottom: 0 !important;
}

@media (max-width: 960px) {
    .tm-3 i {
        font-size: 40px;
        line-height: 50px;
        width: 90px;
        margin-bottom: 10px;
    }
}

/*CONTACT*/
.contact-2 .bg-cover {
    height: 520px;
}

.contact-2 .bg-blue > div {
    max-width: 400px;
}

/*合作*/
.hz-banner {
    height: 38vw;
    min-height: 420px;
}

.hz-banner h1 {
    font-size: 72px;
    letter-spacing: 0.2em;
}

.hz-banner h2 {
    font-size: 48px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

@media (max-width: 960px) {
    .hz-banner h1 {
        font-size: 60px;
    }

    .hz-banner h2 {
        font-size: 32px;
    }
}

@media (max-width: 540px) {
    .hz-banner h1 {
        font-size: 40px;
    }

    .hz-banner h2 {
        font-size: 22px;
        letter-spacing: 0em;
        margin-bottom: 20px;
    }

    .hz-banner .btn {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*合作成果*/
.logo-box {
    width: 10%;
    height: 125px;
    padding: 20px;
}

@media (max-width: 990px) {
    .logo-box {
        width: 20%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .logo-box {
        width: 25%;
        height: 22vw;
        padding: 10px;
    }
}

.hzcg-4 div div {
    box-sizing: border-box;
    padding: 10px;
}

.hzcg-4 .img-box {
    width: 100%;
    height: auto;
}

/*公司资质*/
.zz1 {
    height: 38vw;
    min-height: 450px;
}

/*业务*/
.busi-1-1 {
    padding-bottom: 250px;
}

.busi-img {
    height: 38vw;
    min-height: 300px;
    margin-top: -250px;
    background-size: cover;
    background-position: center top;
}

/*联系方式*/
.contact-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 1200px) {
    .contact-box {
        max-width: 1200px;
        margin: -60px auto 80px;
    }
}

p.fa {
    display: block;
    padding-left: 1.25em;
    position: relative;
}
p.fa:before{
    position: absolute;
    left: 0;
}

#addr-list {
    min-height: 580px;
    border-radius: 10px;
}