
body { background-color: #f8f8f8; }
a { color: #333; }

.box-shadow { background-color: #fff; box-shadow: 0px 1px 3px 0px  rgba(0, 0, 0, 0.15); }
.gradient-bg { 
	position: absolute; bottom: 0; z-index: 10;
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, .3) 20%, rgba(255, 255, 255, 1) 100%, #FFFFFF 100%);
	background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255,255,255, .3) 20%, rgba(255, 255, 255, 1) 100%, #FFFFFF 100%);
}

/* */
.w400 { width: 400px; }
.w450 { width: 450px; }
.w750 { width: 750px; }
.w780 { width: 780px; }

/* weizhi */
.weizhi { padding: 15px 0; color: #ccc }
.weizhi a { color: #bbb; }
.weizhi a:hover { color:#E64D3B; }
.weizhi span { color: #666; }

/* left-box */
.left-box { border-right: 1px solid #eee; }

/* nav-title */
.nav-title1 { padding: 28px 30px 21px; border-bottom: 1px solid #f8f8f8; }
.nav-title1 h2, .nav-title1 h1 { font-size: 24px; line-height: 28px; color: #222; font-weight: 600; }
.nav-title1 p { font-size: 14px; line-height: 24px; color: #bbb; margin-top: 12px; }
	/**/
.nav-title2 h2, .nav-title2 h1 { font-size: 24px; line-height: 28px; color: #222; }

/* scroll-wrap */
.pt12-pb18 { padding-top: 12px; padding-bottom: 18px; }
.scroll-wrap { position: relative; } 
.scroll-wrap .scroll-cont { height: 100%; overflow: hidden; }
.scroll-wrap .scroll-bar { position: absolute; top: 0; right: 8px; width: 6px; height: 100%; }
.scroll-wrap .scroll-bar .scroll-slider { position: absolute; top: 0; right: 0; width: 6px; height: 100px; background-color: #eee; border-radius: 3px; }
	/* 1 */
.left-type-scroll { height: 656px; padding-left: 30px; padding-right: 60px; }
.left-type-scroll .gradient-bg { width: 359px; height: 80px; }

/* left-type */
.left-type { padding-bottom: 78px; }
.left-type li { height: 38px; line-height: 38px; overflow: hidden; font-size: 16px; color: #333; }
.left-type li a {}
.left-type li span { color: #bbb; margin-left: 5px; }


/* 01-广告轮播 */
.pt30-lr45 { padding: 30px 45px; }
.lunbotu-bar { width: 660px; }
.lb-item,
.lb-item ul,
.lb-item ul li,
.lb-item ul li a { height: 362px; }
.lb-item { position: relative; overflow: hidden; }
.lb-item ul { position: absolute; left: 0; top: 0; }
.lb-item ul li { float: left; width: 660px; }
.lb-item ul li a { position: relative;  display: block; }
.lb-item .lb-infor {
	position: absolute;
	left: 0; top: 244px;
	width: 100%; height: 100%;
	background-color: #666;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	-webkit-transition: all .2s;
	        transition: all .2s;
}
.lb-item li .lb-infor .icon-lb { vertical-align: baseline; }
.lb-item li .lb-pad { 
	padding: 16px 35px; 
	-webkit-transition: all .2s;
	        transition: all .2s;
}
.lb-item li .lr-name {
	height: 30px; line-height: 30px;
	font-size: 24px; color: #bbb;
}
.lb-item li .lr-name span { color: #fff; }
.lb-item li .lr-post { color: #ff946e; margin-top: 5px; }
.lb-item li .lr-skill {
	font-size: 14px; color: #fff;
	margin-top: 10px;
}
.lb-item li .lr-explain {
	height: 48px; line-height: 24px;
	font-size: 14px; color: #fff;
	text-align: left;
	overflow: hidden;
	display: none;
}
.lb-item li .lr-explain .i-lb6 { margin-right: 10px; }
.lb-item li .lr-phone { height: 32px; display: none; }
.lb-item li .lr-phone span {
	display: inline-block;
	width: 240px; height: 30px; line-height: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px; color: #fff;
}
.lb-item li .lr-phone .icon-lb { margin-right: 10px; }
.lb-item li .lr-other { color: #fff; display: none; }
.lb-item li .lr-other .i-lb8 { margin-right: 5px; }
.lb-item li .lr-other span em { color: #ff946e; }
		/**/
.lb-item li.lb-it-hover .lb-infor { top: 0; }
.lb-item li.lb-it-hover .lb-pad { padding: 135px 35px 0; }
.lb-item li.lb-it-hover .lr-skill { display: none; }
.lb-item li.lb-it-hover .lr-explain { margin: 10px 0 20px; display: block; }
.lb-item li.lb-it-hover .lr-phone { margin-bottom: 18px; display: block; }
.lb-item li.lb-it-hover .lr-other { display: block; }
	/**/
.lb-tab {
	padding: 19px 0;
	height: 22px; line-height: 22px;
	text-align: center; border-bottom: 1px solid #f8f8f8;
	/* 	background-color: #f8f8f8;
	box-shadow: 0 1px 3px rgba(0,0,0,.15); */
}
.lb-tab .icon-lb { margin: 0 3px; cursor: pointer; }

/* hot-zui */
.hot-zui {  overflow: hidden; line-height: 32px; }
.hot-zui span { font-size: 16px; color: #333; }
.hot-zui a { 
	display: inline-block; padding: 0 15px; margin: 0 3px 10px; 
	height: 32px; background-color: #eee; border-radius: 16px; 
	font-size: 14px; color: #333;
}
.hot-zui a:hover { background-color: #f36f20; color: #fff; }

/* diqu-bar */
.diqu-bar, .news-zixun-bar { padding: 26px 30px; }
.diqu-bar ul { overflow: hidden; margin-top: 23px; }
.diqu-bar ul li { float: left; font-size: 14px; line-height: 40px; margin-right: 40px; }


/* dt-ovh */
.dt-ovh { overflow: hidden; position: relative; }
.dt-sroll { position: absolute; top: 0; }
	/**/
.news-zixun-bar .dt-ovh {margin-top: 18px; height: 450px;}
.news-zixun-bar .dt-ovh .gradient-bg { width: 100%; height: 100px; }
.zixun-hf-bar .dt-item { padding-top: 15px; padding-bottom: 16px; border-bottom: 1px dashed #ddd;  }
.zixun-hf-bar .time { font-size: 12px; color: #bbb; }
.zixun-hf-bar h3 { height: 20px; overflow: hidden; font-size: 16px; margin-top: 13px; }
.zixun-hf-bar h3 a {  }
.zixun-hf-bar .info { overflow: hidden; font-size: 14px;  margin-top: 20px; }
.zixun-hf-bar .info .photo { float: left; width: 40px; height: 40px; margin: 3px 20px 0 0; }
.zixun-hf-bar .info .photo img { display: block; width: 100%; height: 100%; border-radius: 50%; }
.zixun-hf-bar .info .lawyer { color: #bbb; height: 20px; overflow: hidden; }
.zixun-hf-bar .info .lawyer a { color: #bbb; }
.zixun-hf-bar .info .huifu { color: #999; height: 20px; overflow: hidden; margin-top: 5px; }

/* zs-bar */
.zs-bar { padding: 10px 30px; }
.zs-bar ul { margin-top: 23px; }
.zs-bar li { height: 82px; padding: 15px 0; }
.zs-bar li .pic { float: left; width: 125px; height: 82px; margin-right: 10px; }
.zs-bar li .pic img { display: block; width: 100%; height: 100%; }
.zs-bar li h3 { font-size: 14px; line-height: 28px; height: 84px; overflow: hidden; }

/* zti-bar */
.zti-bar { padding: 37px 30px; }
.zti-bar ul { margin-top: 22px; }
.zti-bar li { height: 46px; line-height: 46px; overflow: hidden; font-size: 16px; }

/* zuim-bar */
.zuim-bar { padding: 27px 30px; }

/* zui-list */
.zui-list {}
.zui-list li { padding: 25px 0; position: relative; }
.zui-list li h3 { height: 22px; line-height: 20px; overflow: hidden; border-left: 4px solid #01af63; padding-left: 16px; }
.zui-list li h3 a { font-size: 20px; color: #222; }
.zui-list li .tag { height: 20px; overflow: hidden; margin-top: 26px; margin-bottom: 19px; display: none; }
.zui-list li .tag a { float: left; font-size: 14px; }
.zui-list li .tag .line { float: left; width: 1px; height: 14px; background-color: #bbb; margin: 3px 20px; }
.zui-list li p { font-size: 14px; line-height: 28px; color: #999; height: 56px; overflow: hidden; margin-top: 12px; }
	/**/
.zui-list li.z-hover .tag { display: block; }
.zui-list li.z-hover .zui-item { 
	background-color: #fff; box-shadow: 7px 7px 60px 0px rgba(0,0,0, .15); 
    position: absolute; left: -20px; top: 5px; z-index: 10;
    width: 690px; padding: 20px 20px 30px; 
}
	/**/
.w780 .zui-list li.z-hover .zui-item { width: 760px;  }

/* ny-type-bar */
.ny-type-bar { padding: 26px 30px 16px; }
.ny-type-bar .left-type-scroll { padding-left: 0; padding-right: 10px; }
.ny-type-bar .left-type-scroll .gradient-bg { width: 350px; }
.ny-type-bar .scroll-wrap .scroll-bar { right: -22px; }


/**/
.w400 .lunbotu-bar { width: 400px; }
.w400 .lb-item ul li { width: 400px; }
.w400 .lb-item, 
.w400 .lb-item ul, 
.w400 .lb-item ul li, 
.w400 .lb-item ul li a { height: 280px; }
.w400 .lb-item .lb-infor { top: 180px; 	
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, .3) 20%, rgba(0, 0, 0, 1) 100%, #FFFFFF 100%);
	background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, .3) 20%, rgba(0, 0, 0, 1) 100%, #FFFFFF 100%);
}
.w400 .lb-item li .lr-skill { display: none; margin-bottom: 16px; }
.w400 .lb-item li .lb-pad { padding-top: 30px; }
.w400 .lb-item li.lb-it-hover .lb-infor {
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0, 0, 0, 1) 100%, #FFFFFF 100%);
	background: linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0, 0, 0, 1) 100%, #FFFFFF 100%);
}
.w400 .lb-item li.lb-it-hover .lb-pad { padding-top: 95px; }
.w400 .lb-item li.lb-it-hover .lr-skill { display: block; }

/* zui-num */
.zui-num { font-size: 14px; color: #bbb; }

/* detail-page */
.detail-page { padding: 30px 0 20px; position: relative; }
	/**/
.det-title { padding: 40px 30px 0; position: relative; }
.det-title h1 { font-size: 32px; line-height: 48px; color: #222; font-weight: 600; }
.det-title p { font-size: 14px; color: #bbb; margin-top: 20px; }
.det-title p a { margin-left: 5px; color: #bbb; }
.det-title p a:hover { color: #f60; }
.det-title .all-type-btn { position: absolute; top: 0; right: 30px; font-size: 16px; color: #01af63; cursor: pointer; }
.det-title .all-type-btn .i-zmk2 { float: left; margin: 5px 5px 0 0; }
	/**/
.det-nr { padding: 52px 60px; }
.det-nr p { font-size: 16px; line-height: 32px; color: #333; margin-bottom: 35px; }
.det-nr a { color: #01af63; }

/* goucheng-tag */
.goucheng-tag { height: 55px; background-color: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-top: 50px; }
.goucheng-tag li { float: left; width: 90px; font-size: 16px; }
.goucheng-tag li a { display: block; text-align: center; line-height: 46px; padding: 5px 0 1px; border-bottom: 4px solid transparent; }
.goucheng-tag li.currer a { border-bottom-color: #01af63; }

/* baike-bar */
.baike-bar { padding-bottom: 26px; box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); }
	/**/
.chartlet-bk { height: 160px; overflow: hidden; letter-spacing: -5px; position: relative; }
.chartlet-bk img { position: absolute; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.chartlet-bk .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, .6); }
.chartlet-bk .bg .center-hack { display:inline-block; font-size:0; width:0; height:100%; vertical-align:middle; }
.chartlet-bk .lanmu { position: absolute; top: 20px; right: 20px; font-size: 14px; color: rgba(255,255,255, .5);  letter-spacing: 0;  }
.chartlet-bk .lanmu .icon-yuan { float: left; width: 6px; height: 6px; border: solid 4px #f36f20; border-radius: 50%; margin: 3px 5px 0 0; }
.chartlet-bk h3 { 
	font-size: 24px; line-height: 100%; color: #fff; text-align: center; width: 100%; white-space: normal; word-wrap: break-word;
	letter-spacing:normal; word-spacing: normal; display: inline-block; vertical-align: middle; padding: 0 !important; margin: 0 !important; 
}
	/**/
.show-list { padding:35px 20px 0; }
.show-list li { padding: 10px 0;}
.show-list li h3 { height: 20px; line-height: 20px; font-size: 14px; }
.show-list li h3 .icon-yuna { float: left; width: 8px; height: 8px; border: 2px solid #eee; border-radius: 50%; margin: 4px 8px 0 0; }
.show-list li p { font-size: 14px; line-height: 28px; color: #999; padding-left: 20px; height: 56px; overflow: hidden; margin-top: 8px; display: none; }
.show-list li p a { color: #01af63; }
.show-list li.currer h3 .icon-yuna { border-color: #01af63; }
.show-list li.currer p { display: block; }

/* zm-list2 */
.zm-list2 {}
.zm-list2 li { padding: 35px 60px 0; }
.zm-list2 li h3 { font-size: 20px; line-height: 28px; }
.zm-list2 li p { font-size: 16px; line-height: 32px; color: #bbb; margin-top: 18px; padding-bottom: 31px; border-bottom: 1px dashed #eee; }
.zm-list2 li.borb0 p { border-bottom-color: #fff; }
.zm-list2 li.currer { background-color: #fff; box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); }

/* tiwen-bar */
.tiwen-bar { padding: 30px 30px 40px; }
.tiwen-bar h2 { height: 28px; overflow: hidden;font-size: 24px; line-height: 26px; }
.tiwen-bar h2 .i-zmk1 { float: left; margin-right: 20px; }
.tiwen-bar .btn { width: 108px; height: 40px; line-height: 40px; padding: 0; font-size: 16px; text-align: center; }
	/**/
.input-bar { border-bottom: 2px solid #eee; margin: 28px 0 30px; position: relative; z-index: 10; }
.input-bar label { position: absolute; left: 0; top: 0; z-index: -1; line-height: 40px; font-size: 18px; color: #bbb; }
.input-bar input { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 18px; background: none; }

/* zixun-xg-bar */
.zixun-xg-bar { padding: 30px 30px;  }
.zixun-xg-bar .dt-item { padding-bottom: 26px; }
.zixun-xg-bar .borb0 { border-bottom-color: #fff; }

/* popup-all-type */
.popup-all-type {
	position: absolute; left: 0; top: 0; z-index: 50;
	width: 780px; background-color: #fff; padding: 60px 0 50px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
	display: none;
}
.popup-all-type .shouqi-btn { position: absolute; top: 30px; right: 30px; font-size: 16px; color: #01af63; cursor: pointer; }
.popup-all-type .shouqi-btn .i-zmk3 { float: left; margin: 4px 6px 0 0; }
	/**/
.popup-all-type li { float: left; width: 330px; height: 42px; line-height: 42px; overflow: hidden; padding: 0 30px; font-size: 16px; }
.popup-all-type li span { color: #bbb; }
