.head-page .item:nth-child(5)>a span {
    color: #D00000;
}
.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: #D00000;
    color: #fff;
}
.talent_pg01 .select-this:hover {
    background: #D00000 !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_pr01 .con {
    margin-top: 20px;
}
.resources_pr01 .con p {
    max-width: 1131px;
    margin: 0 auto;
}
.resources_pr02 .lists {
    padding: 0 11%;
    box-sizing: border-box;
}
.resources_pr02 .list {
    margin-bottom: 40px;
}
.resources_pr02 .list:last-child {
    margin-bottom: 0;
}
.resources_pr02 .list:nth-child(2n) {
    flex-direction: row-reverse;
}
.resources_pr02 .img {
    width: 46.65%;
    height: 390px;
}
.resources_pr02 .texts {
    width: 47%;
}
.resources_pr02 .texts .con {
    margin-top: 16px;
    max-height: 248px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}



.talent_pg01 .nav {
    margin: 45px 0 25px;
}
.title_name {
    height: 80px;
    background: linear-gradient(90deg, #D81919 0%, #E93A3A 46%, #F06A6A 100%);
}
.title_name .tit_name {
    text-align: center;
    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;
}
.contit_tit .contit p {
    color: #666666;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
}
.contit_tit .hidd-con .dec_h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 20px;
}
.title_name .tit_name,
.talent_pg01 .contit p {
    width: 16%;
}
.title_name .tit_name:nth-child(1),
.talent_pg01 .contit p:nth-child(1) {
    width: 24%;
}
.title_name .tit_name:nth-child(6),
.talent_pg01 .contit p:nth-child(6) {
    width: 12%;
}
.title_name .tit_name:nth-child(6){
    opacity: 0;
}
.contit_tit .contit_next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contit_tit .contit_next::after {
    content: "";
    display: block;
    width: 19px;
    height: 12px;
    background: url(../img/talent02-Pnext.png) no-repeat center/cover;
    transition: all .4s;
    transform: rotate(-90deg);
}
.contit_tit.active .contit_next::after {
    transform: rotate(0);
}
.talent_pg01 .hidd {
    padding: 40px 48px;
    box-sizing: border-box;
    display: none;
    background: #F3F3F3;
}
.send_btn {
    width: 148px;
    height: 48px;
    background: #D00000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: 30px;
    border-radius: 5px;
    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 #D00000;
        color: #D00000;
    }
    .send_btn:hover {
        background: #ffffff;
        color: #D00000;
        border: 1px solid #D00000;
    }
    .resources_pr02 .img:hover img {
        height: 110%;
    }
}
@media only screen and (max-width:1400px) {
    .resources_pr02 .lists{
        padding:  0 8%;
    }
}
@media only screen and (max-width:1366px) {
    .talent_pg01 .nav .item{
        width: 32%;
    }
}
@media only screen and (max-width:1280px) {
    .resources_pr02 .lists{
        padding:  0 5%;
    }
    .talent_pg01 .item input{
        font-size: 15px;
    }
   
}
@media only screen and (max-width:1200px) {
    .resources_pr02 .lists{
        padding:  0;
    }
}

@media only screen and (max-width: 1024px) {
    .resources_pr02 .img{
        height: 318px;
    }
    .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: 28%;
    }
    .title_name .tit_name:nth-child(2), .talent_pg01 .contit p:nth-child(2){
        width: 24%;
    }
    .title_name .tit_name:nth-child(5), .talent_pg01 .contit p:nth-child(5){
        width: 28%;
    }
    .title_name .tit_name:nth-child(6), .talent_pg01 .contit p:nth-child(6){
        width: 20%;
    }
    
}
@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: 70%;
        text-align: left;
    }
    .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: 30%;
    }
    .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: 9px;
    }
    .talent-page01 .texts {
        padding: 20px 15px;
    }

    .resources_pr02 .img {
        height: auto;
        width: 100%;
    }
    .resources_pr02 .bg_img {
        position: initial;
        height: auto;
        max-width: 100%;
        transform: translate(0);
    }
    .resources_pr02 .texts{
        width: 100%;
        margin-top: 20px;
    }
    .resources_pr02 .texts .con {
        max-height: 83px;
        margin-top: 10px;
    }
    .resources_pr02 .list {
        margin-bottom: 25px;
    }
    .send_btn {
        width: 128px;
        height: 44px;
        margin-top: 20px;
    }
   
}