/* CSS Document */
.bannerIndex .head_text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 200%;
    left: 100%;
    padding-left: 10%;
}
.bannerIndex .head_text .head_text_big {
    font-size: 40px;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_h{
    display: block;
    width: 79px;
    height: 4px;
    background: red;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_default{
    font-size: 28px;
    margin-top: 21px;
}
/*以上banner*/

.block-title {
    text-align: center;
}
.block-title .tit-english {
    font-weight: 300;
    font-size: 20px;
    color: #aaafb4;
}
.block-title .tit-main {
    font-size: 28px;
    color: var(--oneColor);
    font-weight: bold;
}
.block-title .tit-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto;
    background: red;
}
.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    background: white;
}
.section1 .row-list {
    margin-top: 40px;
    margin-bottom: 50px;
}

.row-list {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    width: 1200px;
    margin: 0 auto;

}
.section1 .row-list div:nth-child(-n+2) {
    border-right: none;
}

.section1 .row-list div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
    margin: 0px auto 0px;
    width: 250px;
    height: 200px;
}
[class*="row"] > div {
    border-radius: 6px;
}
.section1 img {
    display: block;
    width: 43px;
    height: 44px;
}
[class*="row"] img {
    border-radius: 6px;
}
.row-list .text {
    font-family: Microsoft YaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    color: #212121;
    margin-top: 20px;
    margin-bottom: 0px;
}
.row-list .wz {
    font-family: Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    margin-top: 15px;
    margin-bottom: 0px;
}
.link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0 66px;
}
.link .button {
    text-decoration: none;
    width: 150px;
    height: 44px;
    background: #d8261c;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .4s ease;
}

.button, .subscribe-button, .subscribe {
    border-radius: 6px;
}
.human-resource-outsourcing {
    width: 100%;
    height: 606px;
    opacity: 1;
    background: #FAFAFA;
    padding-top: 50px;
    box-sizing: border-box;
}
.human-resource-outsourcing .integration-solution {
    width: 1200px;
    margin: 0 auto;
    background-color: #fafafa;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom {
    height: 296px;
    margin-top: 60px;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li {
    width: 433px;
    height: 108px;
    float: left;
    margin-bottom: 80px;
    margin-right: 72px;
    margin-left: 95px;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .icon1 {
    background-image: url(/static/image/23.png);
    background-size: contain;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .icon2 {
    background-image: url(/static/image/24.png);
    background-size: contain;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .icon3 {
    background-image: url(/static/image/25.png);
    background-size: contain;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .icon4 {
    background-image: url(/static/image/26.png);
    background-size: contain;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-left-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    float: left;
    /*border: 2px dashed #505050;*/
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-right-letter {
    float: right;
    width: 363px;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-right-letter .human-right-letter-title {
    width: 96px;
    height: 32px;
    opacity: 1;
    font-size: 20px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #17191c;
    line-height: 32px;
    margin-bottom: 12px;
}
dd, h3, p {
    max-height: 100%;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-right-letter .human-right-letter-desc {
    width: 363px;
    height: 64px;
    opacity: 1;
    font-size: 16px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #787a88;
    line-height: 32px;
}
.liucheng{
  padding-top: 50px;
}




@media (max-width: 768px){
.bannerIndex .head_text {
    width: 100%;
    position: absolute;
    /*top: 30%;*/
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 200%;
    left: 50%;
}
.bannerIndex .head_text .head_text_big {
    font-size: 20px;
}
.bannerIndex .head_text .head_text_small {
    display: none;
}
.bannerIndex .head_text .head_text_h {
    display: block;
    width: 79px;
    height: 2px;
    margin: 0 auto;
    background: red;
}
.bannerIndex .head_text .head_text_default {
    font-size: 13px;
    margin-top: 0px;
}
.bannerIndex .head_text .head_text_small2 {
    display: none;
}
/*以上banner*/

img {
    width: 100%;
    height: 100%;
}
.row-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.section1 .row-list div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 0px auto 0px;
    width: 95px;
    height: 236px;
}
.link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px;
}
.human-resource-outsourcing {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #FAFAFA;
    padding-top: 50px;
    box-sizing: border-box;
}
.human-resource-outsourcing .integration-solution {
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom {
    height: 540px;
    margin-top: 30px;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li {
    width: 360px;
    height: 50px;
    float: left;
    margin-bottom: 80px;
    margin-right: 72px;
    margin-left: 20px;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-left-icon {
    width: 0px;
    height: 0;
    background-color: #fff;
    float: left;
}
.human-resource-outsourcing .integration-solution .integration-solution-bottom .integration-solution-bottom-li .human-right-letter .human-right-letter-title {
    margin: 0 auto;
    opacity: 1;
    font-size: 20px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #0088ff;
    line-height: 32px;
    margin-bottom: 12px;
}
}