.sub_wrapper{
	background: url(../img/public/bg-01.jpg) center center;
	height: 200px;
	margin-bottom: 15px;
	line-height: 200px;
	min-width: 1200px;
}
.sub_wrapper .container{
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
}
.info-pic{
	display: inline-block;
	width: 130px;
	height: 130px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	padding: 5px;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
position: relative;
margin-right: 30px;
	
}
.info-pic .pic-shadow{
	position: absolute;
	width: 120px;
	height: 120px;
	display: inline-block;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    border-radius: 50%;
      -moz-box-shadow:0px 0px 10px 1px #333 inset;
        -webkit-box-shadow:0px 0px 10px 1px #333 inset;
       box-shadow:0px 0px 10px 1px #333 inset;
}
.sub_wrapper .info-pic img{
		position: absolute;
	width: 120px;
	height: 120px;
	display: inline-block;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.sub_wrapper .info-column{
	display: inline-block;
	width: 735px;
	height: 80px;
	vertical-align: middle;
	line-height: 40px;
}
.sub_wrapper .info-column em{
	display: inline-block;
    line-height: 24px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	    margin:0 10px 10px 0;
	vertical-align: middle;
	
}

.sub_wrapper .info-column strong{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.sub_wrapper .info-column h6{
	
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	
}
.sub_wrapper .info-column h6 .EditSignature{
	color: #E77E22 !important;
}
.sub_wrapper .info-column h6 .EditSignature:hover{
	color: #3f91f7 !important;
}
    .sub_wrapper .info-column h6 .signature {
        margin-right:5px;
    }
.sub_wrapper .info-column h6 .signature{
	display: inline-block;
	max-width: 630px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
        height: 14px;
    line-height: 14px;
}
#editSign {
    width: 630px;
      height: 24px;
    line-height: 16px;
    outline:none;
    font-size:14px;
    background-color:transparent;
    border:1px solid #999;
    color: #999;
}
.sub_wrapper .info-column > span{
	/*display: inline-block;*/
	margin-right: 25px;
}
.sub_wrapper .info-column > span a{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}
.sub_wrapper .info-column span a .icon-gerenshezhi,.sub_wrapper .info-column span a .icon-gerenkongjian{
	vertical-align: middle;
}
.sub_wrapper .my-column{
	/*display: inline-block;*/
	width: 290px;
	height: 120px;
	line-height: 120px;
	    display: inline-block;
    vertical-align: middle;
	background-color: transparent;
	    background:rgba(255, 255, 255, .3);
       position: relative;
}

.sub_wrapper .my-column li{
	display: inline-block;
	width: 140px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.sub_wrapper .my-column li h6{
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 20px;
}
.sub_wrapper .my-column li h6{
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 20px;
}
.sub_wrapper .my-column li p{
	font-size: 30px;
	color: #f0672b;
	line-height: 30px;
	font-weight: bold;
}
.sub_wrapper .my-column li p a{
	color: #E77E22;
}
.sub_wrapper .my-column li p a:hover{
	color: #f1a80a;
}