@charset "utf-8";
/* 设置body字体、字体大小、行高、颜色、背景色 */
body {font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-size: 12px; color: #333; background-color: #fff; }
/* 清除标签自带外边距离 */
body,div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, input, textarea, select, hr,legend, fieldset {margin: 0; padding: 0; }
/* 列表 */
li {list-style: none; }
/* 1. 修正所有浏览器中未被继承的字体类型。 * 2. 修正所有浏览器中未被继承的字体大小。 * 3. 处理 Firefox 4+, Safari 5, 及 Chrome 中默认设置不同的外边距。 */
input, button, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit; outline: none; background: none; border: none 0; }
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(//s1.17house.com/newweb/pc/common/images/xia-jiantou.png) no-repeat 98% 50%;padding-right:14px}

/* 保持垂直居中 */
img, input, textarea {vertical-align: middle; }
/* 去除img边框 */
img,hr {border: none 0; }
/* 清除字体倾斜 */
i,em {font-style: normal; }
/* 搜索框 */
input[type="search"]{-webkit-appearance:none;}
/* Òþ²ØÓò²»ÏÔÊ¾ */
[hidden], template {display: none; }
/* 清除表格单元格间距，合并边框 */
table {border-spacing: none; border-collapse: collapse; }
/* 隐藏空白的单元格 */
th,td {empty-cells: hide; }
/* 单元格水平垂直居中 */
table,tr,td {text-align: center; vertical-align: middle; }
/* 链接样式 */
a {text-decoration: none; color: #333; }
/* 设置获取焦点、活动元素的outline为0 */
a:active,a:hover {outline: 0; }
a:hover{color:#ff7200;}
/* html5标签diplay:block; */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block; }
/* ******** 字体颜色 star *********** */
.cWhite,.cWhite:visited,.cWhite a{color: #fff;}
.cGray,.cGray:visited,.cGray a{color: #999;}
.cDGray,.cDGray:visited,.cDGray a{color: #666;}
.cMdGray,.cMdGray:visited,.cMdGray a{color: #333;}
.cEGray,.cEGray:visited,.cEGray a{color:#d6d6d6;}
.cFGray,.cFGray:visited,.cFGray a{color:#ababab;}
.cGGray,.cHGray:visited,.cHGray a{color:#909090;}
.cHGray,.cHGray:visited,.cHGray a{color:#373737;}
.cIGray,.cIGray:visited,.cIGray a{color:#ccc;}
.cJGray,.cJGray:visited,.cJGray a{color:#a1a1a1;}
.cBlack,.cBlack:visited,.cBlack a{color:#000;}
.cRed,.cRed:visited,.cRed a{color:#ff0000;}
.cBRed,.cBRed:visited,.cBRed a{color:#ff4200;}
.cPink,.cPink:visited,.cPink a{color:#f2234f;}
.cOrange,.cOrange:visited,.cOrange a{color:#ff7200;}
.cBlue,.cBlue:visited,.cBlue a{color:#00a0e9;}
.cGBlue,.cGBlue:visited,.cGBlue a{color:#487de3;}
.cGreen,.cGreen:visited,.cGreen a{color:#8fbc03;}
.cGray a:hover,.cDGray a:hover,.cMdGray a:hover,.cEGray a:hover,.cFGray a:hover,
.cGGray a:hover,.cHGray a:hover,.cIGray a:hover,.cJGray a:hover,.cWhite a:hover{color:#00a151;}
/* ******** 字体颜色 end *********** */

/* ******** 字体大小 start *********** */
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f34{font-size:34px;}
.f36{font-size:36px;}
.f40{font-size:40px;}
/* ******** 字体大小 end *********** */

/* ******** 间距 start *********** */
.mt2{margin-top:2px;}.mr2{margin-right:2px;}.mb2{margin-bottom:2px;}.ml2{margin-left:2px;}
.mt3{margin-top:3px;}.mr3{margin-right:3px;}.mb3{margin-bottom:3px;}.ml3{margin-left:3px;}
.mt4{margin-top:4px;}.mr4{margin-right:4px;}.mb4{margin-bottom:4px;}.ml4{margin-left:4px;}
.mt5{margin-top:5px;}.mr5{margin-right:5px;}.mb5{margin-bottom:5px;}.ml5{margin-left:5px;}
.mt8{margin-top:8px;}.mr8{margin-right:8px;}.mb8{margin-bottom:8px;}.ml8{margin-left:8px;}
.mt10{margin-top:10px;}.mr10{margin-right:10px;}.mb10{margin-bottom:10px;}.ml10{margin-left:10px;}
.mt15{margin-top:15px;}.mr15{margin-right:15px;}.mb15{margin-bottom:15px;}.ml15{margin-left:15px;}
.mt20{margin-top:20px;}.mr20{margin-right:20px;}.mb20{margin-bottom:20px;}.ml20{margin-left:20px;}
.mt30{margin-top:30px;}.mr30{margin-right:30px;}.mb30{margin-bottom:30px;}.ml30{margin-left:30px;}
/* ******** 间距 end *********** */

/* ******** 行间距 start *********** */
.lh24{line-height: 24px;}
/* ******** 行间距 end *********** */

/* ******** 公共样式 start*********** */
.show{display: block;}
.hide{display: none;}
.l{float:left;}
.r{float:right;}
.tl{text-align: left;}
.tr{text-align: right;}
.tc{text-align: center;}
.wordwrap{word-wrap:break-word;}/*强制换行*/
.nowrap{white-space:nowrap;}/*禁止换行*/
.fN{font-weight:normal;}
.fB{font-weight:bold;}
.fI{font-style: italic;}
.dib{display:inline-block;}
.etc{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.vm{vertical-align:middle;}
.img{width:100%;}
.radius4{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.img-circle{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
/*.border{border:1px solid #ececec;}*/
.border1-top{border-top:1px solid #ececec;}
.border1-bottom{border-bottom:1px solid #ececec;}
.border1-left{border-left:1px solid #ececec;}
.border1-right{border-right:1px solid #ececec;}
/* ******** 公共样式 end *********** */

/* ******** 清除浮动 start *********** */
.clearfix {*zoom:1; }
.clearfix:after{display:block;content:'';height:0;overflow:hidden;clear:both;}
/* ******** 清除浮动 end *********** */

/* ******** input start *********** */
.input{border:1px solid #d6d6d6; line-height:34px; height:34px; color:#333; padding:0 4px;}
.select{border:1px solid #d6d6d6; line-height:36px; height:36px; color:#333;}
.input:focus,.select:focus{border-color:#ff4200; color:#333;}/*ÕýÔÚÊäÈë¿ò*/
input.error{border-color:#ff0d40;}/*´íÎóÊäÈë¿ò*/
/* ******** input end *********** */

/* ******** 按钮 start*********** */
.btn{cursor:pointer; display:inline-block; line-height:34px; height:34px; padding:0 30px; text-align: center; vertical-align: middle; border: 1px solid transparent;}
/* 粉色按钮 */
.btn-pink{color:#fff;background:#f83760;border-color:#f83760;}
.btn-pink:hover{color:#fff;background:#f65376;border-color:#f65376;}
.btn-pink:active{color:#fff;background:#ec1845;border-color:#ec1845;}
/* 橘色按钮 */
.btn-orange{color:#fff;background:#ea5404;border-color:#ea5404;}
.btn-orange:hover{color:#fff;background:#ef6a25;border-color:#ef6a25;}
.btn-orange:active{color:#fff;background:#db570f;border-color:#db570f;}
/* 蓝色按钮 */
.btn-blue{color:#fff;background:#3498e1;border-color:#3498e1;}
.btn-blue:hover{color:#fff;background:#3aa7f7;border-color:#3aa7f7;}
.btn-blue:active{color:#fff;background:#238dd9;border-color:#238dd9;}
/* 灰色按钮 */
.btn-default{color:#666;background:#f8f8f8;border-color:#ececec}
.btn-default:hover{color:#333;background:#f8f8f8;border-color:#ececec;}
.btn-default:active{color:#333;background:#ccc;border-color:#ececec;}
/* 禁用按钮 */
.btn-disabled{color:#fff;background:#ddd;border-color:#ddd;cursor:default;}
.btn-disabled:hover{color:#fff;background:#ddd;border-color:#ddd;}
.btn-disabled:active{color:#fff;background:#ddd;border-color:#ddd;}
/* 100%宽按钮 */
.btn-block{width:100%; height:40px; line-height:40px;}
/* ******** 按钮 end *********** */

/* ******** 页面容器 start *********** */
.main{width: 1190px; margin-right: auto; margin-left: auto;}
.area{width:100%;}
/* ******** 页面容器 end *********** */

/* ******** 路径 start *********** */
.path{line-height:1.6; padding:7px 0;}
.path li{display: inline-block;}
.path li i{display: inline-block; width:5px; height:9px; margin:0 8px; background: url(../images/icon-right.png) no-repeat;}
.path li strong{font-weight: normal; color:#999;}
/* ******** 路径 end *********** */

/* ******** 翻页 start *********** */
.page{padding:20px 0; text-align: center;}
.page a,.page .active,.page .prev,.page .next{border:1px solid #ddd; width:35px; height:35px; line-height:35px; background:#fff; display:inline-block; margin:0 0 0 5px;}
.page a:hover,.page .active{background:#00a051; border:1px solid #00a051; color:#fff;}
.page .prev,.page .next{background:#fff; border:1px solid #ddd; color:#ccc; width:85px;}
.page .next{color:#333}
/* ******** 翻页 end *********** */

/* ******** 标题 start *********** */
.title-h2{font-size:30px; line-height:30px; padding-bottom:10px; font-weight:normal;}
.title-h2 i{display:inline-block; width:10px; height:34px; background:#f2f2f2; vertical-align: middle; margin-right:10px;}
.title-h2 .other{float:right; margin-top:6px; font-weight: normal; color:#999; font-size:12px;}
.title-h3{font-size:16px; padding:8px 0 10px 0; font-weight:normal;}
/* ******** 标题 end*********** */

/* ******** 星星 start *********** */
.icon-star,.icon-star-empty{vertical-align: middle; display:inline-block; width:20px; height:20px; margin:-4px 4px 0 0; background:url(../images/icon-08.png) no-repeat; }
.icon-star-empty{background: url(../images/icon-09.png);}
/* ******** 星星 end *********** */

/* ******** 布局 start *********** */
.w312{width:312px;}
.w840{width:840px;}
.layout-l-860{float:left;width:860px;margin-right:20px;}
.layout-r-310{float:right;width:310px;}
/* ******** 布局 end *********** */
/* 2-头部样式 */
.header{width:100%;}
.siteNav{width:100%;height:36px;background:#f2f2f2;border-bottom:1px solid #eaeaea;}
.beas{border-bottom:0;}
.siteNavBg{width:1190px;height:36px;line-height:36px;font-size:12px;margin:0 auto;color:#9f9f9f;}
.siteNavBg a{font-size:12px;}
.siteNavBg a:hover{color:#ff7200;}
.siteNavBgL{float:left;}
.siteNavBgL li{display:inline-block;}
.siteNavBgL li a{display:inline-block;color:#666;}
.siteNavBgL li a:hover{color:#ff7200;}
.siteNavBgL li a i{display:inline-block;width:11px;height:14px;vertical-align:middle;background:url(../images/header_sprites.png) no-repeat left top;margin:0 14px 0 6px;}
.siteNavBgL li a:hover i{background:url(../images/map.png) no-repeat;}
.siteNavBgL li.border{width:1px;height:13px;background:#999;vertical-align:middle;margin:0 10px;}
.siteNavBg p{float:left;color:#666;}
.siteNavBgR,.siteNavBgRS{float:right;}
.siteNavBgRS{display:none;}
.siteNavBgRS .owen{border:1px solid #f2f2f2;border-bottom:0;}
.siteNavBgR li,.siteNavBgRS li{display:inline-block;float:left;padding:0 12px;}
.siteNavBgR li a,.siteNavBgRS li a{color:#333;}
.siteNavBgR li a:hover,.siteNavBgRS li a:hover{color:#333;}
.siteNavBgRS li a.res i{display:inline-block;width:7px;height:4px;margin-left:4px;background:url(../images/header_sprites.png) no-repeat -34px top;}
.siteNavBgR li a.color,.siteNavBgRS li a.color{color:#ff7200;}
.siteNavBgR li.last,.siteNavBgRS li.last{padding-right:0;}
.siteNavBgR li.customerService,.siteNavBgRS li.customerService{cursor:pointer;width:60px;height:34px;text-align:center;border:1px solid #f2f2f2;position:relative;left:0;top:0;}
.siteNavBgR li.customerService i,.siteNavBgRS li.customerService i{display:inline-block;width:7px;height:4px;margin-left:4px;background:url(../images/header_sprites.png) no-repeat -34px top;}
.siteNavBgR li.customerService.show,.siteNavBgRS li.customerService.show{color:#666;border:1px solid #ccc;background:#fff;border-bottom:0;padding-bottom:1px;z-index:999;}
.siteNavBgR li.customerService.show i,.siteNavBgRS li.customerService.show i,.siteNavBgRS .owen:hover a i{display:inline-block;width:7px;height:4px;margin-left:4px;background:url(../images/header_sprites.png) no-repeat -55px top;}
.siteNavBgRS_list{width:83px;height:180px;border:1px solid #ccc;border-top:0;background:#fff;z-index:999;display:none;}
.siteNavBgRS_list li{width:100%;height:36px;}
.siteNavBgRS_list li a{display:inline-block;width:100%;height:36px;line-height:36px;text-align:center;color:#666;font-size:12px;}
.siteNavBgRS_list li a:hover{background:#ececec;}
	/*头部样式修改2016-09-07 start*/
.siteNavBgR li.last,.siteNavBgRS li.last{position:relative; padding: 0;}
.siteNavBgR li.last a,.siteNavBgRS li.last a{color: #00a151;}

/* 隐藏注册登录  2021年9月18日10:39:59 */
.siteNavBgR li .login,.siteNavBgR li .res{display: none!important;}


.nav_ft{text-align:center;font-size:16px;color:#00a151;cursor:pointer;}
.nav_ft i{width:29px;height:29px;background:url(//s4.17house.com/common/images/header_phone.png) no-repeat center;margin-right:6px;vertical-align:middle;}
.nav_ft a{color:#00a151;}
.nav_ft a:hover{color:#00a151;}
.nav_ft.hover{color:#00a151;cursor:pointer;}
/*.nav_ft.hover i{background:url(//s2.17house.com/common/images/header_sprites.png) no-repeat right top;}*/
.nav_ft_list{ position:absolute; width:161px;height:311px; left:-21px; padding-top: 10px;display:none;cursor:pointer;z-index:110;}
.nav_ft_list ul {width:161px;height:311px; line-height: 1; border:1px solid #eaeaea;background:#f2f2f2;}
.nav_ft_list .triangle{position: absolute; left: 0;right: 0; top:3px;width: 12px;height: 9px; margin: auto; background: url(//s4.17house.com/common/images/tbjiantou.png) no-repeat center;}
.nav_ft_list li{width:161px;height:136px;margin-top:10px; padding: 0; text-align: center;}
.nav_ft_list li span{display:block;text-align:center;color:#999;}		 	
	
	/*头部样式修改2016-09-07 end*/
/* 客户服务下拉菜单 */
.dropDown{width:228px;height:180px;border:1px solid #ccc;box-shadow:0 1px 2px #ececec;background:#fff;padding:10px 20px;display:none;z-index:99;}
.dropDownTop{width:228px;height:130px;border-bottom:1px dashed #ececec;}
.DDTleft,.DDTright{float:left;width:94px;height:130px;padding:0 10px;text-align:center;}
.dropDownTop a{display:block;line-height:28px;}
.dropDownTop a:hover{color:#333;}
.dropDownTop a i{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:6px;background:url(../images/header_sprites.png) no-repeat;}
.dropDownTop a.a1{color:#ea5404;}
.dropDownTop a.a2{}
.dropDownTop a.a3 i{background-position:-101px top;}
.dropDownTop a.a4 i{background-position:-196px top;}
.dropDownTop a.a5{width:64px;height:20px;line-height:20px;border:1px solid #ececec;box-shadow:0 1px 2px #ececec;background:-webkit-linear-gradient(#fefefe,#eceaea);margin:4px 9px;}
.dropDownTop a.a6 i{background-position:-149px top;}
.dropDownTop a.a7 i{background-position:-243px top;}
.dropDownBottom{width:228px;height:50px;margin-top:10px;}
.dropDownBottom a.DDBimg{display:inlien-block;width:30px;height:25px;}
.dropDownBottom a.DDBimg span{display:inline-block;width:77px;line-height:18px;margin-right:20px;vertical-align:bottom;}
.dropDownBottom a.DDBword{display:inline-block;width:72px;height:22px;background:#ea4504;color:#fff;text-align:center;line-height:22px;border-radius:4px;}
.HdHead{width:1190px;height:75px;margin:0 auto;padding-top: 46px;}
.loginCity,.city,.search,.searchText,.searchBtn,.honor,.mouble{display:inline-block;float:left;}
.loginCity{width: 338px;margin-right: 20px;margin-top: -7px;}/*原无*/
.loginCity .logo{float:left;}
.logo img{width:167px !important;}
.loginCity .logo a{display:block;}
.loginCity .border{float:left;width:1px;height:42px;background:#FFFFFF;margin:6px 14px 0; display: none;}
.loginCity .border1{float:left;width:1px;height:42px;background:#e8e8e8;margin:6px 14px 0; display: none;}
.logor{float:left; margin-left: 40px;}
/*这里加了一行代码，把logor下面的img暂时隐藏。*/
/*.logor img{visibility: hidden;}*/
.logor a{display:inline-block;margin-top: 10px;}/*原无*/
.logor span{font-size:32px;line-height:50px;}
.search{position:relative;height:36px;vertical-align:top;z-index:20;}
.search .searchText{float:left;height:34px;border:2px solid #00a151;border-right:none;}
.search .searchText div{display:inline-block;float:left;width:95px;height:34px;line-height:34px;text-align:center;color:#666;cursor:pointer;}
.search .searchText div i{display:inline-block;width:7px;height:4px;background:url(../images/header_sprites.png) no-repeat -34px top;vertical-align:middle;margin-left:14px;}
.search .searchText div.show i{background:url(../images/header_sprites.png) no-repeat -55px top;}
.search .searchText span{display:inline-block;height:100%;font-size:12px;color:#666;}
.searchList{position:absolute;left:0;top:45px;width:94px;border:2px solid #00a151;border-top:1px solid #fff;background:#fff;display:none;z-index:99;}
.searchList li{width:74px;height:30px;line-height:30px;font-size:12px;padding-right:20px;text-align:center;color:#666;cursor:pointer;}
.searchList li:hover{background:#eee;}
.search .searchText input{width:299px;color:#999;padding:9px 0;line-height:18px;}
.search .searchBtn{float:left;width:70px;height:38px;background:#00a151;text-align:center;letter-spacing:10px;padding-left:10px;line-height:36px;color:#fff;font-size:16px;cursor:pointer;}
.search .searchBtn:hover{background:#00823f;text-decoration:none;}
.search{position: relative; }
.search .wendaSearch{position: absolute; right: -110px; top: 10px; width: 100px; height: 36px; background: #236dde; color: #fff; font-size: 16px; text-align: center; line-height: 36px; cursor: pointer; }
.honor,.mouble{position:relative;color:#666;cursor:pointer;}
.honor{margin:-14px 30px 0 0;width:230px; float: right;}
.mouble{margin-left:130px;width:168px;}
/*修改三张无缝滚动图片start*/
.honor_list_bg{position:absolute;left:32px;width:180px;height:54px;overflow:hidden;}
.honor_list{position:absolute;left:0;top:0;/*width:340px;*/height:54px;}
.honor_list img{}
.honorL,.honorR{float:left;width:180px;height:54px;}
.honor_left{float:left;display:inline-block;background:#fff;width:20px;height:40px;}
.honor_right{position:absolute;right:0;top:0;float:left;background:#fff;width:20px;height:40px;}
/*修改三张无缝滚动图片end*/
.honor_left i{width:9px;height:13px;background:url(../images/header_sprites.png) no-repeat -160px -54px;margin-top:16px;margin-right:20px;}
.honor_right i{width:9px;height:13px;background:url(../images/header_sprites.png) no-repeat -201px -54px;margin-top:16px;margin-left:20px;}
/* 移动应用 */
.mouble .nav_ft{padding:12px 0 4px;width:168px;margin-top:0;margin-left:0;border:2px solid #fff;border-bottom:0;}
.mouble:hover .nav_ft{border:2px solid #ea4504;border-bottom:0;}
.mouble:hover .nav_ft_list{right:-4px;}
/* SEM咨询着陆页 start */
.logor div{font-size:12px;color:#bababa;padding-top:7px;}
.logor p{font-size:12px;color:#666;}
.logor p em{color:#ff7200;}
ul.logoList{float:left;margin-top:10px;}
ul.logoList li{font-size:12px;float:left;padding:0 20px;border-left:1px solid #ececec;}
ul.logoList li:first-child{border-left:0;}
ul.logoList li a{font-size:12px;}
ul.logoList li img{float:left;margin-right:10px;}
ul.logoList li div{float:left;}
ul.logoList li div span{color:#666;}
ul.logoList li div p{color:#999;}
/* end SEM咨询着陆页 */
/* 导航 */
.nav{left:0;top:0;width:100%;height:44px;background:#fff;border-bottom:2px solid #00a051;}
.navList{position:relative;width:1190px;height:44px;margin:0 auto;}
.nav_hd,.nav_hd li.nav_hd_list i,.nav_ft,.nav_ft i{display:inline-block;}
.nav_hd{float:left;width:960px;height:38px;padding-top:6px;}
.nav_hd_baike{width:100%;}
.nav_hd li.nav_hd_list{float:left;position:relative;}
.nav_hd li.nav_hd_list a.nhla{display:inline-block;width:auto;height:auto;color:#333;font-weight:normal;font-size:15px;padding:0 20px;line-height:38px;cursor:pointer;border-left:3px solid #fff;}
.nav_hd li.nav_hd_list a.nhla.hover{color:#fff;background:#00a051;border-left:3px solid #00a051;text-decoration:none;}
.nav_hd li.nav_hd_list a.nhla.active{color:#fff;background:#00a051;border-left:3px solid #00a051;}
.nav_hd li.nav_hd_list a.nhla.hover i{background-position:-30px -44px;}
.nav_hd li.nav_hd_list a.nhla i{width:9px;height:6px;background:url(../images/header_sprites.png) no-repeat left -44px;margin-left:12px;vertical-align:middle;}
.NHList{position:absolute;top:38px;display:inline-block;background:#fff;border-left:3px solid #00a051;border-bottom:3px solid #00a051;border-right:1px solid #ececec;display:none;z-index:9;}
.NHList li{display:inline-block;width:100%;}
.NHList li a{display:inline-block;width:100%;height:36px;line-height:36px;font-size:12px;text-align:center;color:#333;}
.NHList li a:hover{background:#ececec;text-decoration:none;}
.nav_hd_list ul.a{width:120px;}
.nav_hd_list ul.b{width:120px;}
.nav_hd_list ul.c{width:105px;}
.nav_hd_list ul.d{width:120px;}
.nav_hd_list ul.e{width:120px;}
.nav_hd_list ul.f{width:113px;}
.nav_hd_list ul.g{width:120px;}

/* 频道导航 */
.subNav{position:relative;width:1190px;background:#ff6d34;height:36px;margin:0 auto;z-index:10;}
.subNavList{position:absolute;left:0;}
.subNavList li{float:left;}
.subNavList a{float:left;line-height:36px;font-size:16px;color:#fff;padding:0 21px;}
.subNavList i{float:left;width:2px;height:36px;background:url(../images/nav_01.png) no-repeat;}
.subNavList a.show,.subNavList a:hover{background:#c74c0a;}
.subNavOrder{position:absolute;top:2px;right:2px;width:300px;height:32px;background:#fff;}
.subNavOrder span{float:left;width:18px;height:32px;background:url(../images/nav_02.jpg) no-repeat;}
.subNavOrderList{float:left;}
.subNavOrderList .children{float:left;}
.subNavOrderList .children p{font-size:16px;line-height:32px;color:#eb5f15;padding:0 10px;cursor:pointer;}
.subNavOrderList .children p i{display:inline-block;width:18px;height:18px;vertical-align:top;margin-top:6px;padding-right:5px;}
.subNavOrderList .children p i.i1{background:url(../images/nav_03.png) no-repeat;}
.subNavOrderList .children p i.i2{background:url(../images/nav_04.png) no-repeat;}
.subNavOrderList .children p i.i3{background:url(../images/nav_05.png) no-repeat;}
.childrenList{display:none;width:86px;text-align:center;border:2px solid #ff7342;border-top:2px solid #fff;background:#fff;z-index:9;}
.childrenList li a{display:block;line-height:25px;font-size:12px;color:#666;}
.childrenList li a:hover{background:#ececec;}
/* 终端页导航 */
.headerSmall{width:100%;height:48px;border-bottom:1px solid #eee;}
.siteNavSmall{width:100%;height:48px;background:#f2f2f2;}
.siteNavSmallBg{width:1190px;height:48px;line-height:36px;font-size:12px;margin:0 auto;color:#9f9f9f;}
.siteNavSmallBg a{font-size:12px;}
.siteNavSmallBg a:hover{color:#ff7200;}
h2.logo{float:left;width:92px;height:48px;text-align:center;line-height:48px;padding-right:13px;}
h2.logo a{display:block;}
h2.logo a img{vertical-align:middle;}
ul.siteNavSmallBgL{float:left;}
ul.siteNavSmallBgL li{float:left;}
ul.siteNavSmallBgL li a{font-size:12px;line-height:48px;padding:0 15px;}
.siteNavBg ul.siteNavSmallBgL li a{line-height:36px;padding:0 10px;}
/* 尾部 */
.footer{width:100%;background: #fff;}
/* 友情链接 */
.friendLink{width:1190px;margin:38px auto 45px; position: relative;}
.friendLink .friendLinkQQ{ position: absolute; right: 0 ; line-height: 28px;}
.friendLink_nav{height:28px; }
.friendLink_nav li{float:left;height:28px;line-height:28px;color:#999;cursor:pointer;}
.friendLink_nav li.left{margin-right:30px;}
.friendLink_nav li.show{color:#666;border-bottom:2px solid #00a151;}
.friendLink_con{width:100%;margin-top:10px;}
.friendLink_con .FLlist,.friendLink_con ul.fLlist{width:100%;display:none;}
.friendLink_con .FLlist.show,.friendLink_con ul.fLlist.show{display:block;}
.FLlist li,.fLlist li{display:inline-block;line-height:20px;}
.FLlist li a,.fLlist li a{display:inline-block;height:20px;margin-right:16px;color:#999;font-size:12px;}
.FLlist li a:hover,.fLlist li a:hover{color:#ea4504;}
.subFooter{width:100%;height:256px;background:#1f1f1f;}
.subFooterBG{width:100%;height:90px;margin-bottom:20px;padding-top:20px;}
.subFooterT{width:1190px;height:70px;margin:0 auto;padding:10px 0;}
.subFooterT_list{width:100%;height:90px;}
.subFooterT_list li{float:left;margin-right:38px;}
.subFooterT_list li.last{margin-right:0;}
.subFooterT_list li a{display:inline-block;font-size:14px;}
.subFooterT_list li a i{display:block;width:48px;height:48px;background:url(../images/header_sprites.png) no-repeat;}
.subFooterT_list li a i.i1{background-position:left -320px;margin-left:30px;}
.subFooterT_list li a i.i2{background-position:-160px -320px;margin-left:18px;}
.subFooterT_list li a i.i3{background-position:right -320px;margin-left:23px;}
.subFooterT_list li a i.i4{background-position:left -470px;margin-left:25px;}
.subFooterT_list li a i.i5{background-position:-160px -470px;margin-left:25px;}
.subFooterT_list li a i.i6{background-position:right -470px;margin-left:7px;}
.subFooterT_list li a i.i7{background-position:left -620px;margin-left:7px;}
.subFooterT_list li a i.i8{background-position:-160px -620px;margin-left:7px;}
.subFooterT_list li a i.i9{background-position:left bottom;margin-left:24px;}
.subFooterT_list li a i.i0{background-position:-160px bottom;margin-left:7px;}
.subFooterT_list li a span{display:block;color:#fff;margin-top:10px;}
.subFooterT_list li a span:hover{color:#ff9100;}
.subFooterBg{width:100%;height:144px;border-top:1px solid #353535;}
.subFooterB{width:1190px;height:116px;margin:0 auto;padding-top:14px;padding-bottom:14px;}
.subFooterB ul{float:left;width:126px;height:100px;margin-right:30px;overflow:hidden;}
.subFooterB ul li{}
.subFooterB ul li h4{line-height:28px;color:#666;}
.subFooterB ul li,.subFooterB ul li a{display:block;line-height:24px;color:#999;font-size:12px;}
.subFooterB ul li a:hover{color:#ff9100;}
.subFooterB ul.last{width:360px;height:100px;overflow:hidden;}
.SFBlist{float:left;width:170px;height:80px;padding:14px 0 0;}
.SFBlist img{width:80px;height:80px;float:left;}
.SFBlist .weixin{float:left;display:inline-block;width:75px;height:40px;vertical-align:middle;margin:20px 0 0 5px;}
.SFBlist .weixin span{line-height:20px;color:#666;font-size:12px;}
/* 版权 */
.copyRight,.copyRights{width:100%;height:80px;background:#1f1f1f;border-top:1px solid #353535;}
.copyRight{width:100%;height:120px;border-top:none}
.copyRights{height:120px;}
.subcoptRight{width:1190px;height:40px;margin:0 auto;padding:20px 0;}
.subImg{float:left;margin-right:66px;}
.SCRleft{float:left;/*width:716px;*/height:40px;}
.copyRights .SCRleft{margin-top:13px;}
.SCRleft ul{/*width:716px; */height:16px;margin-bottom:6px;}
.SCRleft ul li{display:inline-block;padding:0 10px;border-right:1px solid #656363;*float:left;}
.SCRleft ul li.first{padding-left:0;}
.SCRleft ul li.last{border-right:0;}
.SCRleft ul li a{color:#a7a5a5;font-size:12px;}
.SCRleft ul li a:hover{text-decoration:underline;}
.SCRleft p{height:20px;padding-left:30px;line-height: 20px;background: url(//s1.17house.com/home/images/beian.png) no-repeat;font-size:12px;}
.SCRleft p a{display:inline-block;color:#4e4a4a;font-size:12px;}
.SCRleft p a:hover{text-decoration: underline;}
.SCRleft p span{color:#4e4a4a;}
.SCRright{float:right;/*width:242px; */height:43px;}
.copyRights .SCRright{margin-top:14px;}
.SCRright span{display:inline-block;width:108px;height:40px;background:url(../images/header_sprites.png) no-repeat;cursor:pointer;font-size:12px;}
.SCRright span.s1{background-position:right -619px;}
.SCRright a,.SCRright div{float:left;color:#999;cursor:default;}
.SCRright div{margin-top:-8px;}
.SCRright a span.s2{margin-left:20px;background-position:right bottom;}
.SCRright a img{margin-right:4px;float:left;}
.SCRright a .weixinImg{width:88px;height:88px;margin-top:-17px;}
.SCRright a p{float:left;font-size:12px;color:#999;margin-top:8px;margin-right:43px;line-height:16px;}
.SCRright a div h3{font-size:20px;font-weight:normal;}
.SCRright a div em{color:#666;font-size:12px;line-height:22px;padding-left:18px;display:block;}
.SCRright a div em.em1{background:url(../images/sem_18.png) no-repeat left center;}
.SCRright a div em.em2{background:url(../images/sem_20.png) no-repeat left center;}
.bottomLogo{margin-top:20px;}

/* 新底部 */
.newfooter{width: 100%;background: #fff;}
.newfooter a{font-style: normal;font-size: 14px;font-family: '微软雅黑',Verdana,Arial,Helvetica,sans-}
.newfooter .footer_box{width: 1200px;margin: 0 auto;}
/*保障*/
.newfooter .footer_box .footer_baozhang{height: 132px;border-bottom: 1px solid #e4e4e4;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list{float: left;width: 110px;margin-right: 71px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg{background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat;margin: 30px auto 20px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list p{font-size: 18px;color: #333;width: 100%;text-align: center;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img1{width: 34px;height: 40px;background-position: -1055px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img2{width: 37px;height: 40px;background-position: -1091px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img3{width: 41px;height: 40px;background-position: -1130px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img4{width: 40px;height: 40px;background-position: -1173px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img5{width: 36px;height: 40px;background-position: -1217px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img6{width: 40px;height: 40px;background-position: -1256px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list .footer_baozhangImg.img7{width: 40px;height: 40px;background-position: -1301px -107px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img1{background-position: -1055px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img2{background-position: -1091px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img3{background-position: -1130px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img4{background-position: -1173px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img5{background-position: -1217px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img6{background-position: -1256px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover .footer_baozhangImg.img7{background-position: -1301px -157px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list:hover p{color: #1AC078;}

/*新增团购保障*/
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1{float: left;width: 120px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg{background: url(//s1.17house.com/newweb/pc/common/images/footSprites.png) no-repeat;margin: 30px auto 20px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 p{font-size: 18px;color: #333;width: 100%;text-align: center;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img1{width: 36px;height: 36px;background-position: 0px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img2{width: 36px;height: 36px;background-position: -40px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img3{width: 36px;height: 36px;background-position: -80px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img4{width: 36px;height: 36px;background-position: -120px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img5{width: 36px;height: 36px;background-position: -160px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img6{width: 36px;height: 36px;background-position: -200px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img7{width: 36px;height: 36px;background-position: -240px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img8{width: 36px;height: 36px;background-position: -280px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img9{width: 36px;height: 36px;background-position: -320px 0px;}
.newfooter .footer_box .footer_baozhang .footer_baozhang_list1 .footer_baozhangImg.img10{width: 36px;height: 36px;background-position: -360px 0px;}
/*新增团购保障 end*/
/*保障 end*/
/*服务与支持*/
.newfooter .footer_box .footer_container:after{display:block;content:'';height:0;overflow:hidden;clear:both;}
.newfooter .footer_box .footer_container .footer_container_left{border-right: 1px solid #e4e4e4;float: left;}
.newfooter .footer_box .footer_container .footer_container_left ul{}
.newfooter .footer_box .footer_container .footer_container_left ul .footer_container_li{width: 145px;margin-right: 60px;}
.newfooter .footer_box .footer_container .footer_container_left ul .footer_container_li h3{font-size: 16px;color: #333;text-align:left;line-height:50px;}
.newfooter .footer_box .footer_container .footer_container_left ul .footer_container_li li{width: 86px;line-height: 30px;}
.newfooter .footer_box .footer_container .footer_container_left ul .footer_container_li li a{color: #666;}
.newfooter .footer_box .footer_container .footer_container_left ul .footer_container_li li a:hover{color: #00a151;}
.newfooter .footer_box .footer_container .footer_container_right{padding-left: 88px;float: left}
.newfooter .footer_box .footer_container .footer_container_right .Tel{font-size: 24px;color: #1ac078;font-weight: bold;text-align: center;}
.newfooter .footer_box .footer_container .footer_container_right .Time{font-size: 14px;color: #666666;text-align:center;}
.newfooter .footer_box .footer_container .footer_container_right .zixunBtn{width: 168px;position: relative;padding: 0 20px 0 20px;; height: 48px;border: 1px solid #1ac078;margin-top: 20px;border-radius:3px;text-align: right;line-height: 48px;font-size: 18px;color: #1ac078;cursor: pointer;}
.newfooter .footer_box .footer_container .footer_container_right .zixunBtn i{display: inline-block;width: 29px;height: 26px;position: absolute;top: 50%;margin-top: -13px;left: 20px;background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -163px -236px;}
.newfooter .footer_box .footer_container .footer_container_right .zixunBtn:hover{background: #1ac078;color: #fff;}
.newfooter .footer_box .footer_container .footer_container_right .zixunBtn:hover i{background-position: -163px -289px;}
.newfooter .footer_box .footer_container .footer_container_right .text{font-size: 14px;color: #999999;line-height: ;}
/*服务与支持end*/
/*尾部 end*/
/*新版权*/
.newcopy{width:100%;height: 120px;background: #f8f8f8;}
.newcopy a{font-style: normal;font-size: 12px;font-family: '微软雅黑',Verdana,Arial,Helvetica,sans-}
.newcopy .copy_box{width: 1200px;height: 120px;margin: 0 auto;}
.newcopy .copy_box .copy_box_left{float: left;}
.newcopy .copy_box .copy_box_left p{display: inline-block;line-height: 120px;font-size: 12px;color: #a0a0a0;}
.newcopy .copy_box .copy_box_left p i{float: left;width: 18px;height: 20px;background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -398px -480px;margin-top: 50px;margin-right: 10px;}
.newcopy .copy_box .copy_box_left p a{color: #a0a0a0;}
.newcopy .copy_box .copy_box_right{margin-top: 37px;float: right;}
.newcopy .copy_box .copy_box_right .s1{float: left;width: 106px;height: 41px;background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -164px -459px;margin-right: 10px;}
.newcopy .copy_box .copy_box_right .s2{float: left;width: 106px;height: 38px;background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -282px -462px;}
/*新版权 end*/

/* 登录弹窗 */
.loginBox_bg{position:fixed;top:0;left:0;background:#000;opacity:0.4;filter:alpha(opacity:40);z-index:9999;}
.loginBox_con,.loginBox_conP{position:fixed;top:50%;left:50%;margin-top:-215px;margin-left:-315px;width:630px;height:430px;border-radius:10px;z-index:99999;opacity:1;filter:alpha(opacity:100);padding:15px 20px;background:#fff;display:none;}
.loginBox_con{display:none;}
.loginBox_conP{}
.close{width:100%;height:16px;text-align:right;cursor:pointer;}
.LBC{width:100%;}
.LBC_left{float:left;width:232px;height:406px;}
.LBC_left h2{font-size:18px;padding-left:12px;margin-bottom:20px;}
/*
.LBC_left p 替换 .LBC_left h2
*/
.LBC_left p{font-size:18px; padding-left:12px; margin-bottom:20px;}
.LBC_left div{width:158px;height:310px;border-right:1px solid #f2f2f2;padding:6px 42px 0 32px;}
.LBC_left div img{border:1px solid #e3e3e3;margin-bottom:12px;}
.LBC_left div p{width:100%;text-align:center;color:#666;margin-bottom:16px;cursor:pointer;}
.LBC_left div p i{display:inline-block;width:17px;height:16px;text-align:center;line-height:16px;background:#fca43d;color:#fff;font-size:13px;font-weight:bold;border-radius:50%;margin-right:6px;}
.LBC_right{float:left;width:310px;height:346px;margin-left:48px;margin-right:38px;margin-top:18px;}
.LBC_right h3,.LBC_right .h3{width:100%;text-align:right;font-size:12px;color:#666;margin-bottom:12px;cursor:pointer;}
.LBC_right h3 i,.LBC_right .h3 i{display:inline-block;width:11px;height:16px;margin-right:6px;background:url(../images/t1.jpg) no-repeat;vertical-align:top;}
.LBC_right h3 s,.LBC_right .h3 s{display:inline-block;width:16px;height:16px;margin-right:6px;background:url(../images/t7.jpg) no-repeat;vertical-align:top;}
.LBC_right .back{width:100%; text-align:right; font-size:12px; color:#666; margin-bottom:12px; cursor:pointer;}
.LBC_right .back i{display:inline-block; width:11px; height:16px; margin-right:6px; background:url(../images/t1.jpg) no-repeat; vertical-align:top;}
.LBC_right .back s{display:inline-block; width:16px; height:16px; margin-right:6px; background:url(../images/t7.jpg) no-repeat; vertical-align:top;}
/**
2015.10.21
LBC_right .login_lable Ìæ»» LBC_right h3
LBC_right .login_lable i Ìæ»» LBC_right h3 i
LBC_right .login_lable s Ìæ»» LBC_right h3 s
*/
.LBC_right .login_lable{width:100%; text-align:right; font-size:12px; color:#666; margin-bottom:12px; cursor:pointer;}
.LBC_right .login_lable i{display:inline-block; width:11px; height:16px; margin-right:6px; background:url(../images/t1.jpg) no-repeat; vertical-align:top;}
.LBC_right .login_lable s{display:inline-block; width:16px; height:16px; margin-right:6px; background:url(../images/t7.jpg) no-repeat; vertical-align:top;}
.loginBox_res{width:308px;height:24px;text-align:center;line-height:24px;background:#f9f9f9;font-size:12px;color:#666;margin-bottom:30px;}
.loginBox_name{width:308px;height:34px;margin-bottom:15px;border:1px solid #e2e2e2;}
.loginBox_name span,.loginBox_pwds span,.loginBox_pwdL span,.loginBox_name i{float:left;display:inline-block;width:34px;height:34px;background:#f7f7f7;margin-right:10px;}
.loginBox_name span,.loginBox_pwdL span{background:url(../images/t2.jpg) no-repeat;}
.loginBox_name i{background:url(../images/t6.jpg) no-repeat;}
p.pwdtxt{position:absolute;margin-left:44px;font-size:12px;color:#999;line-height:34px;}
p.usertxt{position:absolute;margin-left:44px;font-size:12px;color:#999;line-height:34px;}
.error_show{height:30px;line-height:30px;}
.error_show span{display:block;font-size:12px;color:#ea5504;display:none;}
.loginBox_name.show,.loginBox_pwds.show,.loginBox_pwdL.show{border:1px solid #ea5504;}
.loginBox_pwd{width:308px;height:34px;}
.loginBox_pwds{margin-right:10px;}
.loginBox_pwds span{background:url(../images/t3.jpg) no-repeat;}
.loginBox_name input,.loginBox_pwds input{float:left;width:254px;height:34px;line-height:34px;color:#999;}
.loginBox_pwds{float:left;width:308px;height:34px;border:1px solid #e2e2e2;}
.loginBox_pwdL{margin-right:10px;}
.loginBox_pwdL,.loginBox_pwdR{float:left;width:170px;height:34px;margin-bottom:15px;border:1px solid #e2e2e2;}
.loginBox_name input{width:254px;}
.loginBox_pwdL input{width:116px;height:34px;line-height:34px;color:#999;}
.loginBox_pwdR{width:124px;height:34px;text-align:center;line-height:34px;background:#f9f9f9;color:#999;border:1px solid #e2e2e2;cursor:pointer;}
.loginBox_checkbox{width:100%;height:16px;line-height:16px;padding-top:10px;margin-top:30px;}
.loginBox_checkbox input{width:12px;height:14px;float:left;color:#999;margin-right:10px;cursor:pointer;}
.loginBox_checkbox div{float:left;height:16px;width:60px;color:#999;}
.loginBox_checkbox span{float:right;color:#999;cursor:pointer;}
.loginBox_checkbox span a{color:#999;font-size:14px}
.loginBox_btn{width:170px;height:38px;background:#ea5404;text-align:center;line-height:38px;color:#fff;margin:24px 0;font-size:18px;cursor:pointer;}
.loginBox_btn1{width:170px;height:38px;background:#ea5404;text-align:center;line-height:38px;color:#fff;margin-top:40px;font-size:18px;cursor:pointer;}
.loginBox_qita{width:100%;height:100%;}
.loginBox_qita h4,.loginBox_qita .h4{font-size:12px;color:#666;font-weight:normal;margin:10px 0;}
/*
.loginBox_qita .loginBox_qita_text 替换 .loginBox_qita h4
*/
.loginBox_qita .loginBox_qita_text{font-size:12px; color:#666; font-weight:normal; margin:10px 0;}
.loginBox_qita ul.list{width:100%;height:33px;padding:10px 0;}
.loginBox_qita ul.list li{float:left;margin-right:10px;}
.loginBox_qita ul.list li a{display:inline-block;width:33px;height:33px;border-radius:50%;color:#666;}
.list_img1{background:url(../images/t4.jpg) no-repeat;}
.list_img2{background:url(../images/t5.jpg) no-repeat;}
.list_img3{background: url(../images/t10.png) no-repeat;}
.loginBox_qita p{width:230px;height:24px;text-align:center;line-height:24px;font-size:12px;color:#666;background:#f9f9f9;}
.loginBox_qita p a{color:#3498e1;font-size:12px;}
.WB_loginButton img{display:none;!important;}
/*头文件广告位*/
.index_stic{padding: 0 125px;background:url(../images/house-red.jpg) center top no-repeat;}
.iclose{width:26px;height: 26px;background: url(../images/close.png) no-repeat;position: absolute; right: 3px;top:10px;}
.iclose:hover{background: url(../images/close-h.png) no-repeat;}
/* 广告位 start */
.detail_left_banner > li{float:left; width:125px; margin:0 7px 10px 0;}
.detail_left_banner > li a,.detail_right_banner > li a{font-size:14px; color:#999; display: inline-block; margin-top:4px;}
.detail_right_banner{float:left; width:308px; padding-top:10px; border:1px solid #ececec; background:#fff;}
.detail_right_banner > li{float:left; width:140px; margin:0 0px 10px 10px; line-height:24px;} /* ¹ã¸æÎ» end */
/* 微信登录弹框 */
.poplayer{position: fixed; top: 50%; left: 50%; min-width: 200px; min-height: 100px; border-radius: 10px; background: #fff; display: none; font-family: 'microsoft yahei'; z-index: 100000;}
.poplayer .layout430{width: 430px; overflow: hidden;}
.poplayer .layout430 .title{font-size: 24px; line-height: 24px; font-weight: bold; color: #eb6100; padding-top: 30px; text-align: center; font-family: 'microsoft yahei';}
.poplayer .close{position: absolute; right: 10px; top: 10px;}
.pop-wechat-code{margin-left:-215px; margin-top:-190px;}






/* ÐÂÒ³Í· */
/* ¶¥²¿bar start */
.topbar{width:100%;font-size:12px;background:#f2f2f2;border-bottom:1px solid #eaeaea;color:#666;}
.topbar .topbar-l{float:left;padding:10px 0;}
.topbar .topbar-r{float:right;padding: 0;}
.topbar .topbar-l > li{float:left;padding:0 12px;height:14px;line-height:14px;}
.topbar .topbar-r > li{float:left;padding:10px 12px 0 12px;}
.sprite-topbar{display:inline-block;background-image:url(../images/sprite_header.png);background-repeat:no-repeat;vertical-align: middle;}
.sp-top-map-box .sp-top-map{width:11px;height:14px;background-position:0 0;vertical-align:text-bottom;}/*»ÒµØÍ¼Í¼±ê*/
.sp-top-map-box:hover .sp-top-map{background-position:-11px 0;}/*³ÈµØÍ¼Í¼±ê*/

.sp-top-tuan,.sp-top-zhuang,.sp-top-help,.sp-top-about,.sp-top-sina{width:20px;height:20px;margin-right:6px}
.sp-top-tuan{background-position:-100px 0;}/*ÍÅ*/
.sp-top-zhuang{background-position:-120px 0;}/*×°ÐÞ*/
.sp-top-help{background-position:-140px 0;}/*°ïÖú*/
.sp-top-about{background-position:-160px 0;}/*¹ØÓÚ*/
.sp-top-sina{width:35px;height:25px;background-position:-100px -20px;}/*sina*/
/* topbarµÄ¿Í»§·þÎñÏÂÀ­²Ëµ¥*/
.dropdown{display:none;position:absolute;top:36px;right:0;width:228px;border:1px solid #ccc;box-shadow:0 1px 2px #ececec;background:#fff;padding:10px 20px;z-index:99;}
.dropdown dd{float:left;width:50%;line-height:28px;text-align:center;color:#333;}
.dropdown-top{padding-bottom:10px; border-bottom:1px dashed #ececec;}
.dropdown-top .a1{color:#ea5404;}
.dropdown-top .a4{display:block;margin:3px auto;width:64px;height:20px;line-height:20px;border:1px solid #ececec;box-shadow:0 1px 2px #ececec;background:-webkit-linear-gradient(#fefefe,#eceaea);}
.dropdown-bottom .ddb-img{float:left;width:120px;height:36px;line-height:18px;}
.dropdown-bottom .ddb-img > .sp-top-sina{margin:5px;float:left;}
.dropdown-bottom .ddb-word{display:block;float:left;margin:7px 0 0 20px;width:72px;height:22px;background:#ea4504;color:#fff;text-align:center;line-height:22px;border-radius:4px;}
.dropdown-bottom .ddb-word:hover{background:#c74c0a; color:#fff;}

.topbar .drop-box{position:relative;width:60px;height:26px;}
.topbar .drop-tag{position:absolute;left:0;top:0;right:0;bottom:0;padding:0 12px;cursor:pointer;line-height:32px;}
.topbar .sp-top-serve{width:7px;height:4px;background-position:-30px 0;}/* ÏòÉÏÐ¡¼ýÍ· */
.topbar .drop-box:hover .drop-tag{position:absolute;left:-1px;top:-1px;right:0;bottom:-1px;padding:0 12px;border:1px solid #ccc;background:#fff;border-bottom:3px solid #fff;z-index:999;}
.topbar .drop-box:hover .sp-top-serve{background-position:-40px 0;}/* ÏòÏÂÐ¡¼ýÍ· */
.topbar .drop-box:hover .dropdown{display:block;}

/* Õ¾µã£ºÒ³½Å start */
.com-foot{margin-top:20px; padding-bottom: 20px; line-height:24px; background:#1f1f1f;font-family:'Microsoft YaHei', Verdana, Arial, Helvetica ,sans-serif;box-sizing:border-box;}
.foot-main{width:1190px;margin-left:auto;margin-right:auto;}

.foot-row1{padding:30px 0 20px 0;}
.foot-row1  a{display:block;float:left;width:10%;text-align:center;}
.foot-row1 span{display:inline-block;width:100%;}
.foot-row1  a:hover .sprite-foot{background-position-x:-50px;}

.foot-row2{padding:14px 0;border-top:1px solid #353535;border-bottom:1px solid #353535;text-align:left;overflow: hidden;}
.foot-row2 li{float:left;width:156px;}
.foot-row2 .w360{width:360px;}
.foot-row2 .last{float:right;width:170px;}
.foot-row2 .weixin{float:right; width:75px;height:80px;vertical-align:middle;margin:20px 0 0 5px;color:#666;}

.row3-l{float:left;width:907px;}
.row3-l .links > a{display:inline-block;padding-right:11px;border-right:1px solid #a5a5a5;margin-left:10px;}
.row3-l .links .last{border-right:none;}
.foot-row3 .row3-l .cDGray{padding-left: 30px;background: url(//s1.17house.com/home/images/beian.png) no-repeat;}
.sprite-foot{display:inline-block;background:url(../images/sprite_header.png) no-repeat;}
.sp-f-i1,.sp-f-i2,.sp-f-i3,.sp-f-i4,.sp-f-i5,.sp-f-i6,.sp-f-i7,.sp-f-i8,.sp-f-i9,.sp-f-i0,.sp-f-c1,.sp-f-c2{width:48px;height:48px;}
.sp-f-i1{background-position:0 -300px;}
.sp-f-i2{background-position:0 -350px;}
.sp-f-i3{background-position:0 -400px;}
.sp-f-i4{background-position:0 -450px;}
.sp-f-i5{background-position:0 -500px;}
.sp-f-i6{background-position:0 -550px;}
.sp-f-i7{background-position:0 -600px;}
.sp-f-i8{background-position:0 -650px;}
.sp-f-i9{background-position:0 -700px;}
.sp-f-i0{background-position:0 -750px;}
.sp-f-c1{width:108px;height:40px;background-position: 0 -200px;}/*³¯ÑôÍøÂç¾¯²ìÌáÐÑÄú*/
.sp-f-c2{width:108px;height:40px;background-position: 0 -240px;margin-left: 20px;}/*¿ÉÐÅÍøÕ¾ÐÅÓÃÆÀ¼Û*/
/* Õ¾µã£ºÒ³½Å end */

/* Î¢ÐÅµÇÂ¼µ¯¿ò */
.poplayer {position: fixed; top: 50%; left: 50%; min-width: 200px; min-height: 100px; border-radius: 10px; background: #fff; display: none; font-family: 'microsoft yahei'; z-index: 100000; }
.poplayer .layout430 {width: 430px; overflow: hidden; }
.poplayer .layout430 .title {font-size: 24px; line-height: 24px; font-weight: bold; color: #eb6100; padding-top: 30px; text-align: center; font-family: 'microsoft yahei'; }
.poplayer .close {position: absolute; right: 10px; top: 10px; }
.pop-wechat-code{margin-left:-215px; margin-top:-190px; }
/*sem底部 start 2016-6-6*/
.sem-fixed-bottom{position: fixed; bottom:0; left:0; z-index:100; width:100%; height:90px; background: rgba(0,0,0,.8); }
.sem-fixed-bottom .close {position: absolute; top: -5px; right: -10px; width: 40px; height: 40px; cursor: pointer; z-index: 3; background: url('//s3.17house.com/common/images/close-bot.png') no-repeat center; }
.sem-fixed-bottom .w1190{position: relative; width:1190px; margin:0 auto; }
.sem-fixed-bottom img{position: absolute; left:0; top:-44px; }
.sem-fixed-bottom p{font-size:36px; font-family: "微软雅黑"; color:#fff; padding:24px 0 0 180px; }
.sem-fixed-bottom .right{position: absolute; top:26px; right:20px; white-space: nowrap; }
.sem-fixed-bottom a.btn{position:static; margin-top:0; display:inline-block; width:auto; height:30px; line-height: 30px; font-size:18px; padding:5px 15px 5px 42px; border-radius: 5px; color:#fff; }
.sem-fixed-bottom a.btn-orange{margin-right:20px; background: #ff5400 url(//s3.17house.com/common/images/sem/icon-sprites.png) no-repeat 5px 0; }
.sem-fixed-bottom a.btn-orange:hover{background: #ea5404 url(//s3.17house.com/common/images/sem/icon-sprites.png) no-repeat 5px 0; }
.sem-fixed-bottom a.btn-blue{background: #3398e0 url(//s3.17house.com/common/images/sem/icon-sprites.png) no-repeat 5px -38px; }
.sem-fixed-bottom a.btn-blue:hover{background: #3aa7f7 url(//s3.17house.com/common/images/sem/icon-sprites.png) no-repeat 5px -38px; }
/*sem底部 end 2016-6-6*/
/*2016.6.12公用右侧悬浮窗*/
.con-online{position:fixed; z-index: 1000; top:50%; margin-top:-175px; right:35px; width:70px; border-bottom: 1px solid #ececec;font-size:12px; background:#fff;}
.con-online a{width: 68px; height: 55px; border: 1px solid #ececec; display: block; padding: 13px 0 0 0; text-align: center; border-bottom: none;}
.con-online a:link,.con-online a:visited{color:#333;font-size:12px;}
.con-online a i{background: url(//s3.17house.com/common/images/con-online.png) no-repeat -27px 0; width: 26px; height:26px; display: block; margin-left: 22px; margin-bottom: 6px;}
.con-online i.i1{background: url(//s3.17house.com/common/images/erj.gif) no-repeat center center;background-size:100% 100%;}/*动画图*/
.con-online i.i2{background-position: -27px -26px; height:27px;}
/*.con-online i.i3{background-position: -27px -55px; height:24px;}*/
.con-online i.i3{background: url(//s3.17house.com/common/images/erw.gif) no-repeat center center;background-size:100% 100%;}/*动画图*/

.con-online i.i4{background-position: -27px -79px;}
.con-online i.i5{background-position: 0px -106px;}
.con-online .online-a:hover,.con-online .active{background: #00a151;color: #fff;}
.con-online a.active:link,.con-online a.active:visited{color:#fff;}
.con-online .online-a:hover div{color: #333}
.con-online .online-a:hover i.i1{background: url(//s3.17house.com/common/images/con-online.png) no-repeat 0px 0;}/*划过*/
.con-online .online-a:hover i.i2{background-position:0px -26px;}
.con-online .online-a:hover i.i3{background: url(//s3.17house.com/common/images/con-online.png) no-repeat 0px -55px;}/*划过*/
.con-online .online-a:hover i.i4{background-position:0px -79px;}
.con-online a.back-top{display: none;}
.con-online a.a-weixin, .con-online a.free-a{position: relative;}
.con-online a.a-weixin .weixin{width: 146px; height:160px; border: 1px solid #ececec; font-size: 14px; position: absolute; right: 69px; background: #fff; top:-93px; display: none;}
.con-online a.a-weixin .weixin img{display: block;text-align: center; margin: 10px 0 6px 12px;}
.con-online a.free-a .free-tele{position: absolute; z-index: 1000; background: #fff; width: 239px; height:118px; padding: 20px; border: 1px solid #ececec; right: 69px; top:-91px; display: none;}
.con-online a.free-a .free-tele p{text-align: center;font-size: 18px;}
.con-online a.free-a .free-tele p b{font-weight: 200;color: #ff7200}
.con-online a.free-a .free-tele input{width: 229px; height:40px;border:none; background: #f4f4f4; color: #a0a0a0; font-size: 14px; margin: 10px 0; padding-left: 10px; border-radius: 3px;}
.con-online a.free-a .free-tele input.sub-but{width: 239px; background: #ff5900; text-align: center; line-height:40px; font-size: 18px; color: #fff;}
.free-a .s-arrow,.a-weixin .s-arrow{width:7px; height:10px; position: absolute; display: block; background: url(//s3.17house.com/common/images/s-arrow.png) no-repeat; top: 50%; right: 63px; z-index: 99; display: none;}
.free-a:hover .s-arrow,.con-online a.free-a:hover .free-tele{display: block}
.a-weixin:hover .s-arrow,.con-online a.a-weixin:hover .weixin{display: block;}
/*2016.6.17公用顶部广告位*/
#top-banner{position: relative;height:70px;overflow: hidden;}
#top-banner .banner-url{display:inline-block;width:100%;height:70px;}
#top-banner .iclose{width:26px;height: 26px;background: url(//beijing.17house.com/images/close.png) no-repeat;position: absolute; right: 3px;top:10px;}
#top-banner .iclose:hover{background: url(//beijing.17house.com/images/close-h.png) no-repeat;}
/*  新添聊天窗口*/
.box_iframe{
				position: fixed;
				bottom:0;
				right:0;
				height:450px;
				width:320px;
				padding: 0;
				margin: 0;
				box-shadow:-2px 0 10px #333, /*左边阴影*/  
                         0px 0 0px #fff, /*右边阴影*/  
                         0 -1px 10px #333, /*顶部阴影*/  
   						 0 0px 0px #fff; /*底边阴影*/ 
   						 display: none; 
   						 z-index: 100000;
			}
			.box_iframe iframe{
				height:450px;
				width:320px;
				border:none;
			}
			.box_iframe_on{
				display: block;
			}
			.bf_close{
				height:30px;
				padding: 8px 0 0 40px;
				width:60px;
				position: absolute;
				right:0;
				top:0;
				background: #00933F;
			}
			.bf_close span{
				cursor:pointer;
				float: left;
				height:24px;
				width:24px;
				text-align: center;
				line-height: 24px;
				color:#fff;
				border:1px solid #FFFFFF;
				border-radius: 100%;
				font-size: 24px;
			}
			
			.bf_tan{
				position: fixed;
				top:50%;
				left:50%;
				margin: -165px 0 0 -255px;
				height:330px;
				width:510px;
				z-index: 9999;
				
				
			}
			.bf_tan .bf_list{
				height:326px;
				width:506px;
				position: relative;
				/*left:50%;
				top:50%;
				margin: -253px 0 0 -163px;*/
				background:#fff;
				border-radius: 6px;
				border:1px solid #ececec;
				box-shadow:0px 0px 0px #fff, /*左边阴影*/  
                      1px 0px 3px #666, /*右边阴影*/  
                         0px 0px 0px #fff, /*顶部阴影*/  
   						4px 8px 10px #333; /*底边阴影*/ 
   						 
			}
			.bf_tan .bf_list .bt_tit{
				height:80px;
				width:473px;
				margin: 0 auto;
				text-align: center;
				line-height: 80px;
				border-bottom:1px solid  #ececec;
				position: relative;
			}
			.bf_tan .bf_list .bt_tit b{
				color:#00933f;
				font-size: 26px;
				cursor:pointer;
			}
			.bf_tan .bf_list .bt_tit span{
				position: absolute;
				height:36px;
				width:36px;
				border:1px solid #bfbfbf;
				border-radius: 100%;
				text-align: center;
				line-height: 34px;
				color:#bfbfbf;
				font-size: 32px;
				right: 0;
				top:22px;
			}
			.bf_tan ul{
				width:438px;
				height:auto;
				background:#fff;
				margin:0 auto;
				position: relative;
				z-index: 100;
				padding-top: 20px;
			}
			.bf_tan ul li{
				height:34px;
				line-height: 32px;
				text-indent: 70px;
				font-size: 16px;
				color:#282828;
			}
			.bf_tan ul .li_last{
				background: url(../img/bf_xin.jpg) no-repeat;
				color:#00933F;
				text-indent: 87px;
			}
			
			.bf_tan p{
				width:350px;
				height:auto;
				margin: 0 auto;
				padding-top: 10px;
			}
			.bf_tan p span{
				cursor:pointer;
				display: inline-block;
				width:148px;
				height:44px;
				line-height: 42px;
				text-align:center;
				margin:0 10px;
				border-radius: 6px;
				position: relative;
				z-index: 100;
				font-size: 20px;
				color:#00933F;
				font-weight: 600;
				background: #fff;
				border:1px solid #00933F;
				border-radius: 4px;
			}
			.bf_tan p span.span_on{
				background:#00933F;
				color:#fff;
			}
		/*百科图片设置*/
div.clom-list div.img{width:818px!important;}
div.clom-list div.img img{width:100%;height:auto;}	
/*商务通邀请框*/
table#LR_Tb2{visibility: hidden;}
table#LR_Tb3{border: 1px solid #00A051!important;}
/*2016/8/23公用右侧悬浮窗*/
#relocation_url{cursor:pointer;}
.relocation{height: 279px;width: 103px;position: fixed;top: 50%;right: 0;padding: 116px 0 0 0;margin-top: -155px;background: url(//s1.17house.com/common/images/relocation.png) no-repeat;z-index: 9999;}
.relocation .relocation_a{display: block;height: 34px;width: 82px;text-align: center;line-height: 34px;color: #fff;margin: 6px auto 0 auto;line-height: 34px;border-radius: 4px;background: #009340;}
.relocation_a:hover{background: #6dba44;}
.relocation .relocation_a2{width: 100px;margin: 0px auto 0 auto;}
.relocation .back-top{width: 68px; height: 55px;margin: 30px auto 0 auto; border: 1px solid #ececec; display: none; padding: 13px 0 0 0; text-align: center;background: #fff;}
.relocation .back-top i{background: url(//s3.17house.com/common/images/con-online.png) no-repeat -27px -79px; width: 26px; height:26px; display: block; margin-left: 22px; margin-bottom: 6px;}
/*提交表单*/
/*报价*/
.TK_pop_baojia{
	width:425px;
	height:440px;
	background:#fff;
	border-radius: 3px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-220px 0 0 -212px;
	z-index: 10009;
	display: none;
}
.TK_pop_baojia .TK_pop_close{
	width:38px;
	height:38px;
	position: relative;
	top:-19px;
	left:406px;
	cursor:pointer;
}
.TK_pop_baojia .TK_pop_title{
	color:#00933f;
	font-size:26px;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:-15px;
}
.TK_pop_baojia .TK_yusuan{
	width:345px;
	height:auto;
	margin: 0 auto;
	margin-top:30px;
}
.TK_pop_baojia .TK_yusuan .TK_city .TK_city_sel{
	width:165px;
	height:38px;
	border-radius: 5px;
	border:solid 1px #dbe0e6;
	background:#fff;
	color:#999;
	padding:8px 0;
	margin-bottom:20px;
}
.TK_pop_baojia .TK_yusuan .TK_city .TK_mr{
	margin-right:10px;
}
.TK_pop_baojia .TK_yusuan .TK_input{
	outline: none;
    border: 1px solid #dbe0e6;
    background: #fff;
    padding-left: 10px;
    color: #999;
    box-sizing: border-box;
    width:343px;
    height:48px;
    line-height:48px;
    margin-bottom:20px;
    border-radius: 3px;
}
.TK_pop_baojia .TK_yusuan .TK_m2{
	position:absolute;
	top:174px;
	left:345px;
	font-size:14px;
	color:#999;
}
.TK_pop_baojia .TK_yusuan .TK_m2 i{
	position:relative;
	top:-5px;
	left:0;
	font-size:12px;
}
.TK_pop_baojia .TK_yusuan .TK_input1{
	outline: none;
    border: 1px solid #dbe0e6;
    background: #fff;
    padding-left: 10px;
    color: #999;
    box-sizing: border-box;
    width:343px;
    height:48px;
    line-height:48px;
    margin-bottom:10px;
    border-radius: 3px;
}
.TK_pop_baojia .TK_yusuan .TK_errortips{
	width:100%;
	font-size:14px;
	color:#ff4848;
	height:20px;
}
.TK_pop_baojia .TK_yusuan .TK_btn{
	background:#00933f;
	width:345px;
	height:48px;
	line-height:48px;
	border-radius: 3px;
	color:#fff;
	font-size:24px;
	margin-top:10px;
	cursor:pointer;
}
.TK_pop_baojia .TK_attention{
	width:345px;
	height:auto;
	font-size:12px;
	color:#a0a0a0;
	margin:0 auto;
	margin-top:10px;
}
.TK_pop_baojia .TK_attention img{
	margin-top:3px;
	margin-right:10px;
}
/*报价end*/
/*装修风格预算*/
.TK_yusuan_jie{
	width:425px;
	height:440px;
	background:#fff;
	border-radius: 3px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-220px 0 0 -212px;
	z-index: 10009;
	display: none;
}
.TK_yusuan_jie .TK_pop_close{
	width:38px;
	height:38px;
	position: relative;
	top:-19px;
	left:406px;
	cursor:pointer;
}
.TK_yusuan_jie .TK_pop_title{
	color:#00933f;
	font-size:26px;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:-15px;
}
.TK_yusuan_jie .TK_jie_zonge{
	width:345px;
	height:20px;
	margin:0 auto;
	margin-top:20px;
}
.TK_yusuan_jie .TK_jie_zonge .TK_jie_zonge_sp{
	width:345px;
	display: block;
	float:left;
	font-size:16px;
	color:#282828;
	text-align: center;
}
.TK_yusuan_jie .TK_jie_zonge .TK_jie_zonge_sp_border{
	display: block;
	float:left;
	width:1px;
	height:16px;
	margin-top:6px;
	color:#ececec;
}
.TK_yusuan_jie .TK_jie_zonge .TK_jie_zonge_sp i{
	font-size:20px;
	color:#ff5500;
}
.TK_yusuan_jie .TK_jie_table{
	width:365px;
	height:186px;
	border:#ececec 1px solid;
	border-bottom:#ececec 0px solid;
	margin-left:30px;
	margin-top:25px;
}
.TK_yusuan_jie .TK_jie_table .TK_tt{
	width:365px;
	height:30px;
	border-bottom:#ececec solid 1px;
	overflow: hidden;
}
.TK_yusuan_jie .TK_jie_table .TK_tt .TK_tt_sp1{
	display: block;
	width:100px;
	height:30px;
	line-height: 30px;
	float:left;
	margin-left:20px;
	color:#282828;
	font-size:14px;
	border-right:#ececec solid 1px;
}
.TK_yusuan_jie .TK_jie_table .TK_tt .TK_tt_sp2{
	display: block;
	width:218px;
	height:30px;
	line-height: 30px;
	float:left;
	text-align: right;
	color:#282828;
	font-size:14px;
}
.TK_yusuan_jie .TK_jie_table .TK_tt .TK_tt_sp2 i{
	color:#ff5500;
}
.TK_yusuan_jie .TK_jie_attention{
	width:365px;
	margin-left:30px;
	margin-top:20px;
	color:#ff5500;
	font-size:14px;
	font-weight:bold;
}
.TK_yusuan_jie .TK_jie_attentionson{
	width:365px;
	margin-left:30px;
	margin-top:5px;
	color:#ff5500;
	font-size:12px;
}
/*装修风格预算end*/
/*设计成功*/
.TK_shejisucc{
	width:425px;
	height:440px;
	background:#fff;
	border-radius: 3px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-220px 0 0 -212px;
	z-index: 10009;
	display: none;
}
.TK_shejisucc .TK_shejisucc_close{
	width:38px;
	height:38px;
	position: relative;
	top:-19px;
	left:406px;
	cursor:pointer;
}
.TK_shejisucc .TK_shejisucc_title{
	color:#00933f;
	font-size:26px;
	font-weight:bold;
	width:100%;
	text-align: center;
}
.TK_shejisucc .title_mat{
	margin-top:-15px;
}
.TK_shejisucc .TK_shejisucc_smtitle{
	font-size:18px;
	color:#282828;
	width:350px;
	margin:0 auto;
	margin-top:25px;
}
.TK_shejisucc .TK_shejisucc_ewm{
	margin-left:135px;
	margin-top:30px;
}
.TK_shejisucc .TK_shejisucc_sao{
	font-size:14px;
	color:#a0a0a0;
	margin-left:95px;
	margin-top:5px;
}
/*设计成功end*/
/*设计*/
.TK_pop_sheji{
	width:425px;
	height:440px;
	background:#fff;
	border-radius: 3px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-220px 0 0 -212px;
	z-index: 10009;
	display: none;
}
.TK_pop_sheji .TK_pop_close{
	width:38px;
	height:38px;
	position: relative;
	top:-19px;
	left:406px;
	cursor:pointer;
}
.TK_pop_sheji .TK_pop_title{
	color:#00933f;
	font-size:26px;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:5px;
}
.TK_pop_sheji .TK_city{
	margin-left:40px;
}
.TK_pop_sheji .TK_city .TK_city_sel{
	width:165px;
	height:38px;
	border-radius: 5px;
	border:solid 1px #dbe0e6;
	background:#fff;
	color:#999;
	padding:8px 0;
	margin-top:20px;
}
.TK_pop_sheji .TK_city .TK_mr{
	margin-right:10px;
}
.TK_pop_sheji .selected{
    height: 34px;
    margin-top: 30px;
    position: relative;
}
.TK_pop_sheji .selected input,.TK_pop_sheji .TK_sheji_inp{
    height: 48px;
    padding-left: 10px;
    line-height: 34px;
    border: 1px solid #e1e1e1;
    width:333px;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    margin-left:40px;
    margin-top:20px;
}
.TK_pop_sheji .TK_sheji_phone{
	*margin-left:253px;
}
.TK_pop_sheji .selected input{
    margin-top: 0;
}
.TK_pop_sheji .TK_errortips{
	width:345px;
	height:15px;
	margin:0 auto;
	color:#ff7200;
	font-size:12px;
	text-align: left;
	margin-top:12px;
	margin-bottom:12px;
}
.TK_pop_sheji .TK_sheji_btn{
    width: 345px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    background: #008439;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
    margin-left:40px;
    *margin-left:253px;
}
.TK_pop_sheji .TK_sheji_btn:hover{
    background: #008439;
}
.TK_pop_sheji .show-block{
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 20px 0 0 19px;
    overflow: hidden;
    margin-top: -1px;
    display: none;
    width: 324px;
    position:relative;
    top:0;
    left:40px;
}
.TK_pop_sheji .show-block ul li{
    float: left;
    width: 88px;
    height:26px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 26px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}
.TK_pop_sheji .show-block ul li.active{
    background: #ea5404;
    border: 1px solid #ea5404;
    color: #fff;
}
.TK_pop_sheji .selected b{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 40px;
    display: block;
    cursor: pointer;
    background: url("//s1.17house.com/jiazhuang/pc/yuyueliangfang/images/click-arrow.gif") no-repeat center;
}
.TK_pop_sheji .selected b.active{
    background: url("//s1.17house.com/jiazhuang/pc/yuyueliangfang/images/click-arrowh.gif") no-repeat center;
}
.TK_pop_sheji .TK_sheji_attention{
	width:345px;
	height:auto;
	line-height: 1.7;
	font-size:12px;
	color:#a0a0a0;
	margin:0 auto;
	margin-top:20px;
}
/*设计end*/
.poplayer,.poplayer2 {
   display: none;
   margin-top: -122px;
   margin-left: -215px;
   width: 430px;
   position: fixed;
   top: 50%;
   left: 50%;
   min-width: 200px;
   min-height: 100px;
   border-radius: 10px;
   background: #fff;
   font-family: 'microsoft yahei';
   z-index: 10010;
}
.poplayer .close,.poplayer2 .close {
   position: absolute;
   top: 0;
   right: 0;
   width: 16px;
   height: 16px;
   box-sizing: content-box;
   padding: 18px 26px 12px 18px;
   line-height: 16px;
   font-size: 16px;
   font-weight: bold;
   color: #999;
   cursor: pointer;
}
.poplayer .close img {
   width: 19px;
   height: 19px;
}
.pop_content {
   border-radius: 10px;
   width: 90%;
   padding: 6% 5%;
   background: #fff;
   text-align: center;
}
.sign_up {
   margin-top: 30px;
}
.pop_content .sign_up .sign_up_li {
   position: relative;
   height: 38px;
}
.pop_content .sign_up .sign_up_li i {
   position: absolute;
   right: 20px;
   top: 10px;
}
.pop_content .input {
   width: 74%;
   height: 20px;
   line-height: 20px;
   border: 1px solid #f3efef;
   padding: 8px 2%;
   background: #fff;
   color: #bbbbbb;
   vertical-align: middle;
}
.poplayer .btn {
   margin-top: 0;
   padding: 2px 30px;
   display: inline-block;
   height: 40px;
   line-height: 40px;
   background: #00a151;
   border-radius: 5px;
   font-size: 18px;
   color: #fff;
}
.poplayer .btn:hover {
   cursor: pointer;
   margin-top: 0;
   padding: 2px 30px;
   display: inline-block;
   height: 40px;
   line-height: 40px;
   background: #00813f;
   border-radius: 5px;
   font-size: 18px;
   color: #fff;
}
.poplayer .city{
	display: inline-block;
	width: 74%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f3efef;
	padding: 0 2%;
	background: #fff;
	color: #bbbbbb;
	vertical-align: middle;
	cursor: pointer;
    z-index: 2;
    position: relative;
	}
.poplayer .pop_content .city i	{
	position: absolute;
    width: 13px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -30px -439px;
}
.poplayer .pop_content .city  .cityList{display: none; position: absolute;width: 100%;background: #fafafa;border: 1px solid #eee;left: -2px; bottom: -222px; height: 222px; overflow-y:scroll ; z-index: 1;}
.poplayer .pop_content .city  .cityList li{height: 36px; line-height: 36px; padding-left: 10px; margin-bottom: 1px; background: #fff; text-align: left; }
.poplayer .pop_content .city  .cityList li a{color: #666;}
.poplayer .pop_content .city .cityList li:hover{background: #1AC078;}
.poplayer .pop_content .city  .cityList li:hover a{color: #fff;}
.poplayer .pop_content .city  .cityList li.active{background: #1AC078;}
.poplayer .pop_content .city  .cityList li.active a{color: #fff;}
/*提交表单end*/
/*提交成功*/
/*.pop_success{
   width: 430px;
   top: 240.409px;
    left: 292.409px;
    display:none;
}
.h4_suc{
   font-size: 24px;
   color:#00a151;
}
.pop_content .success_tips {
    background: #f9f9f9;
    padding: 10px 5px;
    height: 30px;
    line-height: 2;
    font-size:16px;
    margin-top: 20px;
}
.pop_content .address {
    border-radius: 10px;
    background: #fffcf3;
    border: 1px dashed #ececec;
    padding: 10px;
    margin-top: 10px;
    color: #666;
}
.pop_content .address i {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    margin: 2px 8px 5px 0;
    background: #00a151;
    color: #fff;
}
.pop_content .address p {
    float: left;
    width: 300px;
}
.pop_content .btn_close {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background: #f9f9f9;
    color: #999;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    margin-top:20px;
}*/
/*提交成功end*/
/*重复提交*/
/*.pop_error{
    display: none;
    top: 184.909px;
    left: 391.409px;
    width: 430px;
}
.pop_content {
    border-radius: 10px;
    width: 90%;
    padding: 6% 5%;
    background: #fff;
}
.sign_up{
   color:#666;
}*/
/*重复提交end*/
/*大按钮*/
.con_footer {
   width: 1190px;
   height: 150px;
   margin: 0 auto;
}
.con_footer a.con_btn {
   width: 655px;
   height: 70px;
   line-height: 70px;
   cursor: pointer;
   display: block;
   color: #fff;
   font-weight: bold;
   font-size: 32px;
   border-radius: 5px;
   background: #00a151;
}
.con_footer a.con_btn:link,
.con_footer a.con_btn:visited {
   background: #00a151;
}
.con_footer a.con_btn:hover {
   background: #00813f;
}
/*大按钮end*/

/*成功报名框start*/
.TK_succ_mc{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin:auto;
	text-align: center;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index: 10000;
	display: none;
}
.TK_succ_div{
	width:434px;
	height:510px;
	background:#fff;
	border-radius: 5px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-255px 0 0 -217px;
	z-index: 10009;
	display: none;
}
.TK_succ_div .TK_succ_close{
	width:100%;
	text-align: right;
	position: relative;
}
.TK_succ_div .TK_succ_close .img_close{
	position:absolute;
	top:-19px;
	left:415px;
	cursor:pointer;
}
.TK_succ_div .TK_succ_title{
	width:100%;
	height:35px;
	text-align:center;
	font-size:26px;
	color:#00a151;
	font-weight:bold;
	margin-top:30px;
}
.TK_succ_div .TK_succ_smtitle{
	width:346px;
	height:auto;
	text-align: left;
	margin:0 auto;
	font-size:16px;
	color:#00a151;
	margin-top:10px;
	line-height:1.5;
}
.smtitle_sheji,.smtitle_baojia,.smtitle_daikuan,.smtitle_zhengzhuang{
	display: none;
}
.TK_succ_div .TK_inp{
	width:344px;
	height:50px;
	border-radius: 5px;
	border:1px solid #ececec;
	margin-left:40px;
	margin-top:20px;
}
.TK_succ_div .inp_date_father{
	position:relative;
	z-index: 10;
}
.TK_succ_div .TK_date{
	width:344px;
	height:290px;
	border:1px solid #ececec;
	background:#f7f7f7;
	position:absolute;
	top:50px;
	left:-1px;
	display: none;
}
.TK_succ_div .TK_date .TK_date_title{
	width:100%;
	height:60px;
	line-height:60px;
	background:#fff;
	text-align: center;
	color:#646464;
	font-size:18px;
}
.TK_succ_div .TK_date .TK_date_ul{
	width:325px;
	height:190px;
	margin-left:22px;
	margin-top:20px;
	overflow: hidden;
}
.TK_succ_div .TK_date .TK_date_li{
	width:60px;
	height:50px;
	line-height:1.4;
	background:#fff;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	/*border:1px solid #ececec;*/
}
.TK_succ_div .TK_date .TK_date_li .date_li_sp1{
	display: block;
	color:#646464;
	font-size:18px;
	text-align:center;
	width:40px;
	margin:0 auto;
}
.TK_succ_div .TK_date .TK_date_li .date_li_sp2{
	display: block;
	color:#a0a0a0;
	font-size:14px;
	text-align:center;
}
.TK_succ_div .TK_date .TK_date_li_green{
	width:60px;
	height:50px;
	line-height:1.4;
	background:#00a151;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.TK_succ_div .TK_date .TK_date_li_green .date_li_sp1{
	display: block;
	color:#fff;
	font-size:18px;
	text-align:center;
	width:40px;
	margin:0 auto;
}
.TK_succ_div .TK_date .TK_date_li_green .date_li_sp2{
	display: block;
	color:#fff;
	font-size:14px;
	text-align:center;
}
.TK_succ_div .TK_inp .TK_inp_stress{
	display: inline-block;
	width:15px;
	height:50px;
	line-height:50px;
	color:#ff6159;
	text-align: right;
	float:left;
}
.TK_succ_div .TK_inp .TK_inp_date{
	height:50px;
	line-height:50px;
	cursor:pointer;
	font-size:16px;
	color:#b0b0b0;
	padding-left:10px;
	float:left;
}
.TK_succ_div .TK_inp .TK_inp_son1{
	width:290px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#b0b0b0;
	padding-left:10px;
	float:left;
}
.TK_succ_div .TK_inp .TK_inp_square{
	font-size:16px;
	color:#282828;
	float:left;
	margin-top:12px;
}
.TK_succ_div .TK_inp .TK_inp_square i{
	font-size:12px;
	position:relative;
	top:-6px;
	left:0px;
}
.TK_succ_div .TK_inp .TK_inp_son2{
	padding-left:20px;
	*margin-left:-40px;
}
.TK_succ_div .TK_errortip{
	width:346px;
	text-align: left;
	height:18px;
	color:#ff6159;
	margin:5px 0;
	margin-left:40px;
	font-size:14px;
}
.TK_succ_div .TK_js_btn{
	width:346px;
	height:50px;
	line-height:50px;
	background:#00a151;
	color:#fff;
	margin-left:40px;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
	border-radius: 5px;
}
.TK_succ_div .TK_js_btn:hover{
	background:#00813f;
}
.TK_succ_div .TK_attention{
	font-size:12px;
	color:#646464;
	width:346px;
	height:auto;
	margin-left:40px;
	margin-top:20px;
}
.TK_succ_div .TK_attention img{
	margin-right:5px;
}
/*成功报名框end*/
/*新增成功报名框之后start*/
.TK_aftersucc{
	width:434px;
	height:510px;
	background:#fff;
	border-radius: 5px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-255px 0 0 -217px;
	z-index: 10009;
	display: none;
}
.TK_aftersucc .TK_succ_close{
	width:100%;
	text-align: right;
	position: relative;
}
.TK_aftersucc .TK_succ_close .img_close{
	position:absolute;
	top:-19px;
	left:415px;
	cursor:pointer;
}
.TK_aftersucc .TK_succ_title{
	width:100%;
	height:35px;
	text-align:center;
	font-size:26px;
	color:#00a151;
	font-weight:bold;
	margin-top:30px;
}
.TK_aftersucc .TK_succ_smtitle{
	width:346px;
	height:48px;
	text-align: left;
	margin:0 auto;
	font-size:16px;
	color:#00a151;
	margin-top:10px;
	line-height:1.5;
}
.TK_aftersucc .TK_succ_erweima{
	margin:0 auto;
	width:155px;
	height:155px;
	margin-top:35px;
}
.TK_aftersucc .TK_succ_erweima img{
	width:155px;
	height:155px;
}
.TK_aftersucc .TK_succ_sao{
	font-size:14px;
	color:#b0b0b0;
	width:100%;
	margin-top:5px;
	text-align: center;
}
.TK_aftersucc .TK_succ_add{
	font-size:18px;
	color:#ff5500;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:5px;
}
.TK_aftersucc .TK_succ_btn{
	width:346px;
	height:50px;
	line-height:50px;
	background:#00a151;
	color:#fff;
	margin-left:40px;
	margin-top:35px;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
	border-radius: 5px;
}
.TK_aftersucc .TK_succ_btn:hover{
	background:#00813f;
}
/*新增成功报名框之后end*/
/*新增成功报名框重复start*/
.TK_afteragain{
	width:434px;
	height:500px;
	background:#fff;
	border-radius: 5px;
	position: fixed;
	top:50%;
	left:50%;
	margin:-250px 0 0 -217px;
	z-index: 10009;
	display: none;
}
.TK_afteragain .TK_succ_close{
	width:100%;
	text-align: right;
	position: relative;
}
.TK_afteragain .TK_succ_close .img_close{
	position:absolute;
	top:-19px;
	left:415px;
	cursor:pointer;
}
.TK_afteragain .TK_succ_title{
	width:100%;
	height:35px;
	text-align:center;
	font-size:26px;
	color:#00a151;
	font-weight:bold;
	margin-top:30px;
}
.TK_afteragain .TK_succ_smtitle{
	width:346px;
	height:48px;
	text-align: left;
	margin:0 auto;
	font-size:16px;
	color:#00a151;
	margin-top:10px;
	line-height:1.5;
}
.TK_afteragain .TK_succ_erweima{
	margin:0 auto;
	width:155px;
	height:155px;
	margin-top:35px;
}
.TK_afteragain .TK_succ_erweima img{
	width:155px;
	height:155px;
}
.TK_afteragain .TK_succ_sao{
	font-size:14px;
	color:#b0b0b0;
	width:100%;
	margin-top:5px;
	text-align: center;
}
.TK_afteragain .TK_succ_add{
	font-size:18px;
	color:#ff5500;
	font-weight:bold;
	width:100%;
	text-align: center;
	margin-top:5px;
}
.TK_afteragain .TK_succ_btn{
	width:346px;
	height:50px;
	line-height:50px;
	background:#00a151;
	color:#fff;
	margin-left:40px;
	margin-top:35px;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
	border-radius: 5px;
}
.TK_afteragain .TK_succ_btn:hover{
	background:#00813f;
}

.poplayer .error_tip{
	display: inline-block;
	width:100%;
	height:15px;
	margin:0 auto;
	color:#ff7200;
	/*font-size:12px;*/
	text-align: left;
	margin-top:12px;
	/*margin-bottom:12px;*/
	
}
.TK_pop_sheji .city{
		outline: none;
    border: 1px solid #dbe0e6;
    background: #fff;
    padding-left: 10px;
    color: #999;
    box-sizing: border-box;
    width:343px;
    height:48px;
    line-height:48px;
    margin-left:40px;
    margin-top:20px;
    border-radius: 3px;
    position: relative;
}
.TK_pop_baojia .city{
		outline: none;
    border: 1px solid #dbe0e6;
    background: #fff;
    padding-left: 10px;
    color: #999;
    box-sizing: border-box;
    width:343px;
    height:48px;
    line-height:48px;
    margin-bottom:20px;
    border-radius: 3px;
    position: relative;
}
.TK_pop_sheji .city i,.TK_pop_baojia .city i{position: absolute; width:13px; height: 8px; top: 50%; margin-top: -4px; right: 20px; background: url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png) no-repeat -30px -439px;}
.TK_pop_sheji .city .cityList,.TK_pop_baojia .city .cityList{display: none; position: absolute;width: 100%;background: #fafafa;border: 1px solid #eee;left: -1px; bottom: -372px; z-index: 1;}
.TK_pop_sheji .city .cityList li,.TK_pop_baojia .city .cityList li{height: 36px; line-height: 36px; padding-left: 20px; margin-bottom: 1px; background: #fff; }
.TK_pop_sheji .city .cityList li a,.TK_pop_baojia .city .cityList li a{color: #666;}
.TK_pop_sheji .city .cityList li:hover,.TK_pop_baojia .city .cityList li:hover{background: #1AC078;}
.TK_pop_sheji .city .cityList li:hover a,.TK_pop_baojia .city .cityList li:hover a{color: #fff;}
.TK_pop_sheji .city .cityList li.active,.TK_pop_baojia .city .cityList li.active{background: #1AC078;}
.TK_pop_sheji .city .cityList li.active a,.TK_pop_baojia .city .cityList li.active a{color: #fff;}
/*新增成功报名框重复end*/
.RH-box{
	/*height: 346px;*/
	width: 70px;
	position: fixed;
	top:50%;
	right: 0;
	margin-top: -188px;
	z-index: 9998;
}			
.RH{
	/*height: 344px;*/
	width: 68px;
	background: #fff;
}
.RH li{
	width:100%;
	height: 68px;
	border-bottom: 1px solid #E9E9E9;
}
.RH li a{
	display: block;
	height: 30px;
	padding-top: 38px;
	width:100%;
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) no-repeat;
	line-height: 30px;
	font-size:12px;
	color:#000;
	text-align: center;
}
.RH li .RH-a2{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) 0 -68px no-repeat;
}
.RH li .RH-a3{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) 0 -136px no-repeat;
	
}
.RH li div{position: relative;}
.RH li div img{position: absolute; width: 26px;height: 26px; top: 0; right: 0;} 
.RH li .RH-a4{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) 0 -204px no-repeat;
}
.RH li .RH-a5{
	background: url(//s1.17house.com/newweb/pc/common/images/er.gif) center 4px no-repeat;
}
.RH li .RH-a1:hover{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) -68px 0px no-repeat #00a151;
	color:#fff;
}
.RH li .RH-a2:hover{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) -68px -68px no-repeat #00a151;
	color:#fff;
}
.RH li .RH-a3:hover{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) -68px -136px no-repeat #00a151;
	color:#fff;
}
.RH li .RH-a4:hover{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) -68px -204px no-repeat #00a151;
	color:#fff;
}
.RH li .RH-a5:hover{
	background: url(//s1.17house.com/jzhd_pc_sem/images/RH.png) -68px -272px no-repeat #00a151;
	color:#fff;
}
.RH li .RH-a0{
	background: url(//s1.17house.com/newweb/pc/common/images/tmsmall.png) no-repeat 20px 10px;
}
.RH li .RH-a0:hover{
	color: #000;
}
.RH-msg{
	width: 138px;
	height: 338px;
	border:1px solid #e9e9e9;
	position: absolute;
	top: 69px;
	left:-154px ;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 1px 26px #999;
	z-index: 9999;
	display: none;	}
.RH-msg .RH-wx{
	display: block;
	margin: 10px auto;
	width: 108px;
	height: 108px;
}
.RH-msg p{
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#999;
	line-height: 1.5;
}
.RH-msg .RH-wx-text{color: #00a056;}
.RH-msg .RH-xc-text{color: #00a056;}
.RH-msg .RH-xc{
	display: block;
	width: 96px;
	height: 96px;
	margin: 15px auto;
}
.RH-msg span{
	position: absolute;
	height: 0;
	width: 0;
	line-height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	top: 233px;
	right: -20px;
}

/*提交表单*/
/*公共弹窗*/
.common-tender-wrapper{display: none; position:fixed;left:0;top:0;width:100%;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxOEEzODk0MzI0NzExRTc4NkI3ODg2QzkyMEQyRjIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxOEEzODk1MzI0NzExRTc4NkI3ODg2QzkyMEQyRjIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjE4QTM4OTIzMjQ3MTFFNzg2Qjc4ODZDOTIwRDJGMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjE4QTM4OTMzMjQ3MTFFNzg2Qjc4ODZDOTIwRDJGMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5F2vrqAAAAD0lEQVR42mJgYGA4BBBgAADHAMOuvqBZAAAAAElFTkSuQmCC) repeat;z-index:10000}
.common-tender-popup{position:absolute;left:50%;top:50%;margin-left:-524px;margin-top:-250px;width:1048px;background:url(//s1.17house.com/newweb/pc/common/images/tender_bg.png) no-repeat 50%;height:500px;background-size:contain}
.common-tender-popup .popup-tabs{position:absolute;left:-40px;top:50%;margin-top:-78px;cursor:pointer}
.common-tender-popup .popup-tabs li{position:relative;display:block;width:40px;height:50%}
.common-tender-popup .popup-tabs-item{background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat;display:block;height:100px;width:40px}
.popup-tabs li.active.btn-mfbj-list span{background-position:0 -400px}
.popup-tabs li.btn-mfbj-list span{background-position:-42px -400px}
.popup-tabs li.btn-mfsj-list span{background-position:-128px -400px}
.popup-tabs li.active.btn-mfsj-list span{background-position:-86px -400px}
.common-tender-popup .popup-content,.common-tender-popup .popup-main{width:100%}
.common-tender-popup .popup-content-left,.common-tender-popup .popup-content-right{float:left;width:489px;height:500px;position:relative}
.tender-init-mfsj .popup-content-left{margin-left:4px}
.common-tender-popup .popup-title{padding-top:138px;font-size:28px;text-align:center;color:#50ac6a;line-height:36px;padding-left:4px;position:relative}
.common-tender-popup .popup-title em{z-index:9;position:relative;font-weight:600}
.common-tender-popup .title-bg-col{background:#e9f6ed;display:block;height:20px;position:absolute;bottom:0;left:9px;z-index:0}
.popup-mfbj .title-bg-col{width:228px;left:50%;margin-left:-114px}
.common-tender-popup .popup-title-count{color:#feb338;margin:0 15px}
.common-tender-popup .popup-title-count-right{color:#feb338;width:108px;margin:0;display:inline-block}
.common-tender-popup .popup-title-unit{font-size:14px;color:#333;font-weight:400}
.popup-content-explain{margin-top:30px;margin-left:104px;color:#feb338}
.common-tender-popup .popup-close{position:absolute;height:40px;width:40px;top:56px;right:39px;cursor:pointer;background:url("//s1.17house.com/newweb/pc/common/images/tender_list_bg.png") -114px 0 no-repeat}
.common-tender-popup .error-tip{display:none;position:absolute;margin-left:140px;bottom: 120px; line-height:15px;font-size:12px;color:#ff6767}
.common-tender-popup .error-tip .form-error-icon{display:inline-block;width:20px;height:20px;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat -265px  -420px;vertical-align:top}
#mfsjForm .error-tip{bottom: 136px; margin-left: 100px;}
.mfbj-left-result{display:none;margin-left:12px}
.mfbj-right-result{display:none}
.popup-mfbj .popup-mfbj-tip{margin-top:10px;text-align:center;color:#666;margin:2px auto 0}
.popup-mfbj .popup-mfbj-del{margin-left:10px;color:#bbb;font-size:14px}
.popup-mfbj .popup-mfbj-tip-num{color:#feb338}
.popup-mfbj .popup-form{padding:10px 40px}
.popup-form .popup-form-group{position:relative;margin-bottom:17px;line-height:34px;font-size:14px}
.popup-form .popup-form-huxing-bottom{padding-left:95px}
.popup-form .popup-form-label{float:left;position:relative;width:95px}
.popup-form .popup-form-control{float:left}
.popup-form .popup-form-control.popup-mfbj-city,.popup-form .popup-form-control.popup-mfbj-province{width:111px}
.popup-form .popup-form-control.popup-mfbj-city{margin-left:10px}
.popup-form .popup-form-required{color:#feb338;position:relative;top:4px;font-size:24px;vertical-align:middle;margin-right:10px}
.popup-form .popup-form-control{width: 234px;outline: none;display:block;color:#999;line-height:36px;height:36px;border:1px solid #ececec;padding:0 6px;box-sizing: inherit;}
.popup-form .popup-form-sup{position:absolute;right:70px;color:#333}
.popup-mfbj .popup-form-control.popup-mfbj-chu,.popup-mfbj .popup-form-control.popup-mfbj-shi,.popup-mfbj .popup-form-control.popup-mfbj-ting{width:74px;margin-bottom:10px}
.popup-mfbj .popup-form-control.popup-mfbj-wei,.popup-mfbj .popup-form-control.popup-mfbj-yt{width:111px}
.popup-mfbj .popup-form-control.popup-mfbj-chu,.popup-mfbj .popup-form-control.popup-mfbj-ting{margin-left:5px}
.popup-mfbj .popup-form-control.popup-mfbj-yt{margin-left:10px}
.common-tender-popup .popup-title.mfbj-title{padding-top:142px;font-size:22px;font-weight:700;color:#333}
.common-tender-popup .popup-title.mfbj-title .mfbj-title-text{z-index:9;position:relative;font-weight:600}
.mfbj-right-init{margin-left:20px}
.mfbj-right-init .mfbj-title-text{font-size:22px!important}
.mfbj-right-init .mfbj-price-result-list{width:292px}
.mfbj-price-result{padding:10px 40px 0}
.mfbj-price-result-list{width:306px;margin:0 auto;padding:13px 0;border:1px solid #ddd}
.mfbj-price-result-item{height:40px}
.mfbj-price-result-item span{float:left;width:44%;height:40px;line-height:40px;text-align:right;font-size:14px}
.mfbj-price-result-item strong{float:right;width:56%;height:40px;line-height:40px;margin-left:0;font-weight:400;font-size:12px}
.mfbj-price-result-item strong em{display:inline-block;width:55px;font-style:normal;margin-left:10px;margin-right:10px;text-align:center;font-size:18px;color:#feb338}
.mfbj-left-result .mfbj-price-footer{margin:15px 43px 0 56px;font-size: 12px;}
.mfbj-left-result .mfbj-title-text{font-size:18px}
.mfbj-price-footer-call{color:#feb338}
.mfbj-submit-box{position:absolute;top:208px;left:437px;width:125px;height:139px;background:url(//s1.17house.com/newweb/pc/common/images/ico-line-btn-orange.png) no-repeat;z-index:9}
.mfbj-submit-btn{position:absolute;top:25px;left:16px;width:90px;height:90px;z-index:15;background:#f6c03f;background-position:0 0;border-radius:45px}
.mfbjcalc-btn-ie{position:absolute;top:6px;left:0;width:125px;height:139px;background:none}
.ico-line-top{background:url(//s1.17house.com/newweb/pc/common/images/ico-line-top-orange.png) no-repeat 50%;width:38px;height:47px;top:164px;left:480px}
.ico-line-bottom,.ico-line-top{position:absolute;display:block}
.ico-line-bottom{height:154px;width:1px;top:346px;left:500px;background:#f6c03f}
.mfbj-submit-btn-text{position:absolute;top:20px;left:23px;font-size:16px;width:45px;height:45px;color:#fff;text-align:center;cursor:pointer}
.pop-circle-animate{position:absolute;top:15px;right:8px;width:110px;height:110px;border-radius:50%;background:#fde5ba;z-index:12;-webkit-animation:scale-three2 1.5s ease infinite;animation:scale-three2 1.5s ease infinite;animation-fill-mode:both}
@keyframes scale-three2{0%{transform:scale(1);opacity:.8}
to{transform:scale(1.3);opacity:0}}@-webkit-keyframes scale-three2{0%{-webkit-transform:scale(1);opacity:.7}
to{-webkit-transform:scale(1.3);opacity:0}}.mfbj-right-result .pop-check-info,.mfbj-right-result .tender-pop-left{display:none}
.mfbj-right-result .tender-pop-right{float:left;margin-left:16px;padding-right:10px;border-right:1px solid #e8e8e8}
.mfbj-right-result .pop-check-info{display:block;position:relative;float:left;width:375px;margin:148px 0 0 82px;color:#333;font-size:14px}
.mfbj-right-result .pop-check-info h3{font-size:18px;color:#333;font-weight:400}
.mfbj-right-result .pop-check-info h3 span{font-size:12px;color:#feb338}
.mfbj-right-result .pop-check-info .check_question{font-size:14px;color:#999}
.mfbj-right-result .pop-check-info .house-type{margin-top:12px}
.mfbj-right-result .pop-check-info .decorate-time{margin-top:6px}
.mfbj-right-result .pop-check-info .plot-name{margin-top:15px}
.mfbj-right-result .check-house{float:left;width:110px;height:100px}
.mfbj-right-result .check-house-last{margin-top:-4px}
.mfbj-right-result .check-house,.mfbj-right-result .check-time{cursor:pointer}
.mfbj-right-result .check-house div{width:80px;height:85px;margin:0 auto}
.check-right-line{display:none;height:332px;width:1px;background:#73c579;position:absolute;right:1px;top:168px}
.mfbj-left-result .check-right-line{display:block}
.mfsj-left-lien{height:332px;width:1px;background:#73c579;position:absolute;right:-11px;top:168px}
.mfbj-right-result .decorate-time .check-time{float:left;margin-top:12px}
.mfbj-right-result .check-house div,.mfbj-right-result .check-house p i,.mfbj-right-result .check-time p i{background:url(//s1.17house.com/newweb/pc/common/images/houseStyle.png) no-repeat}
.mfbj-right-result .check-house .new-house{background-position:0px 5px;}
.mfbj-right-result .check-house .old-house{background-position:-123px 8px;}
.mfbj-right-result .check-house .little-change{background-position:-245px 0px;}
.mfbj-right-result .check-house p,.mfbj-right-result .check-time p{position:relative;text-indent:15px;font-size:12px;color:#333}
.mfbj-right-result .pop-check-info .check-house p{margin-left:27px;margin-top:-6px}
.mfbj-right-result .pop-check-info .check-house-last p{margin-top:-2px}
.mfbj-right-result .check-time p{text-indent:18px;margin-left:13px}
.mfbj-right-result .check-time-next p{margin-left:27px}
.mfbj-right-result .check-house p i,.mfbj-right-result .check-time p i{position:absolute;width:15px;height:15px;left:0;top:2px;background-position:-31px -87px}
.mfbj-right-result .check-house.on p i,.mfbj-right-result .check-time.on p i{background-position:-6px -87px}
.mfbj-right-result .plot-name .check_question{float:left;margin-top:5px}
.mfbj-right-result .plot-name input{width:229px;height:30px;text-indent:6px;border:1px solid #e8e8e8; color: #999;}
.mfbj-right-result .check-upload,.mfbj-right-result .check-upload:hover{display:block;width:80px;height:32px;background-color:#feb338;color:#fff;text-align:center;line-height:32px;margin:0 auto;margin-top:18px}
.mfbj-right-result .pop-check-info .complate-form{display:none;position:absolute;top:148px;left:90px;width:180px;height:42px;background:#000;filter:alpha(opacity=60);opacity:.6;text-align:center;line-height:42px;font-size:14px;color:#fff}
.check_pop_succ{display:none;z-index:10000}
.check_pop_succ,.check_pop_succ .check_grey_layer{position:fixed;top:0;left:0;width:100%;height:100%}
.check_pop_succ .check_grey_layer{background:#000;filter:alpha(opacity=60);opacity:.6}
.check_pop_succ .check_pop_tip{position:absolute;top:248px;z-index:2;width:320px;height:237px;background-color:#fff;border-radius:4px;text-align:center}
.check_pop_tip .check_pop_img{width:69px;height:69px;margin:0 auto;margin-top:20px;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat -205px -435px}
.check_pop_tip .check_pop_text{font-size:16px;color:#333}
.check_pop_tip .check_pop_recall{margin-top:4px;font-size:12px;color:#999}
.check_pop_tip .check_pop_recall span{color:#fe6022}
.check_pop_tip .close_check_pop,.check_pop_tip .close_check_pop:hover{display:block;width:100px;height:32px;line-height:32px;font-size:12px;color:#666;border-radius:2px;border:1px solid #e8e8e8;margin:0 auto;margin-top:18px}
.common-tender-popup .popup-mfsj{display:none}
.popup-mfsj .popup-form{width:360px;margin:4px auto;padding:10px 40px}
.popup-mfsj .popup-form .popup-form-control{width:236px}
.popup-mfsj .title-bg-col{width:260px;left:50%;margin-left:-128px}
.popup-form .popup-form-control.popup-mfsj-city,.popup-form .popup-form-control.popup-mfsj-province{width:123px}
.popup-form .popup-form-control.popup-mfsj-city{margin-left:11px}
.popup-mfsj .popup-mfsj-agree{margin-left:95px;margin-bottom:20px}
.popup-mfsj .popup-mfsj-agree-text{margin-left:5px}
.popup-mfsj .popup-mfsj-agree-text a{color:#feb338}
.popup-mfsj .popup-mfsj-btn{display:block;margin:25px 0 17px 153px;width:101px;height:38px;line-height:38px;color:#fff;cursor:pointer;text-align:center;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat 0 0}
.tender-init-mfsj .popup-content-right{margin-left:46px}
.popup-mfsj .popup-mfsj-btn.not-allow{background-position:0 -47px;cursor:not-allowed}
.common-tender-popup .popup-title.mfsj-title{padding-top:62px}
.common-tender-popup .popup-mfsj-img{padding:150px 0 0 120px}
.common-tender-popup .popup-mfsj-img em{width:340px;height:291px;display:block;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat -1px -102px;}
.popup-mfsj-result-left{display:none}
.popup-mfsj-result-left .popup-mfsj-result-title{padding-top:138px;font-size:28px;text-align:center;color:#50ac6a;line-height:36px;padding-left:4px;position:relative}
.popup-mfsj-result-left .popup-mfsj-result-con{padding:12px 40px;line-height:36px;text-align:center}
.popup-mfsj-result-left .popup-mfsj-result-text{font-size:16px;color:#333;margin-bottom:9px}
.popup-mfsj-result-left .popup-mfsj-result-text span{color:#68c192}
.popup-mfsj-result-left .popup-mfsj-result-mflf{display:block;width:115px;height:115px;margin:0 auto;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat -644px 0;}
.popup-mfsj-result-left .popup-mfsj-result-explain{margin-top:2px;color:#feb338;font-size:14px}
.popup-mfsj-right-result{display:none;padding:152px 72px 0}
.popup-mfsj-right-result-img{width:305px;height:274px;display:block;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) no-repeat -350px -102px;margin-left:61px}
.popup-aftercheck-left,.popup-aftercheck-right{display:none;position:relative}
.common-tender-popup .popup-aftercheck-left{width:501px}
.popup-aftercheck-left .check-right-line{display:block}
.popup-aftercheck-result-lico{display:block;width:63px;height:69px;margin:0 auto;margin-top:193px;background:url(//s1.17house.com/newweb/pc/common/images/tender_list_bg.png) -205px -435px no-repeat}
.popup-aftercheck-result-ltitle{text-align:center;font-weight:700;font-size:28px;color:#333;margin-top:10px}
.popup-aftercheck-result-ltext{margin-top:48px;font-size:14px;color:#feae2b;text-align:center}
.popup-aftercheck-rtitle{font-family:PingFangSC-Medium;font-size:28px;color:#333;font-weight:1000;margin-top:143px;text-align:center}
.popup-aftercheck-rtext{margin-top:11px;font-family:PingFangSC-Regular;font-size:16px;text-align:center;color:#666;font-weight:400}
.popup-aftercheck-rtext span{color:#73c579}
.popup-aftercheck-rqrcode{display:block;width:165px;height:165px;margin:0 auto;margin-top:20px;background-color:#fff;border:1px solid #ddd}
.popup-aftercheck-rlist{width:320px;margin:0 auto;margin-top:13px;padding-left:62px}
.popup-aftercheck-ritem{float:left;width:50%}
.popup-aftercheck-ritemdown{margin-top:9px}
.popup-aftercheck-ritem p{position:relative;font-family:MicrosoftYaHei;font-size:14px;color:#666;padding-left:22px;text-align:left}
.popup-aftercheck-ritem p:before{position:absolute;top:50%;left:0;content:' ';display:inline-block;width:18px;height:18px;margin-top:-9px;background:url(//s1.17house.com/newweb/pc/common/images/xbtPcNew.png)-927px -308px no-repeat}
