/* CSS Document */


.header-top {
	min-width: 1200px;
	height: 40px;
	background-color: #029061
}

.header-top .top-left a {
	float: left;
	display: block;
	width: 80px;
	height: 37px;
	margin-top: 3px;
	line-height: 37px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.header-top .top-left a:hover {
	color: #e8c697
}

.header-top .top-left a.cur {
	background-color: #fff;
	color: #555
}

.layout {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.clearfix {
	*zoom: 1
}
.fl {
	float: left !important
}

.fr {
	float: right !important
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear: both
}


.top-right .patient {
	position: relative
}

.top-right .patient .login {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.top-right .patient .login i {
	font-size: 16px;
	margin: auto 5px
}

.top-right .patient .login:hover {
	color: #e8c697
}

.top-right .patient .patient-menu {
	display: none;
	background-color: #fff;
	border: 2px solid #0084cd;
	border-top: none;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 5
}

.top-right .patient .patient-menu a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #0084cd;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.top-right .patient .patient-menu a+a {
	border-top: 1px solid #0084cd
}

.top-right .patient .patient-menu a:hover {
	background-color: #0072AE;
	color: #fff
}

.top-right .register-bar a {
	display: block;
	height: 40px;
	margin-left: 20px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.top-right .register-bar a:hover {
	color: #e8c697
}

.header {
	position: relative;
	z-index: 2
}


.header .logo-row {
	position: relative;
	z-index: 3;
	min-width: 1200px;
	height: 70px;
	padding: 15px 0
}

.header .logo a {
	display: block
}

.header .logo a img {
	width: auto;
	height: 70px
}

.header .search {
	position: relative;
	margin-top: 12px
}

.header .search form {
	display: block
}

.header .search form .searchtype {
	height: 46px;
	position: absolute;
	left: 0;
	top: 0
}

.header .search form .searchtype:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
	width: 1px;
	height: 24px;
	background-color: #c9c9c9
}

.header .search form .searchtype span {
	display: block;
	padding: 0 7px 0 15px;
	cursor: pointer;
	line-height: 46px
}

.header .search form .searchtype span:after {
	font-family: 'iconfont';
	content: '\e610';
	margin-left: 5px
}

.header .search form .searchtype ul {
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 2;
	display: none;
	width: 100%;
	background-color: #fff
}

.header .search form .searchtype ul li:hover a {
	background-color: #0084cd;
	color: #0072AE
}

.header .search form .searchtype ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-align: center
}

.header .search form input.keyword {
	width: 245px;
	height: 22px;
	line-height: 22px;
	padding: 11px 5px 11px 75px;
	border: 1px solid #e4e4e4
}

.header .search form input::-webkit-input-placeholder {
	color: #a6a6a6
}

.header .search form input:-moz-placeholder {
	color: #a6a6a6
}

.header .search form input::-moz-placeholder {
	color: #a6a6a6
}

.header .search form input:-ms-input-placeholder {
	color: #a6a6a6
}

.header .search form button {
	width: 123px;
	height: 46px;
	font-size: 14px;
	margin-left: -2px
}




.nav {
	min-width: 1200px;
	height: 63px;
	border-top: 1px solid #efefef
}

.nav .layout {
	position: relative
}

.nav ul.nav-lists {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 0;
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
	text-justify: inter-ideograph
}

.nav ul.nav-lists:after {
	content: '';
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 0
}

.nav ul.nav-lists>li {
	position: relative;
	display: inline-block;
	line-height: 63px;  
}

.nav ul.nav-lists>li.dm-subnav {
	position: static
}

.nav ul.nav-lists>li.dm-subnav>.subnav {
	width: 100%
}

.nav ul.nav-lists>li+li>a:after {
	content: '';
	position: absolute;
	left: -17px;
	top: 24px;
	width: 1px;
	height: 16px;
	background-color: #029061
}

.nav ul.nav-lists>li>a {
	position: relative;
	display: block;
	height: 63px;
	font-size: 16px;
	text-align: center
}

.nav ul.nav-lists>li:hover>a {
	color: #028258
}

.nav ul.nav-lists>li:hover>a:after {
	bottom: -7px;
	opacity: 1
}

.nav ul.nav-lists>li.cur>a {
	color: #028258;
	font-weight: bold
}

.nav ul.nav-lists>li.cur>a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #028258
}

.nav857 ul.nav-lists>li+li>a:after {
	left: -20px
}

.nav .float-bg {
	width: 8.33%;
	height: 50px;
	background: #008059;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.no-js .nav .float-bg {
	display: none
}

.no-js .nav ul>li:hover .subnav {
	display: block
}

.nav .subnav {
	position: absolute;
	left: -26px;
	right: 0;
	top: 63px;
	z-index: 3;
	min-width: 85px;
	display: none;
	overflow: hidden;
	padding: 0 15px 5px;
	background-color: #fff;
	border: 1px solid #028258;
	border-top: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
	text-align-last: left
}

.nav ul.dropMenu {
	overflow: hidden
}

.nav ul.dropMenu li {
	height: 40px;
	line-height: 40px
}

.nav ul.dropMenu li+li {
	border-top: 1px dashed #e4e4e4
}

.nav ul.dropMenu li a {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	text-align-last: center
}

.nav ul.dropMenu li a:hover {
	color: #028258
}

.index-slider {
	position: relative;
	min-width: 1200px;
	height: 550px;
	background-color: #ede1ca;
	overflow: hidden
}

.index-slider ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 550px;
	overflow: hidden
}

.index-slider ul li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 550px;
	background-position: center
}

.index-slider ul li:first-child {
	display: block
}

.index-slider ul li a.slide-txt {
	position: relative;
	display: block
}

.index-slider ul li a.slide-txt img {
	display: block;
	position: relative
}

.index-slider .slide-btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: right
}

.index-slider .slide-btn a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 5px;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 0;
	text-indent: -999px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.index-slider .slide-btn a.cur {
	width: 30px;
	background-color: #0084cd
}

.index-slider-health .slide-btn {
	bottom: 75px
}

.showBanner {
    background: url(/images/bannerShow.jpg) center no-repeat;
    height: 250px;
}

.showCur{ position:absolute; top:369px; left:0; width:100%;height:40px;}
.showCur span{display:block; width:1100px; margin:0 auto; line-height:40px; color:#999; font-size:12px; /*text-indent:20px*/}



.link-box {
	margin-top: 30px;
	min-width: 1200px;
	height: 47px;
	background-color: #028258;
	border-bottom: 1px solid #fff
}

.link-box .quick-friend .quick-left {
	width: 50%;
	line-height: 47px
}

.link-box .quick-friend .quick-left a {
	margin-right: 10px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.link-box .quick-friend .quick-left a+a {
	margin-left: 10px
}

.link-box .quick-friend .quick-left a:hover {
	color: #fff
}

.link-box .quick-friend ul.friend-links li {
	position: relative;
	float: left;
	min-width: 80px
}

.link-box .quick-friend ul.friend-links li+li {
	margin-left: 40px
}

.link-box .quick-friend ul.friend-links li>a {
	display: block;
	line-height: 47px;
	color: #fff
}

.link-box .quick-friend ul.friend-links li>a i {
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.link-box .quick-friend ul.friend-links li .link-nav {
	position: absolute;
	left: -60px;
	right: 0;
	bottom: 47px;
	z-index: 3;
	min-width: 200px;
	height: 0;
	background-color: #e4e4e4;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.link-box .quick-friend ul.friend-links li .link-nav a {
	display: block;
	padding: 5px 10px
}

.link-box .quick-friend ul.friend-links li .link-nav a+a {
	border-top: 1px solid #fff
}

.link-box .quick-friend ul.friend-links li:hover>a i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.link-box .quick-friend ul.friend-links li:hover .link-nav {
	height: auto
}

.footer {
	min-width: 1200px;
	height: 105px;
	padding: 30px 0 37px;
	background-color: #028258
}

.footer .footer-left {
	width: 75px;
	height: 77px;
	margin-top: 15px;
	margin-right: 25px
}

.footer .footer-left img {
	display: block;
	width: 75px;
	height: 77px
}

.footer .footer-info {
	height: 105px;
	padding-left: 35px;
	border-left: 1px solid #fff
}

.footer .footer-info dl {
	position: relative;
	height: 25px;
	line-height: 25px;
	color: #fff
}

.footer .footer-info dl dt {
	position: absolute;
	left: 0;
	top: 0
}

.footer .footer-info dl dd {
	padding-left: 75px
}

.footer .footer-info dl dd a {
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.footer .footer-info dl dd a:hover {
	color: #fff
}

.footer .footer-right {
	height: 105px;
	padding-left: 35px;
	margin-left: 35px;
	border-left: 1px solid #fff
}

.footer .footer-right dl {
	position: relative;
	height: 25px;
	line-height: 25px;
	color: #fff
}

.footer .footer-right dl dt {
	position: absolute;
	left: 0;
	top: 0
}

.footer .footer-right dl dd {
	padding-left: 75px
}

.footer .footer-wei {
	padding-left: 35px;
	border-left: 1px solid #fff
}

.footer .footer-wei a {
	float: left;
	display: block;
	width: 78px;
	height: 105px
}

.footer .footer-wei a+a {
	margin-left: 17px
}

.footer .footer-wei a img {
	display: block;
	width: 78px;
	height: 78px
}

.footer .footer-wei a span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 27px
}