/*专业导师*/
.experts {
    min-width: 1280px;
    margin: 0 auto 0;
    height: 570px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}
.experts .main .title {
    padding-top: 37px;
}
.experts .main .title .img-left {
    width: 90px;
    height: 17px;
    margin-right: 20px;
    margin-bottom: 14px;
}
.experts .main .title .img-right {
    width: 90px;
    height: 17px;
    margin-left: 20px;
    margin-bottom: 14px;
}
.experts .title span {
    width: 227px;
    height: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
}
.experts .main{
    width: 1280px;
    margin:0 auto 0;
}


.experts .main .tab_cont {
    display: flex;
    background: white;
    padding-top: 20px;
}

.experts .main .tab_cont .item {
    position: relative;
}

.experts .main .item_b {
    width: 227px;
    margin: 20px 13.5px;
    border: 1px solid #ddd;
    text-align: center;
}

.experts .main .item_b .people {
    height: 216px;
    overflow: hidden;
}

.experts .main .item_b .adviser-desc {
    height: 85px;

    border-top: none;
    text-align: left;
    padding: 6px 0 6px 18px;
}

.experts .main .item_b .adviser-desc .name {
    height: 17px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
}

.experts .main .item_b .adviser-desc .name img {
    margin: 0 0 0 4px;
}

.experts .main .item_b .adviser-desc .name .a {
    padding-top: 3px;
    color: #333;
}

.experts .main .item_b .year {
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 12px;
    color: #666666;
}

.experts .main .item_b .skill {
    height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 13px;
    color: #999999;
}

.experts .main .layer {
    position: absolute;
    width: 228px;
    height: 314px;
    top: 0;
    margin: 20px 13.5px;
    background: #3f8eff;
    opacity: 0.9;
    display: none;
}

.experts .main .cricle {
    width: 120px;
    height: 120px;
    border: 1px solid white;
    border-radius: 100%;
    margin: 30px auto 10px;
    text-align: center;
}

.experts .main .cricle div {
    margin-top: 40px;
    color: white;
    font-size: 18px
}

.experts .main .cricle p {
    font-size: 14px;
}

.experts .main .txt {
    text-align: center;
    font-size: 16px;
    color: white;
}

.experts .main .button {
    width: 120px;
    height: 36px;
    font-size: 14px;
    background: white;
    margin: 25px auto;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    color: #3f8eff;
    cursor: pointer;
}

.experts .main .en {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 25px;
}

.experts .main .item:hover .layer {
    display: block;
}
.experts .main  .consult a{
    width: 320px ;
    height: 42px ;
    margin-top: 20px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #3f8eff;
    line-height: 42px;
    border-radius: 5px;
    border: solid 1px #3f8eff;
}
.experts .main  .consult a:hover{
    background-color: #3f8eff;
    color: #ffffff;
}