/* ----------------------------致辞--------------------------------- */
.speech-banner-box{
    overflow: hidden;
    padding-left: 90px;
}
.speech-banner{
    width: 100%;
    overflow: hidden;
}
.speech-banner img{
    width: 100%;
    object-fit: cover;
}

.speech-title-box{
    overflow: hidden;
    padding-left: 90px;
}
.speech-title{
    width: 100%;
    overflow: hidden;
    padding: 44px 0 10px 0;
}
.speech-title h4{
    font-size: 40px;
    color: #000;
    text-align: center;
}

.speech-message-box{
    overflow: hidden;
    padding: 16px 0 100px 90px;
}
.speech-message{
    width: 1400px;
    margin: 0 auto;
}

.speech-messageL{
    width: 60%;
    float: left;
    overflow: hidden;
}
.speech-messageL p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 40px;
}
.speech-messageL h6{
    width: 100%;
    margin-top: 50px;
}
.speech-messageL h6 span{
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.speech-messageL h6 img{
    display: inline-block;vertical-align: middle;
}

.speech-messageR{
    width: 33%;
    float: right;
    overflow: hidden;
}
.speech-messageR img{
    max-width: 100%;
    object-fit: cover;
}

/* -------------------------人力--------------------------- */

.talents-banner-box{
    overflow: hidden;
    padding-left: 90px;
}
.talents-banner{
    width: 100%;
    overflow: hidden;
}
.talents-banner img{
    width: 100%;
    object-fit: cover;
}

.talents-title-box{
    overflow: hidden;
    padding-left: 90px;
}
.talents-title{
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    padding: 44px 0 10px 0;
}
.talents-title h4{
    font-size: 40px;
    color: #000;
    text-align: center;
}
.talents-title p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 40px;
}

.talents-piclist-box{
    overflow: hidden;
    padding: 36px 0 80px 90px;
}
.talents-piclist{
    width: 1560px;
    margin: 0 auto;
    padding: 0 60px;
    overflow: hidden;
    position: relative;
}
.swiper-talents-prev,
.swiper-talents-next{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}
.swiper-talents-prev{left: 0;}
.swiper-talents-next{right: 0;}

.swiper-talents-prev i,
.swiper-talents-next i{
    width: 22px;
    height: 46px;
    display: block;
    opacity: .6;
}
.swiper-talents-prev:hover i,
.swiper-talents-next:hover i{
    opacity: 1;
}

.swiper-talents-prev i{
    background-image: url('../images/items/itemL.png');
}
.swiper-talents-next i{
    background-image: url('../images/items/itemR.png');
}

.talents-piclist-size{
    width: 100%;
    overflow: hidden;
}
.talents-piclist-pic{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.talents-piclist-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.talents-piclist-size:hover .talents-piclist-pic img{
    transform: scale(1.04);
}

.talents-piclist-words{
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 30px 20px 44px 20px;
}
.talents-piclist-words h4{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.talents-piclist-words p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 16px;
    height: 104px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.talents-icon-box{
    overflow: hidden;
    padding-left: 90px;
}
.talents-icon{
    width: 100%;
    overflow: hidden;
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.talents-icon-words{
    width: 1440px;
    margin: 0 auto;
}
.talents-icon-words ul{display: flex;justify-content: center;flex-wrap: wrap;}
.talents-icon-words ul li{
    width: 48%;
    height: 200px;
    background-color: #fff;
    padding: 30px 60px 0 60px;
}
/* .talents-icon-words ul li:first-child{float: left;}
.talents-icon-words ul li:last-child{float: right;} */

.talents-icon-wordsL{width: 40%;float: left;overflow: hidden;}
.talents-icon-wordsL img{object-fit: cover;width: 130px;height: 130px;transition: all 1s;}

.talents-icon-wordsR{width: 60%;float: left;overflow: hidden;}

.talents-icon-wordsR h4{
    font-size: 32px;
    color: #333;
    margin-top: 24px;
}
.talents-icon-wordsR p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 12px;
}
.talents-icon-words ul li:hover .talents-icon-wordsL img{
    transform: rotateY(180deg);
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .talents-piclist{width: 94%;}
}

@media all and (max-width:1600px) {
    .speech-message{width: 94%;}
    .talents-icon-words{width: 94%;}
    .talents-piclist-pic{height: 190px;}
}

@media all and (max-width:1460px) {
    .talents-piclist-pic{height: 170px;}
}

@media all and (max-width:1380px) {
    .talents-piclist-pic{height: 150px;}
    .talents-icon{padding: 120px 0;}
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {
    .talents-icon-wordsL{width: 50%;}
    .talents-icon-wordsR{width: 50%;}
    .talents-icon-words ul li {
        padding: 30px 44px 0 44px;
    }
    .talents-piclist-pic {
        height: 120px;
    }
    .talents-title{width: 94%;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .speech-banner-box{padding-left: 0;}
    .speech-title-box{padding-left: 0;}
    .speech-title h4{font-size: 32px;}
    .speech-title{
        padding: 32px 0 10px 0;
    }
    .speech-message-box {
        padding: 0 0 44px 0px;
    }
    .speech-messageL{width: 100%;}
    .speech-messageR{width: 100%;margin-top: 32px;}
    .speech-messageL p{margin-top: 20px;}

    .talents-banner-box{
        padding-left: 0;
    }
    .talents-title-box{padding-left: 0;}
    .talents-title h4{font-size: 32px;}
    .talents-title {
        padding: 32px 0 10px 0;
    }
    .talents-title p{margin-top: 20px;}
    .talents-piclist-box {
        overflow: hidden;
        padding: 32px 0 44px 0;
    }
    .talents-piclist {
        padding: 0 30px;
    }
    .talents-piclist-pic{height: 190px;}
    .talents-icon-box{padding-left: 0;}
    .talents-icon{padding: 44px 0;}
    .talents-icon-words ul li{width: 100%;padding: 20px 18px 0 18px;height: 172px;}
    .talents-icon-words ul li:last-child{margin-top: 20px;}
    .talents-icon-wordsR h4{font-size: 26px;margin-top: 28px;}
    .talents-icon-wordsL img{width: 120px;height: 120px;}
}



