.head-page .item:nth-child(6) span {
    color: #FDA511;
}

.head-page .item:nth-child(6)>a:after {
    transform: scale(1);
}

.talent-page01 {
    background: url(../img/talent-page01-bg.png) no-repeat center/cover;
}

.talent-page01 .list {
    width: 30.97%;
    margin-right: 3.545%;
}

.talent-page01 .list:nth-child(3n) {
    margin-right: 0;
}

.talent-page01 .icon {
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* .talent-page01 .list .img {
   height: 272px;
} */
.talent-page01 .icon-text {
    width: 200px;
    height: 50px;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.talent-page01 .desc {
    margin: 30px 0 50px;
    height: 52px;
}

.talent-page02 {
    position: relative;
}

/*.talent-page02::after {
    content: "";
    display: block;
    height: 454px;
    width: 100%;
    background: url(../img/talent02-bg.png) no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}*/

.talent02-name {
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #15337b;
    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: #15337b;
}

.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 {
    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 {
    color: #666666;
}

.talent-page02 .hidd-con {
    align-items: flex-start;
    justify-content: space-between;
}

.tanlent-btn {
    width: 128px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #15337b;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .3s;
}

.tanlent-btn:hover {
    background: #ffffff;
    color: #15337b;
    border: 1px solid #15337b;
}

@media only screen and (min-width:960px) {
    .talent-page01 .list .img:hover img {
        height: 110%;
    }

    .icon-box:hover .icon .h-img {
        opacity: 1;
    }

    .icon-box:hover .icon .p-img {
        opacity: 0;

    }

    .icon-box:hover .icon-text {
        border: 1px solid #0D3D85;
        color: #0D3D85;
    }
}

@media only screen and (max-width:1200px) {
    .talent-page01 .icon {
        max-width: 120px;
    }

    .talent-page01 .desc {
        height: 78px;
    }
}





@media only screen and (max-width:960px) {

    .talent-page01 .icon {
        max-width: 90px;
    }

    .talent-page01 .desc {
        height: 104px;
    }


    .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 {
        width: 100%;
        margin-right: 0;
    }

    .talent-page01 .desc {
        height: auto;
    }

    .talent-page01 .desc {
        margin: 5px 0 15px;
        text-align: left;
    }

    .talent-page01 .icon-text {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        border: none;
    }

    .talent-page01 .icon {
        display: none;
    }

    .tanlent-btn {
        margin-top: 20px;
    }

    .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%;
    }
}