/*导航条*/
.nav{
	width: 100%;
	margin: 2px auto;
	position: relative;
}
.nav p{
	display: inline-block;
	vertical-align: bottom;
}
.nav .logo{
	text-align: left;
	padding: 10px 0px 5px 65px;
	
}
.nav .logo:before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/ldyyd-14.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 15px;
	top:15px;
}
.nav .logo span{
	display: block;
}
.nav .logo span:nth-child(1){
	display: block;
	color: #f9c421;
	font-weight: bold;
	font-size: 20px;
}
.nav .logo span:nth-child(2){
	font-size: 16px;
}
.nav p:nth-child(2){
	width: 40px;
	height: 40px;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 2px;
	position: absolute;
	right: 0px;
	top: 18px;
}
.nav ul{
	z-index: 5;
	width: 100%;
	position: absolute;
	top:55px;
	display: none;
	background: #fff;
	margin-top: 17px;
	padding: 20px;
	box-shadow: 0px 8px 10px #dfdfdf;
}
.nav ul li{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #efefef;
}
.nav ul li a{
	display: block;
	
}
.nav ul li p{
	font-weight: bold;
	color: #b8cb2d;
	position: relative;
	
}
.nav ul li:last-child{
	border-bottom: none;
}
.nav ul li p:before{
	content: "";
	display: block;
	background: url(../images/ldyyd-15.png) no-repeat center left;
	background-size:100% 100%;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 13px;
	left: -20px;
}
/*轮播图*/
.lunbotu{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.lunbotu>ul{
    position: relative;
}
.lunbotu>ul>li{
    width: 100vw;
    float: left;
}
.lunbotu>ul>li>a{
	display: block;
}
.lunbotu>ul>li img{
    width: 100%;
}
.spanBox{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.spanBox>span{
    display: inline-block;
    float: left;
    width: 30px;
    height: 2px;
    background: #333;
    margin-right: 10px;
    cursor: pointer;
}
.spanBox .active{
    background: #a8cc2b;
}
/*搜索框*/
.search{
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 10px 0px;
	position: relative;
}
.search_left{
	float: left;
	padding-left: 20px;
	width: 50%;
}
.search_right{
	width: 95%;
	margin: 0 auto;
}
.search_left ul{
	width: 100%;
}
.search_left ul li:first-child a{
	color: #b2cc2c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #a8cc2b;
}
.search_left ul li{
	display: inline-block;
	font-size: 13px;
	padding-top: 10px;
}
.search_right p{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	
}
.search_right .text{
	
	
}
.search_right .text input{
	width: 99%;
	height: 38px;
	color: #9C9C9B;
	letter-spacing: 2px;
	font-size: 10px;
	padding-left: 10px;
	margin-right: 17px;
	margin-top: 4px;
	border: 1px solid #bfbfbf ;
}
.search_right .search_btn input{
	width: 15px;
	height: 15px;
	border: none;
	position: absolute;
	top: 25px;
	right:5%;
}
/*介绍*/
.introduce{
	width: 100%;
}
.introduce .introduce_img{
	width: 40%;
	margin-left: 15%;
	margin-top: 20px;
}
.introduce .introduce_img img{
	display: block;
	width: 40%;
}
.introduce .introduce_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #9C9C9B;
}
.introduce .introduce_title span:nth-child(1){
	color: #f9bf06;
}
.introduce .introduce_title span:nth-child(2){
	color: #adce3a;
}
.introduce .introduce_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding: 10px;
}
.introduce_content{
	text-align: center;
}
.introduce_content ul{
	text-align: center;
	position: relative;
	height: 420px;
	overflow: hidden;
}
.introduce_content ul  li{
	display: block;
	width: 85%;
	vertical-align: middle;
	position: relative;
	
	border: 1px dashed #9C9C9B;
	margin: 15px auto;
}
.introduce_content ul li:first-child{
	height: 115px;
}
.introduce_content ul li:nth-child(2){
	height: 145px;
}
.introduce_content ul li:nth-child(3){
		height: 105px;
}
.introduce_content ul li:nth-child(4){
		height: 125px;
}
.introduce_content ul li:nth-child(5){
		height: 125px;
}
.introduce_content ul li:nth-child(6){
		height: 125px;
}
.introduce_content ul li p{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.introduce_content ul li .number a{
	width: 45px;
	text-align: center;
	background-color: #a8cc2b;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
}
.introduce_content ul li .abstract{
	width: 100%;
	
	padding: 20px 10px 20px 30px;
}
.introduce_content ul li p span{
	display: block;
	line-height: 20px;
}
.introduce_content ul li p span a:first-child{
	color: #f9be00;
	font-size: 18px;
	margin-bottom: 5px;
}
.introduce_content  .introduce_btn{
	display: inline-block;
}
.introduce_content  .introduce_btn a{
	display: block;
	width: 120px;
	height: 30px;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	border-radius: 30px;
	margin: 20px 0px;
}
.introduce_content  .introduce_btn1 a{
	background: url(../images/ldyyd-22.png) no-repeat center center;
	background-size:100% 100%;
}

.introduce_content  .introduce_btn2 a{
	background: url(../images/ldyyd-21.png) no-repeat center center;
	background-size:100% 100%;
}
.introduce_content .zsgd{
	display: block;
	width: 86%;
	height: 35px;
	background-color: #a8cc2b;
	color: #fff;
	margin: 0 auto;
	line-height: 35px;
	font-size: 12px;
	border-radius: 30px;
}
/*医护团队*/
.medic{
	width: 100%;
	background-color: #eeeeee;
}
.medic .medic_img{
	width: 40%;
	margin-left: 15%;
	padding-top: 20px;
}
.medic .medic_img img{
	display: block;
	width: 40%;
}
.medic .medic_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
}
.medic .medic_title span:nth-child(1){
	color: #f9bf06;
}
.medic .medic_title span:nth-child(2){
	color: #adce3a;
}
.medic .medic_subtitle{
	text-align: center;
	font-size: 5px;
	color: #999;
	padding-bottom: 20px;
}
.fq{
	position: relative;
}
.medic_content{
	width: 345px;
	margin: 0 auto;
	overflow: hidden;
	
}
.medic_content ul{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.medic_content ul li{
	width:345px;
	margin: 0 auto;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bfbfbf;
}
.medic_content ul li img{
	display: block;
	width: 100%;
}
.medic_content ul li p span{
	display: block;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.medic_content ul li p span:first-child{
	font-size: 15px;
	margin: 5px 0px;
	color: #A8CC2B;
	font-weight: bold;
}
.medic_content ul li p span:last-child{
	font-size: 12px;
	text-align: left;
	color: #999;
	line-height: 20px;
	letter-spacing: 1.5px;
}
.fq .btn1{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.medic .fq .btn1 img{
	padding-top: 2px;
	display: block;
	height: 100%;
	margin: 0 auto;
}
.medic .fq .btn6{
	background-color:#A8CC2B ;
	right:5px;
}
.medic .fq .btn5{
	background-color:#A8CC2B ;
	left: 5px;
}

/*高级配餐*/
.catering{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}
.catering .catering_img{
	width: 40%;
	margin-left: 15%;
	padding-top: 30px;
}
.catering .catering_img img{
	display: block;
	width: 40%;
}
.catering .catering_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
}
.catering .catering_title span:nth-child(1){
	color: #f9bf06;
}
.catering .catering_title span:nth-child(2){
	color: #adce3a;
}
.catering .catering_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 20px;
}
.catering_ul{
	width: 95%;
	margin: 0 auto;
}
.catering_ul .catering_bimg p{
	width: 100%
}
.catering_ul .catering_bimg p img{
	display: block;
	width: 100%;
}
.catering_ul .catering_contern p span{
	display: block;
}
.catering_ul .catering_contern p span:nth-child(1){
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	position: relative;
	text-align: left;
	color: #494949;
}
.catering_ul .catering_contern p span:nth-child(1):after{
	content: "";
	display: block;
	position: absolute;
	top:27px;
	left: 2px;
	width: 25px;
	height: 2px;
	background-color: #F9BE00;
	
}
.catering_ul .catering_contern p span:nth-child(2){
	font-size: 12px;
	margin-top: 20px;
	line-height: 25px;
	letter-spacing: 1.5px;
	text-align: left;
	color: #666;
	margin-bottom: 20px;
}
.catering_ul .catering_contern p span:nth-child(3){
	color:#A8CC2B;
	font-size: 15px;
	margin: 5px 0px 20px;
	text-align: left;
}
.catering_ul .catering_contern p span:nth-child(3) a{
	color:#A8CC2B;
	font-size: 15px;
}
.catering{
	text-align: center;
}
.catering .catering_btn1{
	display: inline-block;
	margin-bottom: 6px;
}
.catering .catering_btn1 a{
	display: block;
	width: 120px;
	height: 50px;
	margin: 0px 5px;
}
.catering .catering_btn1 a img{
	display: block;
	width: 100%;
}
/*文娱活动*/
.recreational{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5px;
}
.recreational .recreational_img{
	width: 40%;
	margin-left: 15%;
	padding-top: 15px;
}
.recreational .recreational_img img{
	display: block;
	width: 40%;
}
.recreational .recreational_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
}
.recreational .recreational_title span:nth-child(1){
	color: #f9bf06;
}
.recreational .recreational_title span:nth-child(2){
	color: #adce3a;
}
.recreational .recreational_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 20px;
}
.options{
	text-align: center;
}
.options li{
	width: 25%;
	background-color: #a8cc2b;
	display: inline-block;
	height: 35px;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.options .on{
	background-color: #f9be00;
}
.options_content{
	
}
.options_content>div>ul{
	width: 100%;
	text-align: center;
	
	margin: 20px auto 0px;
} 
.options_content>div>ul li{
	display:block;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	background-color: #fff;
	margin-bottom: 15px;
}
.options_content>div>ul li:last-child{
}
.options_content>div>ul li:last-child p span:nth-child(2){
	border: none;
	
}
.options_content>div>ul li:first-child{
	width: 100%;
}
.options_content>div>ul li img{
	display: block;
	width: 100%;
}
.options_content>div>ul li p span{
	display: block;
	text-align: left;
	font-size: 15px;
	margin: 7px 0px 4px;
	color: #494949;
	font-weight: bold;
	padding-left: 10px;
}
.options_content>div>ul li p span:nth-child(2){
	color: #999;
	padding-right: 15px;
	/*border-bottom: 5px solid #f4f4f4;*/
	font-size: 14px;
	letter-spacing: 1.5px;
	max-height: 34px;
	overflow: hidden;
	
}
.options_content>div>ul li p span:nth-child(3) a{
	display: block;
	width: 90px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border-radius:5px ;
	background-color: #a8cc2b;
	font-size: 12px;
	margin-top:10px;
}
.options_content>div{
	display: none;
}
.options_content .active_div{
	display: block;
}
/* 进一步了解 */
.understand{
	width: 100%;
	background-color: #ffffff;
	padding-bottom:20px
}
.understand .understand_img{
	width: 40%;
	margin-left: 30%;
	padding-top: 15px;
}
.understand .understand_img img{
	display: block;
	width: 40%;
}
.understand .understand_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
}
.understand .understand_title span:nth-child(1){
	color: #f9bf06;
}
.understand .understand_title span:nth-child(2){
	color: #adce3a;
}
.understand .understand_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 10px;
}
.understand ul{
	width: 99%;
	margin: 0 auto;
}
.understand ul li{
	width: 95%;
	margin: 0 auto;
}
.understand ul .understand_top .text{
	display: block;
}
.understand ul .understand_top p span a{
	display: inline-block;
	margin:10px 0px; 
}
.understand ul .understand_top .top_title{
	text-align: center;
	position: relative;
	z-index: 999;
}

.understand ul .understand_top .top_title:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #a8cc2b;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -55;
}
.understand ul .understand_top .top_title i{
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 3px;
	
	
}
.understand ul .understand_top .top_title i:first-child{
	width: 120px;
	height: 35px;
	background-color: #a8cc2b;
	color: #fff;
	line-height: 35px;
	border-radius: 10px;
}
.understand ul .understand_top .top_bt{
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
	color: #4f4f4f;
}
.understand ul .understand_top .top_nr{
	font-size: 12px;
	margin-top: 15px;
	line-height: 25px;
	color: #666;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	color: #666;
}
.understand ul .understand_top p span:first-child a{
	background-color: #f5f5f5;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 14px;
}
.understand ul .understand_top p span:last-child a{
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	color: #fff;
	border-radius:30px ;
	margin: 10px 5px;
}
.understand ul .understand_top p span:last-child a:last-child{
	background-color: #a8cc2b;
	font-size: 12px;
}

.understand ul .understand_top p span:last-child a:first-child{
	background-color: #f9be00;
	font-size: 12px;
}
.understand ul .understand_bottom{
	margin: 10px auto 0px;
}
.understand ul .understand_bottom img{
	display: block;
	width: 100%;
}

/*院区配套*/
.yqhj{
	width: 100%;
	background-color: #eee;
	padding-top:5px;
}
.yqhj .medic_img{
	width: 40%;
	margin-left: 25%;
	padding-top: 30px;
}
.yqhj .medic_img img{
	display: block;
	width: 40%;
}
.yqhj .medic_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
	margin-top: 15px;
}
.yqhj .medic_title span:nth-child(1){
	color: #f9bf06;
}
.yqhj .medic_title span:nth-child(2){
	color: #adce3a;
}
.yqhj .medic_subtitle{
	text-align: center;
	font-size: 5px;
	color: #999;
	padding-bottom: 15px;
}
.yqhj .fq{
	position: relative;
	padding-bottom: 35px;
}
.yqhj .medic_content{
	width: 345px;
	margin: 0 auto;
	overflow: hidden;
	
}
.yqhj .medic_content ul{
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	position: relative;
}
.yqhj .medic_content ul li{
	width:345px;
	margin: 0 auto;
	float: left;
	padding-bottom: 0px;
	border-bottom: none;
}
.yqhj .medic_content ul li img{
	display: block;
	width: 100%;
}
.yqhj .medic_content ul li p span{
	display: block;
}
.yqhj .medic_content ul li p span:first-child{
	font-size: 16px;
	margin: 5px 0px;
	color: #A8CC2B;
}
.yqhj .medic_content ul li p span:last-child{
	font-size: 10px;
	text-align: left;
	color: #999;
	line-height: 20px;
	letter-spacing: 1.5px;
}
.yqhj .fq .btn1{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.yqhj .fq .btn1 img{
	padding-top: 2px;
	display: block;
	height: 100%;
	margin: 0 auto;
}
.yqhj .fq .btn2{
	background-color:#A8CC2B; ;
	right:2px;
}
.yqhj .fq .btn3{
	background-color:#A8CC2B ;
	left: 2px;
}
/*路线盒子*/
.bigbox{
	background: url(../images/beijing.jpg) no-repeat center center;
	
}
/*预约*/
.order{
	width: 100%;
}
.order form{
	padding-top: 20px;
}
.order form p{
	width: 95%;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #A8CC2B;
	border: 1px solid #ccc;
	font-size: 18px;
	letter-spacing: 4px;
	background-color: #fff;
	border-radius: 20px;
}
.order input{
	display: block;
	width: 95%;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 20px;
}
.order .form_btn{
	background-color:#A8CC2B ;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
}
/*路线*/
.lx{
}
 .direction{
	width:95%;
	margin: 0px auto;
	border-radius: 10px;
	padding: 0px 20px 5px 50px;
}
 .direction span{
	display: block;
	text-align: left;
	position: relative;
	margin: 15px 0px 5px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
 .direction span i{
	font-style: normal;
	color: #a0b95d;
	font-weight: bold;
}
.direction .route:before{
	content: "";
	display: block;
	background: url(../images/ldyyd-12.png) no-repeat center center;
	background-size:100% 100% ;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: -25px;
}
 .direction .address:before{
	content: "";
	display: block;
	background: url(../images/ldyyd-13.png) no-repeat center center;
	background-size:100% 100% ;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: -24px;
}
.lx p:last-child{
}
/*动态*/
.news{
	width: 100%;
	background-color: #fff;
	padding-bottom:20px;
}
.news .news_img{
	width: 40%;
	margin-left: 30%;
	padding-top: 20px;
}
.news .news_img img{
	display: block;
	width: 40%;
}
.news .news_title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9C9C9B;
}
.news .news_title span:nth-child(1){
	color: #f9bf06;
}
.news .news_title span:nth-child(2){
	color: #adce3a;
}
.news .news_subtitle{
	text-align: center;
	font-size: 5px;
	font-weight: bold;
	color: #ccc;
	padding-bottom: 20px;
}
.news ul{
	width: 97%;
	margin: 0 auto;
}
.news ul li{
	display: block;
}
.news ul li p img{
	display: block;
	width: 100%;
}
.news ul li p span{
	display: block;
}
.news ul li p span:nth-child(1){
	color: #a8cc2b;
	font-size: 15px;
	font-weight: bold;
	margin:15px 0px 0px;
}
.news ul li p span:nth-child(2){
	color: #666;
	font-size: 12px;
	margin:15px 0px;
	line-height: 25px;
	letter-spacing: 1.5px;
}
.news ul li p span:nth-child(3) a{
	display: block;
	background-color: #F9BE00;
	color: #fff;
	font-size: 14px;
	margin:10px 0px 20px;
	width:90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


.news_list .hd ul, .news_list .bd ul {
    overflow: hidden;
}
.news_list .hd ul li {
    width: 50%;
    background: #eee;
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
}
.news_list .hd ul .on, .news_list .hd ul .on a {
    background:#f9bf06;
    color: #fff;
}
.news_list .hd ul li a {
    color: #333;
    font-size: 14px;
    display: block;
}
.news_list .bd ul dl {
    width: 100%;
    overflow: hidden;
}
.news_list .bd ul dl dt {
    float: left;
    width: 41%;
}
.news_list .bd ul dl dt img {
    width: 100%;
    height: auto;
}
.news_list .bd ul dl dd {
    width: 55%;
    margin-left: 4%;
    float: right;
}
.news_list .bd ul dl dd h2 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
}
.news_list .bd ul dl dd p {
    color: #999;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_list .bd ul dl dd span {
    display: block;
    color: #333;
    line-height: 25px;
    font-size: 14px;
}
.news_list .bd ul li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.news_list .bd ul li a {
    display: block;
}
.news_list .bd ul li p {
    float: left;
    font-size: 14px;
    color: #333;
    position: relative;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 73%;
    padding-left: 30px;
}
.news_list .bd ul li p:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #999;
    position: absolute;
    left: 10px;
    top: 50%;
}
.news_list .bd ul li span {
    font-size: 14px;
    color: #666;
    float: right;
    width: 22%;
}















