@charset "utf-8";


.head-page .item:nth-child(6)>a span{
    color: #009DE0;
}
.head-page .item:nth-child(6)>a::after{
    background: url(../img/head-hnext.png) no-repeat center/cover;
}
.talent-page01 .list {
    width: 47.99%;
    background: #F6F6F6;
}
.talent-page01 .texts {
    padding: 25px 20px 48px;
    box-sizing: border-box;
}


.talent-page01 .line {
    width: 18px;
    height: 1px;
    background: #009DE0;
    margin: 15px 0 14px;
}
.talent-page01 .con {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
}
.talent02-name {
    padding: 0 36px 8px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #009DE0;
    margin-bottom: 5px;
}
.talent02-name .fc33 {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
}
.talent02-name .fc33:nth-child(1) {
    width: 24%;
}
.talent02-name .fc33:nth-child(2) {
    width: 20%;
}
.talent02-name .fc33:nth-child(3) {
    width: 19%;
}
.talent02-name .fc33:nth-child(4) {
    width: 16%;
}
.talent02-name .fc33:nth-child(5) {
    width: 20%;
}
.talent02-con {
    margin-bottom: 2px;
}
.talent02-con .contit {
    display: flex;
    background: #F6F6F6;
    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: #009DE0;
}
.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: #666666;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}
.talent-page02 .contit p:nth-child(1) {
    width: 24%;
}
.talent-page02 .contit p:nth-child(2) {
    width: 20%;
}
.talent-page02 .contit p:nth-child(3) {
    width: 19%;
}
.talent-page02 .contit p:nth-child(4) {
    width: 16%;
}
.talent-page02 .contit p:nth-child(5) {
    width: 20%;
}
.talent-page02 .hidd {
    padding: 36px 0;
    box-sizing: border-box;
    display: none;
}
.talent-page02 .hidd .text {
    width: 46.5%;
    padding: 0 15px;
    box-sizing: border-box;

}
.talent-page02 .hidd .text p {
    color: #5E5E5E;
    line-height: 2.25;
}
.talent-page02 .hidd-con {
    align-items: flex-start;
}
.tanlent-btn {
    width: 128px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009DE0;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .3s;
}
.tanlent-btn:hover {
    background: #ffffff;
    color: #009DE0;
    border: 1px solid #009DE0;
}


@media only screen and (min-width:960px) {
    .talent-page01 .list .img:hover img {
        transform: scale(1.08);
    }

    .icon-box:hover .icon .h-img {
        opacity: 1;
    }

    .icon-box:hover .icon .p-img {
        opacity: 0;

    }

    .icon-box:hover .icon-text {
        border: 1px solid #009DE0;
        color: #009DE0;
    }
}

@media only screen and (max-width:1200px) {
    .talent-page01 .con{
        max-height: 71px;
    }
    .talent-page01 .texts{
        padding: 25px 20px;
    }
    .talent-page02 .contit p:nth-child(1){
        width: 25%;
    }
    .talent02-name .fc33:nth-child(1){
        width: 25%;
    }
}
@media only screen and (max-width: 1024px) {
    .talent02-name .fc33:nth-child(5){
        width: 20%;
    }
    .talent02-name .fc33:nth-child(3){
        display: none;
    }
    .talent-page02 .contit p:nth-child(3){
        display: none;
    }
    .talent-page02 .contit p:nth-child(1){
        width: 36%;
    }
    .talent02-name .fc33:nth-child(1){
        width: 36%;
    }
    .talent02-name .fc33:nth-child(2){
        width: 25%;
    }
    .talent-page02 .contit p:nth-child(2){
        width: 25%;
    }
}

@media only screen and (max-width:960px) {

    .talent-page01 .texts{
        padding: 25px 20px;
    }
  
}
@media only screen and (max-width:768px) {
    .talent-page01 .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .talent-page01 .list:last-child {
        margin-bottom: 0;
    }

    .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 .fc33:nth-child(5) {
        width: 120px;
        display: none;
    }
    .talent-page02 .contit p:nth-child(5){
        display: none;
    }

    .talent-page02 .contit p:nth-child(4){
        display: none;
    }
    .talent02-name .fc33:nth-child(4){
        display: none;
    }
    .talent02-name .fc33:nth-child(2){
        width: 35%;
    }
    .talent02-name .fc33:nth-child(1){
        width: 65%;
    }
    .talent-page02 .contit p:nth-child(2){
        width: 35%;
    }
    .talent-page02 .contit p:nth-child(1){
        width: 65%;
        text-align: left;
    }
    .talent-page02 .contit p{
        padding: 10px 5px;
    }
    .talent-page02 .lists {
        padding-top: 15px;
        margin-top: 0;
    }

    .talent-page02 .hidd .text {
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
    .talent-page02 .hidd{
        padding: 10px 15px 0;
    }
    .talent-page02 .hidd .text p{
        line-height: 1.875;
    }
    .talent-page01 .texts{
        padding: 20px 15px;
    }
    .talent02-name .fc33{
        padding: 0 5px;
    }
}