.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.talents-color{
    background-color: #ededed;
}
.talents-bg{
    width: 100%;
}
.talents-bg img{
    width: 100%;
}
.talents{
    max-width: 1200px;
    /*height: 500px;*/
    margin: -1.1rem auto 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.talents .talents-list{
  width: 81%;
    margin: 0 auto;
    padding-top: 0.72rem;
    box-sizing: border-box;
}
.talents-list .one{
    width: 100%;
    position: relative;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.8rem;
}
.talents-list .one .title{
    text-align: center;
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 0.32rem;
}
.talents-list .one .text{
    text-align: center;
    font-size: 0.24rem;
    color: #666;
}
.talents-list .red-xian{
    width: 0.45rem;
    height: 2px;
    background-color: #d90909;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.two-main{
    width: 2.35rem;
    height: 0.92rem;
    float: left;
    margin-right: 1.3rem;
    position: relative;
    margin-bottom: 1rem;
}
.talents-list .two{
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}
.talents-list .two .two-main:nth-child(3n){
    margin-right: 0;
}
.two-main .main-left{
    width: 100%;
}
.two-main .main-left .title{
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
}
.two-main .main-left .text{
    font-size: 0.18rem;
    color: #666;

}
.two-main .main-right{
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-family: 'Anton';
    font-size: 0.97rem;
    letter-spacing:0.1rem;
    color: #efefef;
    z-index: -1;
}
.main-pic{
    width: 1.44rem;
    height: 2.2rem;
    margin-bottom: 0;
}
.main-pic img{
    width: 1.44rem;
    height: 2.2rem;
}
.swiper-list{
    width: 100%;
    height: 4.85rem;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
}
.swiper-list .left-red{
    width: 3.18rem;
    height: 4.4rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.swiper-list .left-red img{
    width: 3.18rem;
    height: 4.4rem;
}
.swiper-list .right-yuan{
    width: 4.51rem;
    height: 4.73rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.swiper-list .right-yuan img{
    width: 4.51rem;
    height: 4.73rem;
}
.swiper-list  .swiper-main{
    width: 80%;
    height: 3.25rem;
    margin: 0.6rem 0 0 1.25rem;
}
.swiper-list  .swiper-main .swiper-pagination{
    margin-right: 0.72rem;
    position: relative;
}

.swiper-main .big{
    width: 4.81rem;
    height: 3.25rem;
}
.swiper-main .big .swiper-slide .text{
    width: 100%;
    height: 0.66rem;
    line-height: 0.66rem;
    color: #fff;
    font-size: 0.16rem;
   background: linear-gradient(to top,rgba(0,0,0,0.5), rgba(0,0,0,0));
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.swiper-main .small{
    width: 1.4rem;
   height: 100%;
}
.swiper-main .small .swiper-slide{
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-main .small .swiper-slide-thumb-active{
    border: 3px solid #d90909;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet{
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    margin-bottom: 0.3rem;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet text{
    display: none;
    font-size: 0.18rem;
    color: #fff;
    font-family: 'Anton';
    letter-spacing: 2px;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet .r0{
    display: block;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .r0{
    display: none;
}
.swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .d0{
    display: block;
}
.wiper-pagination-text{
    /*width: 0.218rem;*/
    /*height: 100%;*/
    position: absolute;
    /*top: 1.08rem;*/
    left: 1.2rem;
}
.swiper-pagination-text .pagination-text{
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.3rem;
    /*opacity: 0;*/
    visibility:hidden;

}
.swiper-pagination-text .pagination-text.on{
    visibility:visible;
}