.ta_banner{position: relative;}
.ta_banner>img{width: 100%;transition: .3s;}

.ta_base{}
.ta_item{padding: 44px;}

.ta_join>h1{font-size: 22px;margin-bottom: 60px;}
.ta_join_v{display: flex;justify-content: space-evenly;margin: 0 0 40px;}
.ta_join_v>span>img{vertical-align: middle;}
.ta_join_w{margin: 0 auto 60px;}
.ta_recr_h{display: flex;justify-content: space-between;background-color: var(--base);height: 60px;align-items: center;padding: 0 20px;}
.ta_recr_h>span{flex: 1;color: #fff;}
.ta_recr_h>i{width: 26px;}
.ta_recr_t{display: flex;justify-content: space-between;flex-wrap: wrap;height: 60px;align-items: center;padding: 0 20px;background-color: #fff;}
.ta_recr_t>span{width: 25%;color: #545454;}
.ta_recr_t>img{transition: .3s;}
.ta_recr_i:nth-child(2n) .ta_recr_t{background-color: #ebebeb;}
.ta_recr_b{background-color: #f1f9ff;padding: 40px;display: none;}
.ta_recr_b>div{overflow: hidden;}

/* .ta_honor_l{margin-top: 30px;padding-bottom: 100px;}
.ta_honor_i{padding: 15px;}
.ta_honor_i>img{width: 100%;padding: 15px;border: 1px solid #eee;} */

/* .about_dot{position: absolute;bottom: 50px;text-align: center;left: 50%;transform: translateX(-50%);}
.about_dot>li{display: inline-block;width: 10px;height: 10px;font-size: 0;outline: 0;margin-right: 10px;transition: all .5s;cursor: pointer;background-color: #dfdfdf;border-radius: 50%;}
.about_dot>li:last-child{margin-right: 0;}
.about_dot>.slick-active{background-color: var(--base);}
.about_dot>li button{display: none;} */


@media screen and (max-width: 766px) {
    .ta_banner>img{height: 30rem;object-fit: cover;}

    .td_left_l{width: 300vw;}

    .ta_item{padding: 2rem 0;}

    .ta_join>h1{margin-bottom: 6rem;}
    .ta_join_v{flex-direction: column;margin: 0 0 2rem;}
    .ta_join_v>span{margin: 1rem 0;}
    .ta_join_v>span>img{}
    .ta_recr_b{padding: 1.5rem;}


    

}