﻿@charset "utf-8";
/* CSS Document */
html, body {
		height: 100%;
		margin: 0;
		padding: 0;
}
* {
	list-style:none;
}
body{
	width: 100%;
    height: 100%;
    font-family:"Microsoft YaHei",微软雅黑;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	letter-spacing: normal;
    background-color:#FFF;
}
a {
	text-decoration:none;
	color:#565155;
}
a:hover {
	color:#FF8400;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 10px;
    font-weight:400;
}
/* 
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
*/
.bk{
	clear: both;
}
.nav-main{
	display: block;
	width: 100%;
	height:214px;
	margin: auto;
	text-align: center;
	padding: 0;
	/*
	position:fixed;
	top:0;
	border-bottom:1px solid #F1F1F1;
	*/

}
.nav-logo{
	height:108px;
	margin: 0;
	padding:16px;
	background:#A68461;
	position: relative;
}
.nav-logo img {
	max-width: 116px;
	max-height:108px;
}
.nav-lug{
	width:160px;
	float:right;
	margin-top: -140px;
	margin-right: 161px;
}
.nav-lug-a1,.nav-lug-a2,.nav-lug-a3{
	display:block;
	float:left;
	padding-right:5px;
	position:relative;
	width:45px;
	height:50px;
	background:url(../images/ye-01.png) no-repeat;
	left: 110px;
}
.nav-lug-a1{
	background-position:0px 0px;
}
.nav-lug-a1:hover{
	background-position:0px 0px;
}
.nav-lug-a2{
	background-position:-55px -73px;
}
.nav-lug-a2:hover{
	background-position:-55px 0px;
}
.nav-lug-a3{
	background-position:-107px -73px;
}
.nav-lug-a3:hover{
	background-position:-107px 0px;
}

/*导航开始--开始--
================================================== */
.clearfix{
	width:1173px;
	height:74px;
	margin:0 auto;
}
.clearfix ul{
	margin:0px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.navBar {
	width:100%;
	margin:0;
	padding:0;
	height:74px;
	background:#fff;
}
.nav {
	position:relative;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#737373;
}
.nav h2 {
	font-size:18px;
	margin-bottom: 5px;
	margin-top:13px;
	font-weight: bold;
}
.nav h3{
	font-size:12px;
	line-height:18px;
	color:#989898;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
	display:block;
	width:182px;
	text-align:center;
}
.nav h2 a {
	display:block;
	text-align:center;
}
.nav h2 a:hover {
     color:#A68461;
}
.nav .sub {
	display: none;
	position: absolute;
	padding: 0;
	left: -3px;
	top: 74px;
	z-index: 1;
	width: 146px;
	border: 1px solid #E6E4E3;
	border-top: 0;
	background: #fff;
	margin-left: 18px;
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.nav .sub li a:hover {
	color:#b47843;
}
.nav .block {
	height: 5px;
	width: 108px;
	background: #BCA289;
	position: absolute;
	top: 69px;
	overflow: hidden;
	padding: 0px 20px;
	margin-left: 18px;
}
/*导航开始--结束--*/
/*banner --开始--
================================================== */
.banner{
	margin:0;
	padding:0;
	width:100%;
	height:511px;
	background:url(../images/banner-01.jpg) no-repeat;
	background-position: center;
}
/*banner --结束--*/

/* --快捷导航--开始--
================================================== */
.fast-button{
	overflow:hidden;
	background:#F1F1F1;
	padding:20px 0px;
}
.fast-button-box{
	width:708px;
	padding-left:27px;
	height:122px;
	margin:0 auto;
}
.fast_border1_img{}
.fast_border1{
	float:left;
	background:#000;
	width:150px;
	height:122px;
	padding:0;
	margin-right:27px;
	position:relative;
	box-sizing:border-box;
	overflow:hidden
}
.fast_border1 .fast_border1_caption{
	padding:0;
	margin:0;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden
}
.fast_border1 .fast_border1_caption::before,.fast_border1 .fast_border1_caption::after{
	position:absolute;content:'';
	opacity:0;
	-webkit-transition:opacity 0.4s,-webkit-transform .4s;
	-moz-transition:opacity 0.4s,-moz-transform .4s;
	-o-transition:opacity 0.4s,-o-transform .4s;
	transition:opacity 0.4s,transform .4s;
}
.fast_border1 .fast_border1_caption::before{
	top:8%;
	right:8%;
	bottom:8%;
	left:8%;
	border-top:1px solid #e2d2b1;
	border-bottom:1px solid #e2d2b1;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
}
.fast_border1 .fast_border1_caption::after{
	top:8%;
	right:8%;
	bottom:8%;
	left:8%;
	border-right:1px solid #e2d2b1;
	border-left:1px solid #e2d2b1;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-o-transform:scale(1,0);
	transform:scale(1,0);
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	transform-origin:100% 0;
}
.fast_border1:hover .fast_border1_caption::before,.fast_border1:hover .fast_border1_caption::after{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1)
}
.fast_border1 .fast_border1_caption,.fast_border1 .fast_border1_caption > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden; z-index:1000;
}


/* --快捷导航--结束--*/


/* --最新动态--开始--
================================================== */
.news-box{
	padding:10px 0px;
	overflow:hidden;
}
.title {
  	margin:0 auto;
 	text-align: center; 
	width:232px;
	background:#FFF;
}
.title h2 {
    font-size:32px;
}
.title h3 {
    font-size: 20px;
    line-height: 24px; 
}
.line {
    position: relative;
    height: 1px;
    background-color: #4E4E4E; 
	z-index:-1;
	top:-21px;
	margin:0 auto;
	width:1173px;
}
.news-box .ct{
	margin:40px auto;
	width:1173px;
	overflow:hidden;
}
.news-box .ct-event{
	float:left;
	margin-left:40px;
	width:470px;
	height:274px;
/*
	background:url(../images/img1.jpg) no-repeat;
	*/
	overflow: hidden;
}
.news-box .ct-event p{
	color: #fff;
	text-align:left;
	line-height:10px;
	-webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
    line-height: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}
.news-box .ct-event span{
	position: absolute;
	width:470px;
	height:274px;
	background: rgba(0, 0, 0, 1);
	display: none;

}
.news-box .ct-event:hover span{
	background: rgba(0, 0, 0, .5);
	display: block;
}
.news-box .ct-event:hover p{
	display: block;
	position: relative;
	top: 33%;
	z-index: 999;
	margin-top: 0px;
}
.ct-list .ct-date {
	float: right;
	display: inline;
}
.news-box .ct-prefix{
	float: left;
	display: inline;
	margin-top: 14px;
	margin-right: 10px;
	width: 16px;
	height: 1px;
	background-color: #666;
	overflow: hidden;
}
.news-box .ct-list {
	float: left;
	display: inline;
	padding-left:108px;
	width: 525px;
}
.news-box .ct-list li {
	list-style: none;
}
.news-box .ct-list li a {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color:#4e4e4e;
	text-decoration: none;
}
.news-box .ct-list li a:hover {
	color:#A68461;
}
.news-box .ct-line{
	height:1px;
	width:524px;
	border-bottom:1px dashed #4D4D4D;
	margin:15px 0px;
}
.more {
	display: block;
	margin: 0px auto 25px auto;
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color:#626262;
	border: 1px solid #626262;
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.more:hover{
	color:#7b6a5b;
	border:1px solid #827262;
	background:#d5c5b5;
}
/* --最新动态--结束--*/

/* --特色科室--开始--
================================================== */
.ks-box{
	margin:0 auto;
	padding:60px 0px;
	overflow:hidden;
	background:#F1F1F1;
}
.ks-box-ct{
	margin:0 auto;
	width:1172px;
	overflow:hidden;
}
.ks-box-ct .k1,.ks-box-ct .k2,.ks-box-ct .k3,.ks-box-ct .k4,.ks-box-ct .k5,.ks-box-ct .k6{
	float:left;
	width:390px;
	height:400px;
}
.ks-box-ct .k1{
	background:url(../images/ye-r5.jpg) no-repeat;
}
.ks-box-ct .k2,.ks-box-ct .k4,.ks-box-ct .k6{
	background:#BCA289;
	color:#fff;
}
.ks-box-ct .k3{
	background:url(../images/ye-r6.jpg) no-repeat;
}
.ks-box-ct .k5{
	background:url(../images/ye-r7.jpg) no-repeat;
}
.ks-box-ct .k2-logo,.ks-box-ct .k1-logo,.ks-box-ct .k3-logo,.ks-box-ct .k4-logo,.ks-box-ct .k5-logo,.ks-box-ct .k6-logo{
	margin:30px auto 0px auto;
	width:96px;
	height:74px;
	background:url(../images/ye-04.png) no-repeat;
}
.ks-box-ct .k1-logo{
background-position:0px 0px;
}
.ks-box-ct .k2-logo{
background-position:0px -116px;
}
.ks-box-ct .k3-logo{
background-position:0px -235px;
}

.ks-box-ct .k5-logo{
background-position:0px -500px;
}

.ks-box-ct .k2-logo-tx{
	margin:0 auto;
	width:305px;
	padding:15px 0px 5px 0px;
	color:#FFFFFF;
	text-decoration:none;
}
.ks-box-ct .k2-logo-tx h1{
	text-align:center;
	font-size:21px;
}
.ks-box-ct .k2-logo-zt{
	margin:0 auto;
	padding-left:20px;
	height:60px;
	padding-bottom:20px;
}
.ks-box-ct .k2-logo-zt ul{
}
.ks-box-ct .k2-logo-zt ul li{
	width:153px;
	float:left;
	text-align:left;
	list-style-image: url(../images_xin/ye-done.png);
}
.ks-box-ct .k2-logo-zt ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.ks-box-ct .k2-logo-zt ul li a:hover{
	height:20px;
	border-bottom:1px solid #FFFFFF;
}
.ks-box-ct .k4-logo{
	margin:30px auto 0px auto;
	width:96px;
	height:74px;
	background:url(../images/ye-04.png) no-repeat;
	background-position:0px -364px;
}
.ks-box-ct .k6-logo{
	margin:30px auto 0px auto;
	width:96px;
	height:74px;
	background:url(../images/ye-04.png) no-repeat;
	background-position:0px -638px;
}
.more2, .more3 {
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color:#FFF;
	border: 1px solid #fff;
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.more2:hover{
	color:#77675A;
	border:1px solid #827262;
	background:#dbc8b6;
}
.more3:hover{
	color:#000;
	border:1px solid #827262;
	background:#dbc8b6;
}

.more4 {
	
	display: block;
	margin:20px auto 30px auto;

	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
	border: 1px solid #fff;
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.more4:hover{
	color:#000;
	border:1px solid #827262;
	background:#dbc8b6;
}
/* --特色科室--结束--*/

/* 专家团队--开始--
================================================== */
.team{
	margin:0 auto;
	padding:10px 0px;
	overflow:hidden;
}
.team-tx{
	margin:0 auto;
	padding-top:3px;
	width:70%;
	text-align:center;
}
.team-box{
	margin:0 auto;
	padding-top:50px;
	width:1172px;
	overflow:hidden;
	text-align:center;
}
.team-box .team-ct{
	margin:0px 10px 50px 15px;
	float:left;
	max-width: 100%;
	padding-bottom:10px;
}
.team-img{}
.team-ct h4 {
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	margin: 10px 0 0;
	font-weight: bold;
}
.team-ct h4 span {
    display: block;
    font-size: 14px;
}
/* 专家团队--结束--*/

/* 轮播图--开始--
================================================== */
.lb{
	margin:0;
	padding:0;
	width:100%;
	height:520px;
	background:url(../images/ye-r12.jpg) no-repeat;
	background-position: center;
}
/* 轮播图--结束-* /

/* 孕育分享--开始--
================================================== */
.share{
	margin:0 auto;
	padding:20px 0px;
	overflow:hidden;
}
.share-tx{
	width:65%;
	padding-top:3px;
	margin:0 auto;
	text-align:center;
}
.share-ct{
	margin:20px auto;
	width:1265px;
	padding-left:20px;
	overflow:hidden;
}
.share-ct li{
      float: left;
      display: inline;
      margin-right:24px;
	  width:370px;
	  border:1px solid #DBDBDB;
}
.share-ct li a{
      display: block;
      padding: 10px;
	  text-decoration: none;
	  color:#4C4C4C;
}
.share-ct li a:hover{
	background:#f5efe9;
}
.share-ct li img{
      display: block;
      margin-bottom: 10px; 
}
.share-ct li h3{
	font-size:16px;
	padding-top:10px;
	font-weight: bold;
}
.share-ct li span{
	font-size:14px;
}
.share-ct li p{
	font-size:14px;
	line-height:24px;
}
.button{
	margin:50px auto 20px auto;
	width:315px;
	overflow:hidden;
}
.button-more{
	float:left;
	display: block;
	margin-right:53px;
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color:#626262;
	border: 1px solid #626262;
	transition:width 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.button-more:hover{
	color:#7b6a5b;
	border:1px solid #827262;
	background:#d5c5b5;
}
.button-share{
	float:left;
	display: block;
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color:#626262;
	border: 1px solid #998C7C;
	background:#E1D5C9;
	transition:width 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.button-share:hover{
	background:#efe6da;
}
/* 孕育分享--结束-* /

/* footer--开始--
================================================== */
.footer{
	width:100%;
	overflow:hidden;
	background:#b4946b;
}
.footer-ct{
	margin:19px auto;
	overflow:hidden;
	background:#434448;
	/*
	padding-left:12%;
	*/
}
.footer-ct-l{
float: left;
width: 310px;
padding-top: 38px;
margin: 0px 20px;
}
.footer-ct-l .footer-ct-l-logo{
	text-align:center;
	margin-bottom:10px;
}
.footer-ct-l .footer-ct-l-ewm{
	margin:10px 0px 0px 12px;
	float:left;
	display:block;
}
.footer-ct-l-ewm img{
	padding:0px 20px;
}
.footer-ct-l .footer-ct-l-ewm h6{
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin: 10px 0 0;
	color:#FFFFFF;
}
.footer-ct-c{
	float:left;
	width:330px;
	padding:34px 0px 0px 40px;
	font-size:14px;
	color:#AD9064;
	font-weight: bold;
	text-transform:Uppercase ;
	margin-right:20px;
}
.footer-ct-c .us{
	font-size:12px;
	
}
.footer-ct-c h1{
	font-size:14px;
	color:#DDDDDF;
	font-weight: bold;
}
.footer-ct-c .c-line{
	height:1px;
	background:#AD9064;
	margin:12px 0px;
	width:330px;
}
.footer-ct-c .c-bt{
	width:330px;
	overflow:hidden;
	margin-bottom:5px;
}
.c-bt-01,.c-bt-02,.c-bt-03{ 
	float:left;
	width:28px;
	height:22px;
	padding-right:10px;
	background:url(../images/ye-02.png) no-repeat;
}
.c-bt-01{
	background-position:0px 0px;
}
.c-bt-02{
	background-position:-43px 1px;
}
.c-bt-03{
	background-position:-92px 1px;
}
.c-bt .phone{
	width:330px;
	overflow:hidden;
	margin-bottom:30px;
}
.c-bt-phone{
	float:left;
	width:48px;
	height:49px;
	padding-right:10px;
	background:url(../images/ye-02.png) no-repeat;
	background-position:0px -42px;
}
.footer-search-box{
	float:left;
	width:330px;
	padding:45px 0px 0px 40px;
}
.footer-search-box .search{
	margin-top:10px;
	margin-left:20px;
	width:307px;
	height:41px;
	background:url(../images/ye-03.png) no-repeat;
}
.footer-search-box .search-nav{
	margin-top:20px;
	color:#DDDDDF;
	overflow:hidden;
	padding:0px 20px 0px 20px;
}
.search-nav li{
	width:96px;
	padding:2px 0px;
    float: left;
    display: inline;
}
.search-nav li a{
	text-decoration: none;
	color:#DDDDDF;
}
.search-nav li a:hover{
	border-bottom:1px solid #B6956C;
}
.footer-ctbox{
	margin:0 auto;
	width:1173px;
	overflow:hidden;
}
/* footer--结束-* /


/* list_news 开始 */
.page_main_r{
/*
	width: 710px;
*/
}
.page_main #title{
	line-height: 24px;
	height: 24px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B18F6C;
	font-size: 20px;
	color: #a68462;
}
.page_main_r #content p{
	margin-top: 20px;
	margin-bottom: 20px;
}
.page_main_r #content #h{
	font-size: 18px;
	color: #a68462;
}
.page_main_r #list #li{
	height: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.page_main_r #list #li #img{
	float: left;
	width: 248px;
	height: 140px;
	overflow: hidden;
	margin-right: 25px;
}
.page_main_r #list #li #img img{
	width: 248px;
}
.page_main_r #list #li h1{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.page_main_r #list #li p{
	margin-top: 6px;
	margin-bottom: 6px;
}
.page_main_r #pages{
	height: 35px!important;
	border-bottom-style: none!important;
	padding-top: 20px!important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px!important;
}
.page_main_r #pages a,.page_main_r #pages span{
	border: 1px solid #E5E5E5;
	margin-right: 3px;
	text-align: center;
	min-width:20px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.page_main_r #pages a:hover,.page_main_r #pages span{
	border: 1px solid #F47548;
}
.page_main_r #hj_list{
	height: 204px;
	width: 217px;
	background-image: url(../images/hj_list.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	padding: 6px;
}
.page_main_r_hj_list_1{
	margin-right: 0px!important;
}
.page_main_r #hj_list img{
	height: 135px;
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}
.page_main_r #hj_list #hj_list_title{
	line-height: 65px;
	background-color: #D7D7D7;
	height: 65px;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 214px;
}
.page_main_r #hj_list #hj_list_title:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B18F6C;
}
/* list_news 结束 */

/* show_news 开始 */
#show_title{
	margin-top:25px;
	margin-bottom: 10px;
}
#show_title h1{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}
#show_cont{
	padding-top: 20px;
	padding-bottom: 20px;
}
#show_cont img{
	max-width:600px;
	height:auto!important;
}
/* show_news 结束 */

/*友情链接*/
.links{
	margin:5px auto;
	width:1173px;
	height:21px;
}
.links-an{
	margin-left:40px;
	width:74px;
	height:25px;
	font-size:12px;
	color:#b49569;
	background:#4c4e52;
	padding-left:15px;
	transition:width 3s;
	-moz-transition:width 3s; /* Firefox 4 */
	-webkit-transition:width 3s; /* Safari and Chrome */
	-o-transition:width 3s; /* Opera */
}
.links-an:hover{
	width:1060px;
}
.links-an a{
	color:#777777;
	padding:0px 15px;
}
.links-an a:hover{
	color:#dadadc;
	padding:0px 15px;
}
/*友情链接*/

/*备案*/
.beian{
	margin:7px auto 8px auto;
	width:1173px;
	color:#777777;
	font-size:13px;
	text-align:center;
}