@charset "utf-8";
/* CSS Document */
.clearfix{
	clear:both;
}
*{
	font-family: "微软雅黑", "Microsoft YaHei";
	font-size:14px;
	line-height: 24px;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
}
a img{
	border:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight: normal;
}
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
a:focus{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:none;
	outline:none;
}
a,img{border:0;}

p{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}

.center_box{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}


/*头部*/
/*top*/
.navbar-collapse{
	padding:0!important;
}
.navbar-header{
	float:none;
	background-color:#fff;
	width:100%;
}
.navbar-headerl{
	float:left;
	padding:12px 0;
}
.navbar-headerl>a{
	display:block;
}
.navbar-headerr{
	float:right;
}
.nar{
	float:right;
}
.na_wx{
	width:90px;height:73px;
	padding-top:12px;
	text-align: center;
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	cursor: pointer;
	position:relative;
	z-index: 11;
}
.na_wx_dw{
	position:absolute;
	top:75px;right:0;
	width:140px;height:140px;
	background-color:#fff;
    border-radius: 6px;
    box-shadow: 1px 2px 10px #909090;
	display:none;
}
.na_wx_dw>img{
	display:block;
	width:110px;height:110px;
	position:absolute;
	top:15px;left:15px;
}
.xz_dj_gb{
	position:absolute;
	top:4px;right:4px;
	width:15px;height:15px;
}
.xz_dj_gb>img{
	display:block;
	width:100%;
}
.na_wx>.na_wx_d>span{
	font-size:24px;
	color:#45a598;
	line-height: 24px;
	margin-bottom:11px;
	display:block;
}
.na_wx>.na_wx_d>p{
	font-size:14px;
	color:#45a598;
	line-height: 14px;
}
.na_dh{
	margin-right:15px;
	padding-top:22px;
}
.na_dh>p{
	font-size:16px;
	color:#45a598;
	line-height: 29px;
}
.na_dh>p>i{
	font-size:24px;
	line-height: 29px;
	float:left;
	margin-right:8px;
}
.na_dh>p>span{
	font-size:22px;
	line-height: 29px;
	float:right;
	font-weight: bold;
	margin-left:8px;
}
.navbar-default .navbar-collapse{
	background-color:#45a598;
}
.navbar-nav{
	width:90%;
	max-width:1180px;
	margin:0 auto;
}
nav.navbar.bootsnav ul.nav > li > a{
	padding:0!important;
	font-weight: normal;
	font-size:16px;
	color:#fff;
	line-height: 16px;
}

.wx_992{
	position:fixed;
	right:4px;bottom:25%;
	z-index: 9999;
}
.wx_992_1{
	width:40px;height:40px;
	margin-bottom:10px;
	position:relative;
}
.wx_992_1>span{
	display:block;
	width:40px;
	height:40px;
	background-color:#45a598;
	font-size:24px;
	color:#fff;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 1px 4px 1px #298c7e;
}
.wx_992_1_d{
	position:absolute;
	right:45px;
	top:0;
	box-shadow: 1px 1px 10px 1px #d0d0d0;
	background-color:#fff;
	border-radius: 6px;
	width:151px;
	padding:16px;
	display:none;
}
.wx_992_1_d>img{
	display:block;
	width:119px;
}
.wx_992_1_d>p{
	text-align:center;
	font-size:14px;
	line-height: 24px;
}
.wx_992_1_gb{
	position:absolute;
	top:4px;right:4px;
	width:15px;height:15px;
}
.wx_992_1_gb>img{
	display:block;
	width:100%;
}
.wx_992_2{
	width:40px;height:40px;
}
.wx_992_2>a{
	display:block;
	width:100%;
	height:100%;
}
.wx_992_2>a>span{
	display:block;
	width:40px;
	height:40px;
	background-color:#45a598;
	font-size:20px;
	color:#fff;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	/*box-shadow: 0px 2px 10px 2px #707d7c;
	border:2px solid #298c7e;*/
	box-shadow: 0px 1px 4px 1px #298c7e;
}

@media(min-width:993px){
	nav.navbar.bootsnav ul.nav > li{
		width:11.1111111111%;
		text-align: center;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
		padding: 0;
		width: 100%;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-top: solid 5px #45a598;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		padding:20px 0!important;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li{
		text-align: center;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
		padding:0!important;
		line-height:40px;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
		background-color:#45a598;
		color:#fff;
	}
	
	.wx_992{
		display:none;
	}
}
@media (max-width:992px){
	.navbar-headerr{
		display:none;
	}
	.navbar-headerl{
		width:100%;
		position:relative;
	}
	nav.navbar.bootsnav .navbar-toggle {
    	display: block;
        float: none; 
        margin-right: 0px; 
		position:absolute;
		right:0;
		top:50%;
		margin:0;
		width:30px;height:49px;
		margin-top:-24.5px;
		text-align: right;
		background-color:transparent!important;
	}
	nav.navbar.bootsnav .navbar-collapse{
		position:absolute;
		top:100%;left:0;
		width:100%;
	}
	nav.navbar.bootsnav .navbar-nav{
		padding:0!important;
		margin:0 auto!important;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		line-height: 40px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
		color:#fff;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
		max-height: 369px;
		overflow-y: auto !important;
	}
	
	.wx_992{
		display:block;
	}
}
@media (max-width:500px){
	.navbar-headerl>a{
		text-align:left;
	}
	.navbar-headerl>a>img{
		height:38px;
	}
}
nav.navbar.bootsnav .navbar-header{
	padding:0!important;
}
/*footer*/
.footer{
	width:100%;
	background-color:#f0efef;
}
.footer_center{
	background-color:#dededd;
	overflow: hidden;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}
.footerl{
	text-align:center;
	float:left;
	position:static;
}
.footer_ra{
	width:100%;
	position:relative;
	height:50px;
}
.footer_ra>h2{
	font-size:30px;
	color:#fff;
	font-weight: bold;
	line-height: 50px;
	position:absolute;
	-webkit-text-stroke-width: 6px;
	text-stroke-width: 6px;
  	-webkit-text-stroke-color: #fff;
  	text-stroke-color: #fff;
	width:100%;
}
.footer_ra>h3{
	font-size:30px;
	color:#45a598;
	font-weight: bold;
	line-height: 50px;
	position:absolute;
	width:100%;
}
.footer_tp{
	margin-top:20px;
}
.footer_tp>img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.footerr{
	float:right!important;
	padding-right:50px;
}
.footerr_top{
	width:100%;
}
.footerr_top>ul{
	border:1px solid #a6a6a6;
	border-radius: 20px;
}
.footerr_top>ul>li{
	float:left;
	width: 11.1111111111%;
    text-align: center;
}
.footerr_top>ul>li>a{
	font-size:14px;
	color:#666;
	line-height: 34px;
}
.footerr_top>ul>li>a:hover{
	color:#45a598;
}
.footerr_bottom{
	margin-top:30px;
}
.footerr_bottom>p{
	font-size:14px;
	line-height: 24px;
	color:#666;
}
.footerp{
	position:absolute;
	right:50px;bottom:50px;
	width:80px;height:80px;
	display:block;
}


/*banner*/
.index_banner{
	width:100%;
	overflow: hidden;
	background-color:#f0efef;
}
.index_banner1{
	width:90%;
	max-width:1180px;
	height:467px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}
.index_banner1 img{
	display:block;
	width:1180px;
	position:relative;
	top:0;left:50%;
	margin-left:-590px;
}
.sx>div{
	position:absolute;
	top:50%;
	height:40px;
	margin-top:-20px;
	z-index: 1;
	cursor: pointer;
}
.sx>div.s{
	left:30px;
}
.sx>div>i{
	display:block;
	font-size:40px;
	color:#fff;
}
.sx>div.x{
	right:30px;
}
.sx{
	display:none;
}
.index_banner1:hover .sx{
	display:block;
}
.index_banner2{
	width:100%;
	overflow: hidden;
	display:none;
	position:relative;
}
.index_banner2>.swiper-container{
  width: 100%;
}
.index_banner2>.swiper-container>.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a{
	display:block;
	margin:0 auto;
	width:100%;
	overflow: hidden;
}
.index_banner2>.swiper-container>.swiper-wrapper>.swiper-slide>a>img{
	display:block;
	width:992px;
	position:relative;
	top:0;left:50%;
	margin-left:-496px;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #45a598;
}
/*ej-banner*/
.ej_banner{
	width:100%;
	overflow: hidden;
	background-color:#f0efef;
}
.ej_banner_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.banner1{
	display: block;
	position:relative;
	left:50%;
	margin-left:-590px;
}
.banner2{
	position:relative;
	left:50%;
	margin-left:-496px;
}
/*ej-banner 结束*/

/*分页*/
.fy{
	width:100%;
	margin-top:30px;
}
.fy .fy_l{
	width:30%;
	float:left;
	text-align: center;
}
.fy .fy_l span{
	font-size: 16px;
	color:#666;
	padding:7px 0px;
	display: inline-block;
}
.fy .fy_r{
	width:70%;
	float:left;
	text-align: center;
}
.fy .fy_r a{
	display:inline-block;
	padding:6px 16px;
	font-size: 16px;
	color:#333;
	border:1px solid #cecece;
	box-sizing: border-box;
	margin:0 2px;
	cursor: pointer;
}
.fy1{
	padding-top:20px;
	border-top:1px dashed #d6d6d6;
}
.fy1 a{
	display:block;
	width:60%;
	font-size:16px;
	color:#999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:10px 0;
}
.fy1 a:hover{
	color:#45a598;
}

/*首页-医生搜索*/
.index_box1{
	width:100%;
	padding:10px 0;
	background-color:#f0efef;
	position:relative;
	z-index: 8;
}
.widget{
	padding:25px 0;
}
.widget.box{
    padding-bottom: 25px;
    background-color: #45a598;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
	zoom: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.widget.box .header{
  width: auto;height:50px;
  line-height: 50px;
  background-color: #2cc1ad;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
	margin-top:-25px;
}
.widget.box .header>p{
	font-size:22px;
	color:#fff;
	line-height: 50px;
	padding-left:20px;
	padding-right:30px;
	width:100%;
}
.widget.box .header>p>i{
	float:left;
	font-size:26px;
	line-height: 50px;
	margin-right:6px;
}
.widget.box .header>p>span{
	float:right;
	font-size:26px;
	line-height: 50px;
}
.widget.box.dropdown {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.widget.box.nav {
  padding-bottom: 0;
  background-color: #ffffff;
}

.inb1_xza{
	display:block;
	width: auto;height:50px;
    line-height: 50px;
    background-color: #2cc1ad;
}
.inb1_xza>p{
	font-size:22px;
	color:#fff;
	line-height: 50px;
	padding-left:20px;
	padding-right:30px;
	width:100%;
}
.inb1_xza>p>i{
	float:left;
	font-size:26px;
	line-height: 50px;
	margin-right:6px;
}
.inb1_xza>p>span{
	float:right;
	font-size:26px;
	line-height: 50px;
}


.widget.box.newsletter {
  background-color: transparent;
}
.widget.box.newsletter .header {
  background-color: transparent;
  border-bottom: 4px solid #4590cd;
  padding-left: 0;
  margin-top: 0;
}


.widget.box.follow {
  background-color: transparent !important;
}
.widget.box.follow .header {
  background-color: transparent;
  border-bottom: 4px solid #4590cd;
  padding-left: 0;
  margin-top: 0;
}


.inb1_r{
	float:right!important;
	height:50px;
}
.inb1_l{
	float:left;
	height:50px;
}
.inb1_l_d{
	width:100%;
	padding:20px 0;
	position:relative;
	z-index: 999;
	background-color: #45a598;
}
.inb1_l_d>img{
	display:block;
	width:119px;
	margin:0 auto;
}
.inb1_r_d{
	width:100%;
	padding:20px;
	position:relative;
	z-index: 999;
	background-color: #45a598;
}
.inb1_r_d>p{
	font-size:16px;
	color:#fff;
	line-height: 24px;
	margin-bottom:10px;
}
.inb1_r_d1{
	width:100%;
}
.select {
  position: relative;
  cursor: pointer;
	width:100%;
}
.select input {
  display: none !important;
}
.select .toggle {
  position: relative;
  height: 100%;
}
.select .toggle p {
  margin: 0 !important;
  padding: 12px 20px;
  font-size: 15px;
  text-align: left;
  color: #ffffff;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color:#91e9dd;
}
.select .toggle .arrow {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #2d8b7e;
  background-color: #91e9dd;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.select .toggle .arrow>i{
	width:40px;
	line-height: 48px;
	text-align: center;
	font-size:20px;
	color:#fff;
}
.select .toggle:hover .arrow {
  background-color: #2d8b7e;
}
.select .drop {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 90%;
  max-height: 300px;
  padding: 15px;
  margin-top: 15px;
  color: #ffffff;
  background-color: #2d8b7e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 10;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, top 0.3s;
  -ms-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  text-align: left;
}
.select .drop ul {
  max-height: 270px;
  overflow: auto;
  list-style-type: none;
}
.select .drop ul li {
  list-style-type: none;
  margin: 0;
}
.select .drop ul li a {
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #45a598;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.select .drop ul li a:hover {
  background-color: #45a598;
}
.select .drop ul li a.active {
  background-color: #45a598;
}
.select .drop .arrow {
	background-image: url(../images/xl.png);
  overflow: hidden;
  display: block;
  width: 18px;
  height: 9px;
  position: absolute;
  top: -8px;
  right: 11px;
}
.select.open .toggle .arrow {
  background-color: #2d8b7e;
}
.select.open .drop {
  top: 100%;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.text {
	width:100%;
	margin:20px 0;
	border-radius: 6px;
	overflow: hidden;
}
.text input{
	padding: 12px 0;
    font-size: 15px;
	width:100%;
	padding-left:20px;
}
.inb1_r_d1_a{
	width:200px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin:0 auto;
}
.inb1_r_d1_a>a{
	display:block;
	font-size:16px;
	line-height: 40px;
	border:2px solid #fff;
	border-radius: 6px;
	color:#fff;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}
.inb1_r_d1_a>a:hover{
	background-color:#fff;
	color:#45a598;
}



/*首页医生*/
.index_box2{
	width:100%;
	background-color:#f0efef;
	padding-top:40px;
}
.inb2{
	width:100%;
	padding-top:10px;
	position:relative;
}
.inb2_y,.inb2_y>.inb2_b{
	background-color:#dc7373;
}
.inb2_g,.inb2_g>.inb2_b{
	background-color:#45a598;
}
.inb2_p,.inb2_p>.inb2_b{
	background-color:#d4699a;
}
.inb2_t{
	width:100%;
	position:relative;
}
.inb2_t>img{
	display:block;
	width:100%;
}
.inb2_dw{
	position:absolute;
	top:0;left:0;
	width:100%;height:0;
	background-size: 100% 100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	overflow: hidden;
}
.inb2_dw>p{
	font-size:16px;
	color:#fff;
	line-height: 26px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:52px;
	padding-left:30px;
	padding-right:30px;
}
.inb2_y .inb2_dw{
	background-image: url(../images/inb2_y.png);
}
.inb2_g .inb2_dw{
	background-image: url(../images/inb2_g.png);
}
.inb2_p .inb2_dw{
	background-image: url(../images/inb2_p.png);
}
.inb2:hover .inb2_dw{
	height:100%;
	padding-top:50px;
}
.inb2_b{
	padding:20px;
	text-align: center;
	position:absolute;
	left:0;bottom:0;
	width:100%;
}
.inb2_b>h2{
	font-size:18px;
	color:#fff;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inb2_b>p{
	font-size:16px;
	color:#fff;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:10px;
	margin-bottom:20px;
}
.inb2_b>span{
	display:block;
	width:80px;height:40px;
	border:1px solid #fff;
	border-radius: 6px;
	font-size:16px;
	color:#fff;
	text-align: center;
	line-height: 38px;
	margin:0 auto;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.inb2:hover.inb2_y .inb2_b>span{
	background-color:#fff;
	color:#dc7373;
}
.inb2:hover.inb2_g .inb2_b>span{
	background-color:#fff;
	color:#45a598;
}
.inb2:hover.inb2_p .inb2_b>span{
	background-color:#fff;
	color:#d4699a;
}



/*首页-新闻*/
.index_box3{
	width:100%;
	background-color:#fff;
	overflow: hidden;
}
.inew1{
	padding-top:28px;
	padding-bottom:20px;
}
.inew1>a{
	display:block;
	padding:0 10px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius: 6px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.inew1>a>h2{
	font-size:22px;
	line-height: 24px;
	color:#45a598;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inew1>a>p{
	font-size:16px;
	color:#45a598;
	margin-top:35px;
	margin-bottom:100px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}
.inew1>a>span{
	display:block;
	margin:0 auto;
	font-size: 16px;
	width:75px;height:48px;
	color:#45a598;
	border:1px solid #45a598;
	text-align: center;
	line-height: 46px;
	border-radius: 6px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.inew1:hover >a{
	box-shadow:1px 1px 10px 1px #cae2de;
}
.inew1:hover >a>span{
	background-color:#45a598;
	color:#fff;
}

/*首页-关于我们*/
.index_box4{
	width:100%;
	background-color:#45a598;
	padding:40px 0;
	overflow: hidden;
}
.inbx4l>img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.inbx4r{
	padding-left:100px;
	padding-top:20px;
}
.inbx4r>h2{
	font-size:36px;
	font-weight: bold;
	color:#fff;
	line-height: 36px;
}
.inbx4r>p{
	font-size:16px;
	color:#fff;
	line-height: 24px;
	margin-top:25px;
	margin-bottom:25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inbx4r>a{
	display:block;
	width:75px;
	height:48px;
	border:1px solid #fff;
	border-radius: 6px;
	text-align: center;
	line-height: 46px;
	color:#fff;
	font-size:16px;
}
.inbx4r>a:hover{
	background-color:#fff;
	color:#45a598;
}



/*二级*/
/*通用*/
.ej_nr{
	width:100%;
	background-color:#f0efef;
}
.ej_center{
	width:90%;
	max-width:1180px;
	margin:0 auto;
	
}
.ej_l{
	width:20%;
	float:left;
	padding-top:20px;
	padding-bottom:40px;
}
.ej_l_box{
	width:100%;
}
.ej_l_box>ul{
	width:100%;
}
.ej_l_box>ul>li{
	width:100%;
	background-color:#45a598;
	margin-bottom:20px;
}
.ej_l_box>ul>li>a{
	display:block;
}
.ej_l_box>ul>li>a>p{
	line-height:50px;
	color:#fff;
	font-size:18px;
	padding-left:30px;
	padding-right:20px;
}
.ej_l_box>ul>li>a>p>i{
	font-size:24px;
	line-height: 52px;
	float:left;
	margin-right:3px;
}
.ej_l_box>ul>li>a>p>span{
	font-size:24px;
	line-height: 52px;
	float:right;
}
.ej_l_box_d{
	background-color:#fff;
	padding:20px;
	width:100%;
}
.ej_l_box_d1{
	margin-bottom:10px;
}
.ej_l_box_d>div>span{
	display:block;
	float:left;
	font-size:14px;
	color:#333;
	line-height: 25px;
}
.ej_l_box_d>div>p{
	display:block;
	float:left;
	font-size:14px;
	color:#333;
	line-height: 25px;
	width:60%;
}
.ej_r{
	width:78%;
	float:right;
	padding-top:20px;
	padding-bottom:40px;
}
.ej_r_box{
	background-color:#fff;
	position:relative;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
}
.ej_r_box:after{
	position:absolute;
	content:"";
	width:100%;
	height:14px;
	background-color:#45a598;
	top:0;left:0;
}
.ej_r_c{
	padding-top:30px;
}
.ej_r_title>img{
	display:block;
	width:50px;
	float:left;
	margin-right:10px;
}
.ej_r_title>h2{
	font-size:30px;
	color:#333;
	font-weight: bold;
	line-height: 50px;
}
.ej_r_box img{
	max-width:100%;
}

/*二级-tw*/
.ej_r_c_tw>ul>li{
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #d6d6d6;
}
.ej_r_c_tw>ul>li>a{
	display:block;
}
.ej_tw_l{
	width:180px;
	float:left;
	margin-right:20px;
}
.ej_tw_l>img{
	display:block;
	width:100%;
}
.ej_tw_r{
	width:69%;
	width:calc(100% - 200px);
	float:left;
}
.ej_tw_r>h2{
	font-size:18px;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
}
.ej_tw_r>p{
	font-size:14px;
	color:#666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.ej_tw_r>button{
	font-size:14px;
	color:#333;
	display:block;
	width:110px;height:30px;
	border:1px solid #d3d3d3;
	text-align: center;
	line-height: 28px;
	margin-top:24px;
	position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color:#fff;
	padding:0!important;
}
.ej_tw_r>button:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ej_tw_r>button>span{
	display: inline-block;
}
.ej_r_c_tw>ul>li>a:hover .ej_tw_r>button{
	background-color: #45a598;
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span:nth-child(odd) {
	-webkit-animation: anim-nanuk-1 0.5s forwards;
	animation: anim-nanuk-1 0.5s forwards;
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span:nth-child(even) {
	-webkit-animation: anim-nanuk-2 0.5s forwards;
	animation: anim-nanuk-2 0.5s forwards;
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span:nth-child(odd),
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span:nth-child(even) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@-webkit-keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span.s1{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span.s2{
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.ej_r_c_tw>ul>li>a:hover >.ej_tw_r>button>span.s3{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.ej_r_c_tw>ul>li>a:hover > .ej_tw_r>button>span.s4{
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.ej_r_c_tw>ul>li>a:hover .ej_tw_r>button>span{
	color:#fff;
}
.ej_r_c_tw>ul>li>a:hover .ej_tw_r>h2{
	color:#45a598;
}

.ej_r_c_tw1>ul>li{
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #d6d6d6;
}
.ej_r_c_tw1>ul>li>a{
	display:block;
}
.ej_tw1_l{
	float:left;
	width:60px;
	text-align: center;
	padding-top:24px;
}
.ej_tw1_l>h2{
	font-size:40px;
	color:#45a598;
	margin-bottom:4px;
}
.ej_tw1_l>p{
	font-size:14px;
	color:#45a598;
}
.ej_tw1_c{
	float:left;
	width:170px;
	margin:0 10px;
}
.ej_tw1_c>img{
	display:block;
	width:100%;
}
.ej_tw1_r{
	float:left;
	width:61%;
	width:calc(100% - 250px);
}
.ej_tw1_r>h2{
	font-size:16px;
	color:#333;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_tw1_r>p{
	font-size:14px;
	color:#666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.ej_r_c_tw1>ul>li>a:hover .ej_tw1_r>h2{
	color:#45a598;
}


/*二级-tp*/
.ej_r_c_tp{
	overflow:hidden;
	padding-top:30px;
}
.ej_r_c_tp>ul>li{
	margin-bottom:20px;
}
.ej_r_c_tp>ul>li>a{
	display:block;
}
.ej_tp_t>img{
	display:block;
	width:100%;
}
.ej_tp_t{
	position:relative;
}
.ej_tp_t_xz{
	position:absolute;
	bottom:0;left:0;
	width:100%;height:0;
	background-image: url(../images/bg1.png);
	background-size: 100% 100%;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	overflow: hidden;
}
.ej_tp_t_xz>p{
	width:80%;
	margin:0 auto;
	color:#fff;
	font-size:14px;
	position:absolute;
	left:10%;top:50%;
	line-height: 24px;
	margin-top:-24px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}
.ej_tp_b{
	text-align: center;
	background-color:#45a598;
}
.ej_tp_b>h2{
	font-size:16px;
	color:#fff;
	padding:15px 0;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_tp>a:hover .ej_tp_t_xz{
	height:100%;
}

/*二级-wz*/
.ej_r_c_wz>ul>li{
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #d6d6d6;
}
.ej_r_c_wz>ul>li>a{
	display:block;
}
.ej_r_c_wz>ul>li>a>div>h2{
	font-size:16px;
	color:#333;
	line-height: 50px;
	width:70%;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	padding-left:16px;
}
.ej_r_c_wz>ul>li>a>div>h2:after{
	content:"●";
	position:absolute;
	top:0;left:0;
	cont-size:14px;
	line-height:48px;
	color:#45a598;
}
.ej_r_c_wz>ul>li>a>div>span{
	font-size:14px;
	color:#7c7c7c;
	line-height: 50px;
	width:30%;
	float:left;
	text-align: right;
}
.ej_r_c_wz>ul>li>a>p{
	font-size:14px;
	color:#7b7b7b;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height:48px;
}
.ej_r_c_wz>ul>li>a:hover >div>h2{
	color:#45a598;
}




/*详情*/
.ej_r_c_xq_title{
	padding-top:10px;
	padding-bottom:30px;
}
.ej_r_c_xq_title>h2{
	font-size:24px;
	line-height: 30px;
	color:#333;
	text-align: center;
	padding:40px 0;
	border-bottom:1px dashed #d6d6d6;
}
.ej_r_c_xq_title>p{
	font-size:14px;
	color:#999;
	padding:10px 0;
	line-height: 20px;
	text-align: center;
	border-bottom:1px dashed #d6d6d6;
}
.ej_r_c_xq_title>p>span{
	font-size:14px;
	color:#999;
	line-height: 20px;
	margin-left:20px;
}
.ej_r_c_xq_c{
	padding-bottom:30px;
}

/*表单*/
/*在线预约*/
.xzyu_xz{
	min-height:300px;
	padding-top: 40px;
}
.xzyu_xz>p{
	text-align:center;
	font-size:16px;
	color:#333;
}

.bd1{
	width:380px;
	margin:0 auto;
}
.bd1>.form-group{
	margin-bottom:15px;
}
.bd1>.form-group>.bd1_t{
	display:block;
	float:left;
	width:90px;
	height:40px;
	background-color:#45a598;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	font-weight: normal;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.bd1>.form-group>.bd1_i.form-control{
	display:block;
	float:left;
	width:290px;
	height:40px;
	border-radius:none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size:16px;
}
.bd_a{
	width:100%;
}
.bd_a>a{
	display:block;
	width:190px;height:40px;
	background-color:#45a598;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	margin:0 auto;
	cursor: pointer;
}

/*报名表*/
.bd2{
	width:480px;
	margin:0 auto;
}
.bd2>.form-group{
	margin-bottom:15px;
}
.bd2>.form-group>.bd2_t{
	display:block;
	float:left;
	width:80px;
	height:40px;
	color:#333;
	line-height: 40px;
	font-size:16px;
	font-weight: normal;
}
.bd2>.form-group>.bd2_i.form-control{
	display:block;
	float:left;
	width:400px;
	height:40px;
	border-radius:6px;
	font-size:16px;
}
.bd2>.form-group>.bd2_it{
	display:block;
	float:left;
	width:400px;
	min-height:120px;
	border-radius:6px;
	font-size:16px;
	resize:none
}
.bd2>.form-group>p{
	display:block;
	float:left;
	width:400px;
	height:40px;
	font-size:16px;
	line-height: 40px;
}
.bd2_a{
	width:100%;
}
.bd2_a>a{
	display:block;
	width:140px;height:40px;
	background-color:#9ed031;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	margin:0 auto;
	cursor: pointer;
	border-radius: 6px;
}

/*留言*/
.bd3{
	width:100%;
	overflow: hidden;
}
.bd3 .form-group{
	margin-bottom:15px;
}
.bd3 .form-group>.bd3_t{
	display:block;
	float:left;
	width:80px;
	height:40px;
	color:#333;
	line-height: 40px;
	font-size:16px;
	font-weight: normal;
}
.bd3 .form-group>.bd3_i.form-control{
	display:block;
	float:left;
	width:70%;
	width:calc(100% - 80px);
	height:40px;
	border-radius:6px;
	font-size:16px;
	border:1px solid #45a598;
}
.bd3 .form-group>.bd3_it{
	display:block;
	float:left;
	width:70%;
	width:calc(100% - 80px);
	min-height:120px;
	border-radius:6px;
	font-size:16px;
	resize:none;
	border:1px solid #45a598;
}
.bd3_a{
	width:100%;
}
.bd3_a>a{
	display:block;
	width:60%;height:40px;
	background-color:#45a598;
	color:#fff;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	margin:0 auto;
	cursor: pointer;
	border-radius: 6px;
}



/*招聘*/
.join{
	width:100%;
}
.join>ul>li{
	padding:30px 25px;
	border:1px solid #d7d7d7;
	margin-bottom:30px;
}
.join>ul>li>a{
	display:block;
}
.join>ul>li>a>p{
	font-size:14px;
	color:#333;
	line-height: 24px;
}
.join>ul>li>a>span{
	display:block;
	width:100px;height:30px;
	line-height: 30px;
	text-align: center;
	background-color:#45a598;
	color:#fff;
	margin-top:25px;
	border-radius: 30px;
}
.join>ul>li>a>button{
	display:block;
	width:100px;height:30px;
	line-height: 30px;
	text-align: center;
	background-color:#45a598;
	color:#fff;
	margin-top:25px;
	border-radius: 30px;
	position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding:0!important;
	border:none!important;
}
.join>ul>li>a>button:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.join>ul>li>a>button>span{
	display: inline-block;
}
.join>ul>li:hover >a>button>span:nth-child(odd) {
	-webkit-animation: anim-nanuk-1 0.5s forwards;
	animation: anim-nanuk-1 0.5s forwards;
}
.join>ul>li:hover >a>button>span:nth-child(even) {
	-webkit-animation: anim-nanuk-2 0.5s forwards;
	animation: anim-nanuk-2 0.5s forwards;
}
.join>ul>li:hover >a>button>span:nth-child(odd),
.join>ul>li:hover >a>button>span:nth-child(even) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.join>ul>li:hover >a>button>span.s1{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.join>ul>li:hover >a>button>span.s2{
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.join>ul>li:hover >a>button>span.s3{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.join>ul>li:hover >a>button>.s4{
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.join>ul>li:hover{
	margin-top:-10px;
	margin-bottom:40px;
	box-shadow: 0px 1px 8px 2px #cce0dd;
}


/*联系我们*/
.conus{
	padding:20px;
	border:1px solid #ebebeb;
}
.map{
	width:100%;
	margin-bottom: 40px;
}
.map>img{
	display:block;
	width:100%;
}
.xx_mb{
	margin-bottom:20px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
}
.xxl{
	width:53%;
	float:left;
}
.xxl>h2{
	font-size:26px;
	color:#45a598;
	line-height: 30px;
	font-weight: bold;
	margin-bottom:30px;
}
.xxl>div{
	width:100%;
	margin-bottom:5px;
}
.xxl>div>span{
	float:left;
	width:80px;
	font-size:16px;
	color:#333;
	line-height: 24px;
}
.xxl>div>p{
	float:left;
	width:calc(100% - 80px);
	font-size:16px;
	color:#333;
	line-height: 24px;
}
.xxr{
	width:43%;
	float:right;
}
.xxr1{
	float:right;
	width:40%;
	margin-left:10px;
	text-align: center;
	padding-top:20px;
}
.xxr1>img{
	display:block;
	max-width:100%;
	width:110px;
	margin: 0 auto;
}
.xxr1>p{
	margin-top:10px;
	font-size:13px;
	color:#45a598;
	font-weight: bold;
}

/*搜索医生*/
.ej_r_c_sh{
	margin-top:30px;
	border-top:1px solid #d8d8d8;
	padding-top:30px;
	min-height:400px;
}
.ej_r_c_sh>h2{
	font-size:16px;
	color:#45a598;
	font-weight: bold;
	text-align: center;
	margin-bottom:25px;
}
.ej_r_c_sh_b{
	width:60%;
	margin:0 auto;
}
.ej_r_c_sh_b .select .toggle p {
    margin: 0 !important;
    padding: 12px 20px;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #45a598;
}
.ej_r_c_sh_b .toggle .arrow {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    border-left: 1px solid #2d8b7e;
    background-color: #45a598;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ej_r_c_sh_b .select .drop ul {
    overflow: auto;
    list-style-type: none;
}
.ej_r_c_sh_b .text input{
	border:none;
	background-color:#ececec;
	border-radius: 6px;
}
.ej_r_c_sh_b .inb1_r_d1_a{
	width:auto;	
}
.ej_r_c_sh_b .inb1_r_d1_a>a {
    display: block;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
	width:100px;height:36px;
	background-color:#45a598;
	text-align: center;
	line-height: 34px;
	float:right;
}

/*在线问诊*/
.zxwz{
	width:100%;
	text-align: center;
	border-top:1px solid #d8d8d8;
	padding-top:50px;
}
.zxwz>img{
	width:200px;
	display:block;
	margin:0 auto;
}
.zxwz>p{
	margin-top:30px;
	font-size:24px;
	font-weight: bold;
	color:#45a598;
	margin-bottom:50px;
}



@media(max-width:1200px){
	/*二级-left*/
	.ej_l_box_d>div>p {
		width: 100%;
		font-size:14px;
	}
	.ej_l_box_d>div>span {
		font-size:14px;
	}
}

@media (max-width:993px){
	/*底部*/
	.footerl {
		float:none!important;
		width:100%!important;
	}
	.footerr {
		float:none!important;
		padding:0 30px;
		width:100%!important;
	}
	.footer_tp {
		margin:0 auto;
		margin-top: 10px;
		width: 204px;
	}
	.footerp{
		position:static;
		margin-top:10px!important;
	}
	.footer_tp>img{
		float:left;
		margin:0 6px;
	}
	.footerp1{
		width:100px;height:100px;
	}
	.footer_ra {
		height: 26px;
		margin-top: 10px;
	}
	.footer_ra>h2 {
		font-size: 20px;
		line-height: 26px;
		-webkit-text-stroke-width: 3px;
		text-stroke-width: 3px;
		-webkit-text-stroke-color: #fff;
		text-stroke-color: #fff;
	}
	.footer_ra>h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	/*二级-zuoyou*/
	.ej_r {
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ej_l {
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ej_l_box>ul>li {
		margin-bottom: 10px;
	}
	.ej_l_box_d>div>p {
		width: auto;
	}
	/*二级-title*/
	.ej_r_box {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.ej_r_c {
		padding-top: 20px;
	}
	
	/*在线预约*/
	.xzyu_xz {
		min-height: 120px;
	}
}

@media(max-width:768px){
	/*首页-搜索*/
	.inb1_r{
		float:none!important;
		width:100%;
	}
	.inb1_l{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.widget {
		padding: 15px 0;
	}
	.inb1_r {
		height: 40px;
	}
	.inb1_l {
		height: 40px;
	}
	.inb1_xza{
		height: 40px;
	}
	.inb1_xza>p {
		font-size: 18px;
		color: #fff;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 30px;
		width: 100%;
	}
	.inb1_xza>p>i {
		float: left;
		font-size: 20px;
		line-height: 38px;
		margin-right: 6px;
	}
	.inb1_xza>p>span {
		float: right;
		font-size: 20px;
		line-height: 40px;
	}
	.inb1_r_d>p {
		font-size: 14px;
	}
	.select .toggle p {
		padding: 8px 20px;
	}
	.select .toggle .arrow>i {
		line-height: 40px;
	}
	.select .drop ul li a {
		padding: 6px;
		font-size: 14px;
	}
	.text input {
		padding: 6px 0;
		padding-left: 20px;
	}
	.select .drop ul {
		max-height: 259px;
	}
	
	/*首页-医生*/
	.inb2_b>span{
		height: 24px;
		line-height: 22px;
		font-size: 14px;
	}
	.inb2_b>p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
		margin-bottom:6px;
	}
	.index_box2 {
		padding-top: 20px;
	}
	.inb2_b {
		padding: 10px;
	}
	.inb2_b>h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	/*首页-新闻*/
	.inew1 {
		 padding-top: 0px; 
		 padding-bottom: 0px; 
	}
	.inew1>a>p {
		margin-top: 6px;
		margin-bottom: 6px;
		height: auto;
		font-size: 14px;
		line-height: 20px;
	}
	.inew1>a>span{
		margin:0;
		height: 24px;
		line-height: 22px;
		font-size: 14px;
	}
	.inew1>a>h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	/*首页-关于我们*/
	.inbx4r{
		width:94%;
		margin:0 auto;
		padding:0!important;
		margin-top:10px;
	}
	.index_box4 {
		padding: 15px 0;
	}
	.inbx4r>h2{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 24px;
		text-align: center;
	}
	.inbx4r>p {
		margin-top: 6px;
		margin-bottom: 6px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		line-height: 20px;
	}
	.inbx4r>a {
		margin:0 auto;
		height: 24px;
		line-height: 22px;
		font-size: 14px;
	}
	.inbx4l>img {
		height: 100px;
	}
	
	/*底部*/
	.footerr_top>ul>li{
		width:33.33333333%;
	}
	.footer_center {
		padding-top: 15px;
		padding-bottom:15px;
		width:90%;
	}
	.footerr_top>ul>li>a {
		line-height: 24px;
	}
	.footerr_bottom {
		margin-top: 10px;
	}
	.footerr_bottom>p {
		font-size: 12px;
		line-height: 20px;
		color: #666;
	}
	
	/*二级-title*/
	.ej_r_title>img{
		width:30px;
	}
	.ej_r_title>h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.ej_r_c {
		padding-top: 10px;
	}
	
	/*二级-left*/
	.ej_l_box>ul>li>a>p {
		line-height: 30px;
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ej_l_box>ul>li>a>p>i {
		font-size: 20px;
		line-height: 30px;
	}
	.ej_l_box>ul>li>a>p>span {
		font-size: 20px;
		line-height: 30px;
		float: right;
	}
	.ej_l_box_d {
		padding: 10px;
	}
	.ej_l_box_d1 {
		 margin-bottom: 0px; 
	}
	
	/*fenye*/
	.fy .fy_l{
		display:none;
	}
	.fy .fy_r{
		width:100%;
	}
	.fy1 a {
		width: 80%;
		font-size: 16px;
		margin: 6px 0;
	}
	
	/*详情*/
	.ej_r_c_xq_title>h2 {
		font-size: 18px;
		line-height: 26px;
		padding: 10px 0;
	}
	.ej_r_c_xq_title {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.ej_r_c_xq_c {
		padding-bottom: 20px;
	}
	
	/*二级-join*/
	.join>ul>li {
		padding: 20px 20px;
	}
	.join>ul>li>a>span {
		margin-top: 10px;
	}
	
	/*表单-招聘*/
	.bd2{
		width:100%;
	}
	.bd2>.form-group>p {
		width: calc(100% - 80px);
	}
	.bd2>.form-group>.bd2_i.form-control{
		width: calc(100% - 80px);
	}
	.bd2>.form-group>.bd2_it{
		width: calc(100% - 80px);
	}
	
	/*二级-联系我们*/
	.map {
		margin-bottom: 20px;
	}
	.xxl>h2 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.xxl>div>span {
		width: 70px;
		font-size: 14px;
		line-height: 20px;
	}
	.xxl>div>p {
		width: calc(100% - 70px);
		font-size: 14px;
		line-height: 20px;
	}
	.xxr1 {
		 padding-top: 0px; 
	}
	.xxr1>p {
		margin-top: 5px;
		font-size: 12px;
		font-weight: normal; 
	}
	
	/*搜索医生*/
	.ej_r_c_sh_b {
		width: 100%;
	}
	.ej_r_c_sh {
		min-height: 300px;
	}
	.ej_r_c_sh .select .drop ul {
		max-height: 148px;
	}
	
}

@media (max-width:640px){
	/*二级-联系我们*/
	.xxl {
		width:100%;
		float: none;
	}
	.xxr {
		width:100%;
		float: none;
	}
	.xxr1 {
		float: right;
		width: 50%;
		margin-left: 0px;
		text-align: center;
		padding-top: 10px;
	}
	.conus {
		padding: 10px;
	}
	.xxr1>img {
		width: 80px;
	}
	
	/*二级-tw1*/
	.ej_tw1_l {
		width: 60px;
		padding-top: 6px;
	}
	.ej_tw1_c {
		float: left;
		width: 120px;
		margin: 0 10px;
	}
	.ej_tw1_r>h2 {
		font-size: 16px;
		line-height: 30px;
	}
	.ej_tw1_r {
		width: 60%;
		width: calc(100% - 200px);
	}
}

@media(max-width:500px){
	/*二级-tw*/
	.ej_tw_l {
		width: 80px;
		margin-right: 10px;
	}
	.ej_tw_r {
		width: 70%;
		width: calc(100% - 90px);
		float: left;
	}
	.ej_tw_r>h2 {
		font-size: 16px;
		line-height: 24px;
	}
	.ej_tw_r>p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.ej_tw_r>button{
		display:none;
	}
	.ej_r_c_tw>ul>li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.ej_r_c_tw1>ul>li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.ej_tw1_l {
		width: 47px;
		padding-top: 6px;
	}
	.ej_tw1_l>h2 {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.ej_tw1_l>p {
		font-size: 12px;
	}
	.ej_tw1_c {
		width: 80px;
		margin: 0 5px;
	}
	.ej_tw1_r {
		width: calc(100% - 137px);
	}
	.ej_tw1_r>h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.ej_tw1_r>p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	
	/*二级-wz*/
	.ej_r_c_wz>ul>li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.ej_r_c_wz>ul>li>a>div>h2 {
		font-size: 16px;
		line-height: 30px;
	}
	.ej_r_c_wz>ul>li>a>div>h2:after {
		cont-size: 14px;
		line-height: 28px;
	}
	.ej_r_c_wz>ul>li>a>div>span {
		font-size: 12px;
		line-height: 30px;
	}
	
	/*fenye*/
	.fy .fy_r a {
		padding: 4px 9px;
		font-size: 13px;
	}
	.fy {
		margin-top: 15px;
	}
	.fy1 {
		padding-top: 15px;
	}
	.fy1 a {
		width: 90%;
		font-size: 14px;
		margin: 4px 0;
	}
	
	/*表单-在线预约*/
	.bd1{
		width:100%;
	}
	.bd1>.form-group>.bd1_t {
		width: 80px;
	}
	.bd1>.form-group>.bd1_i.form-control {
		width: calc(100% - 80px);
	}
	
	/*详情*/
	.ej_r_c_xq_title>p>span{
		font-size:14px;
		color:#999;
		line-height: 20px;
		margin-left:0px;
		display:block;
		margin-top:4px;
	}
}

@media (max-width:450px){
	/*二级-left*/
	.ej_l_box_d>div>span {
		font-size: 14px;
		line-height: 20px;
	}
	.ej_l_box_d>div>p {
		font-size: 14px;
		line-height: 20px;
		width:70%;
	}
	
}









