.banner{
    height:824px;
    min-width: 1200px;
    background-color:#808080;
}
.banner > div{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

/*ehs*/
.ehs{
    height:408px;
    background: url(../images/outsourcing/outsourcing_bg.jpg) center no-repeat;
    background-size:cover;
    padding:88px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ehs > .container > p{
    text-align: center;     
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 30px;
    margin-top:45px;
}

.safety{
    height:846px;
    padding:90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.safety-wrap{
    margin-top:60px;
}
.safety-wrap::after{
    clear: both;
    content: '';
    display: block;
}
.safety-item{
    float: left;
    width:370px;
    height: 510px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 24px 0px rgba(83, 83, 83, 0.1);
            box-shadow: 0px 7px 24px 0px rgba(83, 83, 83, 0.1);
    opacity: 0.8;
    position: relative;
}
.safety-item .safety-title{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    color: #101010;
    line-height: 27px;
    padding-bottom:13px;
}
.safety-item .safety-text{
    width: 270px;  
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 32px;
    margin:0 auto;
}
.safety-item + .safety-item{
    margin-left:45px;
}
.safety-item:hover{
    opacity: 1;
}
.safety-item:hover::after{
    width: 100%;
    height:3px;
    background-color: #E60012;
    position: absolute;
    top:0;
    content: '';
}
.protection{
    height:837px;
    padding:90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F7F7F7;
}
.protection-wrap{
    overflow: hidden;
    margin-top:60px;
}
.protection-left{
    width: 347px;
    float: left;
}
.protection-left .protection-item{
    height:240px; 
    background: #FFFFFF;
    border-radius: 2px;
    padding:70px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;   
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    line-height: 22px;
    margin-bottom:20px;
    overflow: hidden;
}
.protection-left .protection-item:first-child{
    margin-bottom: 15px;
}
.protection-left .protection-title{
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    line-height: 16px;
    margin-bottom:16px;
}
.protection-left .active{
    background: #E60012;
    color:#fff;
}
.protection-left .active .protection-title{
    color:#fff;
}
.protection-right{
    float: left;
    width:833px;
    height:500px;
    margin-left:20px;
}
.protection-logistics{
    height: 100%;
    background: url(../images/ehs/bg1.jpg) center no-repeat;
    background-size: cover;
    display: none;
}
.protection-recovery{
    height: 100%;
    background: url(../images/ehs/bg3.jpg) center no-repeat;
    background-size: cover;
    display: none;
}
.protection-right .active{
    display: block;
}

.qualification{
    height:824px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:90px 0;
}
.qualification-wrap{
    margin-top:60px;
    position: relative;
}
.qualification-wrap .swiper-container{
    height:510px;
    width: 980px;
    margin:0 auto;
}
.qualification-img{
    height: 400px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 24px 0px rgba(83, 83, 83, 0.1);
            box-shadow: 0px 7px 24px 0px rgba(83, 83, 83, 0.1);
    border-radius: 2px;
    border: 1px solid #D5D5D5;
    padding:29px 27px 21px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom:38px;
}
.qualification-img > div{
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.qualification .swiper-slide p{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #555555;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:0 20px;
}
.qualification .swiper-slide p + p{
    margin-top:8px;
}
.qualification .swiper-button-next,
.qualification .swiper-button-prev{
    width:70px;
    height:70px;
    top:164px;
    outline: none;
}

.qualification .swiper-button-next::after,
.qualification .swiper-button-prev::after{
    content: '';
}
.qualification .swiper-button-next{
    right:0;
    background:url(../images/ehs/next.png) center no-repeat;
}
.qualification .swiper-button-prev{
    left:0;
    background:url(../images/ehs/prev.png) center no-repeat;
}

.health{
    height:1165px;
    padding:90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F7F7F7;
}
.health-wrap{
    margin-top:60px;
    position: relative;
}
.health-bg1{
    position: absolute;
    top:0;
    left:0;
}
.health-bg2{
    position: absolute;
    top:0;
    left:390px;
}
.health .swiper-container{
    position: absolute;
    top:180px;
    left:0;
    right:0;
}
.health .swiper-slide{
    width: 420px;
    height: 560px;
    background: #FCFCFC;
    -webkit-box-shadow: 12px 12px 40px 0px rgba(121, 121, 121, 0.3);
            box-shadow: 12px 12px 40px 0px rgba(121, 121, 121, 0.3);
    border-radius: 6px;
    padding:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.health-img{
    height:310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.health .swiper-slide img{
    margin:32px 0 23px;
}
.health .swiper-slide p{
    width:323px;
    height:120px;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    line-height: 32px;
    overflow: hidden;
    margin:0 auto;
}