.footer{
    margin-top: 40px;
}


.banner{
    width: 100%;
}
.info{

    width: 100%;

}
.info .center{
    box-sizing: border-box;
    padding: 4% 0 2%;
    background: url("http://images.asthmasystem.com/web_system_img/www_67137777_com/expert_team_details_03.png")no-repeat;
    background-size:cover;
    position: relative;
}

.info .center .en_name{
    width: 100%;
    font-size: 20px;
    padding-left: 5%;
}

.info .center .cn_name{
    width: 100%;
    margin-top: 1%;
    font-size: 24px;
    color: #dcad5b;
    padding-left: 5%;
}
.info .center .cn_name span{
    color: #141414;
    font-size: 16px;
}
.info .center .honor{
    width: 100%;
    margin-top: 3%;
    padding-left: 5%;
    min-height: 174px;
}
.info .center .honor .item{
    width: 100%;
    box-sizing: border-box;
    padding-left: 21px;
    position: relative;
    font-size: 14px;
    margin-top: 1%;
}
.info .center .honor .item:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #dcad5b;
    border-radius: 50%;
}
.info .center .be_good{
    width: 100%;
    padding: 2% 48%  2% 9%;
    background: #dcaa5a;
    margin-top: 3%;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    line-height: 26px;

}
.info .center .be_good:before{
    content: url("http://images.asthmasystem.com/web_system_img/www_67137777_com/expert_team_details_03_03.png");
    position: absolute;
    top: 32%;
    left: 5%;

}
.info .center .be_good span{
    color: #5d3900;
}
.info .center .en_name_position{
    width: 100%;
    font-size: 130px;
    position: absolute;
    top: 8%;
    left: 0;
    /*transform: rotate(-15deg);*/
    text-align: center;
    color: #eeeeee;
}

.info .center .doctor_img{
    width: 23%;
    position: absolute;
    right: 20%;
    bottom: 0;
}
.info .center .doctor_img img{
    width: 100%;
}



.introduction{
    width: 100%;
    margin-top: 2%;
}
.introduction .title{
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.introduction .division{
    width: 50px;
    margin: 0.5% auto 0;
    height: 2px;
    background: #808080;
}
.introduction .en_title{
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 0.5%;
}
.introduction .min{
    width: 100%;
    margin-top: 2%;
    text-indent: 2rem;
    font-size: 14px;
    line-height: 26px;
}




.winning_honor{
    width: 100%;
    margin-top: 2%;
}
.winning_honor .title{
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.winning_honor .division{
    width: 50px;
    margin: 0.5% auto 0;
    height: 2px;
    background: #808080;
}
.winning_honor .en_title{
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 0.5%;
}
.winning_honor .min{
    width: 100%;
    margin-top: 2%;
    text-indent: 2rem;
    font-size: 14px;
    line-height: 26px;
}




