.team-components {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.expert-team-box {
    position: absolute;
    top: 0px;
    transition:all 0s ease 0s;
    left: revert;
    width: 134px;
    height: 200px;
}
.expert-team-box-fixed {
    /* transition:all 1s ease 0s; */
    position: fixed;
    top: 50px !important;
}
.team-wrap {
    margin-left: 154px;
    min-height: 416px;
    background-color: #F4F4F4;
    padding: 31px 21px 22px 24px;
}
.team-type-list {
    padding-left: 21px;
    font-size: 0;
}
.team-type-item {
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #1881CC;
    border-radius: 8px;
}
.team-type-item:first-child {
    margin-left: 0;
}
.team-type-item:hover,
.team-type-item.active {
    background-color: #1881CC;
    transition: background-color 1s;
    cursor: pointer;
    color: #fff;
}
.team-content {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px 56px 10px 57px;
}
/* .team-picture {
    height: 480px;
} */
.pointer{
    cursor: pointer;
}
.team-picture video {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 500px;
}
.team-picture video:focus {
    outline-width: 0px !important; 
}
.team-title-box {
    width: 100%;
    height: 50px;
}
.team-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    top:1px;
}
.team-introduce {
    margin-top: 29px;
    position: relative;
}
.lookinfo>a{
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #1881CB;
    cursor: pointer;
}
.introduce-box-list{
    height: 300px;
    margin-top: 24px;
    background: #F5F5F5;
}
.introduce-box{
    display: inline-block;
    vertical-align: top;
}
.introduce-box-imgs{
    width: 235px;
    height: 300px;
}
.introduce-box-imgs img{
    width: 100%;
    height: 100%;
}
.introduce-box-info{
    word-break:break-all;
    margin: 35px 30px;
    width: 580px;
    height: 230px;
    overflow: hidden;
}
.introduce-box-info>span{
    display: inline-block;
    font-size:26px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-bottom: 30px;
    color:rgba(34,34,34,1);
    line-height:24px;
}
.introduce-box-info::-webkit-scrollbar{
    display: none
}
.title {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 16px;
}
.title:after {
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    content: '';
    display: block;
}
.color-1:after {
    background-color: #67B464;
}
.color-4:after {
    background-color: #E9328D;
}
.introduce-content {
    padding-left: 22px;
    margin-top: 21px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.introduce-contents {
    padding-left: 22px;
    padding-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.color-2:after {
    background-color: #E9328D;
}
.color-3:after {
    background-color: #F69731;
}
.swiper-box {
    position: relative;
    padding: 10px 0 50px 0;
}
.left-arrow {
    position: absolute;
    left: 6px;
    top: 200px;
    width: 50px;
    height: 50px;
    background: url(../images/expert-team/left.png) no-repeat;
    cursor: pointer;
}
.left-arrow:hover {
    background: url(../images/expert-team/left-active.png) no-repeat;
}
.swiper {
    height: 364px;
    overflow: hidden;
}
.right-arrow {
    position: absolute;
    right: 6px;
    top: 200px;
    width: 50px;
    height: 50px;
    background: url(../images/expert-team/right.png) no-repeat;
    cursor: pointer;
}
.right-arrow:hover {
    background: url(../images/expert-team/right-active.png) no-repeat;
}
.user-list {
    font-size: 0;
    margin-bottom: 20px;
}
.user-cell {
    margin-right: 108px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.meng{
    width:140px;
    height: 140px;
    background:rgba(0,0,0,0.5);
    border:1px solid rgba(233,233,233,1);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 140px;
    font-size: 14px;
    opacity: 0;
}
.meng>a{
    color: #fff;
}
.user-cell:hover .meng{
    opacity: 1;
}
.user-cell:hover .user-name{
    color: #1881CC;
}
.user-cell:hover .user-job{
    color: #1881CC;
}
.user-cell:nth-child(4n) {
    margin-right: 0;
}
.user-cell img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.user-name {
    margin-top: 18px;
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 17px;
}
.user-job {
    margin-top: 8px;
    font-size: 12px;
    display: inline-block;
    width: 140px;
    color: #666;
    text-align: center;
}


.expert-box {
    display: block;
    cursor: pointer;
    width: 134px;
    height: 188px;
    background: url(../images/expert-team/expert.png);
}
.expert-box.active,
.expert-box:hover {
    background: url(../images/expert-team/expert-active.png);
}
.team-box {
    display: block;
    cursor: pointer;
    margin-top: 20px;
    width: 134px;
    height: 188px;
    background: url(../images/expert-team/team.png);
}
.team-box.active,
.team-box:hover {
    background: url(../images/expert-team/team-active.png);
}
.team-title.active-0 {
    background: #68B464;
}
.team-title.active-1 {
    background: #1881CC;
}
.team-title.active-2 {
    background: #E9328D;
}
.team-title.active-3 {
    background:#F69731;
}
