* {
	margin:0px;
	padding:0px;
}
html {
	overflow-x:hidden;
	max-width:360px;
	margin:0 auto;
	background: #000;
}
body {
	font:16px/32px 'Microsoft YaHei' Arial;
	color:#333;
	background:#ffffff;
}
li {
	list-style:none;
}
h1, h2 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	line-height: 32px;
}
a {
	text-decoration:none;
	color:#000;
	-webkit-tap-highlight-color:rgba(0, 255, 0, 0.3);
}
em {
	font-style:normal;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	overflow:hidden;
}
.p1 li, .p2, .nav li, .search form, .fsdx, .bar-top, .cb_d ul, .cb_d1 ul, .zj_bt, .page ul, .zixun {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.page ul {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reverse {
	-webkit-box-direction:reverse;
	flex-direction: row-reverse;
}
.p1 li a, .p2 a, .nav li a, .search form input, .fsdx input, .bar-top>div, .cb_d ul li, .zj_bt a, .zixun a {
	-webkit-box-flex: 1;
	-moz-box-flex:1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.top {
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000001;
	width:100%;
	background:#256AAB;
	height:40px;
	line-height:40px;
	padding:0 8px 0 0;
	box-sizing:border-box;
	box-shadow: 0 0 5px #000;
}
.top span {
	color:#fff;
}
.top span em {
	float:left;
}
.top span.bt {
	background:#137917;
	padding:4px 8px;
	border-radius:4px;
}
.caidan {
	padding:8px 8px 24px;
	margin:0 0 8px 0;
	background:/*#256AAB*/#F1F1F1;
	position:fixed;
	left:0px;
	top:0px;
	z-index:1139999;
	width:100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	display: none;
}
.caidan a {
	display: block;/*color:#fff;*/
}
.p1 {
	margin:0 0 8px;
	border-bottom:1px solid /*#00883F*/#C7ECD8;
	border-right:1px solid /*#00883F*/#C7ECD8;
	text-align:center;
	border-radius: 8px;
	overflow: hidden;
}
.p1 a {
	background:/*#137917*/#E7FFF2;
	border-left:1px solid /*#00883F*/#C7ECD8;
	border-top:1px solid /*#00883F*/#C7ECD8;
	width:33%;
}
.p1 h3 {
	background: wheat;
	color:#000;
	font-weight: normal;
}
.p2 {
	padding:8px 0 0;
	border-top:1px solid /*#00883F*/#C7ECD8;
}
.p2 a {
	width:25%;
	text-align:center;
	border-radius:4px;
	background:wheat;
	color: #000;
	margin-right: 8px;
}
.p2 a:last-child {
	margin: 0px;
}
.caidanjt {
	color:#fff;
	text-align: center;
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 36px;
	border-radius: 30px;
	background: #137917;
	box-shadow:0 -1px 2px #fff;
}
.logo {
	margin: 40px 0 0;
}
.logo img, .banner img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
}
.img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	padding:0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav {
	background: #256AAB;
	margin: 0 0 8px;
}
.nav li:nth-child(1) {
border-bottom:1px solid #f1f1f1;
}
.nav li a {
	width:25%;
	text-align: center;
	line-height: 40px;
	border-right:1px solid #f1f1f1;
	color:#fff;
	display: block;
}
.nav li a:last-child {
	border: none;
}
.nr_op_2 {
	background:#ededed;
	margin: 0 8px;
	padding: 0 8px 8px;
}
.nr_op_2 h2 {
	color: #137917;
	padding-top: 4px;
	text-align: left;
}
.nr_op_2 p {
	color: #FF7800;
	;
	text-align: left;
	line-height: 28px;
}
.fsdx {
	background: #137917;
	margin-top: 4px;
	padding: 4px;
}
.bar {
	background:#ededed;
	padding:8px;
	margin:8px;
	overflow:hidden;
}
.bar-top .b_z_btz {
	width: 60%;
	background: #137917;
}
.bar-top .b_z_btz h3 {
	padding:0 8px;
	background: #137917;
	line-height: 40px;
}
.bar-top .b_z_btz p {
	text-align:center;
	font-size:14px;
	background: #256AAB;
	padding:4px;
	line-height: 28px;
}
.bar-top .b_z_bty {
	width: 70%;
}
.bar-top .b_z_bty a {
	display: block;
	position: relative;
	height: 83px;
}
.bar-top .b_z_bty a span {
	position: absolute;
	bottom: 0px;
	display: inline;
	width: 100%;
	text-align: center;
	line-height: 25px;
	height: 25px;
	background-color: rgba(101, 110, 107, 0.68);
	color: #fff;
}
.bar-top .b_z_bty img {
	display: block;
	width: 100%;
}
.b_z_btz a {
	color:#fff;
	text-shadow: 0 1px 1px #000;
}
.cb_d ul {
	margin-top: 8px;
}
.cb_d ul li {
	width: 33%;
	text-align: center;
	background: #fff;
	border-radius:4px;
	box-shadow: 0 1px 2px #CACACA;
	margin: 0 8px 0 0;
}
/*.cb_d ul li.hover{border-color:red;}*/
.cb_d ul li.hover a, .cb_d1 ul li.hover a {
	color: #FF7800;
	font-weight: bold;
}
.cb_d ul li:last-child, .cb_d1 ul li:last-child {
	margin: 0;
}
.cb_d1 ul {
	margin-top: 8px;
}
.cb_d1 ul li {
	width: 49%;
	text-align: center;
	background: #fff;
	border-radius:4px;
	box-shadow: 0 1px 2px #CACACA;
	margin: 0 8px 0 0;
}
/*.cb_d1 ul li.hover{border-color:red;}*/



.sz_bt {
	height:40px;
	line-height:40px;
	overflow:hidden;
	background: #ededed;
}
.sz_bt .zjcz1 {
	display:block;
	float:left;
	margin:0 8px;
	font-size:18px;
	color: #137917;
}
.sz_bt .zjcz1 em {
	font-family: "microsoft yahei";
	font-weight: bold;
}
.sz_bt .zjcz1:before {
	color:#1B972A;
	margin:0 5px 0 0;
	font-size: 1.1em;
	position:relative;
	top:2px;
}
.sz_bt .zj_gd a {
	font-size:14px;
	padding-right:8px;
	color: #137917;
}
.doctor .zj_js1 {
	margin-left: 126px;
}
.doctor .zj_tu1 img {
	width:118px;
	height:128px;
	float:left;
	margin: 0 8px 0 0;
}
.doctor .zj_js1 h3 {
	color:#454545;
	font-size:14px;
	line-height: 1;
}
.zj_js1 h3 span {
	font-weight:normal;
	color:#137917;
	font-size:20px;
}
.zj_js1 p {
	line-height:22px;
	font-size:14px;
	color:#333333;
	padding:6px 0 4px;
}
.zj_js1 .zixun a {
	padding:4px 8px;
	color:#fff;
	text-align: center;
}
.zixun .zaixian {
	background: #FF7800;
	margin-right: 8px;
}
.zixun .dianhua {
	background: #137917;
}
.zj_bt {
	margin: 8px 0 0;
}
.zj_bt a {
	display:block;
	margin-right: 8px;
	text-align: center;
	border-radius:4px;
	box-shadow:0 1px 2px #CACACA;
	background: #fff;
}
.zj_bt a:last-child {
	margin: 0;
}
.zj_bt a.hover {
	background:#137917;
	color:#FFF;
}
.show {
	display: block;
}
.hidden {
	display: none;
}
.li_st li {
	line-height:40px;
	border-bottom:1px dashed #b7b7b7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style-position: inside;
	list-style-type: square;
}
.li_st li:last-child {
	border: none;
}
.li_st li a {
	color:#333;
}
.phone {
	border-radius:4px;
	background: -webkit-linear-gradient(top, #FF9C44, #FF7800);
	margin: 8px 8px;
	line-height: 45px;
	color:#fff;
	text-align: center;
}
.phone a:before {
	color:#fff;
	font-size: 1.8em;
	vertical-align: sub;
	margin-right: 8px;
}
.phone a {
	color:#fff;
	font-size: 0.8em;
}
.phone a strong {
	font-size: 1.8em;
	font-family: "arial, helvetica, sans-serif";
}
.weixin span {
	color:red;
}
.footer {
	background:#256AAB;
	color: wheat;
	padding:16px 8px 8px;
	text-align: center;
	margin:0 0 80px;
}
.footer h1 {
	display: inline;
	background: #F60 ;
	border-radius: 4px;
	padding:5px 10px;
	color:#fff;
	box-shadow: 0 1px 1px #000;
	line-height: 28px;
	font-size:18px;
}
.footer h1 a{ color:#FFF;}
.footer p:nth-child(2) {
margin-top: 8px; 
color: wheat;
}
.footer p a {
	color: yellow;
	padding: 0px 5px;
}
.bottom {
	width:100%;
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0px;
	border-top:1px solid #086645;
	z-index:1100000;
}
.bottom li {
	width:25%;
	float:left;
	height:41px;
	background:#256AAB;
}
.bottom li a {
	line-height:1.6em;
	display:block;
	padding-top:3px;
	text-align:center;
	color:white;
	font-size:12px;
	border-right:1px solid #004F99;
	border-left:1px solid #086645;
	position:relative;
}
.bottom li a span {
	position:absolute;
	top:2px;
	right:8px;
	background:#D50000;
	color:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:100px;
	border:2px solid #fff;
	-webkit-transform:scale(0.6);
	-webkit-transform-origin:top center;
	-ms-transform:scale(0.6);
	-ms-transform-origin:top center;
	transform:scale(0.6);
	transform-origin:top center;
	-webkit-animation:run 1s linear 0 infinite;
}
@-webkit-keyframes run {
 0% {
opacity:1;
}
 50% {
opacity:1;
}
 50.1% {
opacity:0;
}
 100% {
opacity:0;
}
}
@-ms-keyframes run {
 0% {
opacity:1;
}
 50% {
opacity:1;
}
 50.1% {
opacity:0;
}
 100% {
opacity:0;
}
}
.bottom li:first-child a {
	border-left:none;
}
.bottom li:first-child a span {
	-webkit-animation:none;
	-webkit-transform:scale(0.75);
}
.bottom li:last-child a {
	border-right:none;
}
.bottom li a:before {
	display:block;
	margin:0 auto;
	height:20px;
	font-size:16px;
	color:#fff;
}
/**2015.3.5疗法样式**/
.dy p {
	color:#666666;
	padding:0px 8px;
	text-indent:2em;
}
.dy p a {
	color:#bb0404;
	font-weight:bold
}
.lf {
	color:#666666;
}
.lf h1 {
	background:#256AAB;
	font-weight:bold;
	color:#fff;
	padding:0px 8px;
	margin-top:8px;
}
.lf h1 a {
	font-size:14px;
	color:#fff;
	font-weight:normal;
	float:right;
}
.lf .nr {
	padding:0px 8px;
}
ul.lf_wz, ul.lf_ys {
	overflow:hidden;
}
ul.lf_wz li {
	float:left;
	width:58%;
	text-align:center;
	margin-top:5px;
}
ul.lf_wz li a {
	display:block;
	border:1px solid #ccc;
	color:#666;
}
ul.lf_wz li:nth-child(1), ul.lf_wz li:nth-child(7) {
width:60%;
float:left;
}
ul.lf_wz li:nth-child(2), ul.lf_wz li:nth-child(8) {
width:39%;
float:right;
}
ul.lf_wz li:nth-child(4) {
width:39%;
float:left;
}
ul.lf_wz li:nth-child(3) {
width:60%;
float:right;
}
ul.lf_wz li:nth-child(5) {
width:49%;
float:left;
}
ul.lf_wz li:nth-child(6) {
width:50%;
float:right;
}
ul.lf_wz li:last-child {
	background:#ff4000;
	width:100%;
	height:26px;
	border-radius:4px;
	line-height:26px;box-shadow: 0 1px 2px #333; margin-bottom:5px;
}
ul.lf_wz li:last-child a {
	color:#fff;
	font-size:14px;
	border:none;
}
.lf .nr h2 {
	color:#666;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #256AAB;
	padding:5px 0px; height:30px;
} 
.lf .nr h2 a{ color:#666; text-align:center; height:28px; border-radius:4px; cursor:pointer; vertical-align:bottom;}
.lf .nr h2 .hover{  background:#256AAB; color:#FFF;box-shadow: 0 1px 2px #333}
.lf .nr h2 a:nth-child(1) {
	width:40%; float:left; 
}
.qtfz{ width:98%; margin:10px auto; height:30px; background-color:#F60; border-radius:4px; line-height:26px; text-align:center; color:#FFF;box-shadow: 0 1px 2px #333;}
.qtfz a{ color:#fff;}
.lf .nr h2 a:nth-child(2) {
	width:59%; float:right;  border-right:none; 
}
ul.lf_ys { clear:both
}
ul.lf_ys li {
	overflow:hidden;
	float:left
}
ul.lf_ys li:first-child {
	width:65%;
}
ul.lf_ys li:first-child div {
	overflow:hidden;
}
ul.lf_ys li:first-child div p {
	line-height:24px;
}
ul.lf_ys li:first-child div p em, ul.lf_ys li:last-child em {
	font-style:normal;
	display:inline-block;
	width:16px;
	height:16px;
	background:#256AAB;
	color:#fff;
	text-align:center;
	line-height:16px;
	margin-right:5px;
}
ul.lf_ys li:nth-child(2) {
float:right;
width:35%;
margin-top:8px
}
ul.lf_ys li:nth-child(2) img {
padding:2px;
border:1px solid #ccc;
float:right;
}
ul.lf_ys li:last-child a {
	color:#be0606;
}
.shiy {
	height:35px;
	margin-top:10px;
}
.shiy a:nth-child(1) {
width:49%;
float:left;
background-color:#256AAB;
border-radius:4px;
color:#FFF;
text-align:center;
height:30px;
line-height:30px;box-shadow: 0 1px 2px #333
}
.shiy a:nth-child(2) {
width:49%;
float:right;
background-color:#F60;
border-radius:4px;
color:#FFF;
text-align:center;
height:30px;
line-height:30px;box-shadow: 0 1px 2px #333
}
.foot_nav {
	margin-bottom:10px;
}
.weixin {
	padding:8px;
}
/***********头部*************/
.pptop {
	position:fixed;
	left:0;
	top:0;
	z-index:22;
	overflow:hidden;
	background:#256AAB;
	width:100%;
}
.t-tel a {
	width:50%;
	float:left;
	line-height:40px;
	color:#FFF;
	text-transform:none;
	text-decoration:none;
	text-align:center;
}
.t-tel em {
	padding-left:5px;
	font-weight:bold;
}
.t-tel {
	max-width:360px;
	margin:0 auto;
	height:auto;
	overflow: hidden;
}
.t-tel span {
	animation:2s ease 0s normal none infinite running change;
	display: block;
	-webkit-animation: change 2s infinite;
	-moz-animation: change 2s infinite;
}
 @keyframes change {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.2);
}
 100% {
transform: scale(1);
}
}
@-webkit-keyframes change {
 0% {
-webkit-transform: scale(1);
}
 50% {
-webkit-transform: scale(1.2);
}
 100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes change {
 0% {
-moz-transform: scale(1);
}
 50% {
-moz-transform: scale(1.2);
}
 100% {
-moz-transform: scale(1);
}
}
