.head {
    height: 5.6rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.head_d1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1.35rem;
    padding-bottom: 1.3rem;
}

.head_p1 {
    font-size: 0.46rem;
    color: white;
    line-height: 1;
    margin-bottom: 0.17rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.head_p2 {
    font-size: 0.2rem;
    color: white;
    line-height: 1;
    margin-bottom: 0.36rem;
    letter-spacing: 4px;
    text-indent: 4px;
    font-family: arial;
}

.head_p3 {
    font-size: 0.14rem;
    color: white;
    line-height: 0.3rem;
}

.head_d2 {
    display: flex;
    align-items: center;
    margin-top: 0.55rem;
    cursor: pointer;
}

.head_d2 img {
    width: 0.7rem;
    height: 0.7rem;
    object-fit: contain;
    display: block;
    margin-right: 0.16rem;
}

.head_d2 p {
    font-size: 0.22rem;
    color: white;
    border-bottom: 1px solid white;
    letter-spacing: 1px;
}

/* 培训与发展 */

.trains {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
}

.trains .pub_title {
    margin-bottom: 0.5rem;
}

.trains_title {
    font-size: 22px;
    color: #333947;
    background-color: #e8f1f9;
    padding: 8px 15px;
    border-radius: 4px;
    display: table;
    margin: 0 auto 0.3rem;
    line-height: 1;
}

.trains_p1 {
    font-size: 18px;
    color: #333947;
    margin: 0 auto 0.4rem;
    display: table;
    text-align: center;
}

.trains_p2 {
    padding-left: 3.1rem;
    margin: 0 auto 0.9rem;
    font-size: 14px;
    color: #84879a;
    line-height: 2.4;
}

.trains_p3 {
    font-size: 18px;
    color: #333947;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.trains_p4 {
    font-size: 18px;
    color: #333947;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.trains_d1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.trains_l {
    margin-left: 0.66rem;
    max-width: 100%;
}

.trains_l img {
    max-width: 100%;
    width: 4.1rem;
    object-fit: contain;
}

.trains_r {
    margin-right: 0.4rem;
    width: 5.5rem;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .1);
    padding: 0.36rem 0 0.36rem 1rem;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: 0.5s;
}

.trains_r:hover {
    transform: scale(1.1)
}

.trains_r p {
    font-size: 16px;
    color: #333947;
    position: relative;
    padding: 0.12rem 0;
    transition: 0.5s;
}

.trains_r p::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #619fd0;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.trains_list {
    overflow: hidden;
    border-top: 0;
    margin-bottom: 1rem;
}

.trains_tb {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.trains_tt {
    width: 100%;
    display: flex;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.trains_tb div {
    flex: 1;
    height: 0.57rem;
    /* padding-left: 0.51rem; */
    background-color: #609fd0;
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trains_ul {
    width: 90%;
    margin: 0 auto;
    display: none;
}

.trains_li {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #619fd0;
    margin-bottom: 0.2rem;
}

.trains_p7 {
    width: 100%;
    height: 0.57rem;
    background-color: #609fd0;
    font-size: 14px;
    color: white;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trains_li_son {
    width: 100%;
    padding-left: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.trains_p5 {
    font-size: 14px;
    color: #464d61;
    line-height: 24px;
}

.trains_p6 {
    font-size: 14px;
    color: #464d61;
    line-height: 24px;
    position: relative;
    padding-left: 0.17rem;
}

.trains_p6::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #619fd0;
    position: absolute;
    left: 0;
    top: 8px;
}

.trains_tt>div {
    padding-left: 33px;
    padding-top: 0.38rem;
    border-left: 2px solid #609fd0;
    border-bottom: 2px solid #609fd0;
    flex: 1;
    min-height: 2.3rem;
}

.trains_tt>div:first-of-type {
    border-radius: 0 0 0 5px;
}

.trains_tt>div:last-of-type {
    border-radius: 0 0 5px 0;
    border-right: 2px solid #609fd0;
}

/*  */

.trains_img {
    position: relative;
}

.leader_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.leader_p5 {
    font-size: 14px;
    color: #333947;
    text-align: center;
    margin-top: 0.1rem;
}

.leader_d2 {
    display: flex;
    align-items: center;
    padding-left: 0.48rem;
    margin-top: 0.5rem;
}

.leader_p6 {
    font-size: 14px;
    color: white;
    width: 1rem;
    min-width: 1rem;
    text-align: center;
    margin-right: 1.27rem;
}

.leader_p6:nth-of-type(2) {
    margin-right: 1.04rem;
}

.leader_p6:nth-of-type(3) {
    margin-right: 0.62rem;
}

.leader_p6:nth-of-type(4) {
    width: 1.45rem;
    min-width: 1.45rem;
    text-align: left;
    margin-right: 0.58rem;
    padding: 10px 13px;
    line-height: 24px;
    height: 0.67rem;
    transform: translateY(0.18rem);
    color: #464d61;
}

.leader_p6:nth-of-type(5) {
    margin-right: 1.04rem;
}

.leader_d3 {
    display: flex;
    align-items: center;
    padding-left: 0.6rem;
    margin-top: 0.32rem;
}

.leader_p7 {
    font-size: 18px;
    color: white;
    width: 0.76rem;
    text-align: center;
    margin-right: 1.48rem;
}

.leader_p7:nth-of-type(2) {
    margin-right: 1.3rem;
}

.leader_p7:nth-of-type(3) {
    margin-right: 2.9rem;
}

.leader_p7:nth-of-type(4) {
    margin-right: 1.3rem;
}

.leader_p7:last-of-type {
    margin-right: 0;
}

.leader_d4 {
    display: flex;
    padding-left: 0.6rem;
}

.leader_p8 {
    font-size: 14px;
    color: #464d61;
    width: 0.9rem;
    margin-right: 1.2rem;
    line-height: 25.5px;
    margin-top: 0.44rem;
}

.leader_p8:nth-of-type(2) {
    width: 1.1rem;
    margin-right: 1rem;
}

.leader_p8:nth-of-type(3) {
    width: 1rem;
    margin-right: 2.65rem;
}

.leader_p8:nth-of-type(4) {
    width: 1rem;
    margin-right: 1.08rem;
}

.leader_p8:nth-of-type(5) {
    width: 1.1rem;
}

.leader_p8:last-of-type {
    margin-right: 0;
}

/* 人才测评 */

.test_bg {
    width: 100%;
    overflow: hidden;
    background-color: #f0f3f7;
}

.test {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.test .pub_title {
    margin-bottom: 0.4rem;
}

.test .trains_p1 {
    font-size: 14px;
    color: #4e4f50;
}

.test_img {
    width: 9rem;
    margin: 0 auto;
}

.test_img img {
    width: 100%;
    object-fit: contain;
}

.test_list {
    width: 9rem;
    margin: 0 auto;
    border: 8px solid white;
    border-radius: 8px;
    overflow: hidden;
}

.test_tb {
    border-bottom: 3px solid white;
}

.test_tb,
.test_tt {
    display: flex;
    align-items: center;
}

.test_tt {
    position: relative;
}

.test_tb div {
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #366eb5;
    letter-spacing: 6px;
    font-size: 16px;
    color: white;
}

.test_tb div:nth-of-type(1),
.test_tb div:nth-of-type(2),
.test_d1,
.test_d4 {
    width: 1.75rem;
    text-align: center;
    border-right: 3px solid white;
    box-sizing: content-box;
}

.test_tb div:nth-of-type(3) {
    width: 5.27rem;
    padding-left: 0.65rem;
}

.test_d1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    font-size: 16px;
    color: white;
    background-color: #366eb5;
}

.test_d2 {
    font-size: 16px;
    flex-grow: 1;
}

.test_d3 {
    display: flex;
    align-items: center;
    border-bottom: 3px solid white;
}

.test_d3:last-of-type {
    border-bottom: 0;
}

.test_d4 {
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test_d5 {
    width: 5.27rem;
}

.test_d5 div {
    width: 100%;
    height: 0.4rem;
    border-bottom: 3px solid white;
    font-size: 14px;
    color: #84879a;
    line-height: 0.4rem;
    padding-left: 0.65rem;
    letter-spacing: 2px;
}

.test_d5 div:last-of-type {
    border-bottom: 0;
}

.test_d3:nth-of-type(odd) .test_d4 {
    background-color: #90bcde;
}

.test_d3:nth-of-type(even) .test_d4 {
    background-color: #c0d8ec;
}

/* 金牌面试官 */

.gold_bg {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

.gold {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
}

.gold_list {
    display: flex;
    justify-content: space-between;
    padding: 0 1.4rem 0.95rem;
}

.gold_item {
    width: 1.8rem;
    text-align: center;
    padding: 0.5rem 0;
    transition: 0.5s;
    border-radius: 5px;
    overflow: hidden;
}

.gold_item:hover {
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, 0.2);
}

.gold_img {
    height: 0.48rem;
    margin: 0 auto 0.3rem;
}

.gold_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.gold_p1 {
    font-size: 18px;
    color: #333947;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.gold_p2 {
    font-size: 14px;
    color: #464d61;
}

.gold .trains_p1 {
    margin: 0 auto 0.73rem;
}

.gold .trains_p3 {
    margin-bottom: 0.8rem;
}

.gold_d2 {
    display: flex;
    padding-bottom: 1rem;
}

.gold_l,
.gold_r {
    width: 5.5rem;
    min-height: 3.25rem;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .1);
    padding: 0.5rem 0 0 1rem;
    border-radius: 5px;
    transition: 0.5s;
    background-color: #fafafa;
}

.gold_l:hover,
.gold_r:hover {
    transform: scale(1.1)
}

.gold_l {
    margin-right: 7px;
    margin-left: 0.4rem;
}

.gold_r {
    margin-right: 0.4rem;
    margin-left: 7px;
}

.gold_p3 {
    font-size: 18px;
    line-height: 1;
    color: #333947;
    margin-bottom: 0.37rem;
}

.gold_p4 {
    font-size: 16px;
    color: #464d61;
    margin-bottom: 0.34rem;
    position: relative;
    margin-left: 0.3rem;
}

.gold_p4::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #619fd0;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 领导力发展 */

.leader {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 0.9rem;
}

.leader .trains_p2 {
    padding-left: 2rem;
}

.leader_list {
    display: flex;
    justify-content: space-between;
    padding: 0 0.7rem;
    margin-bottom: 1rem;
}

.leader_item {
    width: 2rem;
    min-height: 2.7rem;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .1);
    text-align: center;
    padding-top: 0.6rem;
    border-radius: 4px;
    transform: translateY(40%);
    opacity: 0;
    transition: 0.3s;
}

.leader_item.on:hover {
    transform: translateY(0) scale(1.1);
}

.leader_item.on {
    transform: translateY(0);
    opacity: 1;
}

.leader_img {
    margin-bottom: 0.38rem;
    height: 0.44rem;
}

.leader_img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.leader_p1 {
    font-size: 18px;
    color: #333947;
    margin-bottom: 0.18rem;
}

.leader_p2 {
    font-size: 14px;
    color: #464d61;
}

.leader_d1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.4rem;
}

.leader_l {
    width: 5.5rem;
    height: 2.5rem;
    padding: 0.7rem 1.3rem 0;
    box-shadow: 0 0 10px 1px rgba(218, 228, 240, 0.8);
    font-size: 16px;
    color: #464d61;
    border-radius: 4px;
    letter-spacing: 1px;
    line-height: 2;
    transition: 0.5s;
}

.leader_l:hover {
    transform: scale(1.1);
}

.trains_img {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 800px) {

    .trains_img {
        display: none;
    }

    .head_d1,
    .trains_l,
    .trains_r,
    .gold_l,
    .gold_r,
    .leader_r,
    .test,
    .gold {
        width: 90%;
        margin: 0 auto;
    }

    .head_p3,
    .trains,
    .leader,
    .test_img,
    .leader_l,
    .test_img img,
    .test_list,
    .trains_img img {
        width: 100%;
        min-width: 100%;
    }

    .gold_d2,
    .leader_d1 {
        display: block;
    }

    .head_p3 {
        font-size: 0.18rem;
    }

    .trains_r {
        margin-top: 0.3rem;
    }

    .trains_p2 {
        padding: 0;
        width: 90%;
        margin: 0 auto 0.9rem;
    }

    .gold_list,
    .leader_list {
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 0.4rem;
    }

    .gold_item {
        width: 50%;
        margin-bottom: 0.5rem;
    }

    .gold_l,
    .gold_r {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .leader .trains_p2 {
        padding: 0;
    }

    .leader_list {
        width: 90%;
        margin: 0 auto;
    }

    .leader_item {
        width: 46%;
        margin-bottom: 0.4rem;
    }

    .leader_l {
        height: auto;
        padding: 0.3rem;
    }

    .leader_r {
        margin-top: 0.5rem;
    }

    .leader_r img {
        width: 100%;
        object-fit: contain;
    }

    .leader_list {
        margin-bottom: 0.4rem;
    }

    .trains_ul {
        display: block;
    }

    .trains_list {
        display: none;
    }

    .test_tb div:nth-of-type(1),
    .test_d1 {
        width: 0.5rem;
        min-width: 0.5rem;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .test_tb div {
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .test_tb div:nth-of-type(3) {
        padding: 0;
    }

    .test_d1 {
        height: auto;
    }

    .test_d3 {
        position: relative;
        align-items: flex-start;
    }

    .test_d5 {
        width: auto;
        flex-grow: 1;
    }

    .test_d5 div {
        height: auto;
        padding-left: 0.1rem;
    }

    .test_d4 {
        width: 0.8rem;
        min-width: 0.8rem;
        padding: 0 0.1rem;
    }

    .test_tb div:nth-of-type(2) {
        width: 1rem;
        min-width: 1rem;
    }

    .test_d3:nth-of-type(3) .test_d5 {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gold .trains_p3 {
        font-size: 20px;
    }

    .trains_ul {
        margin-bottom: 50px;
    }

    .trains_d1 {
        flex-direction: column-reverse;
    }

    .trains_d1 .trains_l {
        margin-top: 0.5rem;
    }

    .trains_r{
        margin-top: 0;
    }
}