@charset "gb2312";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
html {
	max-width: 360px;
	margin:0 auto;
	overflow-x:hidden;
	background: #000;
}
body {
	font:14px/24px "微软雅黑";
	color:#333333;
	background:#f3f3f3;
}
li {
	list-style:none;
}
h1, h2 {
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#333333;
	display:block;
}
/*************顶部电话******************/
.pptop {
	position:fixed;
	left:0;
	top:0;
	z-index:22;
	overflow:hidden;
	background:#014b00;
	width:100%; font-size:16px;
}
.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);
}
}
/*******导航**********/
header img {
	width:100%;
	height: auto;
	margin-top:40px;
}
header nav {
	overflow: hidden;
	background: #fff;
	text-align: center;
	font-size:16px;
}
header nav a {
	width: 20%;
	float: left;
	background: #eeeeee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
}
header nav a:after, .headline:before, .headline:after, .title:before, .title:after {
	content:"";
	display: block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
header nav a:before, .title span:before, .title span:after {
	content:"";
	display: block;
	width: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	height: 40px;
	float: right;
}
header nav a:nth-child(5n+5):before, header nav a:nth-child(5n+5):after {
border-right-color:#eee;
border-left-color:#eee;
}
/*******底部********/
footer {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-bottom:65px;
	margin-bottom:70px;
}
footer a {
	display: inline;
}
footer img {
	width: 100%;
}
footer address {
	font-style: normal;
}
footer small {
	line-height: 24px;
}
footer p a {
	color:#3d4c91;
}
footer p span {
	color:red;
}
.box {
	background:#fff;
	padding:8px;
}
.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*********中间部分***********/
.banner {
	margin:2px 2px 2px;
}
.banner img {
	width:100%;
	height: auto;
}
.banner p {
	margin-top:5px;
	line-height:28px;
	text-align:justify;
	text-indent:2em;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
}
/*****三级诊断标准  四大医学突破*******/
.con {
	width:100%;
	margin:10px auto;
	overflow:hidden;
}
.con_title {
	height:35px;
	background-color:#00581e;
}
.con_title h1 {
	font-size:16px;
	line-height:35px;
	color:#FFF;
	padding-left:8px
}
.con_title img {
	vertical-align: top;
	margin-top: 6px;
	margin-right:8px
}
.con_title a {
	float:right;
	padding-right:5px;
	color:#FFF;
}
.con_context, .con_context1, .con_bottom {
	width:100%;
}
.con_context li, .con_context1 li, .con_context4 li {
	padding-left:8px;
	font-size:14px;
	margin-top:8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con_context li:before, .con_context1 li:before, .con_context2 li:before, .con_context4 li:before {
	content:"" attr(data-number);
	padding:1px 5px;
	color:#333333;
	margin-right:5px;
	background:#d6d7d7;
}
/********四大医学突破**********/
.con_context1 li {
	float:left;
	width:45%;
}
/********五大康复流程**********/
.con_context2 li {
	padding-left:10px;
	font-size:14px;
	margin-top:5px;
	line-height:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con_bottom {
	width:100%;
}
.con_context2 {
	width:50%;
	float:left;
}
.con_bottom img {	
	float:right;
	margin-top:10px;
	margin-right:1%
}
/*****七大权威检查*******/
.con_context3 {
	width:96%;
	margin:10px auto;
}
.con_context3 li {
	text-align:center;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con_context3 li:nth-child(1) {
width:100%;
margin-bottom:5px;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(2) {
width:49%;
float:left;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(3) {
width:49%;
float:right;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(4) {
width:49%;
float:left;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(5) {
width:49%;
float:right;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(6) {
width:42%;
float:left;
border:1px solid #c1c1c1;
}
.con_context3 li:nth-child(7) {
width:56%;
float:right;
border:1px solid #c1c1c1;
}
/**********九大疗效保障***********/
.con_context4 li {
	float:left;
	width:30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*****临床治疗技术*******/
.con_context5 {
	width:96%;
	margin:10px auto;
}
.con_context5 li {
	text-align:center;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con_context5 li:nth-child(1) {
width:56%;
float:left;
margin-bottom:5px;
border:1px solid #c1c1c1;
}
.con_context5 li:nth-child(2) {
width:42%;
float:right;
border:1px solid #c1c1c1;
}
.con_context5 li:nth-child(3) {
width:70%;
float:left;
border:1px solid #c1c1c1;text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.con_context5 li:nth-child(4) {
width:28%;
float:right;
border:1px solid #c1c1c1;
}
.con_context5 li:nth-child(5) {
width:45%;
float:left;
border:1px solid #c1c1c1;
}
.con_context5 li:nth-child(6) {
width:53%;
float:right;
border:1px solid #c1c1c1;
}
/********快速通道**********/
.kstd {
	width:96%;
	margin:10px auto;
	overflow:hidden;
}
.kstd li {
	height:43px;
	text-align:center;
}
.kstd li a {
	color:#FFF;
}
.kstd li:nth-child(1) {
width:23%;
float:left;
background-color:#00581e;
margin-right:1%;
line-height:21px;
}
.kstd li:nth-child(2) {
width:28%;
float:left;
background-color:#e9900c;
margin-right:1%;
line-height:21px;
}
.kstd li:nth-child(3) {
width:23%;
float:left;
background-color:#00581e;
margin-right:1%;
line-height:21px;
}
.kstd li:nth-child(4) {
width:23%;
float:right;
background-color:#e9900c;
line-height:43px
}
/**********军科专家****************/
.con_context6 {
	width:96%;
	margin:10px auto;
}
.con_context6 li {
	float:left;
	line-height:26px;
	text-align:center;
}
.con_context6 li img {
	vertical-align:bottom;
	border:none; margin:0 auto;
}
.con_context6 li:nth-child(1) {
width:49%; overflow:hidden;
float:left; 
}
.con_context6 li:nth-child(2) {
width:49%;overflow:hidden;
float:right; margin-right:1%; display:inline;
}
.con_context6 li h2 {
	height:26ox;
	background-color:#e4e4e4;
	vertical-align:top;
}
.con_context6 li a h2 {
	font-size:14px;
	color:#00581e;
}
.con_context6 li h2 span {
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
}
/********免费电话**********/
.zxzx {
	width:96%;
	height:35px;
	margin:10px auto;
	overflow:hidden;
	border:1px solid #CCC;
}
.zxzx a {
	color:#FFF;
	line-height:35px;
	text-align:center;
	font-size:14px
}
.zxzx a:nth-child(1) {
 width:42%;
 float:left;
 background-color:#e9900c;
}
.zxzx a:nth-child(2) {
 width:58%;
 float:right;
 background-color:#d6d7d7;
 color:#00581e;
}
/*底部电话*/
.bottom {
	width:100%;
	overflow:hidden;
	position:fixed;
	bottom:40px;
	left:0px;
	border-top:1px solid #014B00;
	z-index:999;
}
.bottom li {
	width:50%;
	float:right;
	height:41px;
	background-color:rgba(195, 5, 5, 1);
}
.bottom li a {
	line-height:1.6em;
	display:block;
	padding-top:3px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:12px;
	border-right:1px solid #A50909;
	position:relative;
}
.bottom li a span {
	position:absolute;
	top:2px;
	right:8px;
	background:#1672CE;
	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 {
	float:left;
}
.bottom li:first-child a {
	border-left:none;
}
.bottom li:first-child a span {
	-webkit-animation:none;
	-webkit-transform:scale(0.75);
}
.bottom li a:before {
	display:block;
	margin:0 auto;
	height:20px;
}
.icon-tel:before {
	width:16px;
	height: 16px;
	background-position:0px -104px;
}
.bottom li:nth-of-type(3), .bottom li:nth-of-type(4) {
display:none;
}
.bottom li:nth-of-type(1) {
background:#014B00;
}
.bottom li:nth-of-type(1) a {
border-right:none;
}
.bottom li:nth-of-type(1) a span {
background-color:#D50000;
}
