@charset 'utf-8';
/*Author:xtt 2016-11-22*/
/*counselor-index 顾问主页*/
/* 顾问主页隐藏fix-nav 搜索漂浮框 */
.fix-nav{ display: none !important;}
.counselor-head {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
.counselor-code {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
}

.counselor-code>div {
	background: #fff;
	border: 1px #999 solid;
	padding: 5px;
	width: 80px;
	height: 80px;
	margin-left: 30px;
}
.counselor-code>div>img {
	width: 100%;
}
.counselor-code>p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 5px 0 0;
	line-height: 25px;
	background: url(../images/name_bg1.png) center no-repeat;
	padding: 0 10px 0 30px;
}
.counselor-head>img {
	width: 100%;
}
.counselor-head-bg {
	position: relative;
}
.counselor-head-bg>img {
	width: 100%;
}
.counselor-head-main {
	background: #fff;
	border: 1px #e5e5e5 solid;
	padding: 0 60px 35px 25px;
}
.counselor-head-left {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.counselor-photo {
	float: left;
	position: relative;
	text-align: center;
}
.counselor-photo>p {
	width: 150px;
}
.counselor-photo>p>i {
	margin-left: -10px;
}
.counselor-img {
    width: 140px;
    height: 140px;
    border: 5px solid rgba(255,255,255,.2);
    border-radius: 50%;
    overflow: hidden;
    margin-top: -75px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.counselor-img>img {
	width: 100%;
	height: 100%;
}
.counselor-ul {
	padding-top: 15px;
}
.counselor-ul>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	border-right: 1px #ddd solid;
	font-size: 12px;
	color: #999;
	padding: 0 7px;
	line-height: 12px;
}
.counselor-ul>li:last-child {
	border: 0;
}
.counselor-ul>li p {
	margin-bottom: 5px;
}
.counselor-ul>li b {
	color: #666666;
	font-weight: normal;
}
.counselor-name {
	position: absolute;
	top: -50px;
	left: 115px;
	padding-left: 50px;
	white-space: nowrap;
	color: #fff;
	width: 330px;
	text-align: left;
	line-height: 36px;
	background: url(../images/name_bg.png) no-repeat left;
}
.counselor-txt {
	width: 410px;
	float: left;
	margin-left: 15px;
	padding: 20px 0 0;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.counselor-txt-ul {
	margin-bottom: 5px;
}
.counselor-txt-ul>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.counselor-txt-ul>li.spacer {
	width: 1px;
	height: 8px;
	background: #999;
	margin: 0 8px;
}
.counselor-txt>p {
	margin-bottom: 5px;
}
.counselor-txt>p span {
	color: #999;
}
.counselor-service-box {
	margin-top: 5px;
	background: #f8f8f8;
	padding: 5px 30px;
	color: #999;
}
.counselor-operation {
	margin-top: 20px;
}
.counselor-operation span {
	font-size: 20px;
	color: #fa4f4f;
}
.counselor-operation>span,
.counselor-operation>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.counselor-operation>a {
	margin: 0 10px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}
.free-btn {
	width: 108px;
	line-height: 32px;
	background: #004b92 ;
	color: #fff;
}
.free-btn:hover {
	 filter:alpha(opacity=80);  
      -moz-opacity:0.8;  
      -khtml-opacity: 0.8;  
      opacity: 0.8;  
}
.online-btn {
	width: 106px;
	line-height: 30px;
	border: 1px #004b92 solid;
	color: #004b92;
}
.online-btn:hover {
	 filter:alpha(opacity=80);  
      -moz-opacity:0.8;  
      -khtml-opacity: 0.8;  
      opacity: 0.8;  
}
.counselor-head-right {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-left: 75px;
	padding-left: 60px;
	border-left: 1px #eee dashed;
	width: 330px;
	font-size: 12px;
}
.counselor-good {
	position: relative;
}
.counselor-good>p,
.counselor-good>div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.counselor-good>p.result {
	color: #333;
}
.counselor-good>.progress {
	width: 90px;
	height: 6px;
	background: #e9eae9;
}
.counselor-good>.progress>p {
	height: 100%;
	background: #fa4f4f;
}
.counselor-good>.common {
	position: absolute;
	right: 0;
	color: #999;
}
.common-counselor{
	padding: 15px 0 30px;
	color: #999;
}
.common-counselor-name {
	background: #f8f8f8;
	line-height: 27px;
	padding: 0 20px 0 10px;
	overflow: hidden;
	color: #999;
}
.common-counselor-name>a {
	color: #3fbff0;
}
.common-counselor-name>a:hover {
	text-decoration: underline;
}
.counselor-main {
	width: 1180px;
	margin: 29px auto 0;
}
.counselor-content {
	width: 860px;
	float: left;
}
.counselor-nav {
	height: 52px;
}
.counselor-nav.fix>ul {
	position: fixed;
	top: 0;
	width: 858px;
	z-index: 2;
}
.counselor-nav>ul {
	background: #f8f8f8;
	border-bottom: 1px #004b92 solid;
	height: 50px;
	font-size: 0;
	[;letter-spacing: -4px;];
	[;word-spacing: -4px;];
}
.counselor-nav>ul>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 50px;
	font-size: 12px;
	[;letter-spacing: normal;];
	[;word-spacing: normal;];
}
.counselor-nav>ul>li a {
	display: block;
	padding: 0 15px;
	color: #666;
	border-right: 1px #f8f8f8 solid;
	border-left: 1px #f8f8f8 solid;
}
.counselor-nav>ul>li:first-child a {
	border-left: 0;
}
.counselor-nav>ul>li.active a{
	background: #004b92;
	height: 50px;
	/*border-top: 2px #004b92 solid;*/
	/*margin-top: -1px;*/
	/*border-right-color: #e5e5e5;*/
	/*border-left-color: #e5e5e5;*/
	line-height: 49px;
}
.counselor-nav>ul>li.active .on{
	background: none;
	height: auto;
	border-top: 0;
	margin-top: 0;
	border-right-color: #f8f8f8;
	border-left-color: #f8f8f8;
	line-height: auto;
}
/*提供的服务*/
.counselor-module {
    border: 1px #e5e5e5 solid;
    border-top: 0;
    margin-bottom: 19px;
}
.counselor-module1 {
    border: 1px #e5e5e5 solid;
    margin-bottom: 19px;
}
.counselor-screen {
	padding: 15px 20px 5px;
	font-size: 12px;
}
.counselor-screen li {
	display: block;
	position: relative;
	padding: 13px 0;
	border-bottom: 1px #dedede dashed;
}
.counselor-screen li>span {
	position: absolute;
	display: block;
	width: 65px;
	text-align: right;
	font-weight: bold;
	color: #999;
}
.counselor-right {
	padding-left: 65px;
	position: relative;
}
.city-sub>a,
.counselor-right>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 3px;
	line-height: 16px;
	margin: 2px 8px;
}
.city-sub>a{
	margin: 3px 8px;
}
.city-sub>a:hover,
.counselor-right>a:hover {
	color: #004b92;
}
.city-sub>a.active:hover,
.counselor-right>a.active:hover {
	color: #fff;
}
.city-sub>a.active,
.counselor-right>a.active {
	background: #004b92;
	color: #fff;
}
.city-sub {
	background: #fff;
	padding: 10px 0 10px 65px;
	display: none;
}

.counselor-service {
	padding: 0 25px;
	overflow: hidden;
}
.counselor-service>li {
	display: block;
	float: left;
	width: 223px;
	padding: 0 18px;
	margin: 5px;
	background: #f8f8f8;
	text-align: center;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.counselor-service>li>.table-cell {
	width: 223px;
	height: 136px;
}
.company-name {
	 color: #333;
}
.counselor-price {
	font-size: 12px;
	color: #999;
}
.counselor-price>span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 25px;
}
.enquiry-btn {
	display: block;
	margin: 8px auto 0;
	line-height: 24px;
	width: 80px;
	text-align: center;
	border: 1px #d2d2d2 solid;
	border-radius: 3px;
	color: #666;
}
.enquiry-btn:hover {
	background: #d2d2d2;
	color: #fff;
}
.counselor-price>span.price {
	font-size: 14px;
	color: #fa4f4f;
	margin: 0;
}
.buy-btn {
	display: block;
	margin: 3px auto 0;
	line-height: 24px;
	width: 80px;
	text-align: center;
	border: 1px #fa4f4f solid;
	border-radius: 3px;
	color: #fa4f4f;
}
.buy-btn:hover {
	background: #fa4f4f;
	color: #fff;
}
/*分页*/
.page {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
/*服务者介绍*/
.detail-title {
	line-height: 54px;
	border-bottom: 1px #ececec solid;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}
.service-introduce {
	padding: 15px 30px;
	color: #666;
	overflow: hidden;
}
/*擅长领域*/
.sx-piece-title{ font-size: 16px; color: #333; height: 52px; line-height: 52px; padding-left: 29px; vertical-align: middle; border-bottom: 1px solid #ececec; }
.sx-tit-box{ text-align: center; font-size: 0;}
.sx-piece-tit{ font-size: 16px; color: #333; }
.sx-tit-sub{ display: inline-block; vertical-align: middle; width: 50px; height: 0; border-top: 1px solid #999; margin-top: 4px; }

.sx-law-goodAt{ padding: 45px 0 25px 0; }
.sx-law-goodAt .sx-goodAt-lists{  margin-top: 33px;}
.sx-law-goodAt .sx-goodAt-lists>li{ width: 180px; height: 180px; margin: 0 35px;position: relative;}
.sx-law-goodAt .sx-goodAt-img{ height: 180px; }
.sx-law-goodAt .sx-goodAt-bk{ width: 180px; height: 180px; }
.sx-goodAt-name{ position: absolute; top: 75px; left: 0; width: 100%; text-align:center; font-size: 20px; color: #fff; font-weight: 700;}
.sx-goodAt-lists>li{ display: inline-block; vertical-align: middle; *display: inline; *zoom: 1; text-align: center;  overflow: hidden;}
/*服务数据*/
.sx-experience{ overflow: hidden; padding: 35px 0 20px 0; }
.sx-experience-box{ overflow: hidden; margin-top: 5px; position: relative;}
.sx-experience-lists{ overflow: hidden; margin-top: 20px;}
.sx-experience-lists>li{ overflow: hidden; min-height: 80px; position: relative;}
.sx-experience-info-box{ overflow: hidden;}
.sx-experience-time{ float: left; width: 360px;  margin-top: 15px;color: #c0c8cb; font-weight: 700; font-size: 20px; padding: 0 5px 0 0; line-height: 40px; vertical-align: middle; text-align: right;}
.sx-experience-dot{ float: left; height: 80px; margin: 0 15px;}
.sx-experience-describe{ width: 355px; float: left; margin-top: 15px; min-height: 24px;  background: #c0c8cb; border-radius: 2px; line-height: 24px; vertical-align: middle; padding: 8px 0 8px 10px; font-size: 15px; color: #fff; position: relative;}
.sxe-triangel{ display: inline-block; vertical-align: middle; width: 0; height: 0; border-top: 5px solid transparent; border-right: 5px solid #c0c8cb; border-bottom: 5px solid transparent; border-left: 0; position: absolute; left: -5px; top: 15px;}
.sx-experience-opposite.sx-experience-describe{ text-align: right; padding: 8px 10px 8px 0; }
.sx-experience-opposite-time.sx-experience-time{ text-align: left; padding: 0 0 0 5px; }
.sx-experience-opposite .sxe-triangelr{ display: inline-block; vertical-align: middle; width: 0; height: 0; border-top: 5px solid transparent; border-right: 0; border-bottom: 5px solid transparent; border-left: 5px solid #c0c8cb; position: absolute; right: -5px; top: 15px;}
.sx-experience-lists>.sx-experience-first .sx-experience-time{ color: #3fbff0; }
.sx-experience-lists>li .sx-experience-first{ background: #3fbff0; }
.sx-experience-lists>li .sx-experience-first .sxe-triangel{ border-right-color: #3fbff0; }
.sx-experience-lists>li .sx-experience-first .sxe-triangelr{ border-left-color: #3fbff0; }
.sx-experience-lists>li.active .sx-experience-time{ color: #3fbff0; }
/*案例分享*/
.case-share {
	padding: 40px 0;
}
.case-share-box {
	overflow: hidden;
	padding-top: 40px;
}
.case-share-box>ul {
	overflow: hidden;
	width: 860px;
}
.case-share-box li {
	display: block;
	width: 370px;
	float: left;
	background: #ebf9ff;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 60px;
}
.case-title {
	background: #3fbff0;
	padding: 0 10px;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case-describe {
	padding: 15px;
	color: #666;
	line-height: 22px;
	height: 176px;
	overflow: hidden;
}
.case-describe textarea{
	border:none;
}

/*成单记录*/
.udf_table tbody tr td>a {
	color: #004b92;
}
.udf_table tbody tr td>a:hover {
	text-decoration: underline;
}
.udf_record{border-bottom: 1px solid #ececec;height: 50px;}
.udf_record li{float: left;width: 172px;height: 50px;text-align: center;line-height: 50px;font-size: 14px;color: #666;border-right: 1px solid #eee;background: #FFF;cursor: pointer;/*border-bottom: 1px solid #ececec;*/}
.udf_record li.active{border-top: 2px solid #004b92;height: 47px;line-height: 47px;padding-bottom: 2px;}
.udf_table{padding:20px 30px 27px;}
.udf_table table{width: 100%;text-align: center;font-size: 12px;color: #666666;}
.udf_table table thead{font-size: 14px;color: #323232;}
.udf_table tr th,.udf_table tr td{border-bottom: 1px dashed #e4e4e4;}
.udf_table tr th{padding: 10px 0px;}
.udf_table tr td{padding: 15px 0px;}
.udf_table tbody tr td .udf_photos{margin-right: 5px; border-radius: 50%; overflow: hidden; display: inline-block;*display: inline; *zoom: 1;vertical-align: middle;}
.udf_table tbody tr td .udf_photos img{height: 42px;width: 42px;}
.udf_paging{width: 300px;margin: 0 auto;padding-top: 30px;}
.udf_paging a{display: block;float: left;height: 30px;width: 30px;line-height: 30px;text-align: center;border: 1px solid #e8e8e8;color: #5a5a5a;}
.udf_paging a.nopaging{color: #b5b5b5;}
.udf_have_content{cursor: pointer;display: block;float: right;padding-right: 20px;}
.udf_have_content input[type="checkbox"]{height: 15px;width: 15px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin-top: -2px;}
.udf_silder{  position: absolute; right: 10px; top: 0;font-size: 12px;color: #999;}
.udf_silder .udf_hide{display: none;}
.udf_silder i{padding: 0px 10px;background: url(../images/consultant&serve/udf_unfold.png) 0px 5px no-repeat;margin-left: 10px;}
.udf_silder.active,.udf_silder:hover{color: #004b92;}
.udf_silder:hover i{background: url(../images/consultant&serve/udf_unfold.png) 0px -5px no-repeat;}
.udf_silder.active i{background: url(../images/consultant&serve/udf_unfold.png) 0px -15px no-repeat;}
.udf_detail_box{position: relative;left: 0px;width: 100%;}
.udf_detail_body{padding: 25px 30px;}
.udf_detail_classily a{display: block;float: left;padding: 6px 16px;background: #f2f3f7;color: #666;font-size: 14px;margin: 15px 15px 0px 0;border-radius: 50px;white-space:nowrap;}
.udf_detail_classily a:hover,.udf_detail_classily a.active{color: #FFF;background: #004b92;}
.udf_detail_title{margin: 20px 0px;font-size: 16px;color: #333;}
.udf_detail_title span{padding: 0px 2px;background: #014b92;margin-right: 10px;}
.udf_detail_table{width: 100%;color: #666;border: 1px solid #ddd;}
.udf_detail_table thead tr th{border-bottom: 1px solid #ddd;background: #fafafa;}
.udf_detail_table thead tr th,.udf_detail_table tbody tr td{padding: 8px 0px;text-align: center;vertical-align: middle;border-left:1px solid #ddd ;border-bottom: 1px solid #ddd;}
.udf_detail_table tbody tr td{ position: relative;}
.udf_detail_table tbody tr td .promote-icon{ position: relative; top: -1px; right: 0;}
.udf_detail_table tbody tr td .udf_icon{display: inline-block;*display: inline;*zoom: 1;width: 19px;height: 19px;vertical-align: middle;margin-bottom: 0;}
.udf_detail_table tbody tr td .udf_icon.udf_icon_phone{background: url(../images/consultant&serve/udf_icon1.png) center no-repeat;}
.udf_detail_table tbody tr td .udf_icon.udf_icon_phone:hover{opacity: 0.9;}
.udf_detail_table tbody tr td .udf_icon.udf_icon_note{background: url(../images/consultant&serve/udf_icon2.png) center no-repeat;margin-left: 8px;}
.udf_detail_table tbody tr td .udf_icon.udf_icon_note:hover{opacity: 0.9;}
.udf_detail_table tbody tr td{font-size: 12px;}
.udf_detail_table tbody tr td.font14{font-size: 14px;}
.udf_detail_table tr td .udf_buy{display: block;width: 60px;margin: 0 auto;height: 20px;line-height: 22px;border: 1px solid #fa4f4f;color: #fa4f4f;text-align: left;font-size: 12px;border-radius: 3px;}
.udf_detail_table tr td .udf_buy:hover{background: #fff3f3;}
.udf_detail_table tr td .udf_buy i{display: block;height: 12px;width: 13px;background: url(../images/consultant&serve/udf_shop_cart.png) no-repeat;float: left;margin: 4px 5px 0 10px;}
/*服务评价*/
.evalTop2{width:805px;height:auto;margin:auto;overflow: hidden;}
.evalTop2 .left{width:90px;margin:35px 0 0 0px;text-align: center;}
.evalTop2 .left p{}
.evalTop2 .left div{font: 44px "arial";color: #fd6769;}
.evalTop2 .mid{width: 170px;margin-top:38px;padding:5px 28px 0 24px;border-right: 1px solid #ececec;overflow: hidden;}
.evalTop2 .mid li{height:12px;line-height:12px;margin-bottom: 20px;overflow: hidden;}
.evalTop2 .mid li .fl{width: 75px;font-size: 12px;}
.evalTop2 .mid li .fr{width: 90px;height: 10px;background: #e9eae9;overflow: hidden;}
.evalTop2 .mid li .fr span{background:#fd6769;float:left;height:10px;}
.evalTop2 .rig{margin:23px 0 0 27px;overflow: hidden;}
.evalTop2 .rig p{}
.evalTop2 .rig div{width: 465px;overflow: hidden;}
.evalTop2 .rig div span{display: inline-block;padding:0 14px;height:25px;line-height:25px;margin:10px 5px 0 0;background: #f5faff;color:#999;font-size: 12px;text-align: center;}
.eval2{width:805px;margin:16px auto;}
.eval2 th{line-height: 40px;background:#f5f5f5;color: #323232;font-size: 14px;}
.eval2 th span{color: #004b92;margin-right:20px;}
.eval2 th a{padding: 0 14px;}
.eval2 th a.last{float: right;}
.eval2 th a.last label>input{position: relative;top: 2px;}
.eval2 th:first-child{padding-left:23px;}
.eval2 td{border-bottom: 1px dashed #e4e4e4;padding: 23px 0 26px 0;}
.eval2 .left{width:550px;padding-left:23px;margin: 0;}
.eval2 .left .t{color: #999;font-size: 12px;}
.eval2 .left .t strong{color: #004b92;font-weight: normal;margin-right: 20px;}
.eval2 .left .t label{margin-right: 20px;font-size: 14px; color: #004b92;}
.eval2 .left .t span{margin-right: 15px;}
.eval2 .left p{margin-top: 8px;line-height: 20px;text-align: left;}
.eval2 .left .pj{}
.eval2 .left .pj span{display: inline-block;padding:0 14px;height:25px;line-height:25px;margin:10px 5px 0 0;background: #f5faff;color: #999;font-size: 12px;text-align: center;white-space: nowrap;}
.eval2 .mid{text-align: left;width: 85px;height:14px;background: url("../images/nx_star.png") no-repeat 0 -16px;}
.eval2 .mid span{display: block;height:14px;background: url("../images/nx_star.png") no-repeat 0 0;}
.eval2 .right{width: 200px;margin:20px 0 0 60px;line-height: 20px;overflow: hidden;}
.eval2 .right img{display: block;width: 69px;height: 69px;border-radius: 50%;}
.eval2 .right span{color: #014b92;}
/*gtc add 用户提交的图片评论*/
.eval2 .table-sub{width: 100%;}
.eval2 .table-sub td{border:none;padding:0;}
.photograph-box{position: relative;overflow: hidden;padding: 12px 0 10px 20px;}
.photograph-box ul{overflow: hidden;}
.photograph-box li{float: left;padding: 1px;width: 56px;height: 56px;border: 1px solid #ddd;margin-right: 10px;cursor: pointer;}
.photograph-box li img{width: 100%;height: 100%;}
.photograph-max{display: none;border: 1px solid #ddd;padding: 3px;margin-top: 10px;}
.photograph-max .image-wrapbox{text-align: center;position: relative;margin: 0 auto;}
.photograph-max .image-wrapbox img{width: 100%;height: 100px;}
.table-sub .append-cmt{padding: 0 0 10px 20px;font-size: 12px;}
.table-sub .append-cmt label{color: #ff7f00;margin-right: 5px;}
.table-sub .return-cmt{margin: 0 0 10px 20px;padding-left: 15px;display: block;font-size: 12px;height: 36px;line-height: 36px;background: #f5faff;padding-right: 82px;position: relative;}
.table-sub .return-cmt label{margin-right: 5px;color: #014b92;font: 14px "微软雅黑";}
.table-sub .return-cmt .time{position: absolute;top: 0;right: 10px;height: 36px;line-height: 36px;color: #999;}
/*服务保障*/
.guarantee{width:100%;margin:auto;overflow: hidden;border:1px solid #eee;}
.ensure-ul{padding:35px 0 30px;border-bottom: 1px dashed #e4e4e4;overflow:hidden; width: auto;}
.ensure-ul li{width:366px;float:left;margin-left:32px;padding-right:30px;border-right:1px solid #ececec;overflow:hidden;}
.ensure-ul li:last-child{border-right: 0;}
.ensure-ul li .img{width: 50px;}
.ensure-ul li .txt{width: 300px;line-height: 24px;}
.ensure-ul li .txt p{white-space:nowrap;color:#333333;font-size: 16px;}
.ensure-ul li .txt div{margin-top:2px;font-size: 12px;overflow:hidden;}
.ensure-div{width: 100%;margin:35px auto 45px;overflow:hidden;}
.ensure-div p{padding:0 40px 20px;color:#333333;font-size: 16px;}
.ensure-div p img{margin-right: 30px;}

/*右侧*/
.counselor-box-right {
	float: right;
	width: 280px;
}
.right-counselor {
	border: 1px #e5e5e5 solid;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.leave-message-title {
	text-align: center;
	line-height: 54px;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 16px;
	color: #323232;
	margin-bottom: 8px;
}
.consult-msg{margin:auto;}
.consult-msg th{text-align: left;padding: 17px 0 8px;}
.consult-msg th em{color: #004b92;}
.consult-msg td{padding: 8px 0;}
.consult-msg .txt,.consult-msg textarea{width: 228px;padding:10px 15px;border: 1px solid #dddddd;border-radius: 2px;}
.consult-msg .txt{height:18px;line-height:18px \9;}
.consult-msg textarea{height:59px;resize: none;}
.consult-msg .submit{width: 258px;height: 38px;padding:0;background: #b2b2b2;color: #fff;border-radius: 2px;}
.consult-msg .submit:hover{background: #ff7f00;border-color:#ff7f00;}
.chech-box{position: relative;}
.clickBox{display: none;width: 258px;padding-bottom: 12px;background: #fff;border: 1px solid #dddddd;border-top: 0;position: absolute;left:0;top:40px;z-index: 9;}
.chech-box .a-click{display:block;width: 203px;height: 38px;line-height:38px;padding:0 40px 0 15px;background:url("../images/nx_select.png") no-repeat 224px center transparent;border: 1px solid #dddddd;border-radius: 2px;color: #000;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.chech-box .a-click:hover{background:url("../images/nx_select.png") no-repeat 224px center transparent;}
.clickBox ul{width: 220px;margin:0px auto 12px;padding:10px 0;border-bottom:1px dotted #e0e0e0;overflow: hidden;}
.clickBox ul li{float: left;margin-right:25px;line-height: 27px;/*white-space: nowrap;*/}
.clickBox ul li input{margin-right: 5px;}
.clickBox>div{margin: 0 20px;}
.clickBox button{width: 50px;line-height: 24px;background:#b2b2b2;color: #fff;border-radius: 2px;margin-left: 4px;}
.clickBox .okBtn{background: #ff7f00;}
.free-tel-position{position:fixed;top: 0;z-index:9;}
.free-tel{width:300px;margin:20px auto 0;background:white;text-align: center;overflow: hidden;}
.free-tel p{width: 260px;margin:auto;padding:24px 0 9px;border-top: 1px solid #ececec;font-size: 18px;}
.free-tel div{text-align: center;overflow: hidden;}
.free-tel a{width: 110px;height: 36px;line-height: 36px;margin:0 5px;color: #fff;border-radius: 2px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
.free-tel .green{background:#72bb38;}
.free-tel .skyblue{background: #3fbff0;}
.free-tel .green:hover{background: #4cbb32;}
.free-tel .skyblue:hover{background: #12d5f0;}
/*其他顾问*/
.right-counselor-other {
	border:none;
	margin-bottom: 20px;
}
.counselor-list>li {
	display: block;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px #ececec solid;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}
.counselor-list>li:last-child {
	border: 0;
}
.counselor-user {
	width: 90px;
	height: 90px;
	float: left;
	overflow: hidden;
}
.counselor-user>img {
	width: 100%;
	height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.counselor-user:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.counselor-user-txt {
	float: left;
	margin-left: 8px;
	width: 128px;
}
/*.counselor-user-name {
	font-size: 12px;
	color: #999;
}*/
.counselor-user-name>a {
	font-size: 16px;
	color: #333;
}
.counselor-user-name>a:hover {
	color: #004b92;
}
.counselor-star {
	padding: 5px 0 8px;
	font-size: 0;
	[;letter-spacing: -4px;];
	[;word-spacing: -4px;];
}
.counselor-star i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 17px;
	height: 14px;
    background: url(../images/nx_star.png) no-repeat 0 0;
    [;letter-spacing: normal;];
    [;word-spacing: normal;];
}
.counselor-user-txt>.price {
	font-size: 16px;
	color: #fa4f4f;
	font-weight: bold;
}
.style-div {
	line-height: 46px;
	border: 1px #d7d7d7 solid;
	width: 278px;
	padding: 0 10px;
}

.addyp{
	height:50px;
}
.pic img{
	width: 100%;
	height: 100%;
}

.star img{
	max-width:10%;
}
.star1 img{
	max-width:13%;
}
.cont h3{line-height:45px;text-align: center; position: relative; border-bottom:1px solid #ececec;background: #fff;color:#666;font-size: 14px; z-index: 10;}

.evalTop2 .mid li .fl {
	width: 80px;
	font-size: 12px;
}
.counselor-head-right{
	margin-top: 20px;
}
#imglist img{width:600px;height:2px;float:left;margin:0 3px;width:111px;height:18px;}
.ser-cont{overflow:visible;}
.service-list{overflow:visible}
.service-list li{overflow:visible}
.service-list li .c{overflow:visible}
.service-list .city-select-wrap div dl dd{border: none;}
#ckdiv>div>img{min-height:300px;}
#showBylsit .advisor{width: 90%}
.position2 {
	width: 1180px;
	padding: 14px 0 10px;
	margin: auto;
	background: url(../images/consultant&serve/nx_icon8.png) no-repeat left center;
	text-indent: 18px;
	font-size: 12px;
}
.w1180{ width: 1180px;}
.h180{ height: 180px;}
.mh300{ min-height:300px;}
/*2016 12 28 xl 财税金牌顾问内置样式优化*/
.lawsite-position2{margin-top: -20px;}
.w780{width: 780px;}

/*==========================================================2017 1 4 xl 顾问主页改版 start======================================================*/
.counselor-history-bar{position: relative;z-index:1;}
.counselor-head-update{width: 100%;min-width: 1180px;height: 330px;background: url(../images/head-bg.jpg) no-repeat center center;}
.counselor-history-bar .history-bar{padding: 0;color: #999;}
.counselor-history-bar .history-bar a{color: #999;}
.counselor-history-bar .history-bar a:hover{color: #fff;}
.counselor-history-bar + .counselor-head-update{margin-top: -43px;}
.head-update-box{position: relative;padding-top: 50px;overflow: hidden;}
.head-update-left{float: left;width: 194px;}
.head-update-img{width: 180px;height: 180px;border-radius: 50%;border: 7px solid rgba(255,255,255,.2);overflow: hidden;}
.head-update-img img{width: 100%;}
.head-update-ewm{position: relative;padding-top: 10px;text-align: center;color: #999;font-size: 12px;}
.head-update-ewm>i{display: inline-block;*display: inline-block;*zoom: 1;width: 17px;height: 17px;background: url(../images/update-icon.png) no-repeat 0 0;}
.head-update-ewm .ewm{position: absolute;width: 92px;height: 92px;top: -94px;left: 49px;display: none;}
.head-update-ewm .ewm img{width: 100%;position: relative;z-index: 0;}
.head-update-ewm .ewm i{position: absolute;bottom: -6px;z-index: 1;margin-top: -1px;border-right: 7px solid transparent;border-left: 7px solid transparent;border-top: 7px solid white;left: 40px;}
.head-update-middle{float: left;width: 580px;color: white;margin-left: 25px;}
.head-update-middle>div{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 12px;margin-bottom: 14px;line-height: 1;}
.head-update-middle .til{margin-bottom: 20px;}
.head-update-middle .til .c-name{font-size: 24px;font-weight: bold;}
.head-update-middle .til .c-post{font-size: 12px;vertical-align: middle;}
.head-update-middle .sub-til{color: white;font-size: 12px;}
.head-update-middle .sub-til .c-border{width: 1px;height: 8px;background-color: white;display: inline-block;*display: inline;*zoom: 1;margin: 0 5px;}
.head-update-middle .good-field font{color: #999;}
.head-update-middle .recently-banli>p{color: #999;margin-bottom: 8px;}
.recently-handled{padding: 10px 17px;line-height: normal;background-color: rgba(255,255,255,.1);border-radius: 5px;height: 40px;color: #999;overflow: hidden;display: inline-block;}
.recently-handled p{padding-bottom: 5px;}
.head-update-middle ul li{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;text-align: center;}
.head-update-middle ul li p{color: white;font-size: 24px;margin-bottom: 5px;line-height: 1;}
.head-update-middle ul li b{color: #999;font-size: 12px;}
.head-update-middle ul li.li-border{border-left: 1px dashed rgba(255,255,255,.2);width: 0;height:35px;margin: 0 30px;}
.head-update-right{float: right;margin-top: 40px;}
.head-update-right .tel-num{color: #3fbff0;font-size: 28px;font-weight: bold;padding: 5px 0;}
.head-update-right .tel-num i{display: inline-block;*display: inline;*zoom: 1;width: 16px;height: 21px;background: url(../images/update-icon.png) no-repeat -27px 0;margin-right: 5px;}
.head-update-right a{display: block;width: 208px;height: 38px;border-radius: 2px;color: white;text-align: center;line-height: 38px;margin-bottom: 20px;}
.head-update-right a.btn-free{background-color: #3fbff0;border: 1px solid #3fbff0;}
.head-update-right a.btn-free:hover{opacity: .9;}
.head-update-right a.btn-online{border: 1px solid white;}
.head-update-right a.btn-online:hover{background-color: white;color: #3fbff0;}
.counselor-screen li.no-border{border-bottom: none;}
.counselor-content-update{width: 920px;}
.counselor-box-right-update{width: 240px;}
.counselor-nav-update>ul{width: 920px;}
.counselor-nav-update.fix > ul{width: 918px;}
.counselor-nav-update>ul>li.active a{color: #fff;}
.counselor-nav-update>ul>li a{padding: 0 30px;}
.city-sub-update{border-top: 1px dashed #dedede;border-bottom: 1px dashed #dedede;}
.city-sub-update>a:hover, .counselor-right-update>a:hover{color: #004b92;}
.city-sub-update>a.active, .counselor-right-update>a.active{background-color: #004b92;}
.counselor-service-update{width: 880px;margin: 0 auto;font-size: 0;}
.counselor-service-update>li{display: inline-block;*display: inline;*zoom: 1;width: 292px;}
.counselor-service-update>li>.table-cell{height: 136px;padding: 0 22px;width: 248px}
.counselor-service-update>li>.table-cell p{line-height: 1.2;}
.counselor-service-update>li>.table-cell .company-name{font-size: 16px;height: 38px;overflow: hidden;}
.counselor-service-update>li>.table-cell .sub-til{overflow: hidden;margin-top: 5px;}
.counselor-service-update>li>.table-cell .sub-til span{color: #999;font-size: 12px;display: inline-block;*display: inline;*zoom: 1;line-height: 28px;}
.counselor-service-update>li>.table-cell .sub-til a{display: inline-block;*display: inline;*zoom: 1;padding: 5px 15px;font-size: 14px;border: 1px solid #d2d2d2;border-radius: 2px;float: right; }
.counselor-service-update>li>.table-cell .have-price span{color: #fa4f4f;font-size: 14px;}
.counselor-service-update>li>.table-cell .have-price a{color: #fa4f4f;}
.counselor-service-update>li:hover{box-shadow: 0 0 14px 5px rgba(0,0,0,.05);}
.counselor-service-update>li:hover>.table-cell .company-name{color: #004b92;}
.counselor-service-update>li:hover>.table-cell .no-price a{color: #004b92;border-color: #004b92;}
.counselor-service-update>li:hover>.table-cell .have-price a{border-color: #fa4f4f;}
.counselor-content-update .counselor-module1{border:none;position: relative;padding-top: 50px;}
#intro{padding-top: 0;}
.counselor-content-update .counselor-module{border: none;position: relative;padding-top: 50px;}
.detail-title-update{position: absolute;font-weight: bold;top: 1px;background-color: white;display: inline-block;*display: inline;*zoom: 1;padding: 15px 30px;color: #004b92;font-size: 12px;border-top: 2px solid #004b92;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.counselor-content-update .counselor-module1 .service-introduce{border: none;padding-top: 25px;}
.service-introduce .til{color: #666;font-size: 20px;font-weight: bold;}
.service-introduce .til i{display: inline-block;*display: inline;*zoom: 1;width: 42px;height: 57px;background: url(../images/update-icon.png) no-repeat -57px 0;vertical-align: middle;margin-right: 10px;}
.person-intro-box>ul{overflow: hidden;}
.person-intro-box>ul>li{float: left;width: 410px;margin-top: 30px;}
.person-intro-box>ul>li:first-child,.person-intro-box>ul>li.third-li{margin-right: 38px;}
.person-intro-box>ul>li .sub-til{display: inline-block;*display: inline;*zoom: 1;width: 90px;height: 30px;line-height: 30px;border-top-left-radius: 5px;border-top-right-radius: 5px;color: white;background-color: #3fbff0;text-align: center;}
.person-intro-box>ul>li .line{width: 100%;height: 1px;background-color: #3fbff0;}
.person-intro-box>ul>li table{table-layout: fixed;width: 100%;}
/*.person-intro-box>ul>li table thead{border-top: 1px solid #3fbff0;}*/
.person-intro-box>ul>li table thead tr{background-color: #f0f6fc;}
.person-intro-box>ul>li table tr td{text-align: center;padding: 10px 0;color: #999;}
.person-intro-box>ul>li table thead tr td.project{color: #999;}
.person-intro-box>ul>li table .charts{width: 70px;}
.person-intro-box>ul>li table .num{width: 70px;}
.person-intro-box>ul>li table .project{width: 270px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #333;text-align: left;}
.person-intro-box>ul>li table tbody .charts span{display: inline-block;*display: inline;*zoom: 1;width: 20px;height: 20px;border-radius: 20px;color: white;font-size: 12px;line-height: 20px;background-color: #3fbff0;}
.person-intro-box>ul>li table tbody tr{border-bottom: 1px solid #eee;background-color: #f9fcff;}
.person-intro-box>ul>li table tbody tr.last-tr{border-bottom: none;}
.response-speed{background-color: #f9fcff;text-align: center;position: relative;}
.response-speed>img{position: absolute;}
.response-speed ul{overflow: hidden;padding:50px 30px;background: url(../images/response-speed-bg.png) no-repeat center 100px;}
.response-speed li{float: left;width: 90px;margin-left: 40px;}
.response-speed li:first-child{margin-left: 0;}
.response-speed li i{display: inline-block;*display: inline;*zoom: 1;width: 90px;height: 37px;color: #666;background: url(../images/response-speed-icon.png) no-repeat center center;line-height: 31px;}
.response-speed li p{color: #333;margin-top: 45px;}
.especially-strong{text-align: center;margin-top: 18px;}
.counselor-content-update .counselor-module1 .case-share{padding-top: 0;}
.counselor-content-update .counselor-module1 .case-share .til i{background-position: -112px 0;}
.counselor-content-update .counselor-module1 .case-title{font-weight: bold;}
.counselor-content-update .counselor-module1 .case-describe{height: 180px;}
.photo-show .til i{background-position: -162px 0;}
.photo-show ul{overflow: hidden;}
.photo-show ul li{float: left;width: 273px;height: 182px;overflow: hidden;margin-bottom: 20px;margin-left: 19.5px;}
.photo-show ul li:nth-child(3n-2){margin-left: 0;}
.photo-show ul li img{width: 100%;}
.ic-service .til i{background-position: -215px 0;}
.ic-service ul{overflow: hidden;}
.ic-service li{float: left;width: 273px;height: 180px;overflow: hidden;position: relative;}
.ic-service ul li:nth-child(3n-2){margin-left: 0;}
.ic-service ul li p{position: absolute;color: white;font-size: 24px;font-weight: bold;text-align: center;width: 100%;padding: 10px 0;background: url(../images/transparent_bg/transparent60.png) repeat;bottom: 0;line-height: 1;}
.counselor-content-update .counselor-module1 .udf_record{height: 49px;border-bottom: none;display: inline-block;*display: inline;*zoom: 1;position: absolute;top: 0;border-top: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;}
.counselor-content-update .counselor-module1 .udf_record li{width: 120px;height: 49px;line-height: 49px;font-size: 12px;}
.counselor-content-update .counselor-module1 .udf_record li.active{height: 46px;line-height: 46px;color: #004b92;font-weight: bold;}
.counselor-content-update .counselor-module1 .tabBox{border: 1px solid #eee;}
.counselor-content-update .counselor-module1 .udf_table{position: relative;}
.counselor-content-update .counselor-module1 .udf_table table th,.counselor-content-update .counselor-module1 .udf_table table td{text-align: left;padding-left: 30px;}
.counselor-content-update .counselor-module1 .udf_table table thead th{border-bottom: none;}
.counselor-content-update .counselor-module1 .udf_table tbody tr td>a{color: #666;}
.udf_bg{position: absolute;width: 100%;height: 41px;background-color: #f8f8f8;left: 0;z-index: -1;}
.service-pj-box{border: 1px solid #eee;}
/*预约顾问 start*/
.order-adviser{ width: 240px; overflow: hidden; background: url("../images/order-adviser.jpg") no-repeat;margin-bottom: 20px; }
.order-adviser-tit{ font-size: 15px; color: #fff; font-weight: 700; line-height: 22px; margin: 26px 0 0 22px;}
.order-adviser-tit>span{ font-size: 14px; font-weight: 400; }
.order-form{ width: 210px; padding: 10px 14px 8px 14px; overflow: hidden; margin-top: 28px; border: 1px solid #eee; border-top: 0;}
.order-form-tit{ font-size: 12px; color: #666; text-align: center; margin: -3px 0 10px 0;}
.order-form-piece{ width: 208px; height: 38px; border: 1px solid #cdcdcd; position: relative;margin-bottom: 10px;}
.order-form-piece>i{ display: inline-block; vertical-align: middle; width: 14px; height: 14px; position: absolute; top: 13px; left: 8px; background: url("../images/service-list-icons.png") no-repeat;  }
.order-form-piece .icon-name{ background-position: -70px 0; }
.order-form-piece .name-input{ font-size: 14px; height: 14px; width: 165px; line-height: 14px; padding: 12px 10px 12px 30px;  }
.order-form-piece .dummy{ font-size: 14px; height: 14px; line-height: 14px; }
.order-form-piece.order-search{ height: 40px; margin-bottom: 10px; position: relative;width:208px;}
#choseBusiness{display: none}
.order-form-piece .icon-service{ position: absolute; top: 15px; left: 9px; background-position: -93px 0; margin: 0;}
.order-search .dummy { line-height:40px; height: 40px; padding: 0 20px 0 30px; border:0; font-size: 14px; color: #333; width: 158px; background: url(../images/select-bk1.png) center right no-repeat;margin-left: -1px;}
#dummydata.order-select { background: #fff; z-index: 21; border: 1px #004b92 solid; border-top: 0; padding: 5px 0 10px;}
#dummydata.order-select>a { display: block; height: 24px; line-height: 24px; padding: 0 10px 0 30px; }
#dummydata.order-select>a:hover { color: #fff;background:#004b92;}
.found-service-btn{ display: inline-block; vertical-align: middle; width: 210px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; background: #004b92; border-radius: 2px; margin-top: 10px; text-align: center; }
.found-service-btn:hover{opacity: .9;}
.apply-record-lists>li{ font-size: 12px; color: #999; line-height: 22px; vertical-align: middle; }
.apply-record-lists>li .phone-num{ margin: 0 15px 0 13px; }
.apply-record{ margin-top: 13px; }
.order-form-piece .order-on{ border-color: #004b92;}
.order-on{ border-color: #004b92; }
.order-adviser select.beautify{height: 100%;border: none;padding: 0 20px 0 25px;width: 120%;}
.order-form-ly{width:208px;border: 1px solid #cdcdcd;}
.order-form-ly textarea{resize: none;border: none;padding: 5px 8px;width: 192px;}
/*预约顾问 end*/
.right-counselor-other-update .leave-message-title{height: 44px;line-height: 44px;font-size: 14px;margin-bottom: 0;text-align: left;}
.right-counselor-other-update ul{width: 240px;margin: 0 auto;}
.right-counselor-other-update .counselor-user{width: 80px;height: 80px;}
.right-counselor-other-update .counselor-list>li{padding: 20px 0 20px 20px;}
.right-counselor-other-update .counselor-user-txt{width: 132px;margin-left: 5px;}
.right-counselor-other-update .counselor-user-name{margin-bottom: 5px;}
.right-counselor-other-update .counselor-user-name>a{}
.counselor-nav>ul>li.active .on{color: #666;}
/*服务保障 start*/
.sidebar-guarantee{width: 238px; height: auto; border: 1px solid #eee; background: #f8f8f8;}
.sidebar-guarantee-tit{ font-size: 16px; color: #333; padding-left: 17px; padding-top: 15px;}
.sidebar-guarantee-sub{ font-size: 12px; color: #999; padding-left: 17px; padding-bottom: 5px;}
.sidebar-guarantee-lists{ overflow: hidden;background: #fff;padding: 5px 0 5px 20px;}
.sidebar-guarantee-lists>li{ display: block; padding: 15px 0;}
.sidebar-guarantee-lists>li>i{ float: left; margin-right: 10px; vertical-align: middle; width: 38px; height: 38px; background: url("../images/safe_icon2.png") no-repeat;}
.sidebar-guarantee-lists>li big{ font-size: 14px; color: #333; display: block;}
.sidebar-guarantee-describe{ font-size: 12px; color: #999; display: block;}
.sidebar-guarantee-lists>li>.icon1{ background-position: 0px 0;}
.sidebar-guarantee-lists>li>.icon2{ background-position: -38px 0;}
.sidebar-guarantee-lists>li>.icon3{ background-position: -76px 0;}
.sidebar-guarantee-lists>li>.icon4{ background-position: -114px 0;}
/*服务保障 end*/
/*分页*/
.newPage{text-align: center;padding: 30px 0; font-size:0;}
.newPage>a{display: inline-block;*display:inline;*zoom:1;vertical-align: middle;line-height: 34px;font-size: 14px;padding: 0 5px;min-width: 26px;background: #fff;color: #767776;border: 1px solid #dedede;}
.page-number{display: inline-block; vertical-align: middle; font-size: 0;}
.page-number>a{display: inline-block;*display:inline;*zoom:1;vertical-align: middle;line-height: 34px;font-size: 14px;padding: 0 5px;min-width: 26px;background: #fff;color: #767776;border: 1px solid #dedede; border-left:1px solid white;}
.page-number>a:first-child{border-left:1px solid #dedede}
.page-number>span{ font-size: 14px; color: #ccc; margin: 0 7px; font-weight: 700;}
.page-number>a:hover{color: #014c92; border-color: #014c92;border-left: 1px solid #014c92;}
.page-number>a.active{background: #014c92;color: #fff;border-color: #014c92;}
.newPage>a:hover{border-color: #014c92;color: #014c92;}
.newPage a.prevPage,.newPage a.nextPage{padding: 0 7px;min-width: 16px;}
.newPage a.prevPage{ margin-right: 5px}
.newPage a.prevPage span{margin-left: 5px;font-size: 14px;}
.newPage a.nextPage span{font-size: 14px;}
#main{width: 410px;height:256px;margin: 10px 0;z-index: 0;position: relative;}
/*==========================================================2017 1 4 xl 顾问主页改版 end======================================================*/