/*核心优势*/
.advantage .mimi_font{
    line-height: 36px;
    font-size: 15px;
    color: #676767;
}
.advantage_detail{
    width: 100%;
}
.advantage_detail .detail_intro{
    width: 68%;
    margin: 0 auto;
    padding-bottom: 5%;
}
.advantage_info{
    display: flex;
}
.ad_img{
    width: 50%;
}
.ad_item{
    width: 50%;
}
.advantage_detail  .ad_title{
    text-align: center;
    color: #676767;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10%;
}
.advantage_detail .detail_info{
    border-radius: 5px;
    text-align: left;
    padding: 8%;
    margin-top: 4%;
    line-height: 1.8rem;
    font-size: 16px;
    color: #000;
}
.advantage .item {
    width: 49%;
    margin-top: 2%;
    position: relative;
}
.center_font{
    text-align: center;
}

/*企业动态*/
.move_info{
    width: 75%;
    margin: 0 auto;
    font-size: 15px;
}
.move_content{
    display: block;
    width: 100%;
    margin: 2% 0;
    text-decoration: none;
    color: #777777;
}
.move_content:hover{
    color: #b38d54;
}
.move_type{
    width: 15%;
    display: inline-block;
}
.move_title{
    width: 68%;
     display: inline-block;
}
.move_time{
    width: 15%;
    display: inline-block;
}
.movement .detail_top{
    text-align: center;
    margin: 3%;
}
.movement .detail_time{
    margin: 3% 0;
}
.detail_txt p{
    line-height: 28px;
    margin-bottom: 50px;
    text-indent: 2em;
}
.detail_txt .slideImg{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.detail_txt .slideImg img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

/*产品与服务*/
.service{
    width: 100%;
    padding-top: 7%;
    text-align: center;
    margin-bottom: 3%;
}
.case_info{
    background: #ffffff;
}
/*风险管理*/
.riskBox{
    background: #F5F5F6;
}
.risk{
    width: 100%;
    text-align: center;
    padding: 5% 0;
    background: #F5F5F6;
    font-size: 15px;
    padding-bottom: 0;
}
.risk_content {
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6%;
}
.risk .item{
    width: 30%;
    margin-bottom: 5%;
    margin-left: 5%;
    background-color: #FFF;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 20px;
    padding: 5% 0;
}
.risk .item:nth-child(3n+1){
    margin-left: 0;
}
.risk .item:hover{
    box-shadow: 0 0 13px -4px #abb1ad;
}
 .item_title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #666666;
}
 .item_detail{
    color: #999;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}
.goldColor{
    color: #b38d54;
}
.blackColor{
    color: #000;
}

/*惠捷金服*/
.plat_main{
    margin-bottom: 10%;
    line-height: 30px;
}
.plat_main2{
    margin-bottom: 4%;
    line-height: 30px;
}

/*加入我们*/
.join{
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.join_title{
    width: 100%;
    padding-top:7%;
    text-align: center;
    margin-bottom: 3%;
}
.joinEn{line-height: 40px}
.join .p_font{
    font-size: 1.7rem;
    margin-bottom: 2%;
    font-weight: bold;
}
/* 诚聘英才 */
.join .contact_us{
    width: 85%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;

}
.join .contact_us .item{
    width: 30%;
    margin-left: 5%;
    text-align: center;
}
.join .contact_us .item:first-child{
    margin-left: 0;
}
.join .contact_us .icon_width{
    width: 20%;
    margin: 0 auto;
    margin-bottom: 9%;
}
.join .join_jobs{
    width:100%;
    background: #f1f4f7;
    margin-top: 5%;
    padding: 3% 0;
}
.join .jobs_box{
    width: 55%;
    margin: 0 auto;
    border-radius: 7px;
    padding: 5%;
    display: grid;
    grid-gap: .2667rem;
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
}
.jobs_city{
    width: 50%;
    border-radius: .2667rem;
    overflow: hidden;
    -webkit-border-radius: .2667rem;
    -moz-border-radius: .2667rem;
    -ms-border-radius: .2667rem;
    -o-border-radius: .2667rem;
}
.jobs_bgImg{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
}
.jobs_bgImg:hover{
    transform: scale(1.2);
}
.job_category{
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: rgb(41, 44, 50);
    text-align: right;
    word-spacing: 0px;
    letter-spacing: 0px;
    animation: bounce-down 1.6s linear infinite;
    -webkit-animation: bounce-down 1.6s linear infinite;
}
@keyframes bounce-down {
    25% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    50%,100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
    }
}
.jobs_items{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-gap: 20px 10px;
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
    background-color: #f1f4f7;
}
.jobs_items .item{
    width:70%;
    max-height: 300px;
    padding: 5% 10%;
    margin: 0 auto;
    border-radius: 10px;
    overflow-y: auto;
    box-shadow: rgba(3, 4, 13, 0.06) 0px 6px 24px;
    background-color: #fff;
}
.jobs_items .job_type{
    margin: 8% 0 4% 0;
    font-size: 20px;
    font-weight: 500;
}
.jobs_items .job_name a{
    color: #666666;
}
.jobs_items .job_name a:hover{
    text-decoration: underline;
    color: red;
}
.join .branch{
    margin-left: 12%;

}
.join .branch .item{
    display: flex;
   line-height: 1.5rem;
}
.join .branch .item p{
    width: 25%;
}

.join .join_type{
    text-align: center;
    line-height: 1.8rem;
    margin: 2% 10%;
}
.join .join_type a{
    color: #b38d54;
    text-decoration: none;
}
.join .font_color{
    color: #191919;
}
.join .contact_us a{
    color: #191919;
    text-decoration: none;
}

.join .popup{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
    background: rgba(0,0,0,.5); 
    font-size: .8rem ;
    display: none;
}
.join .popupContent{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    margin: 0 auto;
    height: 62%;
    padding: 2% 2% 2% 4%;
    background-size: auto;
    background: #fff;
    color: #333333;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    line-height: 1.5rem;
}
.join .popupContent .popup_content{
    height: 100%;
    overflow: auto;
    scrollbar-width: none; /* 新版Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.join .popupContent .popup_content::-webkit-scrollbar {
  display: none;  /* 隐藏滚动条-兼容Chrome, Safari, Edge */
}
.join .popupContent h3{
    margin: 1% 0;
}
.join .popupContent .popupTips{
    margin-top: 10px;
}
.join .popupContent .popupTips a{
    color: #b38d54;
    text-decoration: none;
}
.join  .close{
    width: 5%;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 997;
}
.join .join_txt{
    width: 50%;
    padding: 8% 8% 8% 0;
    line-height: 30px;
}
.join .join_pic{
    width: 50%;
    object-fit: contain;
}
.staff{
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.join .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/right_arrow.png");
    background-size: 40px 40px;
}
.join .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/left_arrow.png");
    background-size: 40px 40px;
}


@media screen and (max-width: 1024px) {
    .join .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        background-image: url("../images/right_arrow.png");
        background-size: 20px 20px;
    }
    .join .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        background-image: url("../images/left_arrow.png");
        background-size: 20px 20px;
    }
    section h1{
        font-size: 1.8rem;
    }
    section p{
        font-size: 1.2rem;
        line-height: 2rem;
    }
    /*核心优势*/
    .advantage .first_title{
        left: calc(50% - 130px / 2);
    }
    .advantage .first_txt{
        top:15%;
    }
    .advantage .mimi_font{
        font-size: .9rem;
        line-height: 1.8rem;
    }
   .advantage_detail .ad_title,.move_type,.move_title,.move_time{
        line-height: 1.6rem;
        font-size: 1.2rem;
    }
    .advantage_info{
       justify-content: center;
        align-items: center;
    }
    .ad_item{
        width: 100%;
    }
    .ad_img{
        width: 50%;
        height: auto;
        object-fit: contain;
    }
    .advantage_detail .detail_intro{
        width: 84%;
    }

    /*企业动态*/
    .move_info{
        width: 84%;
    }
    .move_type,.move_time,.move_title{
        width: auto;
        display: block;
        text-align: center;
    }
    .move_content {
        font-size: 14px;
        margin-bottom: 5%
    }
    .move_content .ad_title,.move_type,.move_title,.move_time{
        line-height: 1.6rem;
        font-size: 16px;
    }
    .move_info h2{
        font-size: 1.5rem
    }
    /*诚聘英才*/
    .join .contact_us .item{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .join .contact_us .icon_width{
        width: 10%;
        margin: 0;
    }
    .join .contact_us .item:first-child{
        margin-left: 5%;
    }
    .join .join_txt{
        width: 50%;
        line-height: 1.8rem;
        font-size: 1.2rem;
        color: #666666;
    }
    .join .join_type p{
        font-size: 16px !important;
    }
    .join h3{
        font-size: 1.4rem;
        margin: 5%;
    }
    .join .popupContent{
        width: 80%;
        padding: 8% 5% 8% 8%;
    }
    .join .popup{
        font-size: 1rem;
        text-align: justify;
    }
    .join .close{
        width: 10%;
    }
    .join .join_pic{
        width: 50%;
    }
    .join .jobs{
        margin-left: 0;
    }
    .join .contact_us .item p{
        font-size: 16px;
    }
    /*风险管理*/
    .risk_content{
        width: 84%;
        display: block;
    }
    .risk .item{
        width: 100%;
        margin: 5% 0;
    }
    .item_detail,.plat_main{
        font-size: 1rem;
    }
    .plat_main,.plat_main2{
        width: 84%;
        margin: 5% auto;
        margin-bottom: 8%;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width: 750px){
    .job_category{
        font-size: 18px;
    }
}
