.header .talent_item .nav-yi{
    color: #C51C1F;
}
.header .talent_item .nav-yi:after {
    transform: scale(1);
    opacity: 1;
}
.talent_pg01 .nav .item{
    width: 30%;
    position: relative;
    cursor: pointer;
}
.select-menu-ul {
    opacity: 0;
    display: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1;
}
.talent_pg01 .item input {
    border: 0;
    height: 29px;
    user-select: none;
    font-size: 16px;
    color: #333333;
    outline: none;
    width: 90%;
}
.talent_pg01 .item:last-child{
    cursor: auto;
}
.select-menu-ul li {
    padding: 20px 24px;
    box-sizing: border-box;
    font-size: 15px;
}
.select-menu-ul li:hover {
    background: #f2f2f2;
}
.talent_pg01 .item_tit {
    position: relative;
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    box-sizing: border-box
}
.talent_pg01 .item_tit i {
    width: 17px;
    height: 12px;
    background: url(../img/item_tit.png) no-repeat center/cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.talent_pg01 .select-menu-i {
    transform: rotate(180deg);
}
.talent_pg01 .select-this {
    background: #C51C1F;
    color: #fff;
}
.talent_pg01 .select-this:hover {
    background: #C51C1F !important;
    color: #fff;
}
.talent_pg01 .search_btns{
    content: "";
    display: block;
    width: 17px;
    height: 18px;
    background: url(../img/search_btns.png) no-repeat center/cover;
    cursor: pointer;
}
.resources_pr02 .img {
    width: 45.92%;
}
.resources_pr02 .img img{
    transition: all .4s;
}
.resources_pr02 .texts {
    width: 50%;
}
.resources_pr02 .texts .con {
    max-height: 384px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.resources_pr02 .texts .con p{
    margin-bottom: 24px;
}
.resources_pr02 .texts .con p:last-child{
    margin-bottom: 0;
}
.talent_pg01 .nav {
    margin: 45px 0 25px;
}
.title_name {
    height: 80px;
    background: linear-gradient(90deg, #C51C1F 0%, #E93A3A 46%, #F56565 100%);
    padding: 0 10px 0 40px;
    box-sizing: border-box;
}
.title_name .tit_name {
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
    width: 16%;
    color: #fff;
}

.contit_tit .contit {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    height: 80px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
}

.contit_tit .contit p {
    color: #333;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_name .tit_name,
.talent_pg01 .contit p {
    width: 17%;
}

.title_name .tit_name:nth-child(1),
.talent_pg01 .contit p:nth-child(1) {
    width: 21%;
}
.title_name .tit_name:nth-child(4),
.talent_pg01 .contit p:nth-child(4) {
    width: 21%;
}
.title_name .tit_name:nth-child(6),
.talent_pg01 .contit p:nth-child(6) {
    width: 5%;
    padding: 0 5px;
}
.contit_tit .contit_next {
    display: flex;
    align-items: center;
}
.contit_tit .contit_next::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/talent02-Pnext.svg) no-repeat center/cover;
    transition: all .4s;
}

.contit_tit.active .contit_next::after {
    transform: rotate(270deg);
}
.talent_pg01 .hidd {
    padding: 40px 55px;
    box-sizing: border-box;
    display: none;
    background: #F3F3F3;
}
.send_btn {
    width: 148px;
    height: 48px;
    background: #C51C1F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: 30px;
    transition: all .3s;
}

@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 #C51C1F;
        color: #C51C1F;
    }
    .send_btn:hover {
        background: #ffffff;
        color: #C51C1F;
        border: 1px solid #C51C1F;
    }
    .resources_pr02 .img:hover img {
        transform: scale(1.08);
    }
}
@media only screen and (max-width:1366px) {
    .talent_pg01 .nav .item{
        width: 32%;
    }
    .resources_pr02 .texts .con {
        max-height: 276px;
    }
}
@media only screen and (max-width:1280px) {
    .talent_pg01 .item input{
        font-size: 15px;
    }
    .contit_tit .contit{
        padding: 0 10px 0 20px;
    }
    .title_name{
        padding: 0 10px 0 20px;
    }
    .talent_pg01 .hidd {
        padding: 40px 35px;
    }
    .resources_pr02 .texts .con {
        max-height: 252px;
    }
}
@media only screen and (max-width:1200px) {
    .resources_pr02 .lists{
        padding:  0;
    }
}

@media only screen and (max-width: 1024px) {
    .resources_pr02 .texts .con{
        max-height: 198px;
    }
    .title_name .tit_name:nth-child(3),.title_name .tit_name:nth-child(4) {
        display: none;
    }
    .talent_pg01 .contit p:nth-child(3),.talent_pg01 .contit p:nth-child(4){
        display: none;
    }
    .title_name .tit_name:nth-child(1), .talent_pg01 .contit p:nth-child(1){
        width: 35%;
    }
    .title_name .tit_name:nth-child(2), .talent_pg01 .contit p:nth-child(2){
        width: 28%;
    }
    .title_name .tit_name:nth-child(5), .talent_pg01 .contit p:nth-child(5){
        width: 30%;
    }
    .title_name .tit_name:nth-child(6), .talent_pg01 .contit p:nth-child(6){
        width: 7%;
    }
}
@media only screen and (max-width:960px) {
    .talent_pg01 .item_tit{
        height: 60px;
    }
    .title_name{
        height: 60px;
    }
    .contit_tit .contit{
        height: 60px;
    }
}

@media only screen and (max-width:768px) {
    .talent_pg01 .nav .item:nth-child(1),.talent_pg01 .nav .item:nth-child(2){
        display: none;
    }
    .talent_pg01 .nav .item{
        width: 100%;
    }
    .contit_tit .contit {
       height: 48px;
    }
    .title_name .tit_name:nth-child(1), .talent_pg01 .contit p:nth-child(1){
        width: 80%;
        text-align: left;
        padding: 0;
    }
    .title_name .tit_name:nth-child(2), .talent_pg01 .contit p:nth-child(2){
        display: none;
    }
    .title_name .tit_name:nth-child(6), .talent_pg01 .contit p:nth-child(6){
        width: 20%;
        display: flex;
        justify-content: center;
    }
    .title_name .tit_name:nth-child(5), .talent_pg01 .contit p:nth-child(5){
        display: none;
    }
    .talent_pg01 .nav {
        margin: 25px 0 15px;
    }
    .talent_pg01 .item_tit {
        height: 50px;
        padding: 0 20px;
        border-radius: 5px;
    }
    .title_name {
        height: 48px;
    }
    .talent_pg01 .hidd {
        padding: 25px 20px 30px;
    }
    .talent_pg01 .lists {
        padding-top: 15px;
        margin-top: 0;
    }
    .talent_pg01 .hidd .text {
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
    }
    .talent_pg01 .hidd .text p {
        line-height: 1.72;
    }
    .contit_tit .contit_next::after{
        width: 16px;
        height: 16px;
    }
    .talent-page01 .texts {
        padding: 20px 15px;
    }
    .resources_pr02 .img {
        width: 100%;
    }
    .resources_pr02 .texts{
        width: 100%;
        margin-top: 20px;
    }
    .resources_pr02 .texts .con {
        max-height: 78px;
        margin-top: 10px;
    }
    .send_btn {
        width: 105px;
        height: 36px;
        margin: 20px auto 0;
    }
}