body {
    /* font-family: 'PingFang TC'; */
}
/* common */
.m {
	margin: auto;
	width: 1920px;
	clear: both;
}
.m_l {
	width: 1410px;
}
.m_l_1 {
	width: 1710px;
}
.m_r_2 {
	width: 200px;
}

.m_r {
	width: 300px;
}
@media(max-width:1920px) {
	.m {
		width: 1400px;
	}
	.m_l {
		width: 1090px;
	}
	.m_r {
		width: 300px;
	}
	.m_l_1 {
		width: 1190px;
	}
	.m_r_2 {
		width: 200px;
	}
}
@media(max-width:1400px) {
	.m {
		width: 1000px;
	}
	.m_l {
		width: 690px;
	}
	.m_r {
		width: 300px;
	}
	.m_l_1 {
		width: 790px;
	}
	.m_r_2 {
		width: 200px;
	}
}

@media(max-width:1000px) {
	.m {
		width: 100%;
		max-width: 640px;
	}
	.m_l {
		width: 100%;
	}
	.m_r {
		display: none;
	}
	.m_l_1 {
		width: 100%;
	}
	.m_r_2 {
		display: none;
	}

	.m_r_1 {
		display: none;
	}
}
@media(max-width:639px) {
	.m {
		width: 100%;
		min-width: 300px;
	}
}
.other_m {
	margin: auto;
	width: 1920px;
	clear: both;
}
@media(max-width:1920px) {
	.other_m {
		width: 1400px;
	}
}
@media(max-width:1400px) {
	.other_m {
		width: 1000px;
	}
}
@media(max-width:1000px) {
	.other_m {
		width: 100%;
		max-width: 640px;
	}
}
@media(max-width:639px) {
	.other_m {
		width: 100%;
		min-width: 300px;
	}
}

/* table */
.tb table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.tb th {
	background: #EEEEEE;
	border: #DDDDDD 1px solid;
	padding: 4px;
	line-height: 150%;
}

.tb td {
	border: #DDDDDD 1px solid;
	padding: 4px;
	line-height: 150%;
}

/* user */
.user {
	width: 300px;
	font-size: 12px;
	line-height: normal;
}

.user_login {
	padding: 15px 0 10px 25px;
}

.user_input {
	border: #8DB2E3 1px solid;
	padding: 3px 0 4px 3px;
	width: 90px;
	color: #666666;
}

.user_tip {
	margin: 0 20px 0 20px;
	padding: 0 0 5px 5px;
	border-bottom: #EEEEEE 1px solid;
	font-weight: bold;
	color: #333333;
}

.user_reg {
	padding: 5px 0 0 20px;
}

.user_reg_c {
	padding: 5px 0 10px 10px;
}

.user_can {
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #1B4C7A;
}

.user_can td {
	padding: 6px 0 10px 0;
}

.user_wel {
	padding: 18px 0 10px 45px;
	font-weight: bold;
	font-size: 14px;
}

.user_do {
	padding: 0 10px 0 10px;
	text-align: center;
}

.user_do td {
	padding: 6px 0 11px 0;
}

.user_warn {
	padding: 5px;
	margin: 0 10px 0 10px;
	border: #FFC600 1px solid;
	background: #FFFEBF;
	text-align: center;
	font-weight: bold;
}

.thumb {
	padding: 5px 0 5px 0;
}

.thumb img {
	border: #D0D0D0 1px solid;
	padding: 3px;
}

.thumb li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.thumbml ul {
	margin: 10px 0 15px 0;
}

.imb img {
	border: #DDDDDD 1px solid;
	padding: 3px;
}

/* album */
#mid_pos {
	position: absolute;
}

#mid_div {
	width: 240px;
	height: 180px;
	cursor: crosshair;
	padding: 5px;
	border: #CCCCCC 1px solid;
	background: #F3F3F3;
}

#zoomer {
	border: #333333 1px solid;
	width: 120px;
	height: 90px;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#big_div {
	width: 320px;
	height: 240px;
	border: #CCCCCC 1px solid;
	background: #FFFFFF;
	position: absolute;
	overflow: hidden;
}

#big_pic {
	position: absolute;
}

.ab_im {
	padding: 2px;
	margin: 10px 0 10px 13px;
	border: #C0C0C0 1px solid;
}

.ab_on {
	padding: 2px;
	margin: 10px 0 10px 13px;
	border: #FF6600 1px solid;
	background: #FF6600;
}

/* ads */
.adword_tip {
	color: #FF1100;
	border-bottom: #DDDDDD 1px solid;
	padding: 8px 10px 8px 28px;
}

/* .sponsor {} */

/* position */
.pos {
	padding: 0 10px 0 10px;
	line-height: 31px;
}

.pos2 {
	margin: 0 10px;
	padding: 0 10px 0 10px;
	line-height: 31px;
	border-bottom: 1px dotted #ccc;
}

.pos3 {
	padding: 0 10px 0 10px;
	line-height: 31px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.nav {
	padding: 0 10px 10px 10px;
}

/* show */
.title {
	height: 25px;
	font-size: 20px;
	text-align: center;
	font-family: \9ED1\4F53;
	font-weight: normal;
}

.title_trade {
	height: 25px;
	font-size: 18px;
	text-align: center;
	font-family: \9ED1\4F53;
	font-weight: normal;
	margin: 0 0 8px 0;
	border-bottom: #F1F1F1 1px solid;
	padding: 0 0 10px 0;
}

.info {
	margin: 0 15px 0 15px;
	padding: 4px 10px 4px 10px;
	border-top: #D0D0D0 1px solid;
	border-bottom: #D0D0D0 1px solid;
}

.introduce {
	margin: 10px 15px 10px 15px;
	padding: 8px 12px 8px 12px;
	line-height: 180%;
	font-size: 14px;
	background: #F1F1F1;
}

.content {
	font-size: 14px;
	line-height: 180%;
	padding: 10px 20px 10px 20px;
}

.content p {
	text-indent: 2em;
}

.content a:link,
.content a:visited,
.content a:active {
	color: #225588;
	text-decoration: underline;
}

.content a:hover {
	color: #FF6600;
	text-decoration: none;
}

.property {
	border: #E6E6E6 1px solid;
	background: #F6F6F6;
	padding: 10px;
	margin: 0 10px 0 10px;
}

.property li {
	float: left;
	width: 30%;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.detail {
	border-bottom: #C0C0C0 1px dotted;
	padding: 8px 0 8px 20px;
	margin: 0 15px 0 15px;
}

.related {
	padding: 5px 15px 5px 15px;
	line-height: 22px;
}

.keylink {
	font-weight: normal;
	padding: 0 3px 0 3px;
}


/* left */
.left_box {
	border: #DDDDDD 1px solid;
}

.left_head {
	border-top: #DDDDDD 1px solid;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.left_head span {
	font-weight: normal;
	font-size: 12px;
}

/* search */
.fsearch {
	padding: 5px 0 10px 15px;
	margin: 1px 1px 0 1px;
}

.sch {
	padding: 15px 20px 5px 20px;
	margin-bottom: 10px;
}

.sch p {
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	margin: 0;
}

.sch_find {
	border-top: #DDDDDD 1px solid;
	border-bottom: #EEEEEE 1px solid;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}

.sch_site li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 5px 0 25px;
	color: #666666;
}

.sch_relate li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0 5px 0 25px;
	color: #666666;
}


.rank_list li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 3px 5px 4px 35px;
}

.ppt {
	padding: 1px 15px 1px 35px;
	line-height: 25px;
}

.ppt_l {
	width: 60px;
	font-weight: bold;
}

.ppt_r {
	color: #DFDFDF;
}

.ppt span {
	padding: 1px;
	background: #2E6AB1;
	border: #1D589E 1px solid;
	color: #FFFFFF;
}

/* sell && buy && company */
.category {
	padding: 10px 20px 5px 15px;
}

.category p {
	padding: 5px 0 5px 0;
	margin: 0;
}

.category div {
	padding: 0 20px 0 20px;
}

.list {
	line-height: 180%;
	margin: 0 10px 0 10px;
}

.list div img {
	border: #CCCCCC 1px solid;
}

.list table {
	width: 100%;
	border-bottom: #CCCCCC 1px dotted;
}

.list td {
	padding: 10px 0 10px 0;
}

.list h3 {
	font-size: 14px;
	margin: 0px;
	height: 22px;
	overflow: hidden;
}

.about {
	border: #2786C6 1px solid;
	background: #F2F2F2;
	padding: 8px;
	margin: 15px 15px 0 15px;
}

.about li {
	padding: 5px 0 5px 5px;
}

.about li span {
	display: block;
	width: 100px;
	float: left;
	color: #1B4C7A;
}

.contact_head {
	height: 31px;
	line-height: 31px;
	border: #DDDDDD 1px solid;
	border-bottom: none;
	border-top: #FF8110 2px solid;
	background: #EEEEEE;
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.contact_body {
	padding: 10px;
	border: #DDDDDD 1px solid;
	border-top: none;
}

.contact_body li {
	line-height: 24px;
	border-bottom: #E2E2E2 1px solid;
	padding: 0 0 0 10px;
}

.contact_body li span {
	color: #1B4C7A;
	padding: 0 8px 0 0;
	width: 50px;
	display: inline-block;
}

.type {
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	border-top: #DDDDDD 1px solid;
	background: #EEEEEE;
	padding-left: 35px;
}

a.type_1:link,
a.type_1:visited,
a.type_1:active,
a.type_1:hover {
	float: left;
	display: block;
	padding: 0 15px 0 15px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

a.type_2:link,
a.type_2:visited,
a.type_2:active {
	float: left;
	display: block;
	padding: 0 15px 0 15px;
	border-right: #E2F0FB 1px solid;
}

a.type_2:hover {
	background: #258CFF;
	color: #FFFFFF;
}

.img_tip {
	width: 200px;
	z-index: 1000;
	position: absolute;
	padding: 5px;
	border: #DDDDDD 1px solid;
	background: #FFFFFF;
}

.vote {
	padding: 10px;
}

.vote div {
	font-weight: bold;
}

.vote li {
	padding: 3px 0 3px 0;
}

.vote p {
	margin: 5px 0 5px 0;
}

/* left_menu */
.left_menu {
	width: 150px;
}

.left_menu a {
	width: 90%;
	display: block;
}

.left_menu ul {
	padding-top: 2px;
}

.left_menu_li {
	line-height: 37px;
	height: 37px;
	padding-left: 30px;
	overflow: hidden;
}

.left_menu_on {
	line-height: 37px;
	height: 37px;
	padding-left: 30px;
	overflow: hidden;
}

.warn {
	padding: 30px 100px 30px 200px;
}

.warn div {
	padding: 5px 0 0 60px;
	font-size: 14px;
	line-height: 200%;
}

.warn h1 {
	font-size: 16px;
	margin: 0;
}

.guest_warn {
	padding: 2px 0 2px 0;
	text-align: center;
	margin: 0 130px 15px 130px;
	background: #FFF5D8;
	border: #FF7300 1px solid;
}

.back2top {
	width: 58px;
	height: 58px;
	position: fixed;
	_position: absolute;
	left: 50%;
	margin-left: 500px;
	bottom: 100px;
	_bottom: auto;
	cursor: pointer;
	display: none;
}


#tianhu_city {
	color: red;
}

#powered {
	padding: 6px 0 20px 0;
}



#web_h_fav {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 8px;
}

#web_h_login {
	width: 16px;
	height: 16px;
	display: inline-block;
	/* float: left; */
	margin: 0 5px;
	margin-top: 0px;
}

#web_h_reg {
	width: 16px;
	height: 16px;
	display: inline-block;
	/* float: left; */
	margin: 0 5px;
	margin-top: 0px;
}

.web_h_a {
	line-height: 16px;
	height: 16px;
	display: inline-block;
	width: 60px;
}

.bdsharebuttonbox {
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 2px;
}


.share {
	float: right;
	position: relative;
	top: 5px;
	z-index: 19999
}

.share li {
	float: left;
	margin: 0 5px 0;
	display: block;
	height: 35px;
	line-height: 35px;
	/* *float: left; */
	position: relative;
}

.share li a {
	display: block;
	height: 35px;
	line-height: 35px;
}

.share_p {
	line-height: 35px;
	height: 35px;
	position: relative;
	top: -5px;
}

.share li span {
	cursor: pointer;
}

#h_weixin {
	width: 22px;
	height: 19px;
	display: inline-block;
	margin: 0 0 0 5px;
}

#h_xinlang {
	width: 22px;
	height: 20px;
	display: inline-block;
	margin: 0 0 0 5px;
}

#h_tengxun {
	width: 22px;
	height: 20px;
	display: inline-block;
	margin: 0 0 0 5px;
}

.twoshare {
	position: absolute;
	left: -1px;
	_left: 0px;
	top: 37px;
	/* *top: 35px; */
	border: 1px solid #a0a0a0;
	background: #ffffff;
	color: #333;
	padding: 8px;
}

.h_photo {
	width: 300px;
	display: block;
	padding: 30px 0 0;
}

#h_photo_img {
	width: 38px;
	height: 38px;
	display: block;
	float: left;
	margin-right: 5px;
}

.h_padding3 {
	padding: 0 12px;
	cursor: pointer;
	margin: 1px;
}

.menu_bg {
	height: 50px;
	width: 100%;
	display: block;
	_display: inline-block;
}

.h_menu {
	height: 42px;
	line-height: 42px;
	line-height: 44px\9;
	font-size: 14px;
}

.h_menu2 {
	height: 42px;
	line-height: 42px;
	line-height: 44px\9;
	background: #000;
	font-size: 14px;
}

.h_menu2 li {
	float: left;
	color: #ffffff;
}

.h_menu a:link,
.h_menu a:visited,
.h_menu a:active {
	display: block;
	_display: inline-block;
	color: #FFFFFF;
}

.h_menu a:hover {
	color: #ff0000;
}

.h_menu2 a:link,
.h_menu2 a:visited,
.h_menu2 a:active {
	display: block;
	_display: inline-block;
	color: #FFFFFF;
}

.h_menu2 a:hover {
	color: #ff0000;
}

.h_index {
	height: 42px;
	padding: 0 0px 0 20px;
	width: 50px;
	display: block;
	overflow: hidden;
}

.h_index2 {
	height: 42px;
	padding: 0 0px 0 20px;
	width: 80px;
	display: block;
	overflow: hidden;
}

.h_padding {
	padding: 0 12px;
	cursor: pointer;
	position: relative;
	margin: 1px;
}

.h_padding2 {
	background: #ffffff;
	color: #333;
	padding: 5px 12px 15px;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	margin: 0px;
}

.h_padding ul {
	position: absolute;
	left: -1px;
	_left: 0px;
	top: 37px;
	/* *top: 35px; */
	border: 1px solid #a0a0a0;
	border-top: none;
	background: #ffffff;
	color: #333;
	padding-top: 8px;
	width: 100%;
}

.h_padding ul li {
	height: 14px;
	line-height: 14px;
	margin: 3px 0 8px;
	padding: 0px;
	/* *padding-bottom: 8px;
	*margin: 0px; */
	_height: 14px;
	width: 100%;
}

.h_padding ul li a:link,
.h_padding ul li a:visited,
.h_padding ul li a:active {
	padding: 4px 10px;
	color: #333;
}

.h_padding ul li a:hover {
	color: #ff0000;
	background: #ccc;
}

.h_menu2 b {
	color: #545454;
}

.h_right {
	width: 5px;
	height: 42px;
	display: inline-block;
	_margin-right: 0px;
}

.h_right2 {
	width: 5px;
	height: 42px;
	display: inline-block;
	_margin-right: 0px;
}

/*导航*/
.menu2 {
	height: 43px;
	/* *height: 42px; */
	font-family: "Microsoft Yahei", Tahoma, Geneva, sans-serif;
	padding-left: 0px;
	_overflow: hidden;
}

.menu2 span {
	color: #fff;
	height: 26px;
	line-height: 26px;
	float: left;
	position: relative;
}

.top2 {
	background: #000000;
	position: relative;
	z-index: 2;
	float: left;
	width: 823px;
}

.menu2 li {
	font-size: 14px;
	float: left;
	position: relative;
	padding: 8px 10px;
}

.menu2 li:hover {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	padding: 8px 9px;
}

.menu2 li:hover span {
	color: #333;
}

.menu2 li.no_sub a {
	color: #fff;
}

.menu2 li.no_sub:hover a {
	color: #333;
}

.menu2 li.no_sub:hover {
	border: 1px solid #a0a0a0;
	padding: 7px 9px;
}

.menu2 ul {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	border-top: none;
	position: absolute;
	left: -1px;
	top: -999em;
	z-index: 99999;
	display: none
}

.menu2 li:hover ul {
	top: 42px;
	display: block;
	width: 100%;
	/* !width: 88px; */
}

.menu2 li:hover ul li {
	font-size: 14px;
	border: none;
	float: left;
	padding: 4px 0 4px 10px;
}

.menu2 li:hover ul li a {
	color: #333;
	text-decoration: none;
}

.menu2 li:hover ul li a:hover {
	text-decoration: underline;
	color: #ff0000;
	background: #ccc;
}

/*IE6*/
.menu2 li.hover {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	padding: 8px 9px;
}

.menu2 li.hover span {
	color: #333;
}

.menu2 li.hover ul {
	top: 40px;
	display: block;
	_width: 88px;
}

.menu2 li.hover ul li {
	border: none;
	float: left;
	padding: 4px 0 4px 10px;
}

.menu2 li.hover ul li a:link,
.menu2 li.hover ul li a:visited,
.menu2 li.hoverul li a:active {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.menu2 li.hover ul li a:hover {
	background: #ccc;
	text-decoration: underline;
	color: #ff0000;
}

.menu2 li.no_sub.hover1 a {
	color: #333;
}

.menu2 li.no_sub.hover1 {
	border: 1px solid #a0a0a0;
	padding: 7px 9px;
}

/*调律页导航*/
.top3 {
	height: 42px;
	background: #000000;
	position: relative;
	z-index: 2;
	float: left;
	width: 1000px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.menu3 li {
	font-size: 16px;
	float: left;
	position: relative;
	padding: 8px 10px;
	height: 26px;
	line-height: 26px;
	width: 120px;
	text-align: center;
}

.menu3 li:hover {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	padding: 8px 9px;
	height: 26px;
	line-height: 26px;
}

.menu3 li:hover span {
	color: #333;
}

.menu3 li.no_sub a {
	color: #fff;
}

.menu3 li.no_sub:hover a {
	color: #333;
}

.menu3 li.no_sub:hover {
	border: 1px solid #a0a0a0;
	padding: 7px 9px;
}

/*IE6*/
.menu3 li.hover {
	background-color: #fff;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	padding: 8px 9px;
}

.menu3 li.hover span {
	color: #333;
}

.menu3 li.hover ul li a:hover {
	background: #ccc;
	text-decoration: underline;
	color: #ff0000;
}

.menu3 li.no_sub.hover1 a {
	color: #333;
}

.menu3 li.no_sub.hover1 {
	border: 1px solid #a0a0a0;
	padding: 7px 9px;
}



/* 回到顶部 */
.back2top2 {
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: block;
	/* border: 1px solid #fff; */
	position: fixed;
	right: 10px;
	bottom: 40px;
	background:#262626 url('new_images/back_top_icon.png') no-repeat center center;
	background-size: 24px 24px;
}
.back2top2:hover {
	background:#dc9c6a url('new_images/back_top_icon.png') no-repeat center center;
	background-size: 24px 24px;
}

/*link===友情链接*/
.box_body2 {
	height: 153px;
	width: 100%;
	border: #DDDDDD 1px solid;
	border-top: #030000 1px solid;
	padding: 0px;
}

.box_body2 li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

/* 友情链接 */
.f_link table {
	border-spacing: 0;
}

.f_link a {
	color: rgba(255, 255, 255, 0.7);
}

.f_link a:hover {
	color: #dc9c6a;
}

/*城市切换*/
.city_d {
	position: absolute;
}

.citylists {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 300px;
	min-width: 300px;
	display: block;
	border: 2px solid #e0e0e0;
	background: #ffffff;
	z-index: 9999;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.citys_head {
	font-size: 14px;
	background: #ffffff;
	margin: 3px;
}

.citylists table {
	width: 100%;
	background: #8ec31f;
}

.citylists td {
	background: #FBF7F4;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.citylists a:hover {
	color: #ff6600;
}

.cli {
	float: left;
	width: 60px;
	padding: 0 0 0 10px;
	font-size: 14px;
}

/*帮助中心*/
.helps {
	padding: 0px;
	margin: 0px;
	border: none;
}

.helps dl {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 180px;
	margin-left: 8px;
	float: left;
	_width: 170px;
}

.helps dl dt {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	padding-top: 17px;
}

.helps dl dt h3 {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #676767;
	padding: 0px;
	margin: 0px;
}

.helps dl dd {
	padding: 0px;
	margin: 0px;
	border: none;
	text-indent: 0px;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}

.helps dl dd a {
	color: #838383;
	font-size: 12px;
	font-weight: normal;
}

.helps dl dd a:hover {
	color: #ff6600;
}

/*调律师列表页*/
.member_box {
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}

.member_list {
	width: 80px;
	line-height: 120%;
	margin: 0 0px 0 2px;
	overflow: hidden;
	cursor: pointer;
}

.member_list div img {
	border: #CCCCCC 1px solid;
	margin: 2px;
}

.member_list table {
	width: 180px;
	border-bottom: #CCCCCC 1px dotted;
}

.member_list td {
	padding: 0px;
}

.member_list h3 {
	font-size: 14px;
	margin: 0px;
	height: 22px;
	overflow: hidden;
}

.member_list_hover {
	background: #e0e0e0;
}

/*调律师详细页*/
#mid_div_lv2 {
	width: 240px;
	height: 240px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	background: #F3F3F3;
}

/*搜索栏*/
.mall_search {
	background: #eeFFee;
	padding: 10px 20px;
	height: 100px;
}

.conditions li {
	float: left;
	padding: 0 10px;
	height: 16px;
	line-height: 16px;
}

.conditions li a {
	padding: 3px;
}

.conditions li a:hover {
	padding: 3px;
	background: #ff6600;
	color: #ffffff;
}

.first_li {
	font-weight: bold;
	font-size: 14px;
	float: left;
}

.conditions ul {
	float: left;
	width: 630px;
}

.box_body {
	padding: 0px;
}

.words li {
	margin: 1px 3px;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	color: #6d6d6d;
	cursor: pointer;
}

.words li a:link,
.words li a:visited,
.words li a:active {
	color: #6c6c6c;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.words li a:hover {
	background: #333;
	color: #ffffff;
}

.words2 li {
	margin: 1px 3px;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	color: #e0e0e0;
	overflow: hidden;
}

.wordshover {
	background: #333;
	color: #ffffff;
}

.box_body {
	border: #DDDDDD 1px solid;
	border-top: none;
	padding: 0px;
}

.box_body li {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

/*有边栏钢琴出租推荐位*/
/* .photo_list {} */

.photo_list li {
	height: 220px;
	overflow: hidden;
	padding: 8px 10px 3px;
	_padding-right: 0px;
}

.photo_list li p {
	margin: 3px 0;
	padding: 0px;
	text-indent: 0px;
	text-align: center;
	width: 180px;
}

/*查询栏*/
.fsearch {
	background: none;
	padding: 0px;
	margin: 0px;
}

.fsearch form {
	padding: 0px;
	margin: 0px;
}

#fsearch {
	padding: 0px;
	margin: 0px;
}

.fsearch1 {
	background: none;
	border: 1px solid #ddd;
	border-top: none;
	margin: 0px;
}

.fsearch1 table {
	border-collapse: collapse;
	width: 100%;
}

.fsearch1 tr {
	border-bottom: 1px dotted #ddd;
}

.fsearch1 li {
	height: 20px;
	line-height: 20px;
}

.search_tb1 {
	width: 60px;
	font-weight: bold;
	font-size: 14px;
	color: #6d6d6d;
	text-align: right;
}

.fsearch2 {
	margin: 0px;
	background: #eeeeee;
	border: 1px solid #ddd;
}

.fsearch2 strong {
	margin: 0 5px 0 15px;
}

.search_kw {
	width: 227px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #e1e1e1;
	color: #a29e9e;
	text-indent: 10px;
}

.search_sub {
	position: relative;
	left: -25px;
	top: 5px;
}

.piano_thumb-mall2 li {
	text-align: left;
	text-indent: 10px;
	color: #6d6d6d;
}

.fsearch3 table {
	border-collapse: collapse;
	width: 100%;
}

.fsearch3 tr {
	border-bottom: 1px dotted #ddd;
}

.fsearch3 li {
	height: 28px;
	line-height: 28px;
}

.search_kw2 {
	width: 375px;
	height: 24px;
	line-height: 24px;
	color: #a29e9e;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0px;
}

.search_words li {
	margin: 10px 0;
	width: 377px;
	border: 1px solid #e1e1e1;
	padding: 0px;
}

.search_subbox {
	padding: 10px 0;
}

/*钢琴出售首页*/
/* .rank_list2 {} */

.rank_list2 li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 3px 5px 4px 10px;
}

/*Dialog弹出窗口*/
#Dtop {
	border-right: #CCCCCC 0px solid;
	border-bottom: #CCCCCC 0px solid;
}

#Dtop .dbody {
	border: #a0a0a0 1px solid;
	background: #EBF0F6;
}

#Dtop .dhead {
	background: #a0a0a0;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	letter-spacing: 1px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	cursor: move;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#Dtop .dhead span {
	float: right;
	cursor: pointer;
	display: block;
	width: 26px;
	height: 26px;
}

#Dtop .dbox {
	padding: 8px;
	overflow: hidden;
	line-height: 200%;
	clear: both;
}

#Dtop .dsize {
	height: 11px;
	font-size: 1px;
}

#Dtop .dsize div {
	height: 11px;
	width: 11px;
	cursor: se-resize;
	font-size: 1px;
	float: right;
}

.perc {
	height: 9px;
	line-height: 9px;
	font-size: 1px;
	background: #FFFFFF;
	border: #EA7211 1px solid;
	text-align: left;
}

.perc div {
	height: 9px;
	line-height: 9px;
	font-size: 1px;
}

/*调律师查询结果框*/
.comment_tl {
	width: 100%;
	border: 0px solid #ccc;
	padding: 0px;
}

.comment_tl_box {
	width: 100%;
	margin: 0 auto;
}

.comment_tl_box td {
	font-size: 14px;
	color: #676767;
	text-align: center;
}


.service_box {
	position: fixed;
	z-index: 1000;
	right: -147px;
	top: 20%;
	margin-top: -100px;
	width: 146px;
	border: 1px solid #ece8e5;
	background: #fff;
	_position: absolute;
	_margin-top: -100px;
	/* _top: expression((documentElement.scrollTop)/2+(documentElement.clientHeight-this.offsetHeight)/2); */
}

.m_nav .nav_i {
	padding: 14px 20px;
}

.m_nav .start .nav_btn {
	line-height: 48px;
	overflow: hidden;
}

.m_nav .start a.nav_btn:hover {
	color: #fff;
}

.has_sub .nav_btn .arb {
	margin-top: 9px;
}

/*新增修改201410110*/

.pianos_d dd ul {
	padding-top: 5px;
}

.good_list ul {
	width: 100%;
}

.good_list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.good_list ul li .g_left {
	width: 80px;
	text-align: left;
	float: left;
}

.good_list ul li .f_gray {
	text-align: left;
	float: left;
}

.pianos_d li span img {
	width: 90px;
	height: 16px;
	overflow: hidden;
	margin-top: -3px;
}

/*幻灯片广告*/
.swipe {
	overflow: hidden;
	visibility: visible;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.swipe-wrap div {
	float: left;
	width: 100%;
	position: relative;
	line-height: 0;
}

.swipe-wrap div img {
	display: block;
	width: 1200px;
}

.swipe-wrap div a img {
	display: block;
	width: 100%;
	height: 400px;
}

.wap_main {
	display: none;
}
@media(max-width:1000px) {
	.wap_main {
		display: block;
	}
}

.swipe-wrap {
	margin-bottom: 0px;
}

.swipe-wrap div a img {
	min-height: 500px;
	height: auto;
}

.collapsed span {
	display: inline-block;
	left: -1em;
	font-size: 11px;
}

/*菜单切换*/
.navbar-toggle {
	position: relative;
	float: right;
	padding: 14px 10px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
	display: none;
}
@media(max-width:640px) {
	.navbar-toggle {
		display: block;
	}
}

.navbar-toggle:hover,
.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 37.5px;
	height: 3px;
	border-radius: 0px;
	background-color: #575B66;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}
.navbar-toggle-close{
	margin-right: 0;
}
.navbar-toggle-close .icon-bar{
	position: absolute;
	top: 50%;
	left: 50%;
}
.navbar-toggle-close .icon-bar+.icon-bar {
	margin-top: 0;
}
.navbar-toggle-close .icon-bar:first-child{
	transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggle-close .icon-bar:last-child{
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-toggle2 {
	padding: 9px 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 5px;
}

.navbar-toggle2 .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888;
}

.navbar-toggle2 .icon-bar+.icon-bar {
	margin-top: 4px;
}

.small_cell {
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	overflow: hidden;
	transform: rotate(45deg);
}
.small_cell_rb_bg {
	display: block;
	position: absolute;
	z-index: 100;
	bottom: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	overflow: hidden;
	transform: rotate(45deg);
}
.small_cell_rb {
	position: absolute;
	z-index: 500;
	bottom: -6px;
	right: -6px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	overflow: hidden;
	transform: rotate(45deg);
}
.small_circular_rb_bg {
	display: block;
	position: absolute;
	z-index: 100;
	bottom: -4px;
	right: -4px;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	overflow: hidden;
	transform: rotate(45deg);
}
.small_circular_rb {
	position: absolute;
	z-index: 500;
	bottom: -2px;
	right: -2px;
	width: 2px;
	height: 2px;
	background: #FFFFFF;
	border: 1px solid #BBBBBB;
	overflow: hidden;
	border-radius: 100%;
}

.mobile_infobox{
	position: fixed;
	top:0;
	right:0;
	padding-left: 50px;
	padding-right: 10px;
	background:#ffffff url('images/call.webp') no-repeat 5px center;
	background-size:36px 36px;
	border-radius: 0 0 0 10px;
}
.mobile_infobox .mobile_info{
	font-size: 24px;
	height:48px;
	line-height: 48px;
	color:#FF3300;
}

.ad_box img{
	width: 100%;
	height: auto;
}

.hover-icon.active:hover,
.hover-icon.active {
	background-color: #cbd5e1;
	--tw-bg-opacity: 0.3;
}