@charset "utf-8";
/*header*/
.bg-green {
	background-image: linear-gradient(to bottom, rgba(30,200,165, 1) 0%, rgba(12,144,126, 1) 100%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, rgba(30,200,165, 1) 0%, rgba(12,144,126, 1) 100%, #FFFFFF 100%);
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#1ec8a5', EndColorStr='#0c907e');
}
.en {
	font-family: Arial, Helvetica, sans-serif
}
.more:hover {
	margin-left: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#top {
	height: 128px;
}
#top form {
	padding-top: 72px;
	width: 283px;
}
#top form input, #top form button {
	float: left;
	border: 0;
	height: 36px;
	border-radius: 18px;
}
#top form input {
	background: #e0e0e0;
	padding-left: 40px;
	width: 209px;
	font-size: 14px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#top form input::placeholder {
 color:#a3a3a3;
}
#top form button {
	width: 74px;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#top form button img {
	margin: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 56px;
	position: relative;
	z-index: 1;
	text-align:center;
}
.nav .nLi {
	position: relative;
	display: inline-block;
}
.nav .nLi {
	*display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	color: white;
	display:block;
	font-size: 18px;
	line-height: 56px;
	padding:0 35px;
}
.nav .sub {
	display: none;
	width: 140px;
	left:50%;
	top: 56px;
	margin-left:-70px;
	text-align:center;
	font-size:16px;
	position: absolute;
	background: #fff;
	line-height: 36px;
	padding: 5px 0;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
}
.nav .sub a:hover {
	background: #1ec8a5;
	color: #fff;
}
.nav .on h3 a {
	display:block;
	background:#1ec8a5;
}
.nav .sub li .ewm img{
	display:block;
	width:130px;
	height:130px;
	margin:auto;
}
.nav .sub li .ewm  {
	line-height:1em;
	color:#666;
	margin-bottom:10px;
	display:none;
}
.linedashed {
	border-bottom:1px #ccc dashed;
}
.linedashed2 {
	border-bottom:2px #ccc dashed;
}
.linedotted {
	border-bottom:1px #ccc dotted;
}

/*footer*/
#footer {
	background: #333;
	color: #666;
	padding: 50px 0 30px;
}
#footer h5 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 60px;
}
#footer .fot-box1 {
	width: 565px;
}
#footer .fot-box1 .address {
	padding-left: 50px;
	line-height: 28px;
	background: url(../images/adressicon.png) no-repeat 10px 5px;
}
#footer .fot-box1 .address .p1 {
	line-height: 32px;
}
#footer .fot-box1 h6 {
	width: 96px;
	height: 32px;
	border-radius: 16px;
	background: #4b4b4b;
	color: #a8a8a8;
	font-size: 15px;
	text-align: center;
	line-height: 32px;
}
#footer .fot-box2 {
	width: 290px;
}
#footer .fot-box3 {
	width: 130px;
}
#footer .fot-box2 li {
	float: left;
	width: 145px;
	padding-bottom: 20px;
}
#footer .fot-box3 .txt {
	text-align: center;
	padding-top: 35px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #999;
}
#footer .inner {
	padding-bottom: 30px;
}
#footer .copyright {
	text-align: center;
}
/*体检预约二维码*/
#tjyy-ewm {
	width:500px;
	padding:30px 20px;
	border-radius:15px;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	background:white;
	position:fixed;
	top:250px;
	left:50%;
	margin-left:-250px;
	font-size:18px;
	text-align:center;
	z-index:9;
	display:none;
}
#tjyy-ewm .close {
	position:absolute;
	top:10px;
	right:20px;
	font-size:16px;
	cursor:pointer;
	color:#999;
}
#tjyy-ewm h4 {
	padding:20px 0;
	color:#0c907e;
	letter-spacing:2px;
}
#tjyy-ewm .img {
	width:100%;
	text-align:center;
}
#tjyy-ewm p {
	color:#999;
	margin-top:10px;
}
#tjyy-ewm div img {
	margin:auto;
	max-width:460px;
}
/*page*/
#page {
	margin:20px 0 90px;
}
#page li {
	float:left;
	margin-right:3px;
}
#page li a{
	display:block;
	height:28px;
	line-height:28px;
	border-radius:3px;
	padding:0 10px;
	background:#eaeaea;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#page li a:hover {
	background:#ddd;
}
#page li a.on {
	color:white;
	background:#0c907e;
}
