#careers, #careers .workin, #careers .workin h3, #careers .workin div, #careers .workin p, #careers .workin span {
    font-family: "SimHei";
}
html{
    scroll-behavior:smooth;
}
.w_c_l {
    color: #004388;
}
.w_c_b {
    text-align: center;
    font-weight: bold;
}
.w_b_10 {
    margin-bottom: 10px;
}
.m_t_100 {
    margin-top: 100px;
}
.w_b_32 {
    margin-bottom: 32px;
}
.why_tip {
    text-align: center;
    margin-bottom: 100px;
}
.why_tip_top {
    margin-bottom: 32px;
    font-weight: bold;
}
.why_one_tip {
    margin-top: 44px;
}
.why_link {
    position: relative;
    line-height: 33px;
    padding-left: 10px;
    color: #00A6E2;
    transition: all var(--transition-default) ease-in-out;
    box-sizing: border-box;
}
.why_link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    top: 0;
    background-color: #004388;
}
.why_link_item {
    position: relative;
    display: inline-block;
}
.why_link_item::before{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    transition: width 0.3s;
    background: #00A6E2;
}
.why_link_item:hover::before {
    width: 100%;
}
.why_a_all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}
.why_video_all {
    min-height: 584px;
    padding-top: 58px;
    box-sizing: border-box;
}
.why_video_center {
    text-align: center;
    font-weight: bold;
}
.why_video_all:nth-child(odd) {
    background-color: #fff;
}
.why_video_desc {
    display: flex;
    justify-content: center;
}
.why_video_tips {
    flex: 1;
}
.why_video_detail {
    flex: 1;
    min-width: 535px;
    min-height: 335px;
}
.why_video_detail video {
    width: 100%;
    /* height: 100%; */
    
}
.video_l {
    margin-left: 30px;
}
.video_r {
    margin-right: 30px;
}
.why_video_detail_flex {
    margin-left: 0;
    margin-right: 30px;
    flex-flow: row-reverse;
}
.why_video_title {
    margin-bottom: 47px;
    color: #666666;
}
.why_html {
    white-space: pre-line;
}
.why_show_h5 {
    display: flex;
}
.why_show_h5 p {
    flex: 1;
}
.why_show_h5_one {
    margin-right: 50px;
}
@media screen and (max-width: 1200px) {
    .why_video_desc {
        display: inherit;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .why_tip_top {
        margin-bottom: .32rem;
    }
    .why_show_h5 {
        display: none;
    }
    .why_video_detail video {
        margin: 0;
    }
    .why_video_detail {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
    }
    .video_l {
        margin-left: 0;
    }
    .video_r {
        margin-right: 0;
    }
    .why_video_detail_flex {
        margin-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .why_video_title{
        font-size: .24rem;
    }
    .why_video_all {
        min-height: 5.84rem;
        padding-top: .58rem;
        box-sizing: border-box;
    }
    .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;
    }
    .m_t_100 {
        margin-top: 50px;
    }
    .w_b_32 {
        margin-bottom: 20px;
    }
    .why_tip_top {
        margin-bottom: 20px;
    }
    .why_one_tip {
        margin-top: 20px;
    }
    .why_show_h5 {
        display: block;
        text-align: center;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .why_show_h5_one{
        margin-right: 0;
        margin-bottom: .47rem;
    }
    .why_html{
        white-space: unset;
    }
    .why_video_title{
        margin-bottom: .47rem;
    }
    .why_show_h5_tow{
        margin-bottom: .4rem;
    }
}