html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:"黑体",Helvetica,Arial, Tahoma, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size:125%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing:border-box;
}
/*==========私享服务===========*/
.hpersonal{
	width:100%;
	height:auto;
	background:#f3f3f3;
}
.hpersonal .container{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom: 3.65rem;
}
/*banner滚动*/
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin:0 auto;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap >div {
	float:left;
	width:100%;
	position: relative;
	text-align:center;
}
.swipe-wrap >div img{
	display: block;
	height: 4.5rem;
}
.iosSliderButtons {
	position:absolute;
	left:50%;
	bottom:5px;
	z-index: 99;
	margin-left:-14px;
}
.iosSliderButtons .ios_button {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color: #c6c6c6;
	margin:0 2px;
}
.iosSliderButtons .selected {background-color: #39d167;}
.hindex .fans{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hpersonal .container .main{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-top:.55rem;
}
.hpersonal .container .main ul{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hpersonal .container .main ul li{
	width:50%;
	height:5.2rem;
	overflow:hidden;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	float: left;
	position:relative;
}
.hpersonal .container .main ul li:nth-child(2n){
	border-right:none;
}
.hpersonal .container .main ul li a{
	width:100%;
	height:100%;
	display:inline-block;
	overflow:hidden;
}
.hpersonal .container .main ul li h1{
	width:2.8rem;
	height:2.8rem;
	background:url(../../images/personalService/personal.png) no-repeat;
	background-size:3rem 20rem;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: .7rem;
}
.hpersonal .container .main ul li p{
	font-size:.6rem;
	color:#666;
	width:100%;
	text-align:center;
	position: absolute;
	bottom: 0.65rem;
}
.hpersonal .container .main ul li:nth-child(1) h1{
	background-position:0 0;
}
.hpersonal .container .main ul li:nth-child(2) h1{
	background-position:0 -3rem;
}
.hpersonal .container .main ul li:nth-child(3) h1{
	background-position:0 -6rem;
}
.hpersonal .container .main ul li:nth-child(4) h1{
	background-position:0 -9rem;
}
.hpersonal .container .main ul li:nth-child(5) h1{
	background-position:0 -12rem;
}
.hpersonal .container .main ul li:nth-child(6) h1{
	background-position:0 -15rem;
}

/*================私人健康=================*/
.health{
	width:100%;
	height:auto;
	background: #f3f3f3;
}
.health .container{
	width:100%;
	height:auto;
	overflow:hidden;
	/* display: none; */
}
.health .container .abstract{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 .5rem;
}
.health .container .abstract h1{
	width:100%;
	font-size:.7rem;
	color:#333;
	word-wrap: break-word;
	word-break: normal;
	padding-top: .65rem;
	padding-bottom: .4rem;
}
.health .container .abstract h1 span{
	font-size:.55rem;
	word-break: break-all;
	font-family: Arial;
}
.health .container .abstract p{
	font-size:.6rem;
	color:#666;
	line-height: 0.9rem;
	text-indent: .5rem;
}
.health .container .abstract p span{
	font-family: Arial;
}
.health .container .main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.health .container .main .box{
	width:100%;
	height:2.2rem;
	background:#fff;
	padding:0 .5rem;
	margin-top:.5rem;
	position: relative;
}
.health .container .main .box h1{
	font-size:.7rem;
	color:#333;
	line-height: 0.7rem;
	float: left;
	width: 80%;
	word-wrap: break-word;
	word-break: normal;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.health .container .main .box h1 span{
	font-size:.55rem;
	word-break: break-all;
	font-family: Arial;
}
.health .container .main .box .icon{
	height: 15px;
	width: 14px;
	position: absolute;
	overflow: hidden;
	display: inline-block;
	right: .6rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.health .container .main .box .icon .pointerRight{
	width: 8px;
	height: 8px;
	border: solid #b2b2b2;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 3px 0 0 0px;
}
.health .container .main .box:after{
	content:'';
	display:block;
	clear:both;
}
.health .content{
	width:100%;
	height:auto;
	overflow:hidden;
}
.health .content .main{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 .5rem;
	margin-bottom: 1.5rem;
	background: #fff;
	padding-bottom: 0.3rem;
	display: none;
}
.health .content .main h1{
	font-size: .75rem;
	color:#333;
	line-height:1;
	margin-top:.6rem;
	font-weight:bold;
}
.health .content .main h1 span{
	font-size:.55rem;
	font-family: Arial;
}
.health .content .main h2{
	font-size:.7rem;
	color:#333;
	color:#F97C4E;
	margin-top: 1.5rem;
	line-height: 1.1rem;
	margin-bottom: 1rem;
}
.health .content .main h2 span{
	font-size:.55rem;
	font-family: Arial;
}
.health .content .main p{
	font-size:.7rem;
	color:#333;
	line-height: 1.1rem;
	text-indent: 2em;
}
.health .content .main h3{
	font-size:.7rem;
	margin-top: 1.3rem;
	line-height: 1.1rem;
}
.fontfold{
	font-weight:bold;
}
/*==========END==========*/

/*========================四位一体===========================*/
.hquaternity{
	width:100%;
	height:auto;
	background:#f3f3f3;
}
.hquaternity .container{
	width:100%;
	height:auto;
	overflow:hidden;
	/* background:#fff; */
}
.hquaternity .nav{
	width:100%;
	height:1.7rem;
	border-bottom:1px solid #e5e5e5;
	background: #fff;
}
.hquaternity .nav ul{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 .65rem;
}
.hquaternity .nav ul li{
	width:25%;
	height:1.7rem;
	font-size:.65rem;
	color:#666;
	float:left;
	line-height:1.7rem;
	position: relative;
	text-align: center;
}
.hquaternity .nav ul li span{
	display:block;
	width:100%;
	height:2px;
	background:#f5602a;
	position:absolute;
	bottom:0;
	left:0;
	display:none;
}
.hquaternity .nav ul li.on{
	color:#f5602a;
}
.hquaternity .nav ul li.on span{
	display:block;
}
.hquaternity .content,.hquaternity .content .main,.hquaternity .content .box{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hquaternity .content .main{display: none;}
.hquaternity .content .box,.hquaternity .content .boxs{
background: #fff;
padding: .5rem;
margin-bottom: .5rem;
overflow: hidden;
}
.hquaternity .content .box img,.hquaternity .content .boxs img{
	width:100%;
	height:auto;
	overflow:hidden;
	/* margin-top:.55rem; */
	display: block;
}
.hquaternity .content .box h1,.hquaternity .content .boxs h1{
	font-size:.6rem;
	color:#f46c3a;
	line-height: 1;
	margin-top: .5rem;
	margin-bottom: .2rem;
}
.hquaternity .content .box .left,.hquaternity .content .boxs .left{
	width:50%;
	float:left;
	height:auto;
	overflow:hidden;
	background: #fff;
}
.hquaternity .content .box .left h1,.hquaternity .content .boxs .left h1{
	color:#af8554;
}
.hquaternity .content .care .box h1,.hquaternity .content .care .boxs h1{
	color:#217040;
}
.hquaternity .content .medical .box h1,.hquaternity .content .medical .boxs h1{
	color:#7cb8e2;
}
.hquaternity .content .box p,.hquaternity .content .boxs p{
	font-size:.6rem;
	color:#666;
	line-height: 0.9rem;
	padding-bottom: .2rem;
}
.hquaternity .content .box .bg{
	width:100%;
	height:7.5rem;
	background:url(../../images/personalService/old2.jpg) no-repeat center center;
	background-size:100% 100%;
	position:relative;
}
.hquaternity .content .box:nth-child(3) .bg{
	background:url(../../images/personalService/old3.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .box:nth-child(4) .bg{
	background:url(../../images/personalService/old4.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .box:nth-child(5) .bg{
	background:url(../../images/personalService/old5.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .care .box .bg{
	background:url(../../images/personalService/jgsPic1.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .care .box:nth-child(3) .bg{
	background:url(../../images/personalService/lfjtPic1.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .care .box:nth-child(4) .bg{
	background:url(../../images/personalService/xhhPic1.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .care .box:nth-child(5) .bg{
	background:url(../../images/personalService/zcyPic1.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .care .box:nth-child(6) .bg{
	background:url(../../images/personalService/pic5.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .financial .box:nth-child(2) .bg{
	background:url(../../images/personalService/f_pic2.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .financial .box:nth-child(3) .bg{
	background:url(../../images/personalService/f_pic3.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .medical .box:nth-child(2) .bg{
	background:url(../../images/personalService/m_pic1.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .medical .box:nth-child(3) .bg{
	background:url(../../images/personalService/m_pic2.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .medical .box:nth-child(4) .bg{
	background:url(../../images/personalService/m_pic3.jpg) no-repeat center center;
	background-size:100% 100%;
}
.hquaternity .content .box .bg h2{
	background:#f46c3a;
	position:absolute;
	left:0;
	top:0;
	font-size:.6rem;
	color:#fff;
	line-height: 1;
	text-align:center;
	padding: .2rem .5rem;
}
.hquaternity .content .care .box .bg h2{
	background:#2a7f4b;
}
.hquaternity .content .financial .box .bg h2{
	background:#b6945c;
}
.hquaternity .content .medical .box .bg h2{
	background:#93c3e5;
}
.hquaternity .content .box .bg .bottom{
	width:100%;
	height:1.85rem;
	background:none repeat scroll 0% 0% rgba(0, 0, 0, .6);
	position:absolute;
	bottom:0;
	left:0;
	padding: 0 .5rem;
}
.hquaternity .content .bottom h3{
	font-size:.6rem;
	color:#fff;
	line-height: 1;
	padding-top: .25rem;
}
.hquaternity .content .bottom h4{
	font-size:.6rem;
	color:#fff;
	float:left;
	line-height: 1;
	padding-top: .2rem;
}
.hquaternity .content .bottom h5{
	font-size:.6rem;
	color:#fff;
	float:right;
	line-height: 1;
	padding-top: .2rem;
}
.hquaternity .container .top{
	display: block;
	width:1.7rem;
	height:1.7rem;
	background:url(../../images/personalService/personal.png) no-repeat;
	background-size:3rem 20rem;
	background-position: 0 -18rem;
	position: fixed;
	right:.9rem;
	bottom:4rem;
	display: none;
}
.hquaternity .container .detail{
	width:100%;
	height:auto;
	overflow:hidden;
	background: #fff;
	padding: 0 .5rem;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
	display: none;
}
.hquaternity .container .detail .bg{
	width: 100%;
	height: 7.5rem;
	background: url(../../images/personalService/old2.jpg) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	margin-top: .5rem;
}
.hquaternity .container .detail:nth-child(2) .bg{
	background: url(../../images/personalService/old3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(3) .bg{
	background: url(../../images/personalService/old4.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(4) .bg{
	background: url(../../images/personalService/old5.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(5) .bg{
	background: url(../../images/personalService/old6.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(6) .bg{
	background: url(../../images/personalService/jgsPic1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(7) .bg{
	background: url(../../images/personalService/lfjtPic1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(8) .bg{
	background: url(../../images/personalService/xhhPic1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(9) .bg{
	background: url(../../images/personalService/zcyPic1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(10) .bg{
	background: url(../../images/personalService/f_pic2.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(11) .bg{
	background: url(../../images/personalService/f_pic3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(12) .bg{
	background: url(../../images/personalService/m_pic1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(13) .bg{
	background: url(../../images/personalService/m_pic2.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(14) .bg{
	background: url(../../images/personalService/m_pic3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail .imgShow{
	width:100%;
	height:7.5rem;
	overflow:hidden;
}
.hquaternity .container .detail:nth-child(6) .imgShow1{
	background: url(../../images/personalService/jgsPic2.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(6) .imgShow2{
	height:8.7rem;
	background: url(../../images/personalService/jgsPic3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.hquaternity .container .detail:nth-child(6) .imgShow3{
	background: url(../../images/personalService/jgsPic4.jpg) no-repeat center center;
	background-size: 100%;
}
.hquaternity .container .detail:nth-child(6) .imgShow4{
	background: url(../../images/personalService/jgsPic5.jpg) no-repeat center center;
	background-size: 100%;
}
.hquaternity .container .detail:nth-child(7) .imgShow1{
	background: url(../../images/personalService/lfjtPic2.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow2{
	background: url(../../images/personalService/lfjtPic3.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow3{
	background: url(../../images/personalService/lfjtPic4.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow4{
	background: url(../../images/personalService/lfjtPic5.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow5{
	background: url(../../images/personalService/lfjtPic6.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow6{
	background: url(../../images/personalService/lfjtPic7.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow7{
	background: url(../../images/personalService/lfjtPic8.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow8{
	background: url(../../images/personalService/lfjtPic9.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow9{
	background: url(../../images/personalService/lfjtPic10.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(7) .imgShow10{
	background: url(../../images/personalService/lfjtPic11.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow1{
	background: url(../../images/personalService/xhhPic2.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow2{
	background: url(../../images/personalService/xhhPic3.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow3{
	background: url(../../images/personalService/xhhPic4.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow4{
	background: url(../../images/personalService/xhhPic5.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow5{
	background: url(../../images/personalService/xhhPic6.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow6{
	background: url(../../images/personalService/xhhPic7.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(8) .imgShow7{
	background: url(../../images/personalService/xhhPic8.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow1{
	background: url(../../images/personalService/zcyPic2.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow2{
	background: url(../../images/personalService/zcyPic3.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow3{
	background: url(../../images/personalService/zcyPic4.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow4{
	background: url(../../images/personalService/zcyPic5.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow5{
	background: url(../../images/personalService/zcyPic6.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow6{
	background: url(../../images/personalService/zcyPic7.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow7{
	background: url(../../images/personalService/zcyPic8.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail:nth-child(9) .imgShow8{
	background: url(../../images/personalService/zcyPic9.jpg) no-repeat center center;
	background-size: 100%
}
.hquaternity .container .detail h3{
	font-size:.6rem;
	font-weight:bold;
	color:#333;
	line-height:1;
	margin-top:.5rem;
	margin-bottom:.2rem;
}
.hquaternity .container .detail .bg h2{
	background: #f46c3a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .6rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: .2rem .5rem;
}
.hquaternity .container .detail h4{
	margin-top:.5rem;
	font-size:.6rem;
	line-height:1;
	color:#666;
}
.hquaternity .container .detail:nth-child(6) .bg h2,.hquaternity .container .detail:nth-child(7) .bg h2,.hquaternity .container .detail:nth-child(8) .bg h2,.hquaternity .container .detail:nth-child(9) .bg h2{
	background:#2a7f4b;
}
.hquaternity .container .detail:nth-child(10) .bg h2,.hquaternity .container .detail:nth-child(11) .bg h2{
	background:#b6945c;
}
.hquaternity .container .detail:nth-child(12) .bg h2,.hquaternity .container .detail:nth-child(13) .bg h2,.hquaternity .container .detail:nth-child(14) .bg h2{
	background:#93c3e5;
}
.hquaternity .container .detail:nth-child(10) h1,.hquaternity .container .detail:nth-child(11) h1{
	color:#af8554;
}
.hquaternity .container .detail:nth-child(12) h1,.hquaternity .container .detail:nth-child(14) h1{
	color:#7cb8e2;
}
.hquaternity .container .detail h1{
	font-size: .6rem;
    color: #f46c3a;
    line-height: 1;
    margin-top: .5rem;
    margin-bottom: .2rem;
}
.hquaternity .container .detail p{
	font-size: .6rem;
	color: #666;
	line-height: 0.8rem;
	padding-bottom: 0.3rem;
}
.hquaternity .container .detail p.more{
padding-top: 0.6rem;
}
.hquaternity .container .detail p.only{padding-top: 0.5rem;}
.hquaternity .container .detail .chart{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: 0.5rem;
}
.hquaternity .container .detail .chart .left{
	width:65%;
	float:left;
}
.hquaternity .container .detail .chart .right{
	width:2.95rem;
	float:left;
	height:auto;
}
.hquaternity .container .detail .chart .right img,.hquaternity .container .detail .table img{
	width:100%;
	height:auto;
	display:block;
}
.hquaternity .container .detail .chart .left span{
	display:block;
	width:100%;
	font-size:.6rem;
	color:#666;
}
.hquaternity .container .detail .table{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: .4rem;
}
.hquaternity .container .detail ul{
	width:50%;
	float:left;
	height:auto;
	overflow:hidden;
}
.hquaternity .container .detail ul li{
	width:100%;
	font-size:.6rem;
	color:#666;
	text-align:left;
	position: relative;
	padding-left: 0.5rem;
}
.hquaternity .container .detail ul li:before{
	display:block;
	content:'';
	width:5px;
	height:5px;
	border-radius:100%;
	background:#93c3e5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
}
/*==========END==========*/
/* newmode 2016726*/
.sxhead{width:15.0rem;height: 7.0rem;display: block;margin:0 auto;margin-top:0.55rem;}
.health .container .main .box h1{
	padding-left: 1.0rem;
}
.container .main .box h1:before{
	content: "";
	display: block;
	width:0.775rem;
	height: 0.775rem;
	position: absolute;
	left:0;
	top: 0;
	/*margin-top:-.35rem;*/
	background:url(../../images/personalService/hwy.png) no-repeat center;
	background-size: 100% 100%;
}
.health .container .main .sry h1:before{
	background-image: url(../../images/personalService/sy.png)
}
.health .container .main .szy h1:before{
	background-image: url(../../images/personalService/zy.png)
}
.health .container .main .sjk h1:before{
	background-image: url(../../images/personalService/jk.png)
}
.health .container .main .szz h1:before{
	background-image: url(../../images/personalService/zz.png)
}
.health .container .main .sjy h1:before{
	background-image: url(../../images/personalService/jyuan.png)
}
.health .container .main .spm h1:before{
	background-image: url(../../images/personalService/cpm.png)
}
.health .container .main .sys h1:before{
	background-image: url(../../images/personalService/czc.png)
}
.health .container .main .sbl h1:before{
	background-image: url(../../images/personalService/cyb.png)
}
.health .container .main .ssl h1:before{
	background-image: url(../../images/personalService/cysl.png)
}
.health .container .main .sygw h1:before{
	background-image: url(../../images/personalService/csrys.png)
}
.health .container .main .ssxi h1:before{
	background-image: url(../../images/personalService/cysx.png)
}
.health .container .main .spx h1:before{
	background-image: url(../../images/personalService/qpx.png)
}
.health .container .main .sqyj h1:before{
	background-image: url(../../images/personalService/qqyj.png)
}
.health .container .main .sfl h1:before{
	background-image: url(../../images/personalService/qfl.png)
}
.health .container .main .ssyan h1:before{
	background-image: url(../../images/personalService/qsx.png)
}
.health .container .main .sfz h1:before{
	background-image: url(../../images/personalService/fz.png)
}
.health .container .main .sls h1:before{
	background-image: url(../../images/personalService/flvfw.png)
}
.health .container .main .sjz h1:before{
	background-image: url(../../images/personalService/fjt.png)
}
.health .container .main .smg h1:before{
	background-image: url(../../images/personalService/tmg.png)
}
.health .container .main .srb h1:before{
	background-image: url(../../images/personalService/trb.png)
}
.health .container{
	padding-bottom: .5rem;
}
/* newmode end*/