p{
    margin: 0;
}
.ele-platform-text-box{
    margin-top: 100px;
}
.ele-platform-text-box .main-box{
    position: relative;
    height: 360px;
    background: url("../images/humanResource/banner.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.ele-platform-text-box .left-box{
    width: 528px;
}
.ele-platform-text-box .left-box .title{
    padding-top: 90px;
}
.ele-platform-text-box .left-box .content-text{
    margin-top: 16px;
}
.ele-platform-text-box .left-box p{
    text-align: left;
}


.category-box{
    margin-top: 80px;
}
.category-box .title{
    text-align: center;
    margin-bottom: 60px;
}
.category-box .category-ui-box{
    text-align: center;
}
.category-box .category-ui-box li{
    display: inline-block;
    width: 120px;
    margin: 0 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.category-box .category-ui-box .active{
    color: #3997CB;
    border-bottom: 3px solid #3997CB;
}
#ul-box .apply-content-box{
    background: #f6f6f9;
    height: 524px;
    border: 1px solid #f1f1f1;
}


.goods-feature-box .title{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 60px;
}
.goods-feature-li-box{
    float: left;
    height: 277px;
    width: 277px;
    background: #001935;
    border-radius: 6px;
}
.goods-feature-li-box:nth-child(2n){
    margin: 0 31px 0 30px;
}
.goods-feature-li-box:nth-child(3n){
    margin-right: 31px;
}
.goods-feature-li-box:nth-child(4n){
    margin: 0;
}
.goods-feature-li-box .img-box{
    position: relative;
    height: 277px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 180px;
    text-align: center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center center;
}

.goods-feature-li-box .img-box .out-title-box{
    position: absolute;
    top: 110px;
    left: 38px;
    width: 200px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.inner-content-box{
    background: rgba(0,25,53,0.5);
    height: 277px;
    display: none;
}
.inner-content-box .inner-content-text-box{
    margin-top: 16px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    padding: 0 30px;
}
.inner-content-box .inner-title-box{
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    line-height: 28px;
}

.feature-bg-img1{
    background: url("../images/humanResource/3-1.png") no-repeat;
}
.feature-bg-img2{
    background: url("../images/humanResource/3-2.png") no-repeat;
}
.feature-bg-img3{
    background: url("../images/humanResource/3-3.png") no-repeat;
}
.feature-bg-img4{
    background: url("../images/humanResource/3-4.png") no-repeat;
}
.feature-bg-img1,.feature-bg-img2,.feature-bg-img3,.feature-bg-img4{
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    transition: all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out; /* Firefox 4 */
    -webkit-transition:all .5s ease-in-out; /* Safari and Chrome */
    -o-transition:all .5s ease-in-out; /* Opera */
}

.goods-feature-li-box .img-box:hover{
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 180px;
    text-align: center;
    -webkit-background-size: 120%;
    background-size: 120%;
    background-position: center center;
}



.goods-feature-li-box .text-box{
    height: 160px;
    background-color: #fff;
    padding: 28px 30px 0;
}

.goods-feature-li-box .text-desc-box{
    font-size: 16px;
    color: #333333;
    height: 16px;
    line-height: 16px;
    border-left: 4px solid #0091ff;
    padding-left: 4px;
    text-align: justify;
}
.goods-feature-li-box .content-text-box{
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

.use-way-box .title{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 60px;
}
.use-way-li-box{
    background: #F6F6F9;
    border-radius: 4px;
    float: left;
    width: 277px;
    height: 200px;
}
.use-way-li-box-second{
    margin: 0 31px 0 30px;
}
.use-way-li-box-third{
    margin-right: 31px;
}

.use-way-li-box p{
    padding: 0 30px;
    margin-top: 27px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.border-bottom-box{
    float: left;
    width: 60px;
    height: 2px;
    background-color: #3997CB;
    margin-top: 10px;
    margin-left: 108.5px;
}

.middle-text-box-1,.middle-text-box-2{
    height: 28px;
    line-height: 28px;
    margin-top: 30px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.middle-text-box-2{
    display: none;
    color: #3997CB;
}
.process-img-box1{
    width: 700px;
    height: 524px;
    background-color: #f6f6f9;
    padding: 30px 40px;
    background: url("../images/humanResource/4-1.svg") no-repeat;
    -webkit-background-size: 620px 469px;
    background-size: 620px 469px;
    background-position: center center;
}
.process-img-box2{
    width: 700px;
    height: 524px;
    background-color: #f6f6f9;
    padding: 30px 40px;
    background: url("../images/humanResource/4-2.svg") no-repeat;
    -webkit-background-size: 620px 469px;
    background-size: 620px 469px;
    background-position: center center;
}
.word-box-area{
    width: 498px;
    background-color: #fff;
    height: 522px;
    padding: 40px 40px 0;
}
.word-box-area .title{
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    text-align: justify;
}
.word-box-area .content-word-box{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    margin-top: 12px;
}
.showCompany-box{
    margin-bottom: 80px;
}
