@charset "utf-8";

/*******************通用样式********************/

* {
	margin: 0px;
	padding: 0px;
	outline-style: none !important;
	font: .14rem/1.8 "Microsoft YaHei", "\5B8B\4F53", Helvetica, Arial, Verdana, sans-serif;
	box-sizing: border-box;
}

html {
	font-size: 100px;
}

@media ( max-width: 828px) {
	html {
		font-size: calc(100vw/3.75);
	}
}

body {
	color: #454545;
	background-color: #FFF;
	font: .14rem/1.8 "Microsoft YaHei", "\5B8B\4F53", Helvetica, Arial, Verdana, sans-serif;
	box-sizing: border-box;
	
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	html {
		font-size: 98px;
	}
}

@media ( min-width: 1440px) {
	body {
		font-size: .14rem;
	}
}

a {
	text-decoration: none;
	color: #2f2f2f;
}

img {
	border: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
	outline: none;
}

i,
em,
b {
	font-style: normal;
	font-weight: normal;
}

ul,
ol,
li {
	list-style-type: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	/*老版本语法：Safari,iOS,Android browser,old Webkit browser*/
	display: -moz-box;
	/*老版本语法：Firefox(buggy)*/
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	justify-content: flex-start;
}

a:hover,
a:link,
a:visited,
a {
	color: inherit;
	text-decoration: none;
}

/*.container {
	overflow: hidden;
}*/


/*******************通用样式********************/


/*******************头部样式********************/

#in_header {}

#in_header .top_bg {
	background: #f3a7ac;
	color: #ffffff;
	font-size: .14rem;
	padding: 4px 0;
}

#in_header .top_bg .rexian img {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
}

#in_header .navbar-brand img {
	height: 52px;
	width: auto;
}

#in_header .navbar {
	margin: 0;
	padding: 17px 0;
	background: #fff;
	border-bottom: 0;
}

#in_header .navbar-brand {
	padding: 0 15px;
}

#in_header .yd-nav li {
	position: relative;
}

#in_header .yd-nav li a{
	font-size: .16rem;
	/*color: #655a50;*/
}
@media only screen and (min-width:1440px) {
	#in_header .rexian {
		text-align: right;
	}
	.dropdown-menu {
		margin-left: -50%;
	}
	#in_header .yd-nav li.active> a,
	#in_header .yd-nav li.focus> a {
		background: transparent;
	}
	.navbar-default .navbar-nav> .open> a,
	.navbar-default .navbar-nav> .open> a:hover,
	.navbar-default .navbar-nav> .open> a:focus {
		background: transparent;
	}
	#in_header .yd-nav li.active> a:after,
	#in_header .yd-nav li:hover>a:after {
		content: '';
		position: absolute;
		bottom: 10px;
		left: 30px;
		z-index: 9;
		background: #ce888a;
		height: 3px;
		width: 36px;
	}
	.nav_small {
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background: rgba(243, 167, 172, .9);
	}
	.nav_small>li>a {
		line-height: 20px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		margin: 4px 0;
	}
	.nav_small>li>a:hover {
		color: #fff;
		background: #c25c77 !important;
		border-bottom: none !important;
	}
	.nav_small>li:hover>a:after {
		display: none !important;
	}
}

@media only screen and (max-width:828px) {
	#in_header .navbar {
		padding: 5px 0;
	}
	#in_header .navbar-brand img {
		height: 40px;
		width: auto;
	}
}

@media only screen and (min-width: 829px) and (max-width: 1350px) {
	
}

/*******************头部样式********************/


/*******************banner样式********************/

#lk_carousel {}

#lk_carousel .item {
	background: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

@media only screen and (min-width:800px) {
	#lk_carousel .item {
		height: 560px;
	}
	#snav {
		float: right;
	}
}

.carousel-indicators li {
	width: .7rem;
	border: none;
	background: #ffffff;
	border-radius: 0;
	height: .05rem;
}

.carousel-indicators .active {
	width: .7rem;
	border: none;
	background: #f3a7ac;
	border-radius: 0;
	height: 5px;
}

@media only screen and (max-width:828px) {
	.carousel-indicators li{
		width: .5rem;
	}
	.carousel-indicators .active {
		width: .5rem;
	}
}
/*******************banner样式********************/


/*******************服务体系样式********************/

.title {
	margin-bottom: .5rem;
}

.title> div {
	background: url(../images/icon01.jpg) repeat-x center center;
	display: inline-block;
	padding: 0 1.3rem;
}

.title> div span {
	display: inline-block;
	background: #fff;
	font-size: .32rem;
	padding: 0 .2rem;
	color: #c25c77;
}

.title> p {
	color: #999999;
	font-size: .14rem;
}

#in_service {
	padding: .8rem 0;
}

#in_service .nineitem {
	width: 20%;
	height: 0;
	padding-bottom: 17.391304374%;
	position: relative;
	overflow: hidden;
	border-right: 1px dashed #E6E6E6;
	float: left;
}

#in_service .nineitem .ninemodel {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s linear;
	cursor: pointer;
}

#in_service .ninemodel a {
	display: block;
}

#in_service .nineitem .ninemodeltop {
	padding-bottom: 85.956521%;
	height: 0px;
	border-bottom: 3px solid #db8292;
	width: 100%;
}

#in_service .nineitem .ninemodeltop .iconup {
	width: 110px;
	height: 110px;
	line-height: 0;
	margin: 0 auto;
}

#in_service .icontext {
	font-size: .26rem;
	color: #555555;
	text-align: center;
	padding-top: 10px
}

#in_service .nineitem .ninemodelbottom {
	height: 0px;
	padding-bottom: 86.956521%;
	border: none;
	width: 100%;
	background-color: #f3a7ac;
	box-shadow: -.2rem -.1rem 0 -.1rem inset #FFF, .2rem -.1rem 0 -.1rem inset #FFF;
}

#in_service .nineitem:hover .ninemodel {
	top: -100%;
}

#in_service .nineitem:hover .ninemodeltop {
	border-bottom: none;
}

#in_service .nineitem .ninemodelbottom .icondown {
	width: 110px;
	height: 110px;
	line-height: 0;
	margin: 0 auto;
	/*padding-top: 34px;*/
}

#in_service .nineitem .ninemodelbottom .icontext {
	color: #fff;
}

#in_service .iconup img,
#in_service .icondown img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:828px) {
	#in_service {
		padding: .2rem 0;
	}
	.title {
		margin-bottom: .1rem;
	}
	.title> div {
		padding: 0 .9rem;
	}
	.title> div span {
		font-size: .17rem;
		padding: 0 .1rem;
	}
	#in_service .nineitem {
		height: 0px;
		padding-bottom: 18.4210%;
	}
	#in_service .nineitem .ninemodeltop .iconup {
		width: 50px;
		height: 50px;
	}
	#in_service .icontext {
		font-size: .12rem;
		padding-top: 0;
	}
	/*#in_service .nineitem .ninemodel{
		padding: 0 .02rem;
	}*/
	#in_service .nineitem .ninemodelbottom {
		height: 0px;
		padding-bottom: 92.10526%;
		display: none;
	}
	#in_service .nineitem .ninemodeltop {
		height: 0px;
		padding-bottom: 92.10526%;
	}
	#in_service .nineitem:hover .ninemodel {
		top: 0%;
	}
}
@media only screen and (min-width: 766px) and (max-width: 1366px) {
	#in_service .nineitem .ninemodelbottom {
		height: 0px;
		padding-bottom: 86.956521%;
		border: none;
		width: 100%;
		background-color: #f3a7ac;
		box-shadow: -.2rem -.1rem 0 -.1rem inset #FFF, .2rem -.1rem 0 -.1rem inset #FFF;
	}
	#in_service .nineitem .ninemodeltop .iconup {
	    width: 90px;
	    height: 90px;
	    line-height: 0;
	    margin: 0 auto;
	}
	#in_service .icontext{
		font-size: .17rem;
	}
}

/*******************服务体系样式********************/


/*******************专护中心样式********************/

#in_about {
	padding: .5rem 0;
	width: 100%;
}

#in_about .container {
	display: table;
	width: 100%;
	height: 100%;
}

#in_about .inabn {
	display: table-cell;
	vertical-align: middle;
	padding: 0 19% 0 41%;
	box-sizing: border-box;
}

#in_about .inab {
	padding: 0 .5rem .6rem .5rem;
	background: rgba(255, 255, 255, .8);
	position: relative;
}

#in_about .inab-tit {
	border-bottom: #b5b5b5 1px solid;
	padding: .15rem 0;
	margin-bottom: .1rem;
}

#in_about .inab-tit img {
	display: inline-block;
	margin-right: .1rem;
	width: .5rem;
	height: .5rem;
}

#in_about .inab-tit span {
	color: #c25c77;
	font-size: .32rem;
	line-height: .5rem;
}

#in_about .inab-txt {
	line-height: 250%;
	color: #666666;
}

#in_about a {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: .6rem;
	height: .6rem;
	background: #db8292;
	color: #fff;
	font-size: .4rem;
	text-align: center;
	line-height: .6rem;
}

@media only screen and (min-width: 829px) and (max-width: 1366px) {
	#in_about .inabn {
		padding: 0 15% 0 15%;
	}
	#in_about .inab {
		padding: 0 .2rem .6rem .2rem;
	}
	#in_about .inab-tit span {
		font-size: .17rem;
	}
	
}

@media only screen and (max-width:828px) {
	#in_about .inabn {
		padding: 0 3% 0 3%;
	}
	#in_about .inab {
		padding: 0 .1rem .6rem .1rem;
	}
	#in_about .inab-tit span {
		font-size: .17rem;
		line-height: .3rem;
	}
	#in_about .inab-tit img {
		width: .3rem;
		height: .3rem;
	}
	#in_about a{
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .3rem;
	}
}


/*******************专护中心样式********************/


/*******************口碑见证样式********************/

#in_praise {
	padding: .5rem 0;
}

#in_praise .row {
	margin: 0 -.2rem;
}

#in_praise .inpra-item {
	position: relative;
	width: 33.3333333%;
	padding: 0 .2rem;
	float: left;
	margin-bottom: .3rem;
}

#in_praise .inpra-item a {}

#in_praise .inpra-item .inpratop {
	height: 0;
	padding-bottom: 63.15789%;
	position: relative;
}

#in_praise .inpra-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

#in_praise .inpra-item a {
	display: block;
}

#in_praise .inprabottom {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: .2rem;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	text-align: center;
	display: none;
}

#in_praise a:hover .inprabottom {
	display: block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#in_praise .inprabottom .inprak {
	border: #fff 1px solid;
	height: 100%;
	padding: .25rem;
}

#in_praise .inprabottom .p1 h2 {
	font-size: .26rem;
	color: #fff;
	margin-bottom: .2rem;
}

#in_praise .inprabottom .p1 p {
	line-height: 1.6;
	height: 4.8em;
	color: #fff;
	overflow: hidden;
}

@media only screen and (max-width:828px) {
	#in_praise .inpra-item {
		position: relative;
		width: 50%;
		padding: 0 .1rem;
		float: left;
		margin-bottom: .1rem;
	}
	#in_praise .row {
		margin: 0 -.1rem;
	}
	#in_praise {
		padding: .2rem 0;
	}
	#in_praise a:hover .inprabottom{
		display: none;
	}
}


/*******************口碑见证样式********************/


/*******************会所环境样式********************/

#in_envir .inenv .swiper1 .swiper-slide {
	width: 20%;
	height: 0;
	padding-bottom: 34.02597%;
	position: relative;
}

#in_envir .inenv .inenvitem {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

#in_envir .inenv .inenvitem a {
	display: block;
	width: 100%;
	height: 100%;
}

#in_envir .inenv .inenvitem .inevbtop {
	height: 80%;
}

#in_envir .inenv .inenvitem .inevbbot {
	height: 20%;
	overflow: hidden;
	padding: .3rem;
	text-align: center;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#in_envir .inenv .inenvitem h2 {
	color: #333333;
	font-size: .18rem;
	margin-bottom: .1rem;
}

#in_envir .inenv .inenvitem span {
	color: #888888;
	font-size: .14rem;
}

#in_envir .inenv .inenvitem .ciz {
	display: none;
	color: #fff;
	margin-top: .15rem;
	line-height: 200%;
}

@media only screen and (min-width:1440px ) {
	#in_envir .inenv .inenvitem:hover .inevbtop {
		height: 45%;
		transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-ms-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
	}
	
	#in_envir .inenv .inenvitem:hover .inevbbot {
		height: 55%;
		background: #f3a7ac;
	}
	
	#in_envir .inenv .inenvitem:hover h2 {
		color: #fff;
	}
	
	#in_envir .inenv .inenvitem:hover span {
		display: none;
	}
	
	#in_envir .inenv .inenvitem:hover .ciz,
	#in_envir .inenv .inenvitem:hover .inevbbot i {
		display: block;
	}
}

#in_envir .inenv .inenvitem .inevbbot i {
	width: .5rem;
	height: .5rem;
	display: block;
	margin: 0 auto;
	border: #fff 1px solid;
	text-align: center;
	line-height: .5rem;
	margin-top: .15rem;
	font-size: .34rem;
	color: #fff;
}

@media only screen and (max-width:828px) {
	#in_envir .inenv {
		padding: .1rem;
	}
	#in_envir .inenv .swiper1 .swiper-slide {
		height: 0;
		padding-bottom: 75.324675%;
		position: relative;
	}
	#in_envir .inenv .inenvitem h2 {
		margin-bottom: 0;
		font-size: .16rem;
	}
	#in_envir .inenv .inenvitem span {
		line-height: 1.8;
		height: 1.8em;
	}
	#in_envir .inenv .inenvitem .inevbbot {
		height: 20%;
		overflow: hidden;
		padding: .1rem !important;
		text-align: center;
		border: #e3e3e3 1px solid;
	}
}

@media only screen and (min-width: 766px) and (max-width: 1366px) {
	/*#in_envir .inenv .inenvitem span{
		display: none;
	}*/
	#in_header .yd-nav li a{
		font-size: .14rem;
	}
	#in_envir .inenv .inenvitem h2{
		font-size: .17rem;
		margin-bottom: .1rem;
	}
}
/*******************会所环境样式********************/


/*******************专家团队样式********************/

#in_team {
	padding: .5rem 0;
}

@media only screen and (max-width:828px) {
	#in_team {
		padding: .2rem 0;
	}
}
/*******************专家团队样式********************/


/*******************专题资讯样式********************/

#in_news {
	/*padding: .5rem 0;*/
}

#in_news .innews ul {
	display: block;
	text-align: center;
}

#in_news .innews .t_top {
	margin-bottom: .6rem;
}

#in_news .innews .t_top li {
	display: inline-block;
	padding: .04rem .2rem;
	border: #f3a7ac 1px solid;
	border-radius: 6px;
	margin: 0 .1rem;
	color: #f3a7ac;
}

#in_news .innews .t_top li:hover,
#in_news .innews .t_top li.current {
	background: #f3a7ac;
	color: #fff;
}

#in_news .con {
	display: none;
	margin: 0 -.15rem;
}

#in_news .con .media {
	width: 50%;
	padding: .15rem;
	float: left;
	margin-top: 0;
}

#in_news .con .media a {
	display: table;
	box-shadow: 2px 0 7px rgba(0, 0, 0, 0.2);
	border: #eeeeee 1px solid;
	width: 100%;
}

#in_news .con .media-left {
	width: 0;
}

#in_news .con .media-left img {
	width: 1.5rem;
	height: 1.5rem;
	display: table-cell;
}

#in_news .con .media-body {
	display: table-cell;
	width: 100%;
	height: 1.5rem;
	overflow: hidden;
}

#in_news .con .media-body .mdes {
	padding: .15rem .1rem .1rem .1rem
}

#in_news .mdes h4 {
	color: #4b4a4a;
	font-weight: 600;
	font-size: .18rem;
	display: block;
	width: 100%;
	line-height: 1.8;
	height: 1.8em;
	overflow: hidden;
}

#in_news .mdes em {
	color: #f3a7ac;
	font-size: .14rem;
	display: block;
	margin: .04rem 0;
}

#in_news .mdes p {
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color: #666666;
}

#in_news .con .media a:hover h4 {
	color: #f3a7ac;
}

@media only screen and (max-width:828px) {
	#in_news .con .media {
		width: 100%;
		padding: 0rem;
		float: none;
		margin-top: 0;
		margin-bottom: .1rem;
	}
	#in_news .innews .t_top {
		margin-bottom: .2rem;
	}
	#in_news .con {
		margin: 0;
		padding: .1rem;
	}
	#in_news .con .media-body .mdes {
		padding: .05rem .05rem .05rem .0rem;
	}
	#in_news .innews .t_top li{
		margin-bottom: .1rem;
	}
	#in_news .mdes h4{
		font-size: .16rem;
	}
}


/*******************专题资讯样式********************/


/*******************底部样式********************/

#in_footer {
	padding-top: 1.2rem;
	padding-bottom: .7rem;
	background: #db8292 url(../images/bolang.jpg) no-repeat top center;
	background-size: 100%;
	margin-top: .3rem;
}

#in_footer .footer-top {
	padding: .1rem 0;
}

#in_footer .footer-top .fotopl {
	width: 40%;
	float: left;
}

#in_footer .footer-top .fotopl dl {
	width: 33.3333%;
	float: left;
}

#in_footer .fotopl dl dt {
	color: #ffffff;
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .1rem;
}

#in_footer .fotopl dl dd {
	margin-bottom: .05rem;
}

#in_footer .fotopl dl dd a {
	color: #ffffff;
	font-size: .14rem;
	font-weight: normal;
}

#in_footer .footer-top .fotopl dl:nth-child(2) dd {
	float: left;
	margin-right: .1rem;
}

#in_footer .footer-top .fotopc {
	width: 30%;
	float: left;
	border-left: rgba(255, 255, 255, .3) 1px solid;
	border-right: rgba(255, 255, 255, .3) 1px solid;
}

#in_footer .footer-top .fotopc .erweima {
	width: 50%;
	padding: 0 .2rem;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

#in_footer .footer-top .fotopc .erweima img {
	width: 100%;
	height: auto;
}

#in_footer .footer-top .fotopc .erweima span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: .15rem;
}

#in_footer .footer-top .fotopr {
	width: 30%;
	float: right;
	color: #fff;
}

#in_footer .footer-top .fotopr .pr1 span {
	font-size: .24rem;
	display: block;
	line-height: .24rem;
	font-weight: 600;
}

#in_footer .footer-top .fotopr .pr1 em {
	font-size: .16rem;
	display: block;
}

#in_footer .footer-top .fotopr .pr2 {
	margin: .1rem 0;
}

#in_footer .footer-top .fotopr .pr2 span {
	font-size: .16rem;
	display: block;
	line-height: .24rem;
}

#in_footer .footer-top .fotopr .pr2 b {
	font-size: .22rem;
	display: inline-block;
}

#in_footer .footer-cen {
	padding: .15rem 0;
	color: #fff;
	font-size: .14rem;
}

#in_footer .footer-cen a {
	display: inline-block;
	color: #fff;
	font-size: .14rem;
	margin: 0 .05rem;
}

#in_footer .footer-bot {
	color: #fff;
	font-size: .14rem;
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding-top: .1rem;
}

@media only screen and (max-width:828px) {
	#in_footer .footer-top .fotopr {
		float: none;
		width: 100%;
	}
	#in_footer .footer-top .fotopr .pr1,
	#in_footer .footer-top .fotopr .pr2,
	#in_footer .footer-top .fotopr .pr3 {
		float: none !important;
	}
	#in_footer {
		text-align: center;
		padding-top: .5rem;
		padding-left: .2rem;
		padding-right: .2rem;
		padding-bottom: .2rem;
	}
	.footer-bot .zf {
		float: none !important;
	}
}


/*******************底部样式********************/

.bot-info {
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999;
	background: url(../images/du.jpg) no-repeat center;
}

.bot-info .bot-rel {
	position: relative;
	width: 1185px;
	height: 60px;
	margin: 0 auto;
}

.bot-info .bot-rel .zxan {
	position: absolute;
	bottom: 9px;
	right: 171px;
	width: 148px;
	height: 38px;
	cursor: pointer;
}

.bot-info .bot-rel .mxkh {
	position: absolute;
	bottom: 9px;
	right: 6px;
	width: 148px;
	height: 38px;
	cursor: pointer;
}


/*******************子页样式********************/

.toppic {
	width: 100%;
}

.toppic img {
	width: 100%;
	height: auto;
}

.topnav {
	border-bottom: #dcdcdc 1px solid;
}

.topnav .topList {
	text-align: center;
	padding: .15rem 0;
}

.topnav .topList .item {
	display: inline-block;
	margin: 0 .15rem;
	color: #333;
	border-bottom: 2px solid transparent;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.topnav .topList .item a {
	display: inline-block;
	height: 100%;
	color: #555555;
	font-size: 0.18rem;
}

.topnav .topList .item a:hover:after,
.topnav .topList .item.active a:after {
	content: "";
	position: absolute;
	bottom: -.17rem;
	left: 0;
	width: 100%;
	background: #bf5473;
	height: 2px;
}

.titled {
	margin: .5rem auto;
}

.titled> div {
	background: url(../images/icon01.jpg) repeat-x center center;
	display: inline-block;
	padding: 0 1.3rem;
}

.titled> div span {
	display: inline-block;
	background: #fff;
	font-size: .32rem;
	padding: 0 .2rem;
	color: #c25c77;
}

.topnav.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
}

.suball {
	padding: 0 0.1rem;
}

@media only screen and (max-width:828px) {
	.titled {
		margin-bottom: .1rem;
		margin-top: .1rem;
	}
	.titled> div {
		padding: 0 .9rem;
	}
	.titled> div span {
		font-size: .17rem;
		padding: 0 0.1rem;
	}
	.topnav .topList .item a{
		font-size: .14rem;
	}
	.topnav .topList .item.active a {
		color:#c25c77;
	}
	.topnav .topList .item a:hover:after,
	.topnav .topList .item.active a:after {
		display: none;
	}
}


/*******************子页样式********************/


/*******************服务体系********************/

.service {
	/*margin-top: .5rem;*/
}
.serv-t,
.serv-b,
.serv-c,
.serv-v{
	padding-top: .6rem;
}
.service .sevc {
	margin: 0 -.1rem;
}

.sevc .sev-item {
	width: 50%;
	float: left;
}

.sevc .sev-item a {
	padding: .2rem;
	display: block;
}

.sevc .sev-item .sevimg {
	height: 0;
	padding-bottom: 70%;
	position: relative;
}

.sevc .sev-item .sevimg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.sevc .sev-item .sevbot {
	padding: .2rem;
}

.sevc .sev-item .sevbot h2 {
	display: block;
	color: #666666;
	font-size: .22rem;
	margin-bottom: .15rem;
}

.sevc .sev-item .sevbot span {
	display: block;
	color: #666666;
	font-size: .14rem;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.serv-b {
	margin-bottom: .3rem;
}

.w {
	margin: 0 auto;
	position: relative;
}

.c {
	background-color: #fff;
	padding-bottom: 23.33333333%;
}

.c1,
.c2 {
	width: 66.666666666666%;
}

.im,
.desc {
	width: 50%;
	vertical-align: top;
}

.im {
	float: left;
}

.desc {
	float: right;
}

.c3 {
	width: 33.3333333333%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.c3 .im,
.c3 .desc {
	width: 100%;
	display: block;
}

.c2 .im {
	float: right;
}

.c2 .desc {
	float: left;
}

.debao {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
	padding: 0 .4rem;
}
.debao h4{
	margin-bottom: .1rem;
}
.debao p{
	font-size: .14rem;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	color: #666;
}
.im i,
.desc i {
	display: block;
	height: 0;
	padding-bottom: 70%;
	position: relative;
}

.im img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.desc {}

.serv-c {}

.serv-c .sige-item {
	width: 50%;
	float: left;
	margin-bottom: .3rem;
}

.serv-c .sige-item a {
	display: block;
	width: 100%;
}

.serv-c .sige .sg-img {
	float: left;
	width: 2.2rem;
}

.serv-c .sige .sg-img .i {
	height: 0;
	padding-bottom: 100%;
	vertical-align: top;
}

.serv-c .sige .sgimgt {
	width: 2.2rem;
	height: 2.2rem;
}

.serv-c .sige .sg-txt {
	float: left;
	width: 62%;
}

.serv-c .sige .sg-txt .i {
	height: 0;
	padding-bottom: 60%;
	vertical-align: top;
	position: relative;
}

.serv-c .sige .sgbao {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
	padding: 0 .4rem;
}

.serv-c .sige .sgbao h4 {
	display: block;
	font-size: .22rem;
	color: #666666;
	margin-bottom: .1rem;
}

.srcvitem {
	float: left;
	margin-bottom: .2rem;
}

.srcvitem:nth-child(1),
.srcvitem:nth-child(2) {
	width: 50%;
}

.srcvitem:nth-child(3),
.srcvitem:nth-child(4),
.srcvitem:nth-child(5) {
	width: 33.33333333%;
}

.srcvitem a {
	display: block;
}

.er-img {
	padding: 0 .1rem;
}

.erimgt {
	width: 100%;
	height: 0;
	padding-bottom: 70%;
}

@media ( max-width: 828px) {
	.w {
		width: 100%;
	}
	.c {
		padding-bottom: 37%;
	}
	.c1,
	.c2 {
		width: 100%;
	}
	.c3 {
		position: static;
		width: 100%;
	}
	.c3 .im {
		width: 50%;
		float: left;
	}
	.c3 .desc {
		width: 50%;
		float: right;
	}
	.serv-t, .serv-b, .serv-c, .serv-v{
		padding-top: .2rem;
	}
	.sevc .sev-item .sevbot{
		padding: .1rem 0;
	}
	.sevc .sev-item .sevbot h2{
		font-size: .15rem;
		margin-bottom: .05rem;
	}
	.sevc .sev-item .sevbot span{
		line-height: 1.6;
		color: #666;
		height: 3.2em;
		font-size: .12rem;
	}
	.debao{
		padding: 0 .1rem;
	}
	.debao h4{
		font-size: .15rem;
		margin-bottom: .1rem;
		font-weight: 500;
	}
	.debao p{
		font-size: .12rem;
		line-height: 1.4;
		height: 2.8em;
		overflow: hidden;
		color: #666;
	}
	.serv-c .sige .sg-txt{
		width: 56%;
	}
	.serv-c .sige-item{
		width: 100%;
		float: none;
		margin-bottom: .1rem;
	}
	.serv-c .sige .sg-img{
		width: 1.5rem;
		float: left;
	}
	.serv-c .sige .sgimgt{
		width: 1.5rem;
		height: 1.5rem;
	}
	.serv-c .sige .sgbao{
		padding: 0 .1rem;
	}
	.serv-c .sige .sgbao h4{
		font-size: .15rem;
		font-weight: 500;
	}
	.serv-c .sige .sgbao p{
		font-size: .12rem;
		line-height: 1.6;
		height: 4.8em;
		overflow: hidden;
		color: #666;
	}
	.serv-c .sige .sg-txt .i{
		padding-bottom: 75%;
	}
}
@media only screen and (min-width:768px) and (max-width: 1366px) {
	.serv-c .sige .sg-img{
		width: 2rem;
	}
	.serv-c .sige .sgimgt{
		width: 2rem;
		height: 2rem;
	}
	.serv-c .sige .sg-txt .i{
		padding-bottom: 35%;
	}
}

/*******************服务体系********************/


/*******************服务详情********************/

.ser_sub {
	margin-top: .5rem;
}

.ser_sub .sers-l {
	width: 20%;
	float: left;
}

.ser_sub .sers-l ul {
	background: #ba506e;
	width: 100%;
}

.ser_sub .sers-l ul li {
	width: 100%;
	background: #ba506e;
	text-align: center;
	padding: .1rem 0;
	border-bottom: #d26886 1px solid;
}

.ser_sub .sers-l ul li:hover,
.ser_sub .sers-l ul li.active {
	background: #f3a7ac;
}

.ser_sub .sers-l ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: .17rem;
}

.ser_sub .sers-r {
	width: 78%;
	float: right;
}

.ser_sub .sers-r .titled {
	margin-top: 0;
}

.ser_sub .sersub-txt {
	line-height: 1.6;
	padding: .1rem;
}

.ser_sub .sersub-txt img {
	max-width: 100%;
	height: auto;
}

@media ( max-width: 828px) {
	.ser_sub {
		margin-top: .2rem;
	}
	.ser_sub .sers-l {
		position: fixed;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		width: 100%;		
		background-color: #ba506e;
		bottom: -4rem;
		z-index: 1000;
		left: 0;
		box-shadow: 0 0 .3rem #999;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		border-top: 3px solid #f3a7ac;
		
	}
	.sers-l .sanniu {
		display: block;
		position: absolute;
		width: 1.4rem;
		height: .4rem;
		left: 50%;
		top: -.4rem;
		margin-left: -.7rem;
		background: #f3a7ac url(../images/menu-tog.png) no-repeat 50% 50% / auto .2rem;
		border-radius: 100% 100% 0 0;
		z-index: 9999;
	}
	.ser_sub .sers-l ul {
		overflow-y:scroll;
		height: 4rem;
	}
	.m-open .ser_sub .sers-l {
		bottom: 0;
	}
	.ser_sub .sers-r {
		width: 100%;
	}
}


/*******************服务详情********************/


/*******************会所简介********************/

.about {
	min-height: 3rem;
}

.about .ab-left {
	width: 20%;
	float: left;
}

.about .ab-right {
	width: 78%;
	float: right;
	line-height: 1.8;
}

.about .ab-right img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width:828px) {
	.about .ab-left,
	.about .ab-right {
		float: none;
		width: 100%;
	}
	.about .ab-left img {
		width: 50%;
		margin: 0 auto;
	}
}


/*******************会所简介********************/


/*******************会所环境********************/

.envir {
	line-height: 1.8;
}

.envir img {
	max-width: 100%;
	height: auto;
}


/*******************会所环境********************/


/*******************口碑见证********************/

.witness {
	margin-top: .5rem;
	margin-left: -.2rem;
	margin-right: -.2rem;
}

.witness .wit-item {
	width: 33.3333333%;
	padding: 0 .2rem;
	float: left;
	margin-bottom: .3rem;
}

.witness .wit-item:hover a {
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.2);
}

.witness .wit-item a {
	width: 100%;
	display: block;
	float: left;
	border: #eeeeee 1px solid;
}

.witness .wit-item .witimg {
	height: 0;
	padding-bottom: 63.15789%;
	position: relative
}

.witness .wit-item .witimg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9
}

.witness .wit-bot {
	padding: 0.2rem;
}

.witness .wit-bot h2 {
	color: #555555;
	font-size: .2rem;
	display: block;
}

.witness .wit-bot span {
	color: #f3a7ac;
	font-size: .14rem;
	margin: .1rem 0;
	display: block;
}

.witness .wit-bot .wittxt {
	color: #888888;
	font-size: .14rem;
}

.zihai_fenye {
	text-align: center;
	margin: .35rem auto;
}

.zihai_fenye a {
	color: #666;
	border: #c25c77 1px solid;
	margin: 0px .02rem;
	padding: .04rem .1rem;
	font-size: .14rem;
	color: #c25c77;
	display: inline-block;
}

.zihai_fenye a:hover {
	background: #c25c77;
	color: #fff;
}

.zihai_fenye .on {
	background: #c25c77;
	color: #fff;
}

@media only screen and (max-width:828px) {
	.witness .wit-item {
		width: 50%;
		padding: 0 .1rem;
		float: left;
		margin-bottom: .3rem;
	}
	.witness {
		margin-top: .2rem;
		margin-left: -.1rem;
		margin-right: -.1rem;
	}
	.witness .wit-bot h2 {
		color: #555555;
		font-size: .16rem;
		display: block;
	}
	.witness .wit-bot {
		padding: 0.1rem;
	}
	.witness .wit-bot span {
		color: #f3a7ac;
		font-size: .14rem;
		margin: .05rem 0;
		display: block;
	}
	.witness .wit-bot .wittxt {
		color: #888888;
		font-size: .12rem;
	}
}


/*******************口碑见证********************/


/*******************口碑见证详情********************/

#sub_content {
	padding-bottom: 50px;
}

#sub_content .time {
	font-size: .24rem;
	border-bottom: 1px dashed #968b72;
	padding-bottom: .15rem;
	padding-top: .15rem;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#sub_content .time i {
	display: block;
	font-size: .16rem;
	color: #8f714c;
	padding-top: .1rem;
}

#sub_text {
	line-height: 1.8;
	padding-top: .15rem;
}

#sub_text img {
	max-width: 100%;
	height: auto;
}

#sub_content .back {
	margin-top: 8px;
}

#sub_content .back a {
	display: block;
	color: #c15a76;
	font-size: .18rem;
	border: #c15a76 1px solid;
	padding: .02rem .3rem;
}

#sub_content .back a:hover {
	background: #c15a76;
	color: #fff;
}

.xx_list {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dashed #acacac;
}

.xx_list span {
	display: block;
	line-height: 34px;
	color: #878787;
}

.xx_list span a {
	color: #878787;
}

.xx_list span a:hover {
	text-decoration: underline;
	color: #c15a76;
}

@media only screen and (max-width:828px) {
	#sub_content .scx,
	#sub_content .back {
		float: none !important;
	}
	#sub_content .back a {
		display: inline-block;
		font-size: .15rem;
	}
	#sub_content .time{
		font-size: .17rem;
	}
	#sub_content .time i{
		font-size: .15rem;
	}
	
}


/*******************口碑见证详情********************/


/*******************专题资讯********************/

.news {
	margin-top: .5rem;
}

.news .news-item {
	width: 100%;
	margin-bottom: .25rem;
}

.news .news-item a {
	display: table;
	box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
	border: #eeeeee 1px solid;
	width: 100%;
}

.news .news-item .news-left {
	width: 0;
	display: table-cell;
	vertical-align: top;
}

.news .news-item .news-left img {
	width: 1.5rem;
	height: 1.5rem;
}

.news .news-item .news-body {
	display: table-cell;
	width: 100%;
	height: 1.5rem;
	overflow: hidden;
	vertical-align: top;
}

.news .news-item .news-body .mdes {
	padding: .1rem .2rem;
}

.news .news-item .mdes h4 {
	color: #4b4a4a;
	font-weight: 600;
	font-size: .18rem;
	display: block;
	width: 100%;
	line-height: 1.8;
	height: 1.8em;
	overflow: hidden;
}

.news .news-item .mdes em {
	color: #f3a7ac;
	font-size: .14rem;
	display: block;
	margin: .04rem 0;
}

.news .news-item .mdes p {
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color: #666666;
}

.news .news-item a:hover h4 {
	color: #f3a7ac;
}

.news-right {
	/*width: 0;*/
	display: table-cell;
	vertical-align: top;
}

.news-right .xiangq {
	width: 1.5rem;
	height: 1.5rem;
	background: #f3a7ac;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.news-right .xiangq span {
	padding-top: .3rem;
	width: 2em;
	font-size: .38rem;
	display: block;
	margin: 0 auto;
	line-height: 1;
}


/*******************专题资讯********************/


/*******************留言********************/

.appoin {
	margin-top: .5rem;
}

.app-top {
	width: 100%;
	background: #eeeeee;
	padding: .3rem;
}

.app-top .a1 {
	color: #c15a76;
	font-size: .15rem;
}

.app-bot {
	margin-top: .8rem;
	width: 50%;
}

.app-bot .app-item {
	margin-bottom: .2rem;
}

.app-bot .app-item input {
	width: 80%;
	border: #c15a76 1px solid;
	border-radius: 6px;
	padding: .1rem;
}

.app-bot .app-item input::-webkit-input-placeholder {
	color: #c15a76;
}

.app-bot .app-item textarea {
	width: 100%;
	border: #c15a76 1px solid;
	border-radius: 6px;
	padding: .1rem;
	min-height: 2rem;
	resize: none;
}

.app-bot .app-item textarea::-webkit-input-placeholder {
	color: #c15a76;
}

.sub button {
	background: #c15a76;
	padding: .1rem .25rem;
	color: #fff;
}

@media only screen and (max-width:828px) {
	.suball{
		margin-top: 0 !important;
		background: none !important;
	}
	.app-bot{
		width: 100%;
		margin-top: .2rem;
		padding-bottom: .2rem;
	}
	.appoin,
	.appo-nr{
		margin-top: .2rem;
	}
	
}
/*******************留言********************/


/*******************联系我们********************/

.con-bot {
	margin-top: .6rem;
	width: 50%;
}

.con-bot .zierwei {}

.con-bot .zierwei .erweima {
	width: 40%;
	padding: 0 .1rem;
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.con-bot .zierwei .erweima img {
	width: 80%;
	height: auto;
}

.con-bot .zierwei .erweima span {
	display: block;
	color: #555555;
	text-align: center;
	font-size: .15rem;
}

.map {
	width: 100%;
	margin-top: .3rem;
}

.map img {
	width: 100%;
}
@media only screen and (min-width: 828px) {
	.con-bot .zierwei .erweima {
		width: ;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
	.con-bot .zierwei .erweima {
		width: 33%;
	}
	
} 
/*******************联系我们********************/


/*******************联系我们********************/

.team {
	/*margin-top: .5rem;*/
}

.team-item {
	width: 74%;
	height: 0;
	padding-bottom: 130.23308%;
	position: relative;
	margin: 0 auto;
	border-bottom: #eee 1px solid;
}
.team-item .teams-a {
	display: block;
	width: 100%;
	height: 100%;
}

.team-item .tebai {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 187.969%;
	top: 0;
	left: 0rem;
	z-index: 99;
}

.team-item .tebai img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: block;
}

.team-item .tefen {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 187.969%;
	top: 0;
	left: 0rem;
	z-index: 999;
	display: none;
}

.team-item .tefen img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: block;
}

.team-item .teimg img {
	width: 99%;
	height: auto;
	margin: 0 auto;
}

.team-item .wenzi {
	position: absolute;
	bottom: .4rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	text-align: center;
	width: 70%;
}

.team-item .wenzi h2 {
	display: block;
	color: #000000;
	font-size: .20rem;
}

.team-item .wenzi span {
	display: block;
	color: #c25c77;
	font-size: .16rem;
	margin: 0.05rem 0;
}

.team-item .wenzi p {
	display: block;
	color: #888888;
	font-size: .14rem;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

@media only screen and (min-width:1440px) {
	.team-item .teams-a:hover .tefen {
	display: block;
}

.team-item .teams-a:hover .wenzi h2,
.team-item .teams-a:hover .wenzi span,
.team-item .teams-a:hover .wenzi p {
	color: #fff;
}
}

@media only screen and (max-width:828px){
	.intea{
		padding: .1rem;
	}
	.team-item{
		width: 90%;
		padding-bottom: 170.50466%;
	}
	.team-item:nth-child(2n){
		margin-right: 0;
	}
	.team-item .wenzi{
		bottom: 0;
	}
	.con-bot{
		width: 100%;
		margin-top: .2rem;
	}
	.team-item .wenzi h2{
		font-size: .17rem;
	}
	.team-item .wenzi span{
		font-size: .15rem;
	}
}
@media only screen and (min-width: 766px) and (max-width: 1440px) {
	.team-item{
		width: 70%;
		padding-bottom: 130.50466%;
	}
}
/*******************联系我们********************/

.team_sub {
	margin-top: .5rem;
}

.teams-l {
	width: 23%;
	float: left;
	height: 0;
	padding-bottom: 43.23308%;
	position: relative;
	margin-right: 2.5%;
	margin-bottom: .3rem;
}

.teams-l .tebai {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 187.969%;
	top: 0;
	left: 0rem;
	z-index: 99;
}

.teams-l .tebai img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: block;
}

.teams-l .teimg img {
	width: 98%;
	height: auto;
	margin: 0 auto;
}

.teamxxx {
	line-height: 1.8;
}

.teamxxx img {
	max-width: 100%;
	height: auto;
}

.teams-r .xing {
	display: block;
	color: #000000;
	font-size: .20rem;
}

.teams-r .zhi {
	display: block;
	color: #c25c77;
	font-size: .16rem;
	margin: 0.05rem 0;
}
.team .swiper-slide{
	width: 25%;
	float: left;
	margin-bottom: .3rem;
}
.team .team-item{
	padding-bottom: 136.23308%;
}

@media only screen and (max-width:828px){
	.team .swiper-slide{
		width: 50%;
	}
	.team .team-item{
		padding-bottom: 140.23308%;
	}
	.team-item .tebai{
		padding-bottom: 170.2333%;
	}
}
@media only screen and (min-width: 766px) and (max-width: 1440px) {
	.team .team-item{
		width: 70%;
		padding-bottom: 142.50466%;
	}
}

/*悬浮链接*/

.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	top: 50%;
	width: 50px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #c25c77;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #f3a7ac;
}

.suspension .a .i {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}


/* .suspension .a-service .i{background-position:0 0;} */

.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 50px;
	height: 50px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
	background-position: -100px 0;
}

.suspension .a-qrcode .i {
	background-position: -50px 0;
}

.suspension .a-top .i {
	background-position: -150px 0;
}

.suspension .a-top {
	display: none;
}

.suspension .a-top:hover {
	background: #f3a7ac;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 54px;
	min-height: 90px;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 99px;
}

.suspension .d-qrcode {
	top: 45px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.red {
	color: #fc8080!important;
}

.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.wfs {
	width: 100%;
	position: relative;
}

.p_r {
	position: relative;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
.m-open{
	position: fixed;
	overflow: hidden;
}


.qrcode-img img{
	width: 180px;
	height: 180px;
	display: block;
	margin: 0 auto;
}