@charset "UTF-8";
.fw {
	font-weight: normal;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.fl {
	display: inline;
	float: left;
}

.fr {
	float: right;
}

.f12 {
	font-size: 12px;
}

.f12 a {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f30 {
	font-size: 30px;
}

.fB {
	font-weight: bold;
}

.lh24 {
	line-height: 24px;
}

.lh32 {
	line-height: 32px;
}

.tc {
	text-align: center;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml60 {
	margin-left: 60px;
}

.w100 {
	width: 100px;
}

.w1080 {
	width: 1080px;
}

.border_bottom {
	border-bottom: 1px solid #ececec;
}

.border {
	border: 1px solid #fff;
}

input,
select {
	border: 1px solid #ececec;
}

select {
	height: 30px;
	line-height: 30px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}


/* html5 tag*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}


/* ******** color star *********** */

.cWhite,
.cWhite:visited,
.cWhite a {
	color: #fff;
}

.cGray,
.cGray:visited,
.cGray a {
	color: #999;
}

.cDGray,
.cDGray:visited,
.cDGray a {
	color: #666;
}

.cEGray,
.cEGray:visited,
.cEGray a {
	color: #333;
}

.cBlack,
.cBlack:visited,
.cBlack a {
	color: #000;
}

.cBlue,
.cBlue:visited,
.cBlue a {
	color: #1968ec;
}

.cRed,
.cRed:visited,
.cRed a {
	color: #ff0000;
}

.cOrange,
.cOrange:visited,
.cOrange a {
	color: #fe7203;
}

.cRed a:hover,
a.cRed:hover,
.cBlue a:hover,
a.cBlue:hover,
.cDRed a:hover,
a.cDRed:hover,
.cGray a:hover,
a.cGray:hover,
.cDGray a:hover,
a.cDGray:hover,
.cWhite a:hover,
a.cWhite:hover,
.cBlack a:hover,
a.cBlack:hover,
.cGreen a:hover,
a.cGreen:hover,
.cYellow a:hover,
a.cYellow:hover {
	color: #ff7200;
}


/* ******** color end *********** */


/* 鎸夐挳 */

.btn {
	display: inline-block;
	padding: 1% 2%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}


/* 姗樿壊鎸夐挳 */

.btn_orange {
	color: #fff !important;
	background-color: #ea5504;
	border-color: #ea5504;
}

.title_tag {
	padding: 12px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
}
.title_tag .title_bg{
	display: inline-block;
	width:10px;
	height:20px;
	background:#00a151;
	margin-right: 5px;
	float:left;
}

.title_tag .more {
	float: right;
	margin-top: 4px;
}

.path {
	/* position: relative; */
}

.path li {
	display: inline-block;
	*float: left;
	line-height: 40px;
	position: relative;
}

.path li i {
	padding: 0px;
	margin-left: 5px;
	width: 15px;
	height: 20px;
	display: inline-block;
	background: url(../image/icon.png) no-repeat 0 -105px;
}

.left_con {
	float: left;
	width: 870px;
}

.right_con {
	float: right;
	width: 310px;
}

.main {
	width: 1190px;
	margin: 20px auto;
}

.map_line {
	position: relative;
	float: left;
	width: 240px;
	background: #ea5404;
	height: 360px;
}

.map_line> ul> li {
	padding: 8px 10px;
	cursor: pointer;
}

.map_line> ul .active {
	width: 219px;
	color: #ea5404;
	background: #f7f7f7;
	border-left: 1px solid #ea5404;
	border-top: 1px solid #ea5404;
}

.map_line .con {
	position: absolute;
	display: none;
	width: 950px;
	background: #f7f7f7;
	border: 1px solid #ea5404;
	border-left: none;
	left: 239px;
	top: 0;
	height: 358px;
	z-index: 10;
}

.map_line .con h3,
.map_line .con ul {
	padding: 8px 20px;
}

.map_line .con h3 a,
.map_line .con ul a {
	display: inline-block;
	padding-right: 15px;
	margin: 0 15px 15px 0;
	border-right: 1px solid #999;
}

.map_line .show {
	display: block;
}

.slider {
	float: left;
	width: 620px;
	overflow: hidden;
}

.freeRequest {
	float: left;
	width: 268px;
	height: 358px;
	border: 1px solid #ececec;
	padding: 0 20px;
}

.FRlist li {
	float: left;
	width: 25%;
	height: 45px;
	text-align: center;
	padding-top: 10px;
	color: #999;
	border-bottom: 2px solid #d6d6d6;
	cursor: pointer;
}

.FRlist .hover {
	color: #ea5404;
	border-bottom: 2px solid #ea5404;
}

.FRlistContent li {
	display: none;
	width: 100%;
	line-height: 47px;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ea5404;
	font-size: 12px;
}

.FRlistContent .hover {
	display: block;
}

.FRtable input {
	width: 90%;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	border: 1px solid #e3e3e3;
	color: #999;
}

#name_error,
#tel_error {
	height: 22px;
	line-height: 22px;
	color: #f50;
	font-size: 12px;
	margin-top: 0;
}

.FRtableAddress select {
	display: inline-block;
	width: 124px;
	height: 34px;
	border: 1px solid #e3e3e3;
	outline-style: none;
	color: #999;
}

.FRtableBtn {
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #ea5404;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin-top: 20px;
}

.FRtableBtn:hover {
	background: #c74c0a;
}

.FRtable p {
	color: #999;
	font-size: 12px;
	margin-top: 16px;
}

.FRtable p a {
	color: #ff7011;
	font-size: 12px;
}

.FRtable .error_b1,
.FRtable .error_b2 {
	display: block;
	font-size: 12px;
	color: #ea5504;
	padding-left: 61px;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

.hl_item {
	float: left;
	width: 870px;
	line-height: 2.4;
}

.hl_item> ul {
	padding: 5px 0;
}

.hl_item> ul> li {
	float: left;
	width: 25%;
}

.hl_item> ul> li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ea5404;
	margin: 0 5px 0 15px;
}

.photo_item {
	float: left;
	width: 868px;
}

.photo_item .title_tag {
	padding-left: 10px;
}


.photo_item> ul {
	padding-left: 10px;
	line-height: 2.4;
}

.photo_item> ul> li {
	float: left;
	width: 32%;
	margin-right: 10px;
}

.photo_item> ul> li img {
	height: 130px;
}

.all_cities {
	clear: both;
}

.all_cities> ul {
	width: 868px;
	line-height: 2.4;
}

.all_cities> ul a {
	display: inline-block;
	padding-left: 3%;
	width: 15%;
}

.home-store> ul {
	width: 286px;
	padding: 5px 10px;
	line-height: 2.4;
}

.banner {
	margin-top: 10px;
}

.city_item {
	padding-bottom: 5px;
}

.city_item .title {
	background: #f8f8f8;
	padding: 10px;
}

.city_item li {
	float: left;
	width: 1188px;
}

.city_item li a {
	display: inline-block;
	padding-left: 2%;
	line-height: 2.4;
}

.city_item .w100 {
	width: 130px;
	padding: 10px 0 0 0;
	text-align: left;
}

.city_item .w1080 {
	line-height: 24px;
	padding: 5px 0;
}

.city_item .mt_8 {
	margin-top: -8px;
}

.lp_map {
	line-height: 2.4;
	padding: 5px 10px;
}

.lp_map .letter {
	width: 720px;
}

.lp_map .letter> a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #ececec;
	line-height: 26px;
	text-align: center;
	margin: 0 8px 8px 0;
}

.lp_map .letter .active {
	background: #ff7200;
	color: #fff;
}

.lp_map .map_con {
	padding: 5px 0;
	display: none;
}

.lp_map .map_con> li {
	float: left;
	width: 33%;
}

.lp_map .map_con> li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ea5404;
	margin: 0 5px 0 15px;
}

.lp_map .show {
	display: block;
}

.zx-company {
	clear: both;
}

.news_item {
	float: left;
	width: 868px;
	line-height: 2.4;
}

.news_item> ul {
	padding-bottom: 5px;
}

.news_item> ul> li {
	float: left;
	width: 25%;
}

.news_item> ul> li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ea5404;
	margin: 0 5px 0 15px;
}

.transline dl {
	padding: 10px;
}

.transline dl .num {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #ea5404;
	border-radius: 50%;
	font-size: 12px;
}

.transline dl .walk,
.transline dl .subway {
	padding-left: 60px;
	background: url(../image/map_icon.jpg) no-repeat 40px 0;
}

.transline dl .subway {
	padding-left: 60px;
	background: url(../image/map_icon.jpg) no-repeat 38px -26px;
}

.transline dl .btn {
	float: right;
	margin: 6px 0 0 0;
	line-height: 14px;
}

.transline .mlr_20 {
	margin: 0 20px;
}

.transline .bg {
	line-height: 24px;
}

.unslider {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.unslider-wrap {
	position: relative;
}

.unslider-wrap.unslider-carousel> li {
	float: left;
}

.unslider-vertical> ul {
	height: 100%;
}

.unslider-vertical li {
	float: none;
	width: 100%;
}

.unslider-fade {
	position: relative;
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}

.unslider li,
.unslider ol,
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.unslider-nav {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}

.unslider-nav ol {
	width: 100%;
	list-style: none;
	text-align: center;
}

.unslider-nav ol li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #fff;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #fff;
	cursor: default;
}

.mainCenterList .next {
	font-size: 25px;
	position: inherit;
}

.mainCenterList .prev {
	font-size: 25px;
	position: inherit;
}

.bg h1 {
	display: inline-block;
}

.liHeight {
	height: 28px;
	overflow: hidden;
}

.padding-line {
	display: inline-block;
	padding-right: 15px;
	margin: 0 15px 15px 0;
	border-right: 1px solid #999;
}

.span_LBC_right {
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #666;
	margin-bottom: 12px;
	cursor: pointer;
}

.width_float {
	float: left;
	width: 220px
}

.cBlue {
	color: #666
}


/*# sourceMappingURL=map.css.map */


/* page:效果图 */

.xgt-container {
	position: relative;
	float: left;
	width: 860px;
	height: 360px;
}

.xgt-container .lunbo-wrapper {
	position: relative;
	width: 860px;
	height: 360px;
}

.xgt-container .lunbo-slide {
	display: none;
	position: absolute;
	width: 860px;
	height: 360px;
}

.xgt-container .lunbo-slide .img100 {
	width: 860px;
	height: 360px;
}

.xgt-container .txt-box {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: 60px;
	color: #fff;
}

.xgt-container .txt-box .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 820px;
	height: 60px;
	background: #909090;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.xgt-container .txt-box .p1 {
	position: absolute;
	line-height: 60px;
	z-index: 2;
	padding: 0 1em;
}

.xgt-container .pagination {
	position: absolute;
	width: 100px;
	height: 10px;
	bottom: 45px;
	right: 40px;
	text-align: right;
	z-index: 5;
}


/*翻页小圆点*/

.xgt-container .pagination .pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #aaa;
	margin-right: 10px;
	border: none;
	z-index: 3;
}

.xgt-container .pagination .active {
	background: #fff;
}

.xgt-container .lunbo-button-prev {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.35);
	width: 38px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	left: 0;
}

.xgt-container .lunbo-button-next {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.35);
	width: 38px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	right: 0;
}

.xgt-container .img-swp {
	width: 18px;
	height: 28px;
	padding: 13px 10px;
}

/*为新加地图盒子提供样式 start*/
.left_con_title{
	width:100%;
	height:auto;
	overflow: hidden;
}
.left_con_title .con_title_left{
	width:220px;
	height:auto;
	float:left;
	margin-right:30px;
}
.left_con_title .con_title_left .title_left_map{
	width:220px;
	height:220px;
	margin-bottom:10px;
	border:1px solid #ececec;
}
.left_con_title .con_title_left .title_left_btn{
	width:220px;
	height:auto;
	text-align: center;
}
.left_con_title .con_title_left .title_left_btn .map_btn{
	background:#ea5504;
	color:#fff;
	font-size:16px;
	display:inline-block;
	width:99px;
	height:30px;
	line-height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}
.left_con_title .con_title_right{
	width:550px;
	height:250px;
	float:left;
}
/*为新加地图盒子提供样式 end*/
/*新增大转盘*/
.turnplate{
	width:310px;
	height:360px;
	cursor:pointer;
	background: url(http://s1.17house.com/common/images/turn1.png) no-repeat;
	position: relative;
}
.turnplate .plate_oneimg{
	width:201px;
	height:200px;
	position: absolute;
	top:96px;
	left:54px;
}
.turnplate .plate_twoimg{
	width:67px;
	height:76px;
	position: absolute;
	top:155px;
	left:122px;
}
.turnplate .Rolling_mask{
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 35px;
  	background: #000;
  	opacity: 0.4;
  	filter: alpha(opacity=40);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  	z-index: 5;
}
.turnplate .Rolling_txt {
	height: 35px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.turnplate .Rolling_txt .sc-ul {
	height: 35px;
	width: 92%;
	margin: 0 auto;
	border: none;
	overflow: hidden;
}
.turnplate .Rolling_txt .sc-ul ul {
	width: 100%;
	position: relative;
}
.turnplate .Rolling_txt .sc-ul ul li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}
.turnplate .Rolling_txt .sc-ul ul li span {
	display: block;
	width: auto;
	float:left;
}
.turnplate .Rolling_txt .sc-ul ul li span:first-child {
	width:110px;
	display: block;
}
.turnplate .Rolling_txt .sc-ul ul li span+span+span {
	float:right;
}
/*新增大转盘 end*/