/* 引导页样式 */
body, html {
    width: 100%;
    height: 100%;
}


.guide .container,
.guide .row {
	height: 100%;
}

.guide .row {
	position: relative;
}

.guide-con {
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 55%;
	transform: translateY(-50%);
}

.guide-item {
	margin: auto;
	float: left;
	width: 3.2rem;
	height: 2.5rem;
	opacity: 0.9;
	border-radius: 16px;
	text-align: center;
	padding-top: 0.3rem;
	position: relative;
	transition: .5s;
}

.guide-item i {
	font-size: 72px;
	color: #fff;
}

.guide-item img {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0.5rem;
	transition: .5s;
}

.guide-item p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.2rem;
	transition: .5s;
}

.public {
	background: #C04851;
}

.hospital {
	background: #12659B;
}

.staff {
	background: #C2A549;
}

.guide-item:hover {
	height: 4rem;
	padding-top: 0.8rem;
}

@-webkit-keyframes rotation{
    from {
		-webkit-transform: rotate(0deg);
	}
    to {
		-webkit-transform: rotate(360deg);
	}
}

.guide-item:hover img {
	display: block;
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.guide-item:hover p {
	margin-top: 0.9rem;
}

.guide-header {
	margin-top: 0.43rem;
}

.guide-logo {
	float: left;
}

.guide-icon {
	float: right;
	
}

.guide-icon a {
	width: 0.72rem;
	height: 0.72rem;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	line-height: 0.72rem;
	float: left;
	margin: 0 0.15rem;
	position: relative;
}

.guide-icon a i {
	font-size: 39px;
	color: #2C79D2;
}

.guide-icon a p {
	display: none;
	transition: .5s;
	background-color: #fff;
	padding: 0.1rem;
	position: absolute;
	border-radius: 10px;
	line-height: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	color: #125DB3;
	font-size: 20px;
	z-index: 99;
	text-align: center;
	/* white-space: nowrap; */
}

.guide-icon .register {
	width: 2.2rem;
	text-align: left;
	padding-left: 0.32rem;
}

.guide-icon span {
	display: block;
	float: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #125DB3;
	margin-left: 0.2rem;
	white-space: nowrap;
}

.guide-icon a:hover p {
	display: block;
	transition: .5s;
}

/* 首页样式 */
.con-part1 {
	width: 100%;
	overflow: hidden;
}

.banner_swiper img {
	width: 100%;
}

.con-part2 {
	padding-top: 0.54rem;
	padding-bottom: 0.6rem;
	background: url(../images/index5.png) no-repeat center;
}

.part2-left {
	width: calc(50% - 10px);
	float: left;
	padding: 0.2rem;
	background-color: #FFFFFF;
	transition: .5s;
}

.index_swiper img {
	width: 100%;
}

.zuoyou span {
	width: 0.4rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-20%);
	cursor: pointer;
	z-index: 999;
	text-align: center;
	transition: .5s;
}

.zuoyou span i {
	font-size: 18px;
	color: #FFFFFF;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.zuoyou span:hover {
	background: #2C79D2;
}

.part2-right {
	width: calc(50% - 10px);
	float: right;
	padding: 0.24rem 0.08rem;
	background-color: #FFFFFF;
	transition: .5s;
	overflow: hidden;
}

.part2-right-title {
	width: 100%;
}

.part2-right-title ul {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0.2rem;
}

.part2-right-title ul li {
	float: left;
	overflow: hidden;
	padding: 0 0.1rem;
	transition: .5s;
}

.part2-right-title ul li p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	padding-bottom: 20px;
	transition: .5s;
	position: relative;
}

.part2-right-title ul li p:after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #2C79D2;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 10;
	transition: .5s;
}

.part2-right-title ul .active p {
	color: #2C79D2;
}

.part2-right-title ul .active p:after {
	opacity: 1;
}

.part2-right-title ul li:first-child {
	padding-left: 0;
}

.part2-right-title ul li:last-child {
	float: right;
	position: relative;
	width: 0.8rem;
	height: 0.34rem;
}

.part2-right-title ul li a {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.34rem;
	display: none;
}

.part2-right-title ul li:hover p {
	color: #2C79D2;
}

.part2-right-title ul li:hover p:after {
	opacity: 1;
}

.part2-right-body {
	overflow: hidden;
}

.part2-right-body ul {
	margin: 0 0.2rem;
	transform: translateX(-110%);
	transition: transform 0.5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.part2-right-body .active {
	position: static;
	transform: translateX(0%);
	opacity: 1;
}

.part2-right-body ul li {
	padding: 0.195rem 0;
	border-bottom: 1px dashed #E6E6E6;
	transition: .5s;
}

.part2-right-body ul li p,
.part2-right-body ul li span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.36rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.part2-right-body ul li p {
	font-size: 20px;
	transition: .5s;
}

.part2-right-body ul li span {
	display: block;
	font-size: 14px;
}

.part2-right-body ul li:hover p {
	color: #2C79D2;
}

.con-part3 {
	width: 100%;
}

.part3-left {
	float: left;
	max-width: 880px;
	width: 48%;
	transition: .5s;
}

.part3-left img {
	width: 100%;
}

.con-part3 .row {
	position: relative;
}

.part3-right {
	float: right;
	width: 52%;
	padding-left: 15px;
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	transition: .5s;
}

.part3-right-item {
	width: calc(50% - 15px);
	height: 230px;
	margin: 0 15px;
	margin-bottom: 30px;
	float: left;
	display: flex;
	/* border-radius: 16px; */
}

.part3-right-item:nth-child(odd) {
	margin-left: 0;
}

.part3-right-item:nth-child(even) {
	margin-right: 0;
}

.part3-right-item:nth-child(2),
.part3-right-item:nth-child(6) {
	/* background: #C04851; */
	background-image: linear-gradient(to bottom right, #17cd8f, #0db98a);
}

.part3-right-item:nth-child(3),
.part3-right-item:nth-child(7) {
	/* background: #11659A; */
	background-image: linear-gradient(to bottom right, #4d9eeb, #3584cf);
}

.part3-right-item:nth-child(4),
.part3-right-item:nth-child(8) {
	/* background: #C1A549; */
	background-image: linear-gradient(to bottom right, #1ad5d5, #0cafaf);
}

.item-box {
	margin: auto;
	text-align: center;
}

.item-box i {
	font-size: 60px;
	color: #FFFFFF;
}

.item-box p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.part3-right-item font {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	writing-mode: tb;
	letter-spacing: 1px;
	margin-right: 35px;
}

.part3-right-item span {
	margin-right: 0.2rem;
}

.part3-right-item span:last-child {
	margin-right: 0;
}

.part3-right-item span p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* writing-mode: tb; */
	width: 40px;
	letter-spacing: 1px;
	padding: 18px 8px;
	background-color: #93bae7;
	/* border-radius: 10px; */
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	transition: .2s;
}
	
.part3-right-item span .active {
	/* transform: scale(1.2); */
	background-color: #2c79d2;
	padding: 30px 13px;
    width: 50px;
}

@-webkit-keyframes rotation1 {
	0% {
		-webkit-transform: rotateY(0deg);
	}
	50% {
	   -webkit-transform: rotateY(180deg);
	}
	100% {
	   -webkit-transform: rotateY(0deg);
	}
}

.part3-right>.active {
	/* -webkit-transform: rotateY(360deg); */
	animation-name: rotation1;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.con-part4 {
	padding: 0.8rem 0;
	background-color: #f5f7fa;
}

.con-part5 .row {
	position: relative;
}

.map-box {
	height: 600px;
	display: none;
	transform: translateX(-100%);
	transition: .5s;
}

.MapActive {
	display: block;
	transform: translateX(0);
}

.map-body {
	width: 500px;
	height: 600px;
	/* background: #C04851; */
	background: #3584CF;
	border-radius: 0px;
	position: absolute;
	top: -600px;
	right: 0;
}

.map-logo {
	width: 100%;
	text-align: center;
	padding: 63px 0 43px 0;
}

.map-logo img {
	max-width: 80%;
}

.select-title {
	text-align: center;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	cursor: pointer;
}

.select-title span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 62px;
	position: absolute;
	z-index: 33;
	left: 0;
	right: 0;
	margin: auto;
}

.select-item p {
	padding-left: 40px;
}

.select-item p i {
	font-size: 20px;
	color: #FFFFFF;
}

.select-item p span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	margin-left: 15px;
}

.select-body {
	margin-top: 27px;
	margin-bottom: 25px;
	display: none;
}

.select-item .select-title .cover {
	opacity: 0;
	transition: .5s;
}

.active .select-title .cover {
	width: calc(100% + 10px);
	height: 60px;
	/* background: #C1A549; */
	background: #12C6C6;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 22;
	opacity: 1;
}

.active .select-title .cover p {
	position: relative;
}

.active .select-title .cover p::before,
.active .select-title .cover p::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 30px;
}

.active .select-title .cover p::before {
	top: 0;
	left: -15px;
	border-bottom: 30px solid #12C6C6;
	border-left: 15px solid transparent;
}

.active .select-title .cover p::after {
	top: 30px;
	left: -15px;
	border-top: 30px solid #12C6C6;
	border-left: 15px solid transparent;
}

.con-part6 {
	margin-bottom: 50px;
}

.part6-body {
	margin: 0 -10px;
}

.part6-item {
	width: calc(50% - 20px);
	height: 180px;
	margin: 0 10px;
	float: left;
	text-align: center;
	display: flex;
	/* border-radius: 16px; */
}

/* .part6-item:nth-child(1) {
	background-color: #3584cf;
}

.part6-item:nth-child(2) {
	background-color: #4296e6;
} */

.part6-item:nth-child(1) {
	background-color: #12c6c6;
}

.part6-item:nth-child(2) {
	background-color: #17cc9b;
}

.item-text {
	margin: auto;
	text-align: center;
}

.item-text i {
	font-size: 55px;
	color: #FFFFFF;
}

.item-text p {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.con-part7 {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 40px;
}

.part7-title p {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	float: left;
	padding-left: 15px;
	position: relative;
}

.part7-title p::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0px;
	width: 6px;
	height: 30px;
	background: #2C79D2;
}

.part7-title a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	float: right;
	line-height: 40px;
}

.part7-item {
	width: 50%;
	float: left;
	padding: 0 32px;
}

.part7-item:first-child {
	padding-left: 0;
}

.part7-item:last-child {
	padding-right: 0;
}

.part7-item a {
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	padding: 30px 0;
	transition: .5s;
    overflow: hidden;
	position: relative;
}

.part7-item a:last-child {
	border: none;
}

.item-time {
	float: left;
	width: 20%;
}

.item-time p {
	font-size: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C79D2;
}

.item-time span {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.part7-item a:hover .item-time span,
.part7-item a:hover .item-new p,
.part7-item a:hover .item-new span {
	color: #2C79D2;
}

.item-new {
	float: right;
	width: 80%;
}

.item-new p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 65px;
}

.item-new span {
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 38px;
	max-height: 40px;
	line-height: 20px;
}
/**/
.footer{background-color: #ccc;padding-top: 30px;border-top: 2px solid #643B08}
.footer-a{padding-bottom: 20px}
.footer-a .footer-left{width: 300px;}
.footer-a .footer-center{width:600px;line-height: 1.8}
.footer-a .footer-right{width: 100px;font-size: 14px;text-align: center}
.footer-a strong{color: #643B08}
.footer-b{font-size: 14px;padding-bottom: 40px;padding-top: 20px;border-top: 1px solid #B6B2B2}
.footer-b a{font-size: 14px}

/*===================网站flex布局======================*/
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*===================文字省略======================*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}	
	

/*分页*/
.search-pagination2{text-align:center; margin:50px 0 50px 0;}
.search-pagination2 .pagination li {display: inline-block;margin:0 3px; }
.search-pagination2 .pagination li a{display: inline-block;font-size: 15px;min-width: 40px;height: 40px;line-height: 40px; box-sizing: border-box; padding:0 10px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;color: #333}
.search-pagination2 .pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:#74450A;border:solid 0px #74450A;}
.menu-title-h{background-image: url(../images/mz.png);background-position: 190px -10px;background-repeat: no-repeat;background-size: }
.menu-title {padding-left: 23px;padding-top: 24px;padding-bottom: 22px;text-align: left;font-size: 28px;font-weight: 400;color: #fff;background-color: rgb(116,69,11,0.8)}	

/*首页轮播*/
#banner {width:100%;  position:relative; z-index:0;}
#banner .swiper-slide { overflow: hidden;} 
#banner .swiper-slide .pic{}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:1%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:1%;} 

#banner .swiper-slide .txt{ position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; text-align:center;/*text-shadow:rgba(0,0,0,0.3) 0px 1px 10px;*/}
#banner .swiper-slide .txt h3{font-size:2.2vw; color:#fff; margin-bottom:.35rem;line-height:1.8; letter-spacing:.3rem; border-top:solid 1px #fff;border-bottom:solid 1px #fff; padding:.1rem .1rem .1rem .3rem; transform:translateY(200px);opacity:0; transition:all 0.3s; font-family:'Misans'; text-align:center;}
#banner .swiper-slide .txt p{font-size:1.5vw; color:#fff; transform:translateY(200px);opacity:0;transition:all 0.6s; letter-spacing:.08rem;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}
	
	


/*分页器*/
#banner .swiper-pagination{bottom:66px; left:50%; transform:translateX(-50%);}
#banner .swiper-pagination-bullet {width:30px;height: 5px;border-radius:5px;background: rgba(255, 255, 255, .8);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:#F66F13;width: 0;height: 5px;z-index: 1;transition: 0s; border-radius:5px;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}

@media screen and (max-width:768px) {
#banner {}	
#banner .swiper-slide .pic{height:220px; position:relative;}
#banner .swiper-slide .pic img{height:220px; position:relative;}
#banner .swiper-slide{display: block;}
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:15px; text-align:center;}
#banner .swiper-pagination-bullet {width:30px;}
}		
	

/*首页--关于我们*/
.index-about{padding-top: 60px;padding-bottom: 80px;}
.index-about .container{margin-top: 50px}
.index-about-left{width: 600px}
.index-about-right{width: 600px;}
.index-about-title{font-size: 32px;font-weight: bold;}
.index-about-nr{line-height: 1.6;padding-top: 15px}
.index-about-nr p{padding-top: 5px;padding-bottom: 5px;text-align:justify;}
.index-about-more{text-align: right}
.index-about-more a{display: inline-block;background-color:#BE710D;color: #fff;padding:10px 25px;border-radius: 20px;transition: all .4s; }
.index-about-more a:hover{background-color: #8B540B}

.index-about-right li{width: 50%;}
.index-about-right li a{display: block;overflow: hidden}
.index-about-right li img{height: 215px;width: 100%;transition: all .4s;}
.index-about-right li a:hover img{transform: scale(1.12);}
.index-about-right .index-about-p1{padding-right: 3px;padding-bottom: 3px}
.index-about-right .index-about-p2{padding-left: 3px;padding-bottom: 3px;}
.index-about-right .index-about-p3{padding-top: 3px;padding-right: 3px}
.index-about-right .index-about-p4{padding-top: 3px;padding-left: 3px}

/*首页--咨询*/
.index-header{background-image:url(../images/header.png);background-repeat:no-repeat;background-size:contain;line-height:60px;height:60px;width:250px;font-size:24px;text-align:center;font-weight:bold;margin-left:auto;margin-right:auto;color:#643B08 }
.index-ylfw{padding-top:60px;padding-bottom:80px;background:url(../images/indexp4.jpg) center no-repeat;background-size:cover;box-sizing:border-box}
.part4-item{width:48%;padding:0px;margin:0px;padding-top:50px;border-radius:10px;overflow:hidden}
.part4-img{width:100%}
.part4-img img{width:100%}
.part4-title{padding:0.3rem;padding-bottom:0.1rem;background-color:#FFFFFF}
.part4-title p{font-size:24px;font-family:Microsoft YaHei;font-weight:bold;color:#333333;float:left}
.part4-title a{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#999999;float:right;line-height:0.34rem}
.part4-item ul{padding:15px;background-color:#FFFFFF}
.part4-item ul li{border-bottom:1px solid #E6E6E6}
.part4-item ul li a{font-size:15px;font-family:Microsoft YaHei;font-weight:400;color:#333333;line-height:0.56rem;transition:.5s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;position:relative;text-indent:12px}
.part4-item ul li a:hover{color:#643B08}
.part4-item ul li a::before{position:absolute;width:5px;height:5px;border-radius:50%;content:"";background-color:#AA8630;left:0px;top:26px}	

/*首页--专家*/
.index-doctor{padding-top: 60px;padding-bottom: 80px;background-image: url(../bg/indexp3.jpg);background-size: cover}
.index-doctor .container{margin-top: 50px}	
.relative{position: relative}	
.index-doctor .swiper-slide a{display: block;box-shadow:2px 5px 15px rgba(0,0,0,.1);}	
.index-doctor .swiper-container{margin-left: 10px;margin-right: 10px}
.index-doctor .swiper-wrapper{padding: 0px;margin: 0px}
.index-doctor .swiper-button-prev{width:50px;height:50px; border-radius:50%;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:22;left:-30px;background-color:rgba(173,167,163,0.4);color:#fff;text-align:center;;background-image:none;font-size: 24px;box-sizing: border-box;text-align: center;padding-top: 6px}
.index-doctor .swiper-button-next{width:50px;height:50px;;border-radius:50%;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1;right:-30px;background-color:rgba(173,167,163,0.4);color:#fff;text-align:center;;background-image:none;font-size: 24px;box-sizing: border-box;text-align: center;padding-top: 6px}	
.index-doctor .swiper-button-prev:hover{background-color:rgba(246,111,19,0.6);}		
.index-doctor .swiper-button-next:hover{background-color:rgba(246,111,19,0.6);}	
	
.index-doctor .swiper-button-prev img{width:30px}
.index-doctor .swiper-button-next img{width:30px}
.index-doctor .index-doctor-pic{border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden}	
.index-doctor .index-doctor-pic img{height: 350px}	
.index-doctor .swiper-slide{background-image: url(../images/indexp4.jpg)}	
.index-doctor .swiper-slide h3{font-size: 20px;text-align: center;font-weight: bold;color: #7B4A0D;padding-bottom: 10px;padding-top: 16px}	
.index-doctor .swiper-slide p{font-size: 15px;line-height:22px;;color: #666;padding-left: 10px;padding-right: 10px;padding-bottom: 20px}

/*页面*/
.page-main{position:relative;padding-left:300px;margin-top:10px;padding-bottom:80px;min-height: 500px}
.page-main .page-main-left{position:absolute;width:250px;left:0px;top:0px}
.page-main-left ul{border:1px solid #DCDFE6}
.page-main-left ul li{}
.page-main-left ul li a{display:block;background-color:#F6F6F6;line-height:55px;text-indent:20px;border-bottom:1px solid #DCDFE6;position:relative}
.page-main-left ul li:last-child a{border-bottom:none}
.page-main-left ul li a.active{background-color:#fff;color: #74450A;font-weight: bold}
.page-main-left ul li a:hover{background-color:#fff}
.page-main-left ul li a.active:before{height:102%;width:4px;content:"";position:absolute;left:0;top:0;background-color:#8B540E;transition:all .3s}
.pagetitle{margin-bottom:20px;border-bottom:solid 2px #dbdbdb;line-height:1;}
.pagetitle .title{padding-bottom:14px;line-height:26px;display:inline-block;position:relative;color:#74450A;font-weight:700;font-size:24px}
.pagetitle .title:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#74450A;bottom:-2px}
.pagetitle .el-breadcrumb{margin-bottom:15px}
.pagetitle .keyword{font-size: 20px;display: inline-block;padding-left: 10px}
/*页表*/
.news-list{overflow:hidden;display:block;padding-top:20px;padding-bottom:20px;padding-left:10px;border-bottom:1px solid #DCDFE6}
.news-list-left{float:left;width:71%}
.news-list-right{float:right;width:24%;box-sizing:border-box}
.news-list-right2{float:right;width:14%;box-sizing:border-box}

.news-list .news-list-left h3{line-height:1.5;font-size:20px;font-weight: bold}
.news-list .news-list-left p{font-size:15px;line-height:1.5;color:#666;padding-top:10px}
.news-list .news-list-left div{padding-top:10px}
.news-list-right img{width:100%;height:160px}
.news-list-right2 img{width:100%;height:160px;border-radius: 5px}

.news-list:hover{background-color:#F5F5F5}
.news-list:hover  h3{color:#643B08}

/*页面顶部*/
.page-top{position: relative}
.page-top .page-top-cat{position: absolute;left: 0px;top: 40%;width: 100%}
.page-top .container{font-size: 42px;font-weight: bold;color:#643B08;letter-spacing: 1px;}
.page-top .container p{position: relative}
.page-top .container p:after{content:"";position:absolute;left:0;width:80px;height:3px;background-color:#74450A;bottom:-15px}

.page-navigator{padding-top: 50px;padding-bottom: 10px}
.page-navigator a:last-child{font-weight: bold; color:#A66413;}
.page-navigator span{display: inline-block;padding-left: 6px;padding-right: 6px}
.page-navigator p{background-image: url(../images/home.png);background-repeat: no-repeat;background-position: left center;padding-left: 30px;position: relative}

/*详情*/
.page-content{padding: 20px 0px}
.page-content-title{text-align: center;line-height: 1.5;font-size: 30px}
.page-content-info{text-align: center;color: #666;padding-top: 30px}
.page-content-nr { text-align:justify;  font-size:16px; line-height:2;padding-top: 30px;padding-left: 15px;padding-right: 15px}
.page-content-nr p {margin-bottom:15px; }
.page-content-nr img{ max-width:100%;}
.page-content-span{display: inline-block;padding-left: 5px;padding-right: 5px;color: #ddd}
.page-content-line{border-bottom: 1px solid #ddd;height: 20px}	
.show_ewm{text-align: center;padding-top: 30px}
.show_ewm p{font-size: 13px;padding-top: 10px}	
.show_relation{margin-top: 25px}
.show_relation li{line-height: 1.6;padding-top: 2px;padding-bottom: 2px}		
.show_line{border-bottom: 1px solid #ddd;height: 35px}

/*适配*/
#hui-footer{display: none}
.hui-fooer-line{display: none}	
@media screen and (max-width:768px) {
	.show_ewm,.show_line{display: none;}
	.index-header{line-height:50px;height:50px;width:200px;font-size:20px;}
	/*首页关于*/
	.index-about{padding-top: 30px;padding-bottom: 40px;}
	.index-about .container{margin-top: 25px}
	.index-about-left{width: 100%;padding-bottom: 20px;padding-top: 20px}
	.index-about-right{width: 100%}
		
	.index-about-title{font-size: 22px;text-align: center}
	.index-about-nr{line-height: 1.6;padding-top: 10px}
	.index-about-nr p{font-size: 15px; }
	.index-about-more{text-align: center}
	.index-about-more a{font-size: 14px;padding:5px 15px;border-radius: 15px;transition: all .4s; }

	.index-about-right li img{height:150px;}
	.index-about-right .index-about-p1{padding-right: 2px;padding-bottom: 2px}
	.index-about-right .index-about-p2{padding-left: 2px;padding-bottom: 2px;}
	.index-about-right .index-about-p3{padding-top: 2px;padding-right: 2px}
	.index-about-right .index-about-p4{padding-top: 2px;padding-left: 2px}
	
	/*首页--医院动态*/
	.index-ylfw{padding-top:30px;padding-bottom:40px;}
	.part4-item{width:100%;padding:0px;margin:0px;padding-top:20px;border-radius:10px;overflow:hidden}
	.part4-title{padding:0.12rem;padding-bottom:0.1rem;background-color:#FFFFFF}
	.part4-title p{font-size:20px;}
	.part4-title a{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#999999;float:right;line-height:0.34rem}
	.part4-item ul{padding:15px;background-color:#FFFFFF}
	.part4-item ul li a{font-size:15px;font-family:Microsoft YaHei;font-weight:400;color:#333333;line-height:0.46rem;transition:.5s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;position:relative;text-indent:12px}

	/*首页--医生*/
.index-doctor{padding-top: 30px;padding-bottom: 40px;}
.index-doctor .container{margin-top: 30px;padding-left: 38px;padding-right: 38px}	
.index-doctor .swiper-button-prev{width:40px;height:40px; border-radius:50%;;z-index:22;left:5px;background-color:rgba(173,167,163,0.4);color:#fff;text-align:center;;padding-top: 3px}
.index-doctor .swiper-button-next{width:40px;height:40px;;border-radius:50%;;z-index:1;right:5px;background-color:rgba(173,167,163,0.4);color:#fff;text-align:center;;padding-top: 3px}		
.index-doctor .swiper-button-prev img{width:20px}
.index-doctor .swiper-button-next img{width:20px}
.index-doctor .index-doctor-pic{border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden}	
.index-doctor .index-doctor-pic img{height: 350px}	
.index-doctor .swiper-slide{box-sizing: border-box;}
.index-doctor .swiper-slide h3{font-size: 18px;text-align: center;font-weight: bold;color: #7B4A0D;padding-bottom: 10px;padding-top: 15px}	
.index-doctor .swiper-slide p{font-size: 14px;line-height:22px;;color: #666;padding-left: 10px;padding-right: 10px;padding-bottom: 20px}

/*页脚*/	
.footer{background-color: #ccc;padding-top: 30px;border-top: 2px solid #643B08}
.footer-a{padding-bottom: 20px}
.footer-a .footer-left{width: 100%;text-align: center}
.footer-a .footer-left img{width: 60%} 	
.footer-a .footer-center{width:100%;line-height: 1.6;font-size: 15px;padding-top: 10px}
.footer-a .footer-right{width:100%;font-size: 14px;text-align: center;padding-top: 10px}
.footer-a .footer-right img{max-width: 120px}
.footer-b{font-size: 13px;padding-bottom: 20px;padding-top: 20px;border-top: 1px solid #B6B2B2}
.footer-b a{font-size: 13px}	
	
#hui-footer {display: block;width:100%;background:#FCFCFC;padding:5px 0px;bottom:0px;left:0px;position:fixed;overflow:hidden;z-index:9999;box-shadow:1px -1px 3px #D1D1D1;display:flex;}
#hui-footer a {display:block;width:20%;text-decoration:none;}
.hui-footer-icons {font-family:"hui-font";text-align:center;font-size:20px;height:24px;line-height:24px;color:#b2b9c0}
.hui-footer-icons img {max-width:20px;margin-top:2px;}
.hui-footer-text {text-align:center;font-size:13px;height:18px;line-height:18px;padding-top:2px;color:#000}
.hui-footer-active * {color:#794507;}
.hui-fooer-line {height:50px;display: block}
.hui-header-line {height:40px;}	

.page-top .page-top-cat{position: absolute;left: 0px;top: 30%;width: 100%}
	.page-top .container{font-size: 20px;font-weight: bold;color:#643B08;letter-spacing: 1px;}
	.page-top .container p{position: relative;text-align: center}
	.page-top .container p:after{content:"";position:absolute;left:50%;margin-left: -20px; width:40px;height:3px;background-color:#74450A;bottom:-10px}
	
	.page-navigator{padding-top: 20px;padding-bottom: 10px}

	.page-main{position:relative;padding-left:0px;margin-top:10px;padding-bottom:40px;min-height: 200px}
	.page-main .page-main-left{display: none}
	.page-main-left ul{border:1px solid #DCDFE6}
	.page-main-left ul li{}
	.page-main-left ul li a{display:block;background-color:#F6F6F6;line-height:55px;text-indent:20px;border-bottom:1px solid #DCDFE6;position:relative}
	.page-main-left ul li:last-child a{border-bottom:none}
	.page-main-left ul li a.active{background-color:#fff;color: #74450A;font-weight: bold}
	.page-main-left ul li a:hover{background-color:#fff}
	.page-main-left ul li a.active:before{height:102%;width:4px;content:"";position:absolute;left:0;top:0;background-color:#8B540E;transition:all .3s}


	.pagetitle{margin-bottom:10px;border-bottom:solid 2px #dbdbdb;line-height:1;}
	.pagetitle .title{padding-bottom:6px;line-height:26px;display:inline-block;position:relative;color:#74450A;font-weight:700;font-size:18px}
	.pagetitle .title:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#74450A;bottom:-2px}
	.pagetitle .el-breadcrumb{margin-bottom:15px}
	.pagetitle .keyword{font-size: 18px;display: inline-block;padding-left: 10px}

	.page-content{padding: 10px 0px}
	.page-content-title{text-align: center;line-height: 1.5;font-size: 24px}
	.page-content-info{text-align: center;color: #666;padding-top: 30px}
	.page-content-nr { text-align:justify;  font-size:16px; line-height:2;padding-top: 30px;padding-left: 0px;padding-right: 0px}
	.page-content-nr p {margin-bottom:12px; }

	/*页表*/
.news-list{overflow:hidden;display:block;padding-top:20px;padding-bottom:20px;padding-left:10px;border-bottom:1px solid #DCDFE6}
.news-list-left{float:left;width:71%}
.news-list-right{float:right;width:24%;box-sizing:border-box}
.news-list-right2{float:right;width:20%;box-sizing:border-box}

.news-list .news-list-left h3{line-height:1.5;font-size:18px;font-weight: bold}
.news-list .news-list-left p{font-size:14px;line-height:1.5;color:#666;padding-top:10px}
.news-list .news-list-left div{padding-top:10px}
.news-list-right img{width:100%;height:100px}
.news-list-right2 img{width:100%;height:100px;border-radius: 5px}

}