
img {
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}


/*清浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/* banner */

.banner {
	width: 100%;
	height: 448px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner-btn {
	display: none;
}

.banner-btn a {
	display: block;
	line-height: 40px;
	position: absolute;
    top: 50%;
    margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	color: rgb(255, 255, 255);
	overflow: hidden;
	z-index: 4;
}

.prevBtn {
	left: 55px;
}

.nextBtn {
	right: 55px;
}

.banner-img {
	font-size: 0;
	*word-spacing: -1px;
	/* IE6、7 */
	letter-spacing: -3px;
	position: relative;background-color: white;
}

.banner-img li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* IE6、7 */
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	overflow: hidden;
	min-height: 100%;
	float: left;
	background-color: white;
}

.banner-img li a{
	display: block;
	overflow: hidden;
	text-align: center;
	position:relative;
	height: 100%;
	width: 100%;
}
.banner-img li a img {
	display: block;
	position: relative;
	/*left:50%;*/
	max-width: 1920px;
}
.banner i {
	background: url('../images/T1szNBFzlmXXX8QSDI-400-340.png') no-repeat;
	width: 15px;
	height: 23px;
	cursor: pointer;
	margin: 8px 0 0 12px;
	display: block;
}

.banner .nextBtn i {
	background-position: -200px -24px;
}

.banner .prevBtn i {
	background-position: -200px 0px;
}

.banner-circle {
	height: 19px;
	position: absolute;
	left: 50%;
	bottom: 15px;
}

.banner-circle li  {
	display: block;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	border-radius: 50%;
	background: #B7B7B7;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.banner-circle .selected{
	background: #FFFFFF;
}

.modalCloseBtn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/modalClose.png") no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}

.modalCloseBtn:hover {
	background: url("../images/modalCloseActive.png") no-repeat center;
}


.opacitylayer {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background:#000;
	z-index:1;
	border-radius:5px;
	display: none;
}

#header_shopInfo{
	width: 100%;
	height: 50px;
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}
#header_shopInfo #company{
	width: 1190px;
	margin: 0 auto;
	float: none;
}
#company_name{
	float: left;
	position: relative;
	line-height: 22px;
	margin-top: 0;
	height: 22px;
	top: 15px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
#company_name>i.shoplevel{
    margin-left: 6px;
    float: left;
/*     margin-right: 2px;
    margin-top: 3px; */
}
#company_name>i.certificationQIye{
	margin-left:6px !important;
	position: relative;
	top: 2px !important;
	left: 0 !important;
}

/*店铺信息  show*/
#company .floatright{
	line-height: 50px;
	font-size: 12px;
	color: rgb(136,136,136);
	cursor: pointer;
	position: relative;
}
#company .floatright .erweimaShowBox{
	display: none;
	width: 150px;
	height: 145px;
	background: #fff;
	border:1px solid #e5e5e5;
	position: absolute;
	top:50px;
	right:0;
	z-index: 99;
	text-align: center;
}
#qrcode{
	display: inline-block;
	width: 94px;
	height: 92px;
	margin-top: 20px;
}
#company .floatright .erweimaShowBox p{
	font-size:12px;
	color: rgb(152,152,152);
	position: relative;
	top:-30px;
}
#company .floatright i.erweima{
	width: 14px;
	height:14px;
	display: inline-block;
	background: url("../images/QR_code.png") no-repeat center;
	position: relative;
	top: 3px;
	margin-right: 7px;
}
#company .floatright i.jiantou{
	width: 8px;
	height: 4px;
	display: inline-block;
	background: url(../images/down_arrow.png) no-repeat center;
	position: relative;
	top: -2px;
	left: 0px;
	margin-left: 5px;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
}
#company .floatright:hover i.jiantou{
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
#company_achievement{
	position: relative;
	cursor: pointer;
	margin-top: 0;
	padding-left: 15px;
	/*border-left: 1px solid #eee;*/
	/*height: 50px;*/
	line-height: 50px;
	float: left;
	margin-left: 15px;
}
#header_shopInfo #company{
	height: 50px;
	position: relative;
}
#header_shopInfo #company i.upLogo{
	width: 8px;
	height: 7px;
	display: inline-block;
	background: url("../images/upred_arrow.png") no-repeat center;
	position: relative;
	top: -1px;
	left: 5px;
}
#header_shopInfo #company i.downLogo{
	width: 8px;
	height: 7px;
	display: inline-block;
	background: url("../images/downgreen_arrow.png") no-repeat center;
	position: relative;
	top: -1px;
	left: 5px;
}
#header_shopInfo #company i.evalLogo{
	width: 8px;
	height: 6px;
	display: inline-block;
	background: url("../images/line_two.png") no-repeat center;
	position: relative;
	top: -1px;
	left: 5px;
}
#header_shopInfo #company i.certificationTure{
	width: 22px;
	height: 15px;
	display: inline-block;
	background: url("../images/card.png") no-repeat center;
	position: relative;
	top: 3px;
	left: 5px;
}
#header_shopInfo #company i.certificationQIye{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/certificationQIye.png") no-repeat center;
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
}
#header_shopInfo #company .shopMessShow{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	/*width: 600px;*/
	min-width: 600px;
	font-size:12px ;
	color: #666;
	background: #fff;
	z-index: 99;
	border: 1px solid #e5e5e5;
	/*border-top: 1px solid #FF6600;*/
}

#header_shopInfo #company .shopMessShow .floatBox{
	padding: 10px 20px 0 20px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
#header_shopInfo #company .shopMessShow .shopMessContentBoxInfo,#header_shopInfo #company .shopMessShow .shopPingjiaMess{
	float: left;
}
#header_shopInfo #company .shopMessShow .shopMessContentBoxInfo{
	width: 280px;
	padding:0 10px;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess{
	border-left:1px solid #e5e5e5;
	padding:0 10px 10px 30px;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess ul li{
	overflow: hidden;
	padding-right: 10px;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess ul li:first-child{
	font-weight: bold;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess ul li span{
	display: inline-block;
	float: left;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess ul li span em{
	color: #ff6000;
}
#header_shopInfo #company .shopMessShow .shopPingjiaMess ul li span:first-child{
	display: inline-block;
	width: 140px;
	overflow: hidden;
	text-overflow:ellipsis ;
}
#header_shopInfo #company .shopMessShow .bottomBox{
	margin-top: 10px;
	padding:0 -20px;
	height: 50px;
	text-align: right;
}
#header_shopInfo #company .shopMessShow .bottomBox a.btn{
	display: inline-block;
	padding: 5px 36px;
	background: #ff6600;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
	position: relative;
	top:2px;
}
#company_achievement i.jf-hd-down{
	position: absolute;
	right: 0;
	top:23px;
	width: 10px;
	height: 5px;
	background: url(../images/menu_topCopy.png) no-repeat -384px top;
	cursor: pointer;
	/*background-position: -384px 0;*/
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
}
#company .shopMessDetailHSo{
	cursor: pointer;
}
#company .shopMessDetailHSo:hover i.jf-hd-down{
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

/*收藏 样式*/
.houseLogo{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/house.png") no-repeat center;
	position: relative;
	top:3px;
	left:-3px;
}
.houseLogoGray{
	background: url("../images/houseGray.png") no-repeat center;
}
#company .floatright span.houseBox{
	margin-right: 20px;
}
#header_shopInfo #company .shopMessShow .bottomBox a.btn-house{
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #343434;
	padding:4px 26px;
}
#header_shopInfo #company .shopMessShow .bottomBox a.btn-house i.houseLogo{
	left:-7px;
}
.shopMessContentBoxInfo .service-range{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*disobey start*/
#disobey {
	width: 100%;
	height: 40px;
    margin-bottom: 2px;
    display: none;
}
#disobey .disobeyIn {
    font-size: 12px;
	width: 1190px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	color: #E90F0E;
    background: #FEF2F2;
    border: 1px solid #FFB4A8;
}
#disobey .lllegal {
    float: left;
    width: 16px;
    height: 16px;
    background: url("../images/lllegalIcon.png") no-repeat center;
    margin-left: 14px;
    margin-right: 10px;
    margin-top: 12px;
}
#disobey .lllegalBtn{
	display: inline-block;
	width: 72px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #FF6600;
    border-radius: 1px;
	color: #fff;
	margin-left: 25px;
    position: relative;
    top: -1px;
    left: 0;
}

#disobey .lllegalTelSpan {
    float: right;
    margin-right: 18px;
    color: #666666;
}
/*disobey end*/
/*shopClosingPrompt start*/
.shopClosingPrompt {
    width: 100%;
    height: 500px;
    background: #F6F6F6;
    text-align: center;
    display: none;
}
.shopClosingPromptIn {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
}
.shopClosingPromptIn p {
    display: inline-block;
}
.verySorryIcon {
    line-height: 500px;
	margin-right: 60px;
}
.verySorryIcon i.sorryIcon {
    display: inline-block;
    width: 109px;
    height: 158px;
    vertical-align: middle;
    background: url("../images/verySorryIcon.png") no-repeat center;
}

.shopClosingPromptIn p:last-child {
    font-size: 16px;
    text-align: left;
}
/*shopClosingPrompt end*/


#customInfo img{
	max-height: inherit !important;
}
.telTitle{
	color: #333;
	font-size: 14px;
	margin-left: 3px;
}
.tel-ul{
	margin-left: 25px;
}

.tel-ul .tel-li {
    color: #A8A8A8;
}

#commonAside-waiter #servicesTimeInfo{
	padding-bottom: 10px;
	padding-top: 5px;
}

#commonAside-waiter #servicesTime .tel-ul .tel-li {
    line-height: 24px;
}
/*.commonAside_float {
	left: -207px !important;
	width: 200px !important;
}*/

/* 绑定虚拟号码提示框 */
.virNumTipsMask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 999;
}

.virNumTipsWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -181px;
	margin-top: -106px;
	width: 362px;
	height: 213px;
}

.virNumTipsWrapper .virNumTipsCloseBar {
	text-align: right;
}

.virNumTipsWrapper .virNumTipsCloseBar i {
	position: relative;
	top: 33px;
	right: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../images/closetips.png") no-repeat center;
	cursor: pointer;
}

.virNumTipsWrapper .virNumTipsContnet {
	width: 361px;
	height: 192px;
	background-color: #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.virNumTipsWrapper .virNumTipsTop {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: url("../images/bgtips.png") no-repeat center;
	background-size: cover;
}

.virNumTipsWrapper .virNumTipsTop i {
	display: inline-block;
	margin: 0 10px 0 70px;
	width: 28px;
	height: 28px;
	background: url("../images/teltips.png") no-repeat center;
	vertical-align: middle;
}

.virNumTipsWrapper .virNumTipsTop span {
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}

.virNumTipsWrapper .virNumTipsBottom {
	padding: 20px;
}

.virNumTipsWrapper .virNumTipsBottom li {
	line-height: 30px;
	font-size: 12px;
}

.virNumTipsWrapper .virNumTipsBottom li i {
	display: inline-block;
	margin-right: 5px;
	width: 6px;
	height: 6px;
	background-color: #20B18A;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

/* 2018/5/7 */
.dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
}

#matureMask {
	display: none;
}

#matureWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -107px;
	margin-left: -171px;
	width: 340px;
	height: 212px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
}

#matureWrapper .mature-header {
	height: 30px;
}

#matureWrapper .closeBtn {
	margin-right: 5px;
	font-size: 30px;
	color: #ddd;
	cursor: pointer;
}

#matureWrapper .mature-body {
	padding: 0 15px;
}

#matureWrapper .mature-title {
	font-size: 16px;
	font-weight: bold;
}

#matureWrapper .mature-info {
	margin-top: 10px;
	text-align: left;
}

#matureWrapper .mature-btn {
	position: relative;
	margin-top: 10px;
	height: 30px;
}

#matureWrapper .enterBtn {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -52px;
	width: 105px;
	height: 30px;
	background-color: #FF9900;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
}

#shopClosedPrompt {
	border-top:1px solid #ddd;
}

#shopClosedPrompt .shopClosedPrompt-wrapper {
	height: 441px;
	text-align: center;
}

#shopClosedPrompt .shopClosedPrompt-icon {
	display: inline-block;
	margin-top: 93px;
	width: 56px;
	height: 56px;
	background-color: #0463CB;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 40px;
}

#shopClosedPrompt .shopClosedPrompt-info {
	margin: 40px 0 65px 0;
}

#shopClosedPrompt .num {
	color:#FF7418;
}

#shopClosedPrompt a {
	color:#0463CB;
}

/* header start */
#header {
    width: 100%;
    height: 100px;
}

#header_w {
    margin: 0 auto;
    width: 1190px;
    height: 100%;
}

#logo {
    float: left;
    height: 100px;
    width: 210px;
}

#logo span {
    display: block;
    height: 100px;
    width: 210px;
    background: url(../images/jfLogo2017.png) no-repeat center;
}

#header .shop-header-top {
    border-left: 1px solid #eee;
    margin-top: 40px;
    margin-left: 20px;
    position: relative;
    float: left;
    padding-top: 0;
    padding-left: 25px;
}

#header .shop-header-top span {
    font-size: 18px;
    color: #333333;
}

#search > div > input {
    outline: none;
    float: left;
    width: 335px;
    height: 36px;
    font-size: 13px;
    color: #555;
    padding: 0 0 0 10px;
    border: 0;
}

#search > div {
    width: auto;
    height: 36px;
    float: left;
    border: 2px solid #1abc9c;
}

#search {
    float: right;
    margin-top: 30px;
}

#search > div > a {
    position: relative;
    width: 76px;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    border-right: 1px solid #eee;
    float: left;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

#search > div > a > span {
    float: none;
    padding-left: 0;
    border-right: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-left: -4px;
    color: #666666;
}

#search > div > a > span:hover {
    color: #028a6c;
}

#search > div > a > i {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(../images/down_03.png) no-repeat center;
    margin-top: 16px;
    position: absolute;
    right: -1px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}

#search > div > a:hover > i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

#search > div > a > ul {
    position: absolute;
    top: 35px;
    left: 0;
    width: 92px;
    z-index: 10;
    display: none;
}

#search > div > a > ul > li {
    padding-left: 10px;
    width: 80px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    background: #FFFFFF;
}

#search > div > a > ul > li:hover {
    color: #1ABC9C;
}

#search > div > button {
    outline: none;
    border: 0;
    float: right;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #1abc9c;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#search > span {
    display: inline-block;
    width: 45px;
    height: 40px;
    color: #999;
    float: left;
    text-align: center;
    line-height: 40px;
}

#search > button {
    outline: none;
    width: 125px;
    height: 40px;
    background: #1abc9c;
    float: left;
    border: none;
    font-size: 16px;
    color: #ffffff;
}

#search > button:hover,
#search > div > button:hover {
    opacity: 0.85;
    -ms-filter: alpha(opacity=85);
    filter: alpha(opacity=85);
}

#service_type:hover{
    color: #333;
}

#s_type li:hover{
    color: #1ABC9C;
}

/* header end */

/* footerBar start */
.footerBar {
    width: 100%;
    background-color: #434343;
    color: #bbb;
    min-width: 1190px;
}

.indexfoot {
    width: 1160px;
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
}

.wechatRelated {
    font-size: 12px;
}

/*.footlink {
    position: relative;
    display: inline-block;
    height: auto;
}*/

.footlink a {
    display: inline-block;
}

.indexfoot ul {
    text-align: center;
}

.indexfoot ul li {
    display: inline;
}

.indexfoot ul li a {
    color: #bbb;
}

.friendlinks_more {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
}

.friendlinks_more i {
    display: block;
    width: 7px;
    height: 4px;
    margin: 5px 0 0 4px;
    background: url(../images/index.png) no-repeat -289px -170px;
}

.indexfoot a {
    text-decoration: none;
}

.friendlinks.showmore {
    height: auto;
}

.footother .hotline {
    padding-top: 0;
    height: 43px;
    line-height: 55px;
    overflow: hidden;
}

.friendlinks {
    width: 1090px;
    height: 20px;
    margin: 8px 0;
    line-height: 22px;
    overflow: hidden;
}
/* footerBar end */

/*----- .basic_info 开始 -----*/
.basic_info {
	padding: 0 0 12px 40px;
	font-size: 12px;
	background: #F6F6F6;
	color: #555;
	overflow: hidden;
}

.basic_info span {
	float: left;
	line-height: 16px;
	margin-top: 12px;
	box-sizing: border-box;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.basic_info .cell2 {
	width: 20%;
}

.basic_info .cell25 {
	width: 25%;
}

.basic_info .cell3 {
	width: 30%;
}
/*----- .basic_info 结束 -----*/