/* 用于鹤骑鹰投资公司的css */
.footconfig {
    background-image: url(footer.jpg);
    width: 1281px;
    height: 365px;
    background-repeat: no-repeat;
}

/* left按照80px增加，top按照63px减少 设置宽度为40px，防止被.footconfig的width给影响*/
.second_intro {
    position: relative;
    width: 40px;
    left: 620px;
    top: 200px;
}

.second_solution {
    position: relative;
    width: 40px;
    left: 700px;
    top: 137px;
}

.second_company_notice {
    position: relative;
    width: 40px;
    left: 780px;
    top: 74px;
}

.second_notice {
    position: relative;
    width: 40px;
    left: 860px;
    top: 11px;
}

.second_networth {
    position: relative;
    width: 40px;
    left: 940px;
    top: -52px;
}

.second_recruitment {
    position: relative;
    width: 40px;
    left: 1020px;
    top: -115px;
}

.second_contactus {
    position: relative;
    width: 40px;
    left: 1100px;
    top: -178px;
}

.second_all_29 {
    position: relative;
    width: 40px;
    left: 1180px;
    top: -324px;
}

a:link {color: #000000} /* 未访问的链接 */
a:visited {color: #000000} /* 已访问的链接 */
a:hover {color: #000000} /* 鼠标移动到链接上 */
a:active {color: #000000} /* 选定的链接 */

p, b, h3, h4, h5, a {
    font-size: 95%;
    font-family:  "Microsoft YaHei" !important;
    line-height: 200%;
}
h3 {
    font-size: 20px;
    text-align: center;
}
h4 {
    font-size: 16px;
    text-align: center;
}
/* no padding */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}