.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.main .container {
    width: 1400px;
}

.talent-main {
    display: flex;
    display: -webkit-flex; /* Safari */
    margin-top: 30px;
}
.talent-main .title-ul {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
    height: 50px;
    line-height: 50px;
    color:#fff;
}
.talent-main .title-ul li{
    float: left;
    width: 15%;
    text-align: center;
}
.talent-main .title-ul li:nth-child(1){
    width: 20%;
}
.talent-main .title-ul li:nth-last-child(1){
    width: 20%;
}

.talent-main-bottom ul {
    width: 100%;
 
    height: 70px;
    line-height: 70px;
    color:#959595;
    transition: all 0.6s;
}

.talent-main-bottom ul li {
    float: left;
    width: 15%;
    text-align: center;
    height: 70px;

}
.talent-main-bottom  ul li:nth-child(1){
    width: 20%;
}
.talent-main-bottom ul li:nth-last-child(1){
    
    width: 20%;
    position: relative;
   
}
.talent-main-bottom ul.ustyle {
    background-color: #f1f1f1;
    color: #000;

}
.talent-main-bottom ul li:nth-last-child(1) span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon/xiajiantou.png);
    background-size: 100%;
    position: absolute;
   left: 50%;
   transform:translate(-50%,-50%) rotate(-90deg);
   opacity: 0.5;
   top: 50%;
   transition: all 0.6s;
   
}
.talent-main-bottom ul li:nth-last-child(1) span.iconadd {
    transform:translate(-50%,-50%) rotate(0deg);
    opacity: 1;
}
.switch-main {
    display: none;
    padding-left: 100px;
    background-color: #fafafa;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.switch-main h4 {
    margin-top: 20px;
    border-left: 2px solid #0080ca;
    text-indent: 1em;
    font-weight: 400;
    font-size: 16px;
    
}
.switch-main p {
    margin-top: 10px;
    font-size: 14px;
    color: #959595;
    
}
.switch-main a {
    position: absolute;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #0080ca;
    bottom: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

@media screen and (max-width: 1450px) {
    .main .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1250px) {
    .main .container {
        width: 1000px;
    }
}

@media screen and (max-width: 1050px) {
    .main {
        background-image: inherit;
        padding-top: 20px;
    }

    .main .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        background-color: #ffffff;
    }
}

@media screen and (max-width: 800px) {
    .main .tabs ul {
        display: block;
    }
    .talent-main .title-ul li {
        font-size: 12px;
    }
    .talent-main-bottom ul li {
        font-size: 12px;
        overflow: hidden;
    }
    .talent-main-bottom ul li:nth-last-child(1) span {  
        width: 20px;
        height: 20px;
    }
    .main .switch-main {
       padding-left: 0;
    }
    .switch-main a {
        font-size: 12px;
        width: 100px;
        line-height: 30px;
        height: 30px;
    }
}