/**/
a { transition: all .25s linear; }
a:hover { color: #b05d11 !important; text-decoration: underline; }
.mt35 { margin-top: 35px; }

.w1300 { width: 1300px; }
.index-k1 { padding: 60px 0;  }
.index-k2 { background-color: #f2f2f2; padding: 35px 0 60px; }
.index-k3 { background: url('../images/index_v2/bg3.jpg') no-repeat center center; padding: 55px 0 80px; }
.index-k4 { background-color: #f8f8f8; padding: 55px 0 100px; }
.index-k5 { background: url('../images/index_v2/map.jpg') no-repeat center center; height: 650px; position: relative; }

/* font-family: 'DINCond-Bold' */
@font-face{ 
	font-family:"DINCond-Bold"; 
	src:url('font/DINCond-Bold.eot');
	src:url('font/DINCond-Bold.eot?#iefix') format("embedded-opentype"),
		url('font/DINCond-Bold.woff') format("woff"),
		url('font/DINCond-Bold.ttf') format("truetype"),
		url('font/DINCond-Bold.svg') format("svg");
	font-weight:normal;
	font-style:normal;
}

/* icon */
.icon-a { display: inline-block; background: url('../images/index_v2/icon/all.png') no-repeat; vertical-align: middle; }
.icon-b { display: inline-block; background: url('../images/index_v2/icon/type.png') no-repeat; vertical-align: middle; }
	/**/
.i-a1 { width: 10px; height: 6px; background-position: 0 0; }
.i-a2 { width: 10px; height: 6px; background-position: 0 -15px; }
.i-a3 { width: 18px; height: 18px; background-position: 0 -30px; }
.i-a4 { width: 27px; height: 48px; background-position: -26px 0; }
.i-a5 { width: 27px; height: 48px; background-position: -58px 0; }
.i-a6 { width: 27px; height: 48px; background-position: -88px 0; }
.i-a7 { width: 27px; height: 48px; background-position: -118px 0;}
	/**/
.i-b1, .i-b2, .i-b3, .i-b4, .i-b5, .i-b6, .i-b7, .i-b8 { width: 34px; height: 34px; }
.i-b1 { background-position: 0 0; }
.i-b2 { background-position: -40px 0;  }
.i-b3 { background-position: -80px 0;  }
.i-b4 { background-position: -120px 0; }
.i-b5 { background-position: -160px 0; }
.i-b6 { background-position: -200px 0; }
.i-b7 { background-position: -240px 0; }
.i-b8 { background-position: -280px 0; }

.i-b9, .i-b9b, .i-b10, .i-b10b, .i-b11, .i-b11b, .i-b12, .i-b12b, .i-b13, .i-b13b { width: 64px; height: 64px; }
.i-b9  { background-position: 0 -40px;  }
.i-b10 { background-position: -70px -40px;  }
.i-b11 { background-position: -140px -40px; }
.i-b12 { background-position: -210px -40px; }
.i-b13 { background-position: -280px -40px; }
.i-b9b { background-position: 0 -110px; }
.i-b10b{ background-position: -70px -110px; }
.i-b11b{ background-position: -140px -110px;}
.i-b12b{ background-position: -210px -110px;}
.i-b13b{ background-position: -280px -110px;}

/* input-bar */
.input-bar { background-color: #eee; border: 1px solid #eee; border-radius: 4px; position: relative; z-index: 10; }
.input-bar .placeholder { position: absolute; left: 10px; top: 9px; right: 10px; z-index: -1; line-height: 18px; font-size: 14px; color: #999; }
.input-bar input, .input-bar textarea { display: block; width: 100%; padding: 0 10px; font-size: 14px; }
.input-bar input { height: 34px; line-height: 35px; }
.input-bar textarea { height: 78px; line-height: 18px; padding: 8px 10px; }
.input-bar-focus { background-color: #fff; border-color: #b6880c; }

/* drop-down-bor 下拉 */
.drop-down-bor { border:1px solid #eee; border-radius: 3px; position: relative; cursor: pointer; }
.drop-down-bor .drop-txt { height: 34px; line-height: 34px; font-size: 14px; color: #999; padding: 0 30px 0 10px; overflow: hidden; position: relative; }
.drop-down-bor .drop-txt .arrow { 
    position: absolute; top: 50%; right: 10px; margin-top: -2px; 
    width: 10px; height: 6px; background-position: 0 -15px;
}
.drop-down-bor .drop-all {
    position: absolute; left: -1px; top: 34px; right: -1px; display: none;
    background-color: #fff; border: 1px solid #ddd; height: 180px; overflow-y: scroll; 
    box-shadow: 0 5px 10px rgba(0,0,0, .1);
}
.drop-down-bor .drop-all p { padding: 0 10px; height: 30px; line-height: 30px; color: #666; overflow: hidden;}
.drop-down-bor .drop-all p.currer, .drop-down-bor .drop-all p.currer:hover { background-color: #4c92d7; color: #fff; }
.drop-down-bor .drop-all p:hover { background-color: #f5f5f5; }
	/**/
.drop-down-disabled { background-color: #f5f5f5; }
.drop-down-disabled .drop-txt { color: #999; }
.drop-down-disabled .drop-txt .arrow { border-top-color: #999; }

/* scroll-wrap */
.scroll-wrap { position: relative; } 
.scroll-wrap .scroll-cont { height: 100%; overflow: hidden; }
.scroll-wrap .scroll-bar { position: absolute; top: 0; right: 5px; width: 5px; height: 100%; }
.scroll-wrap .scroll-bar .scroll-slider { 
	position: absolute; top: 0; right: 0; width: 5px; height: 80px; 
	background-color: #eee; border-radius: 2px; transition: all .15s linear; 
}

/* header-bar2 */
.header-bar2 { position: absolute; left: 0; top: 0; right: 0; z-index: 100; height: 70px; }
.header-bar2 .hd-logo { float: left; width: 121px; height: 56px; background:url('../images/index_v2/logo2.png') no-repeat; margin: 7px 30px 0 0; transition: all .2s linear; }
	/**/
.header-bar2 .dq-select { float: left; margin-right: 15px; position: relative; z-index: 990; }
.header-bar2 .dq-select .diqu-btn { height: 44px; line-height: 44px; padding: 0 9px; color: #9b9b9b; margin-top: 13px; cursor: pointer; }
.header-bar2 .dq-select .diqu-btn span { float: left; font-size: 14px; color: #fff; margin-right: 5px; transition: all .2s linear; }
.header-bar2 .dq-select .diqu-btn .i-a1 { margin: -2px 0 0 5px; transition: all .2s linear; }
.header-bar2 .s-n-city { top:57px; }
.header-bar2 .dq-select-hover .diqu-btn { background-color: #fff; }
.header-bar2 .dq-select-hover .diqu-btn span { color: #333; }
.header-bar2 .dq-select-hover .diqu-btn .i-a1 { background-position: 0 -15px; }
.header-bar2 .dq-select-hover .s-n-city { display: block; }
	/**/
.header-bar2 .r-nav { float: right; }
.header-bar2 .r-nav li { float: left; margin-left: 40px; }
.header-bar2 .r-nav li a { float: left; font-size: 16px; color: #fff; padding: 20px 0 16px; position: relative; transition: all .2s linear; }
.header-bar2 .r-nav li a:after { 
	position: absolute; left: 50%; bottom: 0; content: ''; transition: all .2s linear; 
	width: 0; height: 8px; background: transparent; transform: translateX(-50%); transition: all .2s linear; 
}
.header-bar2 .r-nav li.currer a:after , .header-bar2 .r-nav li a:hover:after  { width: 100%; background: #b05d11; }
	/* header-black */
.header-black .hd-logo { background: url('../images/index_v2/logo1.png') no-repeat; }
.header-black .dq-select .diqu-btn span { color: #333; }
.header-black .dq-select .diqu-btn .i-a1 { background-position: 0 -15px; }
.header-black .r-nav li a { color: #333; }
.header-black  .r-nav li.currer a:after, .header-black  .r-nav li a:hover:after { background: #f8b708; }

/* footer-bar2 */
.footer-bar2 { padding: 60px 0 20px; }
	/* ft-k1 */
.ft-k1 { height: 124px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.ft-k1 .ft-nav { float: left; margin-top: 50px; }
.ft-k1 .ft-nav li { float: left; font-size: 18px; margin-right: 40px; }
.ft-k1 .tel400 {     float: right;margin: 35px 180px 0 0; }
.ft-k1 .erwei { float: right; width: 102px; margin-right: 60px; }
.ft-k1 .erwei img { display: block; width: 102px; height: 102px; }
.ft-k1 .erwei p { color: #666; text-align: center; margin-top: 2px; }
	/* ft-k2 */
.ft-k2 { padding: 37px 0 28px; border-bottom: 1px solid #eee; }
.ft-k2 dt { font-size: 18px; color: #2b2b2b; }
.ft-k2 dd { overflow: hidden; margin-top: 10px; }
.ft-k2 dd a { float: left; font-size: 14px; color: #999; line-height: 36px; white-space: nowrap; margin-right: 45px; }
.ft-k2.s-cbbb dd a { color: #bbb; }
	/* ft-k3 */
.ft-k3 { padding-top: 12px; }
.ft-k3 .r-web { float: right; overflow: hidden; padding-top: 3px; }
.ft-k3 .r-web a { float: left; }
.ft-k3 .ft-logo { float: left; margin-right: 40px; }
.ft-k3 p { color: #bbb; }
.ft-k3 .ft-map { line-height: 24px; }
.ft-k3 .ft-map a { color: #9b9b9b; margin-right: 30px; }

/* banner-bar2 */
#banner-bar2 { height: 482px; position: relative; z-index: 50; }
#banner-bar2 .ovh { height: 482px; overflow: hidden; position: relative; }
#banner-bar2 .img-bar { position: relative; }
#banner-bar2 .img-bar li { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; width: 100%; height: 482px; transition: all .5s linear; }
/* #banner-bar2 .img-bar li.currer { z-index: 10; } */
#banner-bar2 .img-bar li img { position: absolute; left: 50%; top: 0; transform: translateX(-50%); }
#banner-bar2 .num-bar { position: absolute; left: 0; bottom: 30px; right: 0; z-index: 55; height: 10px; line-height: 10px; text-align: center; }
#banner-bar2 .num-bar span { 
	display: inline-block; margin: 0 3px; 
	width: 8px; height: 8px; border: 1px solid #fff; background-color: #c19d7b; border-radius: 50%; 
	box-shadow: 0px 1px 2px rgba(0,0,0, .2);
}
#banner-bar2 .num-bar span.currer { background-color: #b05d11; }
	/* yuyue-bar */
#banner-bar2 .yuyue-bar { 
	position: absolute; left: 50%; top: 80px; z-index: 60; margin-left: 300px;
	width: 240px; height: 403px; padding: 25px 30px; background-color: #fff; border-radius: 2px;
	box-shadow: 0px 20px 60px rgba(0,0,0, .15);
}
.yuyue-bar h2 { font-size: 22px; line-height: 30px; text-align: center; }
.yuyue-bar .f14 { font-size: 14px; color: #333; text-align: center; }
.yuyue-bar .input-form li { position: relative; margin-bottom: 10px; }
		/**/
.yuyue-bar .drop-down-bor { width: 115px; background-color: #eee; }
.yuyue-bar .drop-down-bor .drop-all { border: none; }
		/**/
.yuyue-bar .btn-submit { 
	display: block; width: 100%; height: 40px; background-color: #f8b708; border-bottom: 2px solid #f8b708; border-radius: 4px; 
	font-size: 16px; color: #fff; cursor: pointer; margin-top: 15px; transition: all .25s linear;
}
.yuyue-bar .btn-submit:hover { border-bottom-color: #d67f07; }
.yuyue-bar .btn-submit:active { background-color: #d67f07; }

/* zhuanye-item */
.zhuanye-item { 
	float: left; width: 285px; height: 290px; background-color: #f8f8f8; border-radius: 4px; 
	overflow: hidden; margin: 20px 20px 0 0; transition: all .25s linear; position: relative;
}
.zhuanye-item .zy-nr { position: absolute; left: 0; top: 0; right: 0; padding: 30px; }
.zhuanye-item .zy-nr img { display: block; width: 78px; height: 78px; margin: 26px auto 0; }
.zhuanye-item .zy-nr h3 { font-size: 22px; color: #333; line-height: 30px; text-align: center; padding-top: 40px; transition: all .25s linear; }
.zhuanye-item .zy-nr h5 { font-size: 14px; color: #333; text-align: center; position: relative; padding-top: 20px; }
.zhuanye-item .zy-nr h5:after { position: absolute; left: 50%; bottom: 29px; width: 10px; height: 2px; background-color: #666; content: ''; margin-left: -5px; }
.zhuanye-item .zy-nr p { font-size: 14px; color: #aaa; line-height: 24px; height: 96px; overflow: hidden; margin-top: 27px; transition: all .25s linear; opacity: 0; }
	/**/
.zhuanye-item-hover { background-color: #fff; box-shadow: 0 0 60px rgba(0,0,0, .2); }
.zhuanye-item-hover .zy-nr img { display: none; }
.zhuanye-item-hover .zy-nr h3 { padding-top: 17px; color: #b05d11; }
.zhuanye-item-hover .zy-nr h5 { color: #b05d11; }
.zhuanye-item-hover .zy-nr h5:after { background-color: #b05d11; }
.zhuanye-item-hover .zy-nr p { opacity: 1; }

/* index-k2 */
.index-k2 .title-nav { font-size: 30px; line-height: 40px; color: #333; }
.index-k2 .title-nav span { 
	display: inline-block; height: 20px; padding: 0 9px; background-color: #000; border-radius: 10px; 
	font-size: 14px; color: #fff; line-height: 20px; vertical-align: middle; margin: -2px 0 0 5px;
}
.index-k2 .title-nav i { display: inline-block; width: 6px; height: 6px; background-color: #000; vertical-align: middle; margin: -2px 10px 0 20px; }
.index-k2 .tit-tips { font-size: 14px; color: #999; margin-top: 12px; }

.l-w780 { width: 780px; }
/* jd-tu */
.jd-tu { display: block; height: 400px; position: relative; }
.jd-tu img { display: block; width: 100%; height: 100%; }
.jd-tu .bg { 
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; 
	background: linear-gradient(to bottom, rgba(0,0,0, 0) 10%, rgba(0,0,0, .95) 80%);
}
.jd-tu .bg h2 { 
	position: absolute; left: 30px; right: 30px; bottom: 25px; 
	font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; 
	height: 72px; overflow: hidden;
}
.jd-tu:hover .bg h2 { text-decoration: underline; }

/* tuijian */
.tuijian { height: 166px; font-size: 14px; }
.tuijian .l-tu { float: left; width: 220px; height: 166px; margin-right: 20px; }
.tuijian .l-tu img { display: block; width: 100%; height: 100%; }
.tuijian h3 { font-size: 18px; line-height: 30px; height: 30px; overflow: hidden; }
.tuijian .info { color: #bbb; margin: 15px 0 17px; }
.tuijian .info span { margin-right: 20px; }
.tuijian p { color: #333; line-height: 28px; height: 56px; overflow: hidden; }
.tuijian .tag { color: #b05d11; margin-top: 8px; }


.r-w370 { width: 370px; height: 596px; background-color: #fff; }
/* nav-h34 */
.nav-h34 { height: 34px; line-height: 34px; padding: 20px 30px 10px; position: relative; }
.nav-h34 .icon-line { position: absolute; left: 0; top: 20px; width: 8px; height: 34px; background-color: #b05d11; }
.nav-h34 strong { float: left; font-size: 22px; font-weight: 400; }
.nav-h34 .more { float: right; font-size: 14px; color: #b05d11; }

/* scroll-case-bar */
.scroll-case-bar { padding: 0 30px; height: 500px; }
.scroll-case-bar ul { transition: all .1s linear; }
.scroll-case-bar li { padding: 16px 0 24px; border-bottom: 1px solid #eee; }
.scroll-case-bar li .time { font-size: 14px; color: #bbb; } 
.scroll-case-bar li h3 { font-size: 18px; line-height: 24px; max-height: 48px; margin: 10px 0 19px; }
.scroll-case-bar li p { font-size: 14px; line-height: 24px; color: #666; }

/* index-k3 */
.index-k3 .title-nav { font-size: 30px; line-height: 36px; }
.index-k3 .tit-tips { font-size: 14px; color: #a69b93; margin-top: 14px; }
.index-k3 .more { font-size: 20px; }

/* roll-lawyer-bar */
.roll-lawyer-bar { position: relative; padding-bottom: 50px; }
.roll-lawyer-bar .icon-a { position: absolute; top: 40%; cursor: pointer; transition: all .15s linear; }
.roll-lawyer-bar .icon-a:hover { opacity: .2; }
.roll-lawyer-bar .i-a4 { left: -57px; }
.roll-lawyer-bar .i-a7 { right: -57px; }
.roll-lawyer-bar .ovh { width: 1195px; height: 520px; overflow: hidden; margin-left: 2px; margin-right: 3px; position: relative; }
	/**/
.lawyer-list { height: 500px; position: absolute; left: 0; top: 0; }
.lawyer-list li { float: left; width: 280px; height: 500px; background-color: #f8f8f8; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0, .2); margin: 0 25px 30px 0; }
.lawyer-list li a { display: block; height: 500px; }
.lawyer-list li img { display: block; width: 100%; height: 280px; border-radius: 4px 4px 0 0; }
.lawyer-list li .plr30 { padding-left: 30px; padding-right: 30px; }
.lawyer-list li h3 { font-size: 20px; color: #333; font-weight: 600; margin: 19px 0 8px; }
.lawyer-list li .tag { font-size: 14px; color: #b05d11; height: 40px; overflow: hidden; }
.lawyer-list li .tag span { margin-right: 10px; }
.lawyer-list li p { line-height: 24px; color: #999; height: 96px; overflow: hidden; }
.lawyer-list li a:hover { text-decoration: none; }


/* index-k4 */
.index-k4 .title-nav { font-size: 30px; line-height: 36px; }
.index-k4 .tit-tips { font-size: 14px; color: #999; margin-top: 14px; }
.l-w280 { width: 280px; background-color: #fff; box-shadow: 0 4px 10px rgba(0,0,0, .1); }
.r-w890 { width: 810px; background-color: #fff; box-shadow: 0 4px 10px rgba(0,0,0, .1); padding: 40px; height: 483px; }

/* l-w280 */
.l-w280 h2 { height: 70px; line-height: 70px; padding-top: 10px; font-size: 18px; text-align: center; border-bottom: 1px solid #eee; }
.l-w280 ul {}
.l-w280 ul li { float: left; width: 50%; height: 94px; border-bottom: 1px solid #eee; text-align: center; }
.l-w280 ul li a { display: block; padding-top: 19px; height: 75px; }
.l-w280 ul li.r-line a { border-right: 1px solid #eee; }
.l-w280 ul li a em { display: block; font-family:"DINCond-Bold"; font-size: 30px; line-height: 34px; color: #999;  }
.l-w280 ul li a p { font-size: 14px; color: #2b2b2b; margin-top: 6px; }
.l-w280 ul li a:hover { text-decoration: none; background-color: #f8f8f8; }
	/* jiansuo-bar */
.l-w280 .jiansuo-bar { margin: 25px 20px; padding-right: 50px; }
.jiansuo-bar .placeholder { font-size: 18px; line-height: 32px;	 }
.jiansuo-bar input { height: 50px; line-height: 50px; font-size: 18px; }
.jiansuo-bar .btn-search { position: absolute; top: 0; right: 0; bottom: 0; z-index: 10; width: 50px; height: 50px; line-height: 50px; text-align: center; }
.jiansuo-bar .btn-search:hover { background-color: #ddd; }

/* r-w890 */
.nav-f18 { height: 20px; }
.nav-f18 strong { font-size: 18px; font-weight: 500; }
.nav-f18 .more { font-size: 14px; }

/* tj-lawyer */
.tj-lawyer { width: 240px; }
.tj-lawyer .photo { display: block; height: 128px; }
.tj-lawyer .photo img { display: block; width: 100%; height: 100%; }
.tj-lawyer h3 { font-size: 16px; line-height: 24px; height: 72px; overflow: hidden; margin: 15px 0 10px; }
.tj-lawyer p { color: #999; }

/* txt-list */
.r-w890 .txt-list { width: 520px; }
.txt-list li { font-size: 16px; line-height: 45px; height: 45px; overflow: hidden; }
.txt-list li .dot { float: left; width: 6px; height: 6px; background-color: #b05d11; border-radius: 50%; margin: 21px 10px 0 0; }

/* bianhu-list */
.bianhu-list {}
.bianhu-list li { float: left; width: 146px; height: 146px; overflow: hidden; margin-right: 20px; }
.bianhu-list li a { display: block; height: 146px; border-radius: 2px; position: relative; }
.bianhu-list li a img { display: block; width: 100%; height: 100%; }
.bianhu-list li a p { 
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10; 
	padding-top: 116px; background-color: rgba(0,0,0, .2); border-radius: 2px;
	font-size: 14px; color: #fff; text-align: center; 
	transition: all .15s linear; 
}
.bianhu-list li a:hover { background-color: #b05d11; text-decoration: none; }
.bianhu-list li a:hover p { background-color: rgba(248,183,8, .8); font-size: 18px; padding-top: 63px; }


/* index-k5 */
.index-k5 p { 
	position: absolute; top: 340px; left: 50%; margin-left: -592px;
	font-size: 24px; color: #fff; font-weight: 300; line-height: 42px; text-align: right; 
}



/* 2018-02-09 */
/* right-popup-consult */
#right-popup-consult {
	position: fixed;
	bottom: 20%; right: 0; z-index: 900;
	width: 58px; 
	border: 1px solid #eee; border-radius: 4px 0 0 4px;
	background-color: #fff;
	box-shadow: 0 6px 20px rgba(0,0,0, .15);
}
#right-popup-consult .pop-item {
	position: relative;
	height: 60px;
}
#right-popup-consult .item-normal {
	position: relative;
	height: 60px; line-height: 60px; 
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
#right-popup-consult .item-normal:after {
	position: absolute;
	left: 14px; right: 14px; bottom: 0;
	border-bottom: 1px solid #eee;
	content: '';
}
#right-popup-consult .pop-item:last-child .item-normal:after { border-bottom: none; }
#right-popup-consult .item-normal .icon-tb { float:left; margin:15px 0 0 17px; }
#right-popup-consult .item-normal p {
	position: absolute; top: -1px; right: 58px; z-index: -1;
	width: 0; height: 59px; line-height: 58px;
	padding-right: 0;
	border: 1px solid #eee; border-right: none;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	box-shadow: 0 6px 20px rgba(0,0,0, .15);
	font-size: 14px; color: #333;
	text-align: right;
	overflow: hidden; opacity: 0;
	-webkit-transition: all .15s linear;
	   -moz-transition: all .15s linear;
	    -ms-transition: all .15s linear;
	     -o-transition: all .15s linear;
	        transition: all .15s linear;
}
	/* hover */

#right-popup-consult .pop-item-hover .item-normal .i-tb-10{ background-position: -25px -80px; }
#right-popup-consult .pop-item-hover .item-normal:after { left: 0; right: 0;  }
#right-popup-consult .pop-item-hover .item-normal p { display: block; width: 88px; padding-right: 18px; opacity: 1; }
#right-popup-consult .pop-item-hover .item-click { display: none; }
	/* click */
#right-popup-consult .item-click {
	position: absolute; right: 70px; top: 0; z-index: -2;
	width: 308px; padding-top: 54px;
	border: 1px solid #eee;
	background-color: #fff; border-radius: 4px;
	box-shadow: 0 6px 20px rgba(0,0,0, .15);
	display: none;
}
#right-popup-consult .pop-item-click .item-normal .i-tb-10{ background-position: -25px -80px; }
#right-popup-consult .pop-item-click .item-normal p { width: 0; padding-right: 0; opacity: 0; }
#right-popup-consult .pop-item-click .item-click { display: block; }
		/* erwei */
#right-popup-consult .item-click .pop-erwei { height: 140px; padding-bottom: 54px; color: #999; text-align: center; }
#right-popup-consult .item-click .pop-erwei img { display: block; width: 140px; height: 140px; margin: 0 auto 5px; }

		/* 400 */
#right-popup-consult .item-click .pop-400 {
	position: relative;
	height: 125px;
	text-align: center;
	color: #6b6b6b;
}
#right-popup-consult .item-click .pop-400 strong { font: 36px/38px 'DINCond-Bold'; color: #333; }		
		/* pop-zixun */
#right-popup-consult .item-click .pop-zixun { padding: 0 20px; height: 268px; }
#right-popup-consult .item-click .pop-zixun textarea {
	display: block;
	width: 100%; height: 180px;
	padding: 20px 0;
	border-top: 1px solid #eee; border-bottom: 1px solid #eee;
	font-size: 14px; line-height: 24px;
	overflow-x: hidden;
}
#right-popup-consult .item-click .pop-zixun button {
	display: block; width: 100%;
	height: 40px; border: 2px solid #c2ae88;
	font-size: 14px; color: #c2ae88;
	cursor: pointer;
	margin-top: 25px;
}
#right-popup-consult .item-click .pop-zixun button:active { border-color: #ece4d3; background-color: #fff9ee; }


/* 2018-08-30 */
/* ban-pop-bar */
.ban-pop-bar {
	position: absolute; left: 50%; bottom: -30px; z-index: 100;
	width: 240px; height: 360px; padding: 20px 30px; margin-left: 300px;
	background-color: #fff; border-radius: 2px; box-shadow: 0 20px 60px 0 rgba(0,0,0, .15);
}
.ban-pop-bar .search { height: 36px; background-color: #eee; border-radius: 3px; position: relative; padding: 0 78px 0 8px; }
.ban-pop-bar .search .txt { float: left; width: 100%; height: 36px; padding: 8px 0; color: #000; }
.ban-pop-bar .search .btn { 
	position: absolute; top: 0; right: 0; 
	width: 70px; height: 36px; line-height: 32px; padding: 0; 
	background-color: #cfa972; border-color: #cfa972; color: #fff;
}
.ban-pop-bar .search .btn img { display: inline-block; vertical-align: middle; margin: -2px 0 0 5px; }
.ban-pop-bar .search .btn:hover { background-color: #c39e69; border-color: #c39e69; }
.ban-pop-bar .search .btn:active { background-color: #b8915b; border-color: #b8915b; }
	/**/
.ban-pop-bar .erweima dt { 
	height: 40px; line-height: 40px; background-color: #cfa972; border-radius: 4px; 
	font-size: 16px; color: #fff; text-align: center;
}
.ban-pop-bar .erweima dd { height: 138px; border: 1px solid #cfa972; border-radius: 3px; margin-top: 3px; }
.ban-pop-bar .erweima dd img { display: block; width: 102px; height: 102px; margin: 20px auto 0; }
	/**/
.ban-pop-bar .tel-400 { height: 86px; border: 1px solid #cfa972; border-radius: 12px; margin-top: 15px; }
.ban-pop-bar .tel-400 img { display: block; width: 209px; height: 53px; margin: 16px auto 0; }

/* zhuanye-item */
.zhuanye-item { width: 148px; margin-right: 2px; }
.zhuanye-item .zy-nr { padding: 30px 0; }
.zhuanye-item .zy-nr h3 { font-size: 19px; }
.zhuanye-item .zy-nr p { height: 144px; padding: 0 15px; margin-top: 17px; }
.zhuanye-item-hover { z-index: 10; }
.zhuanye-item-hover .zy-nr h3 { padding-top: 0; }

/* */
.jd-tu .bg h2 { padding-right: 250px; }
.l-w280 ul li a { padding-top: 17px; }
.l-w280 ul li a p { font-size: 15px; color: #6d6d6d; margin-top: 0; }
.jiansuo-bar .btn-search img { display: inline-block; vertical-align: middle; }

/* law-dongtai */
.law-dongtai { margin-top: 15px; }
.law-dongtai dt { height: 52px; background-color: #202128; margin-bottom: 16px; }
.law-dongtai dt strong { float: left; padding: 0 20px; background-color: #7a321e; font-size: 24px; line-height: 52px; color: #fff; }
.law-dongtai dt a { float: right; font-size: 16px; color: #fff; line-height: 52px; margin-right: 20px; }
.law-dongtai dt a:hover { color: #fff !important; }
.law-dongtai dd { height: 36px; line-height: 36px; overflow: hidden; margin-top: 4px; }
.law-dongtai dd a { font-size: 16px; color: #2b2b2b; }
.law-dongtai dd span { float: right; font-size: 14px; color: #bbb; margin-left: 20px; }