.head-page .item:nth-child(5)>a span {
    color: #DFB25B;
}

.talent-pg01 .list{
    width: 25.7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.talent-pg01 .list .tit {
    margin: 16px 0 13px;
}
.talent-pg01 .list::after{
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: #DCDCDC;
    position: absolute;
    top: 0;
    right: -22%;
}
.talent-pg01 .list:last-child:after{
    display: none;
}
.talent-pg01 .list .icon img{
    transition: all .4s;
}
.talent02-name{
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #D0AC64;
    margin-bottom: 5px;
}
.talent02-name .h6{
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.talent02-name .h6:nth-child(1){
    width: 25%;
    text-align: left;
}
.talent02-name .h6:nth-child(2){
    width: 25%;
}
.talent02-name .h6:nth-child(3){
    width: 25%;
}
.talent02-name .h6:nth-child(4){
    width:25%;
}
.talent02-con {
    margin-bottom: 2px;
}
.talent02-con .contit {
    display: flex;
    background: #efefef;
    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: #D0AC64;
}
.talent02-con.active .contit::after{
    background: url(../img/talent02-next.png) no-repeat center/cover;
    width: 12px;
    height: 6px;
}
.talent-pg02 .talent02-con.active  .contit p{
    color: #ffffff;
}
.talent-pg02 .contit p {
    font-size: 16px;
    color: #333333;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}
.talent-pg02 .contit p:nth-child(1){
    width: 25%;
    text-align: left;
}
.talent-pg02 .contit p:nth-child(2){
    width: 25%;
}
.talent-pg02 .contit p:nth-child(3){
    width: 25%;
}
.talent-pg02 .contit p:nth-child(4){
    width:25%;
}
.talent-pg02 .hidd {
    padding: 40px 27px;
    box-sizing: border-box;
    display: none;
    background: #fbfbfb;
}
.talent-pg02 .hidd .text{
    margin-bottom: 24px;
    width: 45%;
    margin-right: 4%;
}
.talent-pg02 .hidd .text:nth-child(2n){
    margin-right: 0;
}
@media only screen and (min-width:960px) {
    .talent-pg01 .list:hover .icon img{
       transform: rotateY(180deg);
    }
}
@media only screen and (max-width:1043px) {
    .talent-pg01 .list{
        width: 28%;
    }
    .talent-pg01 .list::after{
        right: -14%;
    }
}
@media only screen and (max-width:960px) {
    .talent-pg02 .hidd .text{
        width: 48%;
    }
    .talent02-name .h6:nth-child(2),.talent02-name .h6:nth-child(3){
         display: none;
    }
    .talent-pg02 .contit p:nth-child(2),.talent-pg02 .contit p:nth-child(3){
        display: none;
    }
    .talent02-name .h6:nth-child(1){
        width: 40%;
    }
    .talent02-name .h6:nth-child(4) {
        width: 35%;
    }
    .talent-pg02 .contit p:nth-child(1){
        width: 40%;
    }
    .talent-pg02 .contit p:nth-child(4){
        width: 35%;
    }
    .talent02-name .h6:nth-child(5){
        width: 25%;
    }
    .talent-pg02 .contit p:nth-child(5){
        width: 25%;
    }
}
@media only screen and (max-width:768px) {
    .talent-pg01 .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .talent-pg01 .list:last-child{
        margin-bottom: 0;
    }
    .talent-pg01 .list .icon img{
        height: 40px;
    }
    .talent-pg02 .contit p:nth-child(4){
        display: none;
    }
    .talent02-name .h6:nth-child(4){
        display: none;
    }
    .talent-pg02 .contit p:nth-child(5){
        width: 120px;
    }
    .talent-pg02 .contit p:nth-child(1){
        width: calc(100% - 120px);
    }
    .talent02-con .contit{
        padding: 0;
    }

    .talent-pg02 .contit p{
        padding-right: 0;
        padding: 10px 15px;
    }
    .talent02-name {
        padding: 0 0 14px;
    }
    .talent-pg02 .hidd {
        padding: 20px 15px 10px;
    }
    .talent02-name .h6:nth-child(5){
        width: 120px;
    }
    .talent02-name .h6:nth-child(1){
        width: calc(100% - 120px);
    }
    .talent-pg02 .lists {
        padding-top: 25px;
    }
    .talent-pg02 .hidd .text {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }
}
