@charset "utf-8";


.head-page .item:nth-child(5) span {
    color: #028DD6;
    border: 1px solid #028DD6;
}

.head-page .item:nth-child(6) span {
    color: #13337A;
    font-weight: bold;
}

.talent-page01 .list {
    justify-content: space-between;
    /* align-items: flex-start; */
}

.talent-page01 .list .img {
    height: 352px;
    width: 41.66%;
}

.talent-page01 .list .texts {
    width: 50.71%;
    /* padding-top: 80px; */
}

.talent-page01 .list:nth-child(2n) {
    flex-flow: row-reverse;
}

.talent-page01 .list .text {
    line-height: 2.15;
    margin-top: 27px;
}

.talent-page01 .tit-text {
    padding-left: 10px;
    box-sizing: border-box;
}

.talent-page02 {
    position: relative;
}

.talent-page02 .line {
    width: 31px;
    height: 1px;
    background: #028DD6;
    margin: 12px auto 23px;
}

.talent02-name {
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #028DD6;
    margin-bottom: 5px;
}

.talent02-name .h6 {
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.talent02-name .h6:nth-child(1) {
    width: 26%;
    text-align: left;
}

.talent02-name .h6:nth-child(2) {
    width: 24%;
}

.talent02-name .h6:nth-child(3) {
    width: 24%;
}

.talent02-name .h6:nth-child(4) {
    width: 26%;
}

.talent02-con {
    margin-bottom: 2px;
}

.talent02-con .contit {
    display: flex;
    background: #dbe0e7;
    padding: 0 36px 0 21px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all .3S;
}

.talent02-con .contit::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/talent02-Pnext.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.talent02-con.active .contit {
    background: #028DD6;
}

.talent02-con.active .contit::after {
    background: url(../img/talent02-next.png) no-repeat center/cover;
    width: 12px;
    height: 6px;
}

.talent-page02 .talent02-con.active .contit p {
    color: #ffffff;
}

.talent-page02 .contit p {
    font-size: 14px;
    color: #333333;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}

.talent-page02 .contit p:nth-child(1) {
    width: 26%;
    text-align: left;
}

.talent-page02 .contit p:nth-child(2) {
    width: 24%;
}

.talent-page02 .contit p:nth-child(3) {
    width: 24%;
}

.talent-page02 .contit p:nth-child(4) {
    width: 26%;
}


.talent-page02 .hidd {
    padding: 45px 0 50px;
    box-sizing: border-box;
    display: none;
}

.talent-page02 .hidd .text {
    margin-bottom: 24px;
    width: 46.5%;
}

.talent-page02 .hidd .text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.talent-page02 .hidd .text .ttit {
    font-size: 16px;
    color: #109ADA;
    line-height: 30px;
    font-weight: bold;
}

.talent-page02 .hidd-con {
    align-items: flex-start;
}

.tanlent-btn {
    width: 128px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #028DD6;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .3s;
}

.tanlent-btn:hover {
    background: #ffffff;
    color: #028DD6;
    border: 1px solid #028DD6;
}

@media only screen and (max-width:960px) {
    .talent02-name .h6:nth-child(2), .talent02-name .h6:nth-child(3) {
        display: none;
    }

    .talent-page02 .contit p:nth-child(2), .talent-page02 .contit p:nth-child(3) {
        display: none;
    }

    .talent02-name .h6:nth-child(1) {
        width: 40%;
    }

    .talent02-name .h6:nth-child(4) {
        width: 35%;
    }

    .talent-page02 .contit p:nth-child(1) {
        width: 40%;
    }

    .talent-page02 .contit p:nth-child(4) {
        width: 35%;
    }

    .talent02-name .h6:nth-child(5) {
        width: 25%;
    }

    .talent-page02 .contit p:nth-child(5) {
        width: 25%;
    }
}

@media only screen and (max-width:768px) {
    .talent-page01 .list {
        margin-bottom: 20px;
    }

    .talent-page01 .list:last-child {
        margin-bottom: 0;
    }

    .talent-page01 .list .img {
        width: 100%;
        height: auto;
    }

    .talent-page01 .list .img img {
        position: initial;
        top: 0;
        left: 0;
        transform: translate(0);
        height: auto;
        max-width: initial;
        width: 100%;
    }

    .talent-page01 .tit {
        padding-left: 5px;
    }

    .talent-page01 .tit img {
        width: 23px;
    }

    .talent-page01 .list .texts {
        width: 100%;
        margin-top: 25px;
    }

    .talent-page01 .list:nth-child(2n) {
        flex-flow: wrap;
    }

    .talent-page01 .list .text {
        margin-top: 10px;
    }

    .talent-page02 .contit p:nth-child(4) {
        width: 120px;
    }

    .talent-page02 .contit p:nth-child(1) {
        width: calc(100% - 120px);
    }

    .talent02-con .contit {
        padding: 0;
    }

    .talent02-con .contit::after {
        display: none;
    }

    .talent-page02 .contit p {
        padding-right: 0;
        padding: 10px 15px;
    }

    .talent02-name {
        padding: 0 0 14px;
    }

    .talent-page02 .hidd {
        padding: 20px 15px 10px;
    }

    .talent02-name .h6:nth-child(4) {
        width: 120px;
    }

    .talent02-name .h6:nth-child(1) {
        width: calc(100% - 120px);
    }

    .talent-page02 .lists {
        padding-top: 25px;
        margin-top: 0;
    }

    .talent-page02 .hidd .text {
        margin-bottom: 15px;
        width: 100%;
    }
}