﻿@charset "utf-8";
.head-page .item:nth-child(6) >a::after {
    transform: scale(1);
}
.talent-page01{
    height: 894px;
}
.talent-page01 .item-l{
    width: 53.6%;
    height: 100%;
}
.talent-page01 .item-l .list {
    height: 50%;
    box-sizing: border-box;
}
.talent-page01 .item-r{
    width: 46.4%;
    height: 100%;
}
.talent-page01 .texts{
    position: relative;
}
.talent-page01 .tit{
    font-weight: bold;
}
.talent-page01 .con{
    line-height: 2.15;
    margin-top: 15px;
}
.talent-page01 .item-l .list:nth-child(1){
    padding: 86px;                     
}
.talent-page01 .item-l .list:nth-child(1) .tit{
    color: #0080CC;
}
.talent-page01 .item-l .list:nth-child(1) .con{
    color: #555555;
}
.talent-page01 .item-l .list:nth-child(2){
    padding: 145px  86px;
}
.talent-page01 .item-l .list:nth-child(2) .tit{
    color: #FFFFFF;
}
.talent-page01 .item-l .list:nth-child(2) .con{
    color: #FFFFFF;
}
.talent-page01 .item-r{
    padding: 86px 6% 86px 8%;
    box-sizing: border-box;
}
.talent-page01 .item-r .tit{
    color: #FFFFFF;
}
.talent-page01 .item-r .con{
    color: #FFFFFF;
    margin-top: 30px;
}
.talent-page01 .item-r .tit span{
    font-weight: initial;
}
.talent02-name{
    padding: 0 36px 14px 21px;
    box-sizing: border-box;
    border-bottom: 3px solid #0080cc;
    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 {
    margin-bottom: 2px;
}
.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: #0080cc;
}
.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 (max-width:1200px) {
    .talent-page01 .item-l .list:nth-child(1) {
        padding: 50px 40px 50px;
    }
    .talent-page01 .item-l .list:nth-child(2) {
        padding: 50px 40px 50px;
    }
    .talent-page01 .item-r {
        padding: 50px 6% 40px;
        box-sizing: border-box;
    }
}
@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{
        height: auto;
    }
    .talent-page01 .item-l {
        width: 100%;
        height: auto;
    }
    .talent-page01 img{
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .talent-page01 .item-l .list:nth-child(1) {
        padding: 0;
    }
    .talent-page01 .item-l .list:nth-child(2) {
        padding: 30px 0;
    }
    .talent-page01 .item-r{
        width: 100%;
    }
    .talent-page01 .item-r {
        padding: 0;
    }
    .talent-page01 .item-l .list:nth-child(2) .con{
        color: #555555;
    }
    .talent-page01 .item-r .con{
        color: #555555;
        margin-top: 10px;
    }
    .talent-page01 .item-l .list:nth-child(2) .tit{
        color: #0080CC;
    }
    .talent-page01 .item-r .tit{
        color: #0080CC;
    }
    .talent-page01 .texts{
        margin-top: 25px;
    }
    .talent-page01 .item-r .tit{
        line-height: 1.875;
    }

    .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: 25px;
    }
    .talent-page02 .hidd .text {
        margin-bottom: 15px;
    }
   
}
.lists-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
