body{
    background: #f6f6f6;
}
.content{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
    color:#999;
    position: relative;
    background-color: #fff;
}
.daohang{
    position: fixed;
    top:126px;
    right:10px;
    font-size:14px;
}
.daohang ul{
    border-left:1px solid #eaeaea;
    padding:10px;
}
.daohang ul li{
    padding:2px 5px;
    margin:5px 0;
    background: #4E7196;
}
.daohang ul p img{
    display: block;
    margin:0 auto;
}
.daohang ul li.active{
    background: #e9776b;
}
.daohang ul li a{
    color:#fff;
}
.info{
    box-sizing: border-box;
    padding:20px;
}
.info1{
    width:130px;
    text-align: center;
    float:left;
}
/*4.23*/
.info1 img{
    display: block;
    border:5px solid #fff;
    width:120px;
    height:120px;
    border-radius: 130px;
    -moz-box-shadow:0px 0px 10px #999; -webkit-box-shadow:0px 0px 10px #999; box-shadow:0px 0px 10px #999;
}
.info1 a.yuyue{
    display: inline-block;
    width:130px;
    background: #e9776b;
    color:#fff;
    font-size: 14px;
    line-height: 34px;
    border-radius: 5px;
    margin-top:20px;
    box-sizing: border-box;
    padding-left:25px;
    position: relative;
}
.info1 a.yuyue i {
    width:20px;
    height:20px;
    background: url(../images/newimgs/xx.png) no-repeat;
    display: inline-block;
    position: absolute;
    left:25px;
    top:7px;
}
.info2{
    width:280px;
    float:left;
    text-align: left;
    margin-left: 40px;
}
.info2 p{
    padding-top:5px;
    margin: 0; 
}
.info2 p.name-tel-p{
    padding:10px 0 5px;
}
.info2 p.name-tel-p .name{
    font-size: 24px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.info2 p.name-tel-p .tel{
    font-size: 16px;
    font-weight: bold;
    padding-left:30px;
    display: block;
    padding-top: 10px;
    position: relative;
}
.info2 p.name-tel-p .tel i{
    position:absolute;
    display: inline-block;
    width:26px;
    height:18px;
    background: url(../images/newimgs/_18.png) no-repeat;
    left:0px;
    bottom:5px;
}
.info2 .person-tips li{
    float:left;
    margin-top:8px;
    margin-right:8px;
    padding:3px 12px;
    border:1px solid #eaeaea;
    border-radius: 10px;
}
.info3{
    width:450px;
    box-sizing: border-box;
    float:right;
    margin-top: 30px;

}
.info3 .person-data li{
    width:170px;
    /*height:50px;*/
    float:left;
    border:1px solid #4E7196;
    margin:0 20px 30px;
    position: relative;
}
.info3 .person-data li>i{
    position: absolute;
    display: inline-block;
    width:40px;
    height:40px;
    top:5px;
    left:-30px;
}
.info3 .person-data li>i.xiangmu{
    background: url(../images/newimgs/_11.png) no-repeat;
    background-size: 40px 40px;
}
.info3 .person-data li>i.renshu{
    background: url(../images/newimgs/_99.png) no-repeat;
    background-size: 40px 40px;
}
.info3 .person-data li>i.manyidu{
    background: url(../images/newimgs/_72.png) no-repeat;
    background-size: 40px 40px;
}
.info3 .person-data li>i.guimo{
    background: url(../images/newimgs/_33.png) no-repeat;
    background-size: 40px 40px;
}
.info3 .person-data li span{
    display: inline-block;
    text-align: center;
}
.info3 .person-data li span.num{
    line-height: 50px;
    width:130px;
    color:#e9776b;
}
.info3 .person-data li span.num i{
    font-size: 24px;
}
.info3 .person-data li span.type{
    line-height: 28px;
    background-color: #4E7196;
    color:#fff;
    width:40px;
    float:right;
}

/*执业信息*/
.lvshixinxi{
    margin:20px 0;
}
.lvshixinxi ul.title-ul li{
    display: inline-block;
    padding:8px 20px;
    background: #4E7196;
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lvshixinxi .lvshi-content{
    border-top:1px solid #4E7196;
    min-height:200px;
    width:100%;
    background: #fff;
}
.zhiyexinxi-ul-left,.zhiyexinxi-ul-right{
    width:50%;
    display: inline-block;
    box-sizing: border-box;
    float:left;
    padding:40px 0;
}
.span-left{
    width:40%;
    display: inline-block;
    text-align: right;
    padding:5px 0;
    font-weight: 800;
    color:#888;
}
.span-right{
    width:60%;
    display: inline-block;
    text-align: left;
    padding:5px 0;
    float:right;
}

.table{
    padding:40px 40px 60px 40px;
    box-sizing: border-box;
}
.table table{
    width:100%;
    border-collapse:collapse;
    table-layout: fixed;
}
.table table th{
    background: #8da3b8;
    color:#fff;
}
.table table th,.table table td{
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table table tr{
    border-bottom:1px dashed #eaeaea;
}
.table .detail{
    display: block;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 20px;
    margin:0 auto;
    background: url(../images/newimgs/fdj.png) no-repeat;
    background-color: #2782d9;
    background-position: 2px 2px;
}
.table table .status{
    display: block;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 20px;
    margin:0 auto;
}
.table table .type,.table table .xinxi-type{
    display: block;
    text-align: center;
    width:20px;
    height:20px;
    margin:0 auto;
}
.table table .status-blue{
    background: url(../images/newimgs/snh.png) no-repeat;
    background-color: #2782d9;
    background-position: 2px 3px;
}
.table table .status-green{
    background: url(../images/newimgs/g.png) no-repeat;
    background-color: #92d14f;
    background-position: 2px 3px;
}
.table table .type1{
    background: url(../images/newimgs/_111.png) no-repeat;
    background-position: 0px 0px;
    background-size: 20px 16px;
}
.table table .type2{
    background: url(../images/newimgs/_84.png) no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px;
}
.table table .type3{
    background: url(../images/newimgs/_34.png) no-repeat;
    background-position: 0px 0px;
    background-size: 18px 20px;
}
.table table .xinxi-type1{
    background: url(../images/newimgs/z1.png) no-repeat;
    background-position: 0px 0px;
    background-size: 18px 20px;
}
.table table .xinxi-type2{
    background: url(../newimgs/z4.png) no-repeat;
    background-position: 0px 0px;
    background-size: 18px 20px;
}


.table table .htjf-btn{
    border:2px solid #eaeaea;
    padding:3px 12px;
    border-radius: 10px;
}
.ditu{
    display: inline-block;
    width:600px;
    height:300px;
    margin:20px;
}
.jigou-info{
   /*  width:300px; */
    /* height:300px; */
    /* float:right; */
    margin:20px;
}
.jigou-info p{
    padding-top:5px;
}
.jigou-info p.name-tel-p{
    padding:10px 0 5px;
}
.jigou-info p.name-tel-p .name{
    font-size: 24px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.jigou-info p.name-tel-p .tel{
    font-size: 16px;
    font-weight: bold;
    padding-left:30px;
    display: block;
    padding-top: 10px;
    position: relative;
}
.jigou-info p.name-tel-p .tel i{
    position:absolute;
    display: inline-block;
    width:26px;
    height:18px;
    background: url(../images/newimgs/_18.png) no-repeat;
    left:0px;
    bottom:5px;
}
.jigou-info a{
    display: inline-block;
    margin-top:10px;
}


.color4E7196{
    color:#4E7196;
}
.color000{
    color:#000;
}

.info1 a.grey-btn{
    display: inline-block;
    width: 130px;
    background: #adbbc9;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    cursor: not-allowed;
}

.info1 a.grey-btn i {
    width:20px;
    height:20px;
    background: url(../images/newimgs/xx.png) no-repeat;
    display: inline-block;
    position: absolute;
    left:25px;
    top:7px;
}

.scroll{
	overflow-x: auto;
}

.scroll table{
	width:auto;
}

.scroll th{
	padding: 0 20px;
}

/*专业能力*/
.zhuanyenengli-floor{
   /*  padding:40px 0px 60px 0px; */
    box-sizing: border-box;
}
.table-box1{
    width:640px;
    min-height:350px;
    padding-left:40px;
    display: inline-block;
}
.table-box1 table{
    width:100%;
    border-collapse:collapse;
    table-layout: fixed;
}
.zhuanyenengli-floor table th{
    background: #8da3b8;
    color:#fff;
}
.zhuanyenengli-floor table th,.zhuanyenengli-floor table td{
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zhuanyenengli-floor table tr{
    border-bottom:1px dashed #eaeaea;
    width:100%;
	cursor:pointer;
}

#circle1{
    display: inline-block;
    width:300px;
    height:350px;
    position: relative;
}
#circle2{
    display: inline-block;
    width:300px;
    height:350px;
    position: relative;
}
#bar1{
    display: inline-block;
    width:680px;
    height:350px;
}
#circle3{
    display: inline-block;
    width:300px;
    height:350px;
    position: relative;
    padding-bottom: 30px;
    float:right;
}
.legend{
    position: absolute;
    bottom: -10px;
}
.legend li{
    float:left;
    font-size: 14px;
    line-height: 20px;
    color:#999;
    padding:0 20px;
    position: relative;
}
.legend li i{
    display: inline-block;
    position: absolute;
    width:10px;
    height:10px;
    background: #333;
    left:3px;
    top:5px;
}
.legend1{
    bottom:0px;
    left:20px;
}
.legend2{
    bottom:-10px;
    left:40px;
}
.legend3 li{
    width:100px;
    text-align: left;
    bottom:40px;
    left:40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zhuanyenengli-floor .detail{
    display: block;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 20px;
    margin:0 auto;
    background: url(../images/newimgs/fdj.png) no-repeat;
    background-color: #2782d9;
    background-position: 2px 2px;
}


.color4E7196{
    color:#4E7196;
}
.color000{
    color:#000;
}


.hideDr{
	display: none
}