div{
    position: relative;
    box-sizing: border-box;
}
img{
    display: block;
}
.title{
    font-size: 30px;
    color: #394149;
    font-weight: bold;
    padding: 50px 0 30px;
}
.pic{
    width:100%;
    margin:0 auto;
    display:block;
}
/*招聘系统和渠道能力*/
.powerBox{
    background: #F5F5F5;
    padding-bottom: 55px;
}
.powerBox img{
    display: block;
    margin: 0 auto;
}
.powerBox .msgBox{
    background: #0082BE;
    padding: 32px 55px 30px 55px;
    color: #ffffff;
    font-size: 20px;
}
.powerBox .msgBox .msgTitle{
    font-weight: bold;
}
.powerBox .msgBox .msgContent{
    margin-top: 16px;
    line-height: 30px;
}
/*信息化系统*/
.informationSystem{
    background:url("https://img.vastsea.com/static/img/jjdh/dhPower2.png") no-repeat center;
    width: 100%;
    background-size: cover;
    padding: 0 0 50px;
}
.informationSystem .title{
    color: #ffffff;
}
.informationSystem .msgContent{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
.informationSystem .contentImg{
    margin: 26px auto 0;
    display: block;
}
/*大瀚线上招聘平台*/
.onlinePlatform{
    background: #F5F5F5;
    padding-bottom: 0;
}
.onlinePlatform .msgContent{
    flex-wrap: wrap;
}
.onlinePlatform .msgContent .contentImg{
    flex-shrink: 0;
    width: 384px;
    height: 355px;
    margin-bottom: 60px;
}

/*标准化的企业管理体系*/
.companyManage{

    padding: 0 0 50px;
}
/*.companyManage .title{*/
/*    color: #394149;*/
/*    font-size: 30px;*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*    font-weight: bold;*/
/*}*/

/*标准化的企业管理体系*/
.companyManage .contentBox{
    width: 980px;
    margin: 0 auto;
    height:470px;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 420px;
    overflow: visible !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
    height: 420px;
 }

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide-active:before {
    opacity: 0;
}
.companyManage .swiper-container .swiper-wrapper .swiper-slide .tip{
    font-size: 16px;
    color: #394149;
    text-align: center;
    line-height: 1.4;
    margin-top: 5px;
}