﻿@charset "utf-8";


.head-page .item:nth-child(5) span {
    color: #186EAE;
}
.head-page .item:nth-child(5) span::before{
    transform: scale(1);
}
.head-page .item:nth-child(5) span::after{
    opacity: 1;
}
.talent-page01{
    padding-bottom: 20px;
}
.talent-page01 .list{
    width: 33.33%;
    padding: 0 4.5%;
    box-sizing: border-box;
    border-right: 1px dashed #DADADA;
}
.talent-page01 .list:nth-child(3n){
    border-right: none;
}
.talent-page01 .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.talent-page01 .icon img{
    height: 68px;
    transition: all .3s;
}
.talent-page01 .tit {
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 24px 0 6px;
}
.talent-page01 .desc{
    text-align: center;
    color: #666666;
    line-height: 1.72;
}
.talent-page02 .lists{
    padding-top: 30px;
}
.talent02-con{
    margin-bottom: 2px;
}
.talent02-con:last-child{
    margin-bottom: 0;
}
.talent02-name{
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #0053A1;
    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: 23.2%;
    text-align: left;
}
.talent02-name .h6:nth-child(2){
    width: 17.2%;
}
.talent02-name .h6:nth-child(3){
    width: 19%;
}
.talent02-name .h6:nth-child(4){
    width:20.3%;
}
.talent02-name .h6:nth-child(5){
    width: 20.3%;
}
.talent02-con .contit {
    display: flex;
    background: #ededed;
    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: #0053A1;
}
.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: 23.2%;
    text-align: left;
}
.talent-page02 .contit p:nth-child(2){
    width: 17.2%;
}
.talent-page02 .contit p:nth-child(3){
    width: 19%;
}

.talent-page02 .contit p:nth-child(4){
    width:20.3%;
}
.talent-page02 .contit p:nth-child(5){
    width: 20.3%;
}
.talent-page02 .hidd {
    padding: 26px 36px 33px;
    box-sizing: border-box;
    display: none;
    background: #fbfbfb;
}
.talent-page02 .hidd .text{
    margin-bottom: 24px;
}
.talent-page02 .hidd .text p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
@media only screen and (min-width: 960px) {
    .talent-page01 .list:hover .icon img{
         transform: rotateY(180deg);
    }
    .talent-page01 .list:hover .tit{
        color: #186EAE;
    }
}
@media only screen and (max-width: 1280px) {
    .talent-page01 .icon img{
        height: 50px;
    }
    .talent-page01{
        padding-bottom: 0;
    }
    .talent-page01 .list {
        padding: 0 20px;
    }
    .talent-page02 .lists{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .talent-page01 .icon img {
        height: 40px;
    }
}
@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{
        width: 100%;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px dashed #DADADA;
    }
    .talent-page01 .list:first-child{
        padding-top: 0;
    }
    .talent-page01 .tit {
        margin: 10px 0 6px;
    }
    .talent-page02 .contit p:nth-child(4){
        display: none;
    }
    .talent02-name .h6:nth-child(4){
        display: none;
    }
    .talent-page02 .contit p:nth-child(5){
        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(5){
        width: 120px;
    }
    .talent02-name .h6:nth-child(1){
        width: calc(100% - 120px);
    }
    .talent-page02 .lists {
        padding-top: 0;
    }
}
