#careers, #careers .workin, #careers .workin h3, #careers .workin div, #careers .workin p, #careers .workin span {
    font-family: "SimHei";
}
.workin {
    padding-bottom: 0;
    /* background-color: #fff; */
    overflow: hidden;
}
.f_t_36 {
    font-size: 36px;
}
.f_t_22 {
    font-size: 22px;
}
.f_t_20 {
    font-size: 20px;
}
.f_t_16 {
    font-size: 16px;
}
.m_b_11 {
    margin-bottom: 11px;
}
.workin > .bannerBox > .bannerBg {
    position: absolute;
    height: 39%;
    bottom: -3px;
}
.workin > .bannerBox > .car_pc {
    width: 1100px;
    margin: 0 auto;
}
.car_pc_all {
    width: 1100px;
    margin: 0 auto;
}
.workin > .bannerBox > .bannerText > .box1_desc_info {
    font-size: 20px;
}
.car_box1_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.car_one_btn {
    width: 242px;
    height: 55px;
    line-height: 55px;
    margin-right: 144px;
    background: #004388;
    cursor: pointer;
}
.car_two_btn {
    width: 162px;
    height: 55px;
    line-height: 55px;
    background: #F7A601;
    cursor: pointer;
}
.car_box2_all {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 440px;
    margin-top: 66px;
    background-color: #fff;
    white-space: pre-line;
}
.car_box2_all_item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.car_box_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 240px;
    text-align: center;
}
.car_box2_tip {
    font-size: 48px;
    color: #004388;
}
.car_box2_tip_two {
    font-size: 36px;
    margin: 23px 0 29px 0;
    color: #004388;
}
.car_box2_tip_three {
    font-size: 20px;
}
.box2_unit {
    font-size: 22px;
}
.car_box3_all {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 86px;
}
.box3_tip {
    font-weight: bold;
    margin-bottom: 34px;
    color: #004388;
}
.box3_tip_desc {
    margin-bottom: 32px;
}
.box3_videoBox {
    width: 730px;
    height: 410px;
}
.box3_videoBox video {
    width: 100%;
    height: 100%;
}
.car_box4_all {
    margin-top: 69px;
}
.box4_tip {
    margin-bottom: 34px;
    font-weight: bold;
    text-align: center;
    color: #004388;
}
.box4_tip_desc {
    text-align: center;
}
.car_box6_all {
    display: flex;
    margin-top: 108px;
}
.car_box6_img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.car_box6_img img{
    transition: transform 600ms ease;
}
.car_box6_img:hover img{
    transform: scale(1.1);
    transition: transform 600ms ease;
}
.car_box6_img_shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 153px;
    background: linear-gradient(0deg,rgba(0,0,0,0.6) 20%,transparent);
    opacity: 1;
    z-index: 2;
    transition: height 600ms ease;
}
.car_box6_img:hover .car_box6_img_shadow {
    height: 300px;
    transition: height 600ms ease;
}
.car_box6_img:nth-child(1) {
    margin-right: 33px;
}
/* .car_box6_tip {
    position: absolute;
    left: 30px;
    bottom: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
} */
.car_box6_tip1 {
    position: absolute;
    left: 30px;
    bottom: 54px;
    line-height: 24px;
    font-weight: bold;
    z-index: 3;
}
.car_box6_tip1>p{
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.car_box6_tip2 {
    position: absolute;
    left: 30px;
    bottom: 20px;
    line-height: 24px;
    font-weight: bold;
    z-index: 3;
}
.car_box_read{
    display: inline-block;
    line-height: 24px;
    padding-bottom: 6px;
    color: #00A6E2;
    border-bottom: none;
}
.car_box_read::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    transition: width 0.3s;
    background: #00A6E2;
}
.car_box6_img:hover .car_box_read::after{
    width: 100%;
}
.box_end_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 271px;
    margin-top: 100px;
    padding: 0 126px 0 60px;
    color: #fff;
    background-color: #00a2df;
    white-space: pre-line;
    box-sizing: border-box;
    overflow: hidden;
}
.box_end_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 55px;
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    background: #F7A601;
    cursor: pointer;
}
.box_end_svg_one {
    position: absolute;
    right: 60px;
}
.box_end_num {
    position: absolute;
    top: 21%;
    right: 9%;
    text-align: center;
    z-index: 2;
}
.box_end_num_one {
    font-size: 66px;
}
.box_end_svg_two {
    position: absolute;
    left: 43%;
    bottom: -50%;
}
.box_item_svg {
    width: 284px;
    height: auto;
}
.box_end_show{
    display: none;
}
.box_end_all .title{
    font-family: theSans !important;
}
.car_talent_list {
    display: flex;
    flex-wrap: wrap;
}
.car_talent_item {
    position: relative;
    /* cursor: pointer; */
    /* flex: 1; */
    margin-top: 30px;
}
.car_talent_bgc {
    height: 260px;
}
.car_talent_people {
    position: absolute;
    left: 25%;
    top: 0;
    height: 260px;
    transition: all 0.5s;
}
.car_talent_item:nth-child(odd) {
    margin-right: 33px;
}
.car_talent_item:hover .car_talent_people {
    left: 45%;
    transition: all 0.5s;
}
.car_talent_item:hover  .car_box5Con_desc{
    display: block;
    opacity: 1;
    animation: FadeIn 1s ease-in-out;
}
.car_talent_item:hover .car_ban_img_shadow {
    height: 100%;
    transition: all 0.5s;
}
.car_box5Con_read {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 22px;
    color: #fff;
    z-index: 2;
}
.car_box5Con_desc {
    display: none;
    opacity: 0;
    animation: FadeOut 1s ease-in-out;
    position: absolute;
    top: 15%;
    left: 6%;
    color: #fff;
    white-space: pre-line;
    transition: all 0.5s;
    z-index: 2;
    width: 280px;
}
.car_ban_img_shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 153px;
    background: linear-gradient(180deg, rgba(50,50,50,0) 0%, #1E1E1E 100%);
    opacity: 0.6;
    transition: all 0.5s;
}
.car_banner_all {
    position: relative;
    margin-top: 100px;
}
.new_banner_item {
    /* display: flex; */
    position: relative;
    white-space: pre-line;
}
.swiper-slide{
    box-sizing: border-box;
    padding-right: 40px;
}
.car_banner_item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 338px;
    padding: 100px 40px;
    /* padding-left: 40px; */
    border: 1px solid #DDDDDD;
    white-space: pre-line;
    box-sizing: border-box;
}
.car_banner_item p:nth-child(2) {
    line-height: 30px;
    font-weight: bold;
    color: #004388;
}
.car_banner_item p:nth-child(3) {
    line-height: 30px;
}
.new_ban_img {
    position: absolute;
    top: -10%;
    left: 5%;
}
.swiper-wrapper {
    display: flex;
}
.new_pointer {
    margin: 0 auto;
    width: 70%;
    position: relative;
}
.new_pointer .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 80%;
    left: 10%;
    bottom: -40px;
}
.new_pointer .iconfont {
    font-size: 22px;
}
.new_banner_all .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.new_banner_all .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ''
}
.new_pointer .swiper-button-next, .swiper-button-prev {
    top: 58px;
    height: 100%;
    z-index: 15;
}
.new_pointer .swiper-button-prev {
    top: 58px;
    height: 100%;
    z-index: 15;
}
.rat {
    transform: rotate(180deg);
}
.sw_rot {
    position: absolute;
    bottom: 10px;
}

/* .car_box_read::before{content: "";display: block;position: absolute;height: 1px;background: #000;width: 0;left: 0;bottom: 0;transition: width 1s;
}
.car_box_read:hover::before {width: 100%;
} */
@media screen and (max-width: 1200px) {
    .new_pointer .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 80%;
        left: 10%;
        bottom: -18px;
    }
    .new_pointer .swiper-button-next, .swiper-button-prev {
        top: 38px;
        height: 100%;
        z-index: 15;
    }
    .new_pointer .swiper-button-prev {
        top: 38px;
        height: 100%;
        z-index: 15;
    }
    .workin > .bannerBox > .car_pc {
        width: 100%;
        background-color: #fff;
    }
    .car_pc_all {
        width: 100%;
    }
    .car_one_btn {
        width: 242px;
        height: 55px;
        line-height: 55px;
        margin-right: 50px;
        background: #004388;
    }
    .car_box2_tip_two {
        font-size: 20px;
    }
    .car_box2_tip_three {
        font-size: 16px;
    }
    .car_box3_all {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .box3_videoBox {
        width: 100%;
        height: auto;
    }
    .car_box4_all {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .car_box6_all {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .car_box6_img:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .box_end_svg_two {
       display: none;
    }
    .box_end_spacing {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .car_talent_list {
        flex-direction: column;
        align-items: center;
    }
    .car_talent_item:nth-child(odd) {
        margin-right: 0;
    }
    .car_banner_all {
        margin-top: 50px;
    }
}
@media screen and (max-width: 750px) {
    .workin > .bannerBox > .bannerText > .title{
        font-size: .48rem;
    }
    .footer > .footer_top_new{
        background-color: #fff !important;
        background-image: url(https://cdn.freudenberg.juplus.com/FlhCAw1L-pnObabaimRb5Lm8vn1I) !important;
        background-size: 100% 100% !important;
    }
    .workin{
        background: #ffff;
    }
    .workin > .bannerBox > .bannerText{
        border-bottom: 0.4rem solid #fff;
    }
    .workin > .bannerBox > .bannerText > .box1_desc_info {
        font-size: .24rem;
    }
    .f_t_36 {
        font-size: .36rem;
    }
    .box3_tip_desc{
        font-size: .24rem;
    }
    .f_t_22 {
        font-size: 16px;
    }
    .f_t_20 {
        font-size: .26rem;
    }
    .f_t_18 {
        font-size: .24rem;
    }
    .f_t_16{
        font-size: .22rem;
    }
    .f_t_16_1{
        font-size: 16px;
    }
    .car_box1_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .24rem;
    }
    .car_one_btn {
        width: 175px;
        height: 46px;
        line-height: 46px;
        margin-right: 0;
        background: #004388;
    }
    .car_two_btn {
        width: 175px;
        height: 46px;
        line-height: 46px;
        margin-top: 20px;
        background: #F7A601;
        
    }
    .box2_unit {
        font-size: .24rem;
    }
    .car_box2_all {
        margin-top: 0;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .car_box2_all_item {
        flex-direction: column;
    }
    .car_box_title {
        min-height: inherit;
    }
    .car_box_title:nth-child(2) {
       
        margin: 20px 0;
    }
    .car_box2_tip {
        font-size: .32rem;
    }
    .car_box2_tip_two {
        font-size: .26rem;
        margin: 15px 0;
    }
    .car_box2_tip_three{
        font-size: .22rem;
    }
    .car_box3_all {
        margin-top: 20px;
        padding: 0 .24rem;
    }
    .box_end_num {
        top: 3%;
        right: 3%;
    }
    .box_end_show{
        display: block;
    }
    .car_banner_all {
       padding: 0 20px;
       box-sizing: border-box;
    }
    .box_item_svg {
        width: 152px;
    }
    .box_end_svg_one {
        position: absolute;
        top: -20px;
        right: 0;
    }
    .box_end_num_one {
        font-size: 44px;
    }
    .car_box5Con_desc {
        display: block;
        opacity: 1;
    }
    .car_banner_item {
        padding-top: 50px;
        justify-content: center;
    }
    .box_end_spacing {
        margin-bottom: .65rem;
    }
    .car_talent_people {
        left: 10%;
    }
    .car_talent_item:hover .car_talent_people {
        left: 10%;
    }
    .car_box5Con_read {
        position: initial;
        padding-left: .4rem;
        padding-top: .4rem;
        font-size: .28rem;
        color: #000;
        background-color: #fff;
    }
    .car_box5Con_desc {
        position: initial;
        padding: .4rem;
        white-space: inherit;
        color: #000;
        background-color: #fff;
    }
    .car_ban_img_shadow {
        background: none;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: -10px !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: -10px !important;
    }
}