body{
    background-color: #f2f2f2!important;
}
.carousel-control .icon-prev,.carousel-control .icon-next{
    width: initial!important;
    height: initial!important;
    transform: translateY(-50%);
}
.carousel-indicators li{
    vertical-align: middle;
    margin: 1px 5px!important;
}
.animateDelay01s{
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
}
.animateDelay05s{
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
}
.textInfos{
    padding: 0 5%;
}
.bottomIcon{
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-size: 36px;
    color: #b0bbc1;
    z-index: 9;
}
.bannerBox{
    height: 700px;
    object-fit: cover;
}
.bannerBox .carousel-inner{
    height: 100%;
}
.coreService .imageBox{
    margin-bottom: 30px;
    transition: all .4s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.coreService .titleBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    /*border-bottom: solid 2px #fff;*/
    color: #fff;
}
.coreService .titleBox .title{
    font-size: 30px;
}
.coreService .titleBox .more{
    color: #fff;
    font-size: 16px;
}
.coreService .imageBox .img{
    height: 320px;
    overflow: hidden;
    background: #ebebeb;
    position: relative;
}
.coreService .imageBox .img img{
    width: 100%;
    height: 100%;
    transition: transform .4s;
    object-fit: cover;
    position: absolute;
}
.coreService .imageBox .img:hover img{
    transform: scale(1.1,1.1);
}
.coreService .imageBox .content{
    background: #fff;
    height: 176px;
    padding: 15px;
    border-top: solid 1px #f1f1f1;
    /*flex: 1;*/
}
.coreService .imageBox .content>.title{
    position: relative;
    margin: 0px -15px 20px -15px;
    padding: 0px 15px 10px 15px;
}
.coreService .imageBox .content>.title:before{
    content: "";
    position: absolute;
    width: 220px;
    left: 0;
    bottom: 0px;
    border-bottom: solid 1px #5b72c7;
}
.coreService .imageBox .content h3{
    margin: 15px 0 15px 0;
    font-style: oblique;
    font-size: 20px;
}

.coreService .imageBox:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 7px 10px -7px #dfdfdf;;
}
.coreService .imageBox .img .shadowBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;
    background: linear-gradient(86deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    transition: all .3s;
}
.coreService .imageBox .img .shadowBoxText{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.coreServiceList{
    background: #fff;
    height: 500px;
}
.coreServiceList .item{
    height: 100%;
    flex-direction: column;
    display: flex;
    margin-bottom: 30px;
}
.coreServiceList .item .imgBox{
    flex: 1;
    overflow: hidden;
    background: #eee;
}
.coreServiceList .item .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ourPartner{
    background: #fff;
    padding: 20px 0;
}
.oneCont{
    /*margin-top: -235px;*/
    z-index: 233;
    position: relative;
}
.oneCont .coreService{
    margin-top: -140px;
}

/*banner*/
.bannerContainer{
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.bannerContainer .box-bottom{
    position: absolute;
    bottom: 140px;
    width: calc(100% - 30px);
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    display: flex;
}
.bannerContainer .box-bottom .titleMax{
    color: #fff;
    flex: 1;
}
.bannerContainer .box-bottom .titleMax .title1{
    margin: 20px 0;
}
.bannerContainer .box-bottom .container .titleMax h1{
    font-size: 40px;
}
#myCarousel .swiper-pagination-bullet{
    width: 54px;
    height: 6px;
    margin-right: 5px;
    border-radius: 0;
    cursor: pointer;
    transition: all .4s;
}
#myCarousel .swiper-pagination-bullet:hover{
    opacity: .5;
}
.bannerArrows{
    color: #fff;
    z-index: 2;
    flex: none;
    display: flex;
    align-items: end;
}
.bannerArrows .left{
    font-size: 30px;
    float: left;
    cursor: pointer;
    margin-right: 30px;
}
.bannerArrows .right{
    font-size: 30px;
    float: right;
    cursor: pointer;
}
.bannerBox li{
    width: 15px!important;
    height: 2px!important;
    background: #fff;
    transition: all .3s;
}
.bannerBox .active{
    height: 6px!important;
}
.bannerBox .swiper-slide{
    height:100%!important;
}
.bannerBox .swiper-slide img{
    height: 100%;
    width: 100%;
}
.bannerBox .bannerShadowBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(37 61 59 / 20%);
}


/*新闻*/
.news{
    background: #1B1F25;
    padding: 40px 0;
}
.news .title,.job .title{
    color: #eee;
    margin: 15px 0 50px 0;
}
.news .list .item{
    margin: 30px 0;
    position: relative;
    cursor: pointer;
}
.news .list .item .box{
    margin: 15px;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}
.news .list .item .imgBox{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.news .list .item .imgBox img{
    transition: all .3s;
}
.news .list .item .box .imgBox:hover img{
    transform: scale(1.1,1.1);
}
.news .list .item .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #eee;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgba(1,1,1,.5);
}
.news .list .item .text .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.news .list .item .text .hoverIn{
    width: 100%;
}
.news .list .item .text .detail{
    margin-top: 10px;
    width: 100%;
    height: 122px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .list .item .hoverIn {
    height: 0px;
    opacity: 0;
    transition: all .3s;
}
.news .list .item:hover .hoverIn{
    height: 200px;
    opacity: 1;
}
.news .list .item .text .rightIcon{
    margin-top: 10px;
    text-align: center;
}
.news .list .item .text .rightIcon i{
    font-size: 30px;
}
.news .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*招聘*/
.job{
    min-height: 400px;
    padding: 40px 0;
}
.job .job-content{
    position: relative;
    margin-top: 40px;
}
.job .job-content .menu{
    position: relative;
}
.job .job-content .menu:before{
    content: '';
    border-right: solid 1px #dfdfdf;
    height: 100%;
    position: absolute;
    right: 23%;
}
.job .jobInfo{
    line-height: 2;
}
.job-title{
    color: #333;
    margin: 15px 0 15px 0;
}
.job .job-cont img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job .job-cont .jobInfo{
    color: #333;
}
.job .menu .menu-item{
    color: #333;
    position: relative;
}
.job .menu .menu-item .menu-title{
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 20px;
}
.job .menu .menu-item .hoverIn{
    width: 100%;
}
.job .menu .menu-item:first-child h3{
    margin-top: 0;
}
.job .menu .menu-item .border{
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -5px;
    background: #5b72c7;
    transition: width .5s;
}
.job .menu .menu-item.active .border{
    width: 100%;
}

/*common*/
.moreButton{
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.moreButton i{
    color: #7c7c7c;
    opacity: .4;
    cursor: pointer;
    transition: all .3s;
    font-size: 50px;
}
.moreButton i:hover{
    opacity: .8;
    margin-left: 10px;
}

/*@media*/
@media (min-width: 768px){
    .bannerBox{
        height: 350px;
    }
}
@media (min-width: 992px){
    .bannerBox{
        height: 400px;
    }
}

@media (min-width: 1200px){
    .bannerBox{
        height: 650px;
    }
}
/*移动端*/
@media (max-width: 768px){
    .coreService .imageBox .img{
        height: 230px;
    }
    .bannerBox{
        height: 60vh;
    }
    .news .list .item{
        width: 100%;
    }
    .job-info .swiper-slide{
        max-height: 300px;
    }
    .news .list .item .hoverIn {
        height: 200px;
        opacity: 1;
    }
}