@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
<!--
input
{width:200px; height:30px; border:1px solid transparent; vertical-align:middle; }
-->
*{filter:grayscade(100%);
  -webkit-filter:grayscade(100%);
-moz-filter:grayscade(100%);
-ms-filter:grayscade(100%);
-o-filter:grayscade(100%);
}
img{
filter:grayscade(100%);
  -webkit-filter:grayscade(100%);
-moz-filter:grayscade(100%);
-ms-filter:grayscade(100%);
-o-filter:grayscade(100%);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pic,form,fieldset,input,textarea,blockquote,img,form
{padding:0; margin:0;}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary
{display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
/*Base*/
html
{font: 12px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
samp
{font: 12px/1.8 "微软雅黑","Arial";color: #9b9a9a;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/ }
*
{text-decoration: none;list-style: none;}
a
{color: #2d2d2d;text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;blr:expression(this.onFocus=this.blur());}
a:focus
{outline: 0;}
a:active,a:hover
{text-decoration: none;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img
{border: 0;vertical-align: middle;-ms-interpolation-mode:bicubic;}
fieldset
{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea
{font-family: inherit;font-size: 100%;margin: 0;outline:none; }
button,input
{line-height: normal;}
button,select
{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]
{cursor: default;}
input[type="checkbox"],input[type="radio"]
{box-sizing: border-box;padding: 0;}
input[type="search"]
{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner
{border: 0;padding: 0;}
input.submit
{border: 0;margin: 0;cursor: pointer;}
input.radio
{width: 13px;height: 13px;float: left;display: inline;}
textarea
{overflow: auto;vertical-align: top;}
table
{border-collapse: collapse;border-spacing: 0;}
ul,ol
{list-style:none;}
li
{list-style:none;list-style-type:none;}
a
{text-decoration:none;}
p
{margin:0}
/*清除浮动*/
.clear
{clear: both;}
.fl
{float:left;display: inline;}
.fr
{float:right;display: inline;}

body,html{-webkit-text-size-adjust: none;width: 100%;height: 100%;}

.wrap{margin: 0 auto;}
.index{overflow: hidden;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
::-moz-focus-inner{border:0px;}

.fxl{display: flex;align-items: center;}
.ov{overflow: hidden;}
.margin-15{ margin-top:15px;}
.margin-30{ margin-top:30px;}
i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff9999;
    margin: 0 6px 0 0px;
}
.core i {
    margin: 0 10px 0 10px;
}

.head > div {
    width: 1280px;
    margin: auto;
    height: 89px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_right{float: right;}
.head_right p{padding-left: 20px;color: #E76AA2;font-weight: bold;}
.head_right :nth-child(1){background: url(../img/time.png) left center no-repeat;}
.head_right :nth-child(2){background: url(../img/phone.png) left center no-repeat;}
.head .logo img{width: 368px;}
/*导航*/
.menu {
		margin: 0px;
		padding: :0px;
	}
	
	.menu ul {
		margin: 0px;
		padding: 0px;
		height: 45px;
		background-color: #EB7293;
		color: #FFFFFF;
		text-align: center;
		list-style: none;
		font-family: "宋体";
	}
	
	.menu ul li {
		position: relative;
		margin-left: 0px;
		padding-left: 0px;
		line-height: 45px;
		width: 9%;
		border: none;
		float: left;
	}
	.menu ul li a{
		color: #fff;
	}
	
	.menu ul li ul {
		visibility: hidden;
		width: 100%;
		position: absolute;
		top: 45px;
		left: 0%;
		z-index: 999;
	}
	
	.menu ul li ul li {
		width: 100%;
		float: none;
		line-height: 45px;
		padding-top: 3px;
		padding-bottom: :3px;
		position: relative;
	}
	
	.menu ul li ul li ul {
		visibility: hidden;
		position: absolute;
		left: 100%;
		top: 0px;
		width: 130%;
	}
	
	.menu ul li:hover ul li ul {
		visibility: hidden;
	}
	
	.menu ul li ul li:hover ul {
		visibility: visible;
		background-color: #d41353;
		color: #000000;
	}
	
	.menu ul li ul li:hover ul li {
		background-color: #d41353;
		color: #000000;
	}
	
	.menu ul li:hover {
		background-color: #f91258;
	}
	
	.menu ul li:hover ul {
		visibility: visible;
	}
	
	.menu ul li:hover ul li {
		background-color: #d41353;;
		color: #000000;
	}

.sechlan{
	 background: #EB7293;color: #fff;
}
.sechbox{display: flex;align-items: center;height: 80px;flex: 1;}
.sechbox>div{overflow: hidden;}
.baby{
	position: relative;height: 80px;width: 264px;
}
.baby img{
	position: absolute;
	left: 0;
	bottom: -9px;
}
/* .xiaoxi{width: 35%;} */
.xiaoxi li{overflow: hidden;}
.xiaoxi li p{float: left;width: 70%;font-size: 18px;color: #fff;}
.xiaoxi li span{float: right;font-size: 18px;color: #fff;}
.search{
	float: right;
	position: relative;
}
.search .s_text input{
	width: 260px;
    height: 40px;
    outline: none;
    line-height: 20px;
    border-radius: 26px;
	padding: 0 56px 0 10px;
	background: #fff;
	color: #999999;
}
.search .s_button{
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    background: #FF9F2D;
    width: 40px;
    height: 100%;
    text-align: center;
	line-height: 39px;
    border-radius: 50%;
}
.search .s_button input{
	width: 20px;
	height: 20px;
	background-size: cover;
	cursor: pointer;
	border: none;
	background:	url(../img/search.png) center center no-repeat;
}
.daohang {
    background: #EB7293;
    text-align: center;
}
.daohang > div {
    width: 1280px;
    margin: auto;
    height: 60px;
}
.daohang_option {
    float: left;
    width: 14.285%;
    line-height: 60px;
    position: relative;
    background: #EB7293;
}
.daohang_option a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.daohang_option:hover {
  background: #E74974;
  transition: all 0.5s;
}

.context {
    width: 100%;
    display: block;
}

.neiye_mid {
    width: 1280px;
    margin: auto;
    padding: 30px 0px 50px;
    overflow: hidden;
}
.neiye_mid_left {
    float: left;
    width: 250px;
    text-align: center;
    background: #fafafa;
}
.lanmu—jt {
    height: 100px;
    background: url(../img/neiytit.png) no-repeat;
	background-size: 100% 100%;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
}
.lanmu—yj {
    line-height: 70px;
    background: #f2f2f2;
    margin-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
}
.lanmu—yj a {
    display: block;
    color: #333;
    position: relative;
}
.neiye_mid_right {
    float: right;
    width: 990px;
    position: relative;
    box-sizing: border-box;
    min-height: 550px;
}
.location {
	width: 100%;
	height: 60px;
    line-height: 60px;
	border-bottom: 1px dashed #e6e6e6;
}
.neiye_content {
    overflow: hidden;
    line-height: 1.8;
}
.neiye_content .news {
    display: block;
}
.news {
    margin-top: 10px;
    display: none;
}
.news ul li {
    color: #ff9999;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
.news ul li a {
    overflow: hidden;
    color: #666666;
    float: right;
    width: 100%;
}
.news ul li a p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.news ul li span {
    color: #999;float: right;
}
.news ul li:after {
    content: "";
    display: block;
    border-bottom: 1px dashed #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer {
    background: #EB7293;
    font-size: 14px;
    color: #fff;
	margin: 30px 0 0;
}
.footer_content {
    width: 1280px;
    margin: auto;
    line-height: 1.8;
    padding: 25px 0px;
	overflow: hidden;
}
.footer_left {
    float: left;
}
.footer_left .logo{
	width: ;
	height: ;
	float: left;
}
.footer_cente{
	margin: 0px 0 0 21px;
	float: left;
}
.footer_mid{
     margin: 0 0 10px 0;
}   
.footer_mid a {
    padding: 0 5px;
	color: #fff;
}

.footer_right {
    float: right;
}
.footer_right > div {
    display: inline-block;
    text-align: center;
    position: relative;
}
.footer_right > div > div {
    display: none;
    color: #333;
    text-align: justify;
    background: #fff;
    position: absolute;
    top: -210px;
    right: 0px;
    width: 460px;
    height: 210px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999999;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.footer_right > div + div {
    margin-left: 20px;
}
.footer_right img {
    width: 100px;
}
.footer_left a{color: #fff;}
.neiye_biaoti {
    font-size: 25px;
    color: #ea6f84;
    text-align: center;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 990px;
}


.index-title1 {
    border-bottom: solid 2px #E1E1E1;
    height: auto;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.index-title-wz1 {
    border-bottom: solid 2px #EB7293;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.index-title {
   /* border-bottom: solid 2px #E1E1E1; */
    height: auto;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.index-title-wz {
    /* border-bottom: solid 2px #EB7293; */
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
	color: #EB7293;
}
.font-cl {
    color: #EB7293;
	font-size: 25px;
}
.index-title-more a {
    font-size: 14px;
    color: #333333;
}
/*环境*/
.indeximgl{ padding:0px; margin:15px 1% 0 0; width:30%; overflow:hidden;}
.indeximgr{ padding:0px; margin:15px 0; width:69%;}
.indeximgl img,.indeximgr img{ width:100%; transition:all .6s;}
.indeximgl img{ height:386px!important; max-height:387px;}
.indeximgl img:hover{ transform:scale(1.1);}
.indeximgr-1,.indeximgr-2,.indeximgr-3{ padding:0; }
.indeximgr-1 .indeximgr-top,.indeximgr-2 .indeximgr-top,.indeximgr-3 .indeximgr-top{ height:193px; background:url(../img/icoj.jpg) no-repeat 50.5% 80%; transition:all .6s;}
.indeximgr-1 img,.indeximgr-2 img,.indeximgr-3 img{ height:193px;}
.indeximgr dl dt{ text-align:center; font-size:16px; line-height:40px; padding-top:40px;}
.indeximgr dl dd{ text-align:center; font-size:14px; color:#454545;}
.indeximgr-1 .indeximgr-top:hover,.indeximgr-2 .indeximgr-top:hover,.indeximgr-3 .indeximgr-top:hover{background:url(../img/icoj-01.jpg) no-repeat 50.5% 80%; color:#9e1d44; cursor:Pointer;}
.indeximgr-1 .indeximgr-foot,.indeximgr-2 .indeximgr-foot,.indeximgr-3 .indeximgr-foot{ overflow:hidden;}
.indeximgr-1 .indeximgr-foot img:hover,.indeximgr-2 .indeximgr-foot img:hover,.indeximgr-3 .indeximgr-foot img:hover{ transform:scale(1.1);}

/*科室*/
.offices img{ width:100%; transition:all .6s;height: 175px;}
.offices li .offices-img{ overflow:hidden;}
.offices li:hover img{ transform:scale(1.1);}

.offices dl dd{ 
	color: #fff;
    font-size: 17px;
    line-height: 25px;
    background: #FF99AA;
    text-align: center;
	width: 100%;
	line-height: 35px;
}
.zhuanjiabg{background: #FFF0F2;padding: 50px 0;margin: 30px 0 0 0;}
.zhuanjia {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.zhuanjia_xinxi {
  width: 100%;
  padding: 10px;
  background: rgba(51, 51, 51, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f333333, endColorstr=#7f333333);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.zhuanjia:hover .zhuanjia_xinxi {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ea6f84, endColorstr=#b2ea6f84);
  background: rgba(234, 111, 132, 0.7);
}

.zhuanjia_name {
  font-size: 16px;
}

.zhuanjia_ks {
  float: right;
}

.zhuanjia_tc {
  line-height:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.centmenu{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 45px 0 0 21px;
}
.centmenu li{
	width:100%;
	margin: 24px 0 0 0;
}
.centmenu li img{
	width:100%;
	margin: 6px 0 0 0;
}
.neiye_body table{margin: 10px auto;}
.neiye_body table td{border: 1px solid #000;}
.neiye_body table th{border: 1px solid #000;}
.neiye_body img{max-width: 750px;}

/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #4593d1; background:#4593d1; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #4593d1; color:#4593d1;}
.page-large .on:hover{border:1px solid #4593d1; color:#fff;}
.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #4593d1; background:url(../images/small-prev-page-on.png) center center no-repeat #4593d1;}
.page-large .next-page:hover{border:1px solid #4593d1; background:url(../images/small-next-page-on.png) center center no-repeat #4593d1;}
