#careers, #careers .workin, #careers .workin h3, #careers .workin div, #careers .workin p, #careers .workin span {
    font-family: "SimHei";
}
.workin {
    background-color: #F4F7FE;
    overflow: hidden;
}
.p_m {
    padding-bottom: 0;
}
.f_t_36 {
    font-size: 36px;
}
.f_t_20 {
    font-size: 20px;
}
.f_t_16 {
    font-size: 16px;
}
.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 >.title {
    font-weight: bold;
}
.workin > .bannerBox > .bannerText > .box1_desc_info {
    font-size: 20px;
    font-weight: 500;
    white-space: pre-line;
}
.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;
    min-height: 240px;
    white-space: pre-line;
}
.car_box2_all_item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.car_box_title {
    flex: 1;
    min-height: 240px;
    margin-right: 40px;
}
.car_box2_all_item > .car_box_title:last-of-type{
    margin-right: 0px;
}
.car_box2_tip {
    min-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #004388;
}
.car_box2_tip_two {
    min-height: 36px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin: 25px 0;
}
.car_box2_tip_three {
    min-height: 108px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 40px;
}
.car_box2_btn {
    display: flex;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.car_three_btn {
    width: 162px;
    height: 55px;
    line-height: 55px;
    background: #004388;
    cursor: pointer;
}
.car_box3_all {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car_box3_all_item {
    display: flex;
    flex-direction: column;
}
.car_box3_all_item>.car_box3_item:first-of-type{
    margin-top: 0px;
}
.car_box3_item{
    margin-top: 115px;
}
.box3_title {
    min-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #004388;
    margin-bottom: 25px;
}
.box3_subtitle {
    min-height: 36px;
    font-size: 20px;
    font-weight: 500;
    color: #004388;
    margin-bottom: 25px;
}
.box3_list_title{
    min-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}
.box3_list_desc{
    min-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 40px;
    white-space: pre-line;
}
.car_box3_btn {
    display: flex;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.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_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_all .title{
    font-family: theSans !important;
}
.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;
}
.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;
}
.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;
}

.indexServiceBox{
    margin: 100px 0;
}
.business_main {
    /* padding-bottom: 55px; */
    box-sizing: border-box;
 } 
 .bus_con_all .bus_img {
    max-width: 900px;
 }
 .bus_con_all .txt_box,.txtBox{
    line-height: unset;
    padding: 20px 24px;
    text-align: left;
 }
 .bus_con_all .txt_box .title,.txtBox .title{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
 }
 .bus_con_all .txt_box .desc,.txtBox .desc{
    font-size: 16px;
    font-weight: 500;
    color: #004388;
    margin-bottom: 39px;
 }
 .bus_con_all .bus_text {
    margin-bottom: 29px;
 }
 .bus_con_all .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .bus_con_all .bus_sw_tip {
    position: absolute;
    bottom: 0;
    width: 900px;
    padding: 11px 30px;
    background: rgba(255,255,255,0.9);
    opacity: 0.8;
    box-sizing: border-box;
 }
 .bus_con_all .bus_one_tip {
    font-weight: bold;
    color: rgba(0, 67, 136, 1);
 }
 .bus_sw_tip_h5 {
    display: none;
}
 .h_right_img {
    padding-bottom: 30px !important;
}


/* .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) {
    .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_all {
        padding: 20px;
        box-sizing: border-box;
    }
    .car_box2_tip_two {
        font-size: 20px;
    }
    .car_box2_tip_three {
        font-size: 16px;
    }
    .car_box3_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;
    }
    .bus_con_all .txt_box {
        padding: 20px 24px;
        position: static;
        width: 100%;
        border: 1px solid #d3d3d3;
     }
    .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;
    }
    .business_main {
        margin-top: 24px;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .business_main .indexService {
        padding: 18px 12px;
        background-color: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0,67,136,0.1);
        border-radius: 8px;
        box-sizing: border-box;
    }
    .bus_con_all .bus_img {
        max-width: 100%;
    }
    .bus_con_all .bus_text {
        margin-bottom: 8px;
    }
    .bus_con_all .bus_sw_tip { 
        display: none;
    }
    .bus_line {
        margin-bottom: 4px;
        line-height: 22px;
    }
    .bus_sw_tip_h5 {
        width: 100%;
        display: block;
    }
    .sw_tip_h5_tip {
        margin-top: 10px;
        font-weight: bold;
        color: rgba(0, 67, 136, 1);
    }
}
@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;
    }
    .p_m{
        padding-bottom: .65rem;
    }
    .workin > .bannerBox > .bannerText{
        border-bottom: 0.4rem solid #fff;
    }
    .workin > .bannerBox > .bannerText > .box1_desc_info {
        font-size: .24rem;
    }
    .f_t_36 {
        font-size: .36rem;
    }
    
    .car_box1_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .28rem;
        margin-top: .3rem;
    }
    .car_one_btn {
        width: 175px;
        height: 46px;
        line-height: 46px;
        margin-right: 0;
        background: #004388;
        font-size: .28rem;
    }
    .car_two_btn {
        width: 175px;
        height: 46px;
        line-height: 46px;
        margin-top: 20px;
        background: #F7A601;
        font-size: .28rem;
        
    }
    .car_three_btn {
        width: 175px;
        height: 46px;
        line-height: 46px;
        background: #004388;
        cursor: pointer;
        font-size: .28rem;
    }
    .box2_unit {
        font-size: .28rem;
    }
    .car_box2_all {
        padding: 20px;
        box-sizing: border-box;
    }
    .car_box2_all_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .car_box_title {
        min-height: inherit;
        margin-right: 0;
    }
    .car_box_title {
        margin-top: 20px;
        margin-bottom: 20px;
    }   
    .car_box_title:first-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }
    .car_box2_tip {
        font-size: .4rem;
        min-height: .36rem;
    }
    .car_box2_tip_two {
        font-size: .26rem;
        margin: .25rem 0;
        min-height: .36rem;
    }
    .car_box2_tip_three{
        font-size: .24rem;
        min-height: 1.08rem;
        margin-bottom: .4rem;
    }
    .car_box2_btn{
        margin-top: 0.3rem;
        font-size: .22rem;
    }
    .car_box3_item{
        margin-top: 1.15rem;
    }
    .car_box3_all {
        padding: 0 .24rem;
    }
    .box_end_num {
        top: 3%;
        right: 3%;
    }
    .box_end_show{
        display: block;
    }
    .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;
    }
    .indexServiceBox{
        margin: 1rem 0;
    }
    .business_main {
        /* padding-bottom: 55px; */
        box-sizing: border-box;
     }
     .bus_con_all .bus_img {
        max-width: 900px;
     }
     .bus_con_all .txt_box {
        padding: .2rem .24rem;
        position: static;
        width: 100%;
        border: 0.01rem solid #d3d3d3;
     }
     .bus_con_all .txt_box .title{
        font-size: .22rem;
     }
     .bus_con_all .txt_box .desc{
        font-size: .20rem;
        margin-bottom: .39rem;
     }
     .bus_con_all .bus_text {
        margin-bottom: 29px;
     }
     .bus_con_all .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
     .bus_con_all .bus_sw_tip {
        position: absolute;
        bottom: 0;
        width: 900px;
        padding: 11px 30px;
        background: rgba(255,255,255,0.9);
        opacity: 0.8;
        box-sizing: border-box;
     }
     .bus_con_all .bus_one_tip {
        font-weight: bold;
        color: rgba(0, 67, 136, 1);
     }
     .bus_sw_tip_h5 {
        display: none;
    }
    .car_box3_all .box3_title{
        font-size: .4rem;
        min-height: .36rem;
        margin-bottom: .25rem;
    }
    .car_box3_all .box3_subtitle{
        font-size: .26rem;
        min-height: .36rem;
        margin-bottom: .25rem;
    }
    .car_box3_all .box3_list_title,
    .car_box3_all .box3_list_desc{
        font-size: .24rem;
        min-height: .36rem;
    }
    .car_box3_all .box3_list_title{
        margin: .2rem 0;
    }
    .car_box3_all .box3_list_desc{
        margin-bottom: .4rem;
    }
    .car_box3_all .car_box3_btn{    
        margin-top: 0.3rem;
        font-size: .22rem;
    }
     .h_right_img {
        padding-bottom: 30px !important;
    }
}

.new_pointer {
    margin:  28px auto 0 auto;
    width: 200px;
    position: relative;
    color: #02A6E3;
    font-weight: bold;
}
.new_pointer .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 80%;
    left: 10%;
    bottom: -20px;
}
.new_pointer .iconfont {
    font-size: 22px;
}
.new_pointer .swiper-button-next,.new_pointer .swiper-button-prev {
    top: 25px;
    z-index: 15;
}
.new_pointer .swiper-button-next::after,.new_pointer .swiper-button-prev::after{
    color: #02A6E3;
    font-size: 16px;
    font-weight: bold;
}
.swiper-pagination .swiper-pagination-bullet{
    background-color: #004387;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #02A6E3;
}
/* 自定义轮播图样式 */
.banner_box{    
    width: 1100px;
    height: 856px;
    margin: 100px auto -70px auto;
    position: relative;
}
.swiper-item{
    transition: bottom 1s ease-in-out,left 1s ease-in-out,width 1s ease-in-out,height 1s ease-in-out,z-index 0s linear 1s;
    cursor: pointer;
    position: absolute;
}
.swiperWrapper{
    height: 100%;
}
.swiperWrapper .active{
    bottom: 380px;
    left: 215px;
    z-index: 10;
    width: 883px;
    height: 464px;
}
.swiperWrapper .next{
    bottom: 170px;
    left: 7%;
    z-index: 20;
    width: 386px;
    height: 257px;
}
.swiperWrapper .prev{
    bottom: 360px;
    left: 0%;
    z-index: 30;
    width: 194px;
    height: 130px;
}
.txtBox{
    opacity: 0;
    visibility: hidden;
    right: 30px;
    bottom: -90px;
    width: 575px;
}
.txtBox_active{
    visibility: visible;
    opacity: 1;
    transition: all .6s ease-in-out 1s;
}
.newPointer{
    transform: translate(160px,315px);
}
.dot{
    width: 120px;
    height: 20px;
    position: absolute;
    left: 44%;
    bottom: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dot>div{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #004387;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}
.dot>div:hover{
    background-color: #02A6E3;
    transition: background-color 0.3s ease-in-out;
}
.dot .active{
    width: 10px;
    height: 10px;
    background-color: #02A6E3;
    transition: background-color 0.3s ease-in-out;
}

.dot .icon-prev,.dot .icon-next{
    font-weight: bold;
    color: #02A6E3;
    font-size: 18px;
    cursor: pointer;
}
.dot .icon-prev{
    transform: rotate(180deg);
}
