/* 3_1_服务领域 */
.domain-wrap {}

.domain-list {
    display: flex;
}

.domain-item {
    flex: 1;
    height: 8.6rem;
    position: relative;
    transition: all .365s;
}

.domain-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domain-des {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.domain-jianji {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.domain-jianji img {
    width: .8rem;
    height: .8rem;
}

.domain-jianji p {
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: .2rem;
}

.domain-bt {
    width: 0.4rem;
    height: 0;
    background: #FDD000;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .365s;
    overflow: hidden;
    /* display: none; */
}

.domain-bt img {
    width: .3rem;
}

.domain-item:hover {
    flex: 1.5;
}

.domain-item:hover .domain-bt {
    /* display: flex; */
    height: 0.4rem;
    margin: .8rem auto;
}

/* 3_2_服务详情 */
.chanye-wrap {
}

.chanye-box {
    padding: .8rem 0;
}

.chanye-title {
    font-size: 0.3rem;

    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 0.3rem;
}

.chanye-title::after {
    content: '';
    width: 1.2rem;
    height: 0.04rem;
    background: #018BD4;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0%;
    /* transform: translateX(-50%); */
}

.chanye-top {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-bottom: .8rem;
}

.chanye-top-des {
    flex: 1;
    margin-right: .6rem;
}

.chanye-top-p {
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-top: .4rem;
    text-align: justify;
}

.chanye-top-img {
    width: 6rem;
    height: 3.1rem;
    flex-shrink: 0;
}

.chanye-shili-wrap {
    width: 100%;
}

.chanye-shili-box {
    margin: 0 auto;
}

.chanye-shili-box .chanye-title {
    color: #fff;
}

.chanye-shili-box .chanye-title::after {
    background: #ffff;
}

.chanye-swiper {
    position: relative;
    background: #fff;
    padding: .5rem;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.16);
    padding-bottom: 1.2rem;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.16);
}

.chanyeSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.chanyeSwiper-img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

.chanye-next,
.chanye-prev {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #C4C4C4;
    margin-top: 0;
    bottom: 0.5rem;
    top: auto;
}

.chanye-next::after,
.chanye-prev::after {
    font-size: .25rem;
    color: #fff;
}

.chanye-next {
    left: 1.1rem;
    right: auto;
}

.chanye-prev {
    left: .5rem;
}

.chanye-next:hover,
.chanye-prev:hover {
    background: #018BD4;
}

/* 6_1_人才招聘 */
.invite-wrap {
    padding-top: .8rem;
}

.invite-top {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.invite-top-img {
    width: 7rem;
    height: 5rem;
    flex-shrink: 0;
}

.invite-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invite-top-des {
    flex: 1;
    margin-left: .5rem;
}

.invite-title {}

.invite-title-cn {
    font-size: 0.3rem;
    
    font-weight: bold;
    color: #333333;
}

.invite-title-en {
    font-size: 0.2rem;
   
    font-weight: 400;
    color: #999999;
    margin-top: .15rem;
}

.invite-top-p {
    margin-top: .5rem;
    font-size: 0.16rem;
   
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}

.invite-box {
    width: 100%;
    margin-top: .8rem;
    padding: .8rem;
    background: url(../img/about/zp-bg.png) no-repeat;
    background-size: cover;
}

.invite-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.invite-item {
    width: 6.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.15);
    padding: .2rem .5rem;
    margin-bottom: .3rem;
    display: flex;
    align-items: center;
    transition: all .365s;
    cursor: pointer;
}

.invite-item:hover {
    transform: translateY(-0.1rem);
}

.invite-item:hover .invite-bt {
    background: #018BD4;
}

.invite-des {
    flex: 1;

}

.invite-text {
    font-size: 0.26rem;
    
    font-weight: bold;
    color: #333333;
}

.invite-abour-box {
    margin-top: .05rem;
}

.invite-about {
    display: flex;
    align-items: center;
    margin-top: .15rem;
}

.invite-about img {
    width: .16rem;
    height: .16rem;
    flex-shrink: 0;
}

.invite-about p {
    flex: 1;
    font-size: 0.14rem;
   
    font-weight: 400;
    color: #666666;
    margin-left: .1rem;
}

.invite-bt {
    flex-shrink: 0;
    margin-left: .2rem;
    width: 1.2rem;
    height: 0.43rem;
    background: #05408F;
    border-radius: .4rem;
    font-size: 0.2rem;
   
    font-weight: 400;
    color: #FFFFFF;
    line-height: .43rem;
    text-align: center;
    cursor: pointer;
    transition: all .365s;
}

@media only screen and (max-width: 1024px) {
    .domain-list{
        flex-wrap: wrap;
    }
     .chanye-title{
        font-size: 18px!important;
    }
    .domain-item {
        flex: auto;
        width:33.3%;
        height: auto;
    }
    .domain-item:hover{
        flex: auto;
    }
    /*.domain-jianji img{*/
    /*    width: 0.;*/
    /*    height: 60px;*/
    /*}*/
    .domain-jianji p{
        font-size: 0.24rem;
    }
    .domain-des{
        width: 100%;
    }
    .chanye-box{
        padding: .5rem .2rem;
    }
    .chanye-top{
        display: block;
    }
    .chanyeSwiper .swiper-slide{
        height: auto!important;
    }
    .chanyeSwiper .swiper-slide img{
        height: 100%;
    }    
    .chanye-next,.chanye-prev{
        display: none;
    }
    .chanye-top-des{
        margin-right: 0;
    }
    .chanye-top-p{
        margin: .3rem 0;
        font-size: 14px;
        line-height: 1.6;
    }
    .chanye-top-img{
        width: 100%;
        height: auto;
    }
    .chanye-top{
        padding-bottom: .5rem;
    }
    .chanye-swiper{
        padding: 0.2rem;
    }
    .domain-bt{
        display: none;
    }
    .chanyeSwiper-img{
        height: auto;
    }
}