.head-page .item:nth-child(7)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(7)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(7)>a span{
    color: #0065BD;
}
.bread{
    background: transparent;
}
.talent_pg01{
    background: url(../images/talent_bg01.png) no-repeat center/cover;
}
.talent_pg01 .texts{
    width: 49.8%;
    background: rgba(255, 255, 255, .4);
    padding: 30px 7.5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
   justify-content: center;
}
.talent_pg01 .texts p{
    margin-bottom: 10px;
}
.talent_pg01 .texts p:last-child{
    margin-bottom: 0;
}
.talent_pg01 .imgs{
    width: 50.2%;
}   
.talent_pg01 .imgs img{
    transition: all .4s;
}
.talent_lists .list{
    width: 21.25%;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(51,51,51,0.21);
    margin-top: 40px;
    margin-right: 5%;
    padding: 30px 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/talent_lists.png) no-repeat center/cover;
}   
.talent_lists .list:nth-child(4n){
    margin-right: 0;
}
.talent_lists .list::before{
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    background: #0065BD;
    position: absolute;
    top: 0;
    left: 28px;
    transition: all .4s;
}
.talent_lists .list::after{
    content: "";
    display: block;
    width: 100%;
    height:100%;
    background: #0065BD;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    transform: translateY(100%);
}
.talent_lists .list .con{
    margin: 12px 0 18px;
    line-height: 1.72;
}
.talent_lists .list .item_tit{
    width: 85px;
}
.talent_lists .list .item_desc{
    width: calc(100% - 85px);
}
.watch_more{
    display: flex;
    align-items: center;
}
.watch_more::after{
    content: "";
    display: block;
    width: 26px;
    height: 12px;
    margin-left: 13px;
    background: url(../images/watch_mores.png) no-repeat center/cover;
    transition: all .4s;
}
.tk{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 114;
    display: none;
}
.tk.active{
    display: flex;
}
.tk .box{
    max-width: 800px;
    background: #FFFFFF;
    padding: 50px 50px 50px 60px;
    box-sizing: border-box;
    position: relative;
    width: 92%;
}
.tk .box::before{
    content: "";
    display: block;
    height: 6px;
    background: #0065BD;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
}
.tk .con {
    margin: 20px 0;
    padding-right: 10px;
    box-sizing: border-box;
    /* max-height: 520px; */
    max-height: 413px;
    overflow-y: auto;
}
.tk .con .con_item{
    margin-top: 20px;
}
.close_btn{
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 113;
}
.close_btn img{
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .talent_pg01 .imgs:hover img{
        transform: scale(1.08);
    }
    .talent_lists .list:hover::after{
        transform: translateY(0);
    }
    .talent_lists .list:hover::before{
        background: #fff;
    }
    .talent_lists .list:hover .tit{
        color: #fff;
    }
    .talent_lists .list:hover .con{
        color: #fff;
    }
    .talent_lists .list:hover .watch_more {
        color: #fff;
    }
    .talent_lists .list:hover .watch_more::after{
        background: url(../images/watch_hmores.png) no-repeat center/cover;
    }
    .close_btn:hover img{
        transform: rotate(360deg);
    }
    .tk .box:hover::before{
        transform: scaleX(0.25);
    }
}
@media only screen and (max-width: 1366px) {
    .talent_pg01 .texts{
        padding: 0 5%;
    }
    .talent_lists .list{
        width: 23.5%;
        margin-right: 2%;
    }
}
@media only screen and (max-width: 1200px) {
    .talent_lists .list{
        padding: 30px 20px
    }
    .talent_lists .list::before{
        left: 18px;
    }
}
@media only screen and (max-width: 1100px) {
    .talent_lists .list{
       width: 32%;
    }
    .talent_lists .list:nth-child(4n){
        margin-right: 2%;
    }
    .talent_lists .list:nth-child(3n){
        margin-right: 0;
    }
    .talent_pg01 .texts {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 960px) {
    .talent_lists .list{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .talent_lists .list{
        margin-top: 30px;
    }
    .talent_pg01 .texts {
        padding: 25px 20px;
        width: 100%;
    }
    .talent_pg01 .imgs {
        width: 100%;
        margin-top: 20px;
    }
    .talent_pg01 .texts p {
        margin-bottom: 5px;
    }
    .talent_lists .list {
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
    }
    .talent_lists .list:nth-child(4n){
        margin-right: 0;
    }
    .tk .box {
        max-width: 100%;
        padding: 35px 20px 30px 20px;
        width: 92%;
    }
    .tk .con {
        margin: 20px 0;
        padding-right: 10px;
        max-height: 220px;
    }
    .close_btn{
        right: 20px;
        top: 20px;
    }
}