html {
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	text-decoration: none;
}

body {
	margin: 0px;
	background: #fff;
	font-family: "microsoft yahei";
	padding: 0;
}

/*头部--顶部，导航，banner*/
.banner_pic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}

.banner_pic img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* 导航栏 */

#nav ul {
	margin: 0 auto;
	width: 1200px;
}

#nav li {
	list-style: none;
	float: left;
	/* border-right:1px solid #2E3235;*/
	position: relative;
	/*background:-moz-linear-gradient(top,#fff,#555D5F 2%,#555D5F  50%,#3E4245 100%);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(2%,#555D5F),color-stop(50%,#555D5F),to(#3E4245));*/
	/* background:#555D5F;*/
}

.li_hover {
	/*margin-top: 10px;*/
}

.li_hover:hover {
	background: -moz-linear-gradient(top, #fff, #3E4245 2%, #555D5F 80%, #555D5F 100%);
	background: #298dd9;
	-moz-transition: background 1s ease-out;
	-webkit-transition: background 1s ease-out;
}

.li_hover a:hover {
	color: white !important;
}

#nav li>a {
	position: relative;
}

#nav li.first a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#nav li.last {
	border-right: 0 none;
}

#nav dl {
	position: absolute;
	display: block;
	left: 0px;
	width: 120px;
	background: #9de6f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px #292929;
	-moz-box-shadow: 1px 1px 3px #292929;
	z-index: 10;
	margin-top: 20px;
	text-align: center;
}

#nav li:hover dl {
	top: 44px;
	left: 1px;
	display: block;
	width: 100px;
	padding: 10px;
}

#nav dl a {
	background: transparent;
	color: #666;
	border: 0 none;
	width: 120px;
	line-height: 50px;
	-moz-transition: background 0.5s ease-out;
	-webkit-transition: background 0.5s ease-out;
	z-index: 50;
}

#nav dl a:hover {
	color: #fff;
	background: #298dd9;
	-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration: none;
}

#nav dd {
	margin-top: -55px;
	opacity: 0;
	width: 120px;
	margin-left: -9px;
	-webkit-transition-property: all;
	/*-webkit-transition-timing-function:cubic-bezier(5,0,5,0);*/
	-moz-transition-property: all;
	/*-moz-transition-timing-function:cubic-bezier(5,0,5,0);*/
	/*-webkit-transition-delay:5s;-moz-transition-delay:5s;*/
}

#nav li:hover dd {
	margin-top: 0;
	opacity: 1;
}

#nav li dd:nth-child(1) {
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
}

#nav li dd:nth-child(2) {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
}

#nav li dd:nth-child(3) {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}

#nav li dd:nth-child(4) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}

#nav dt {
	display: none;
	margin-top: -25px;
	padding-top: 15px;
	height: 10px;
}

#nav li:hover dt {
	display: block;
}

#hover_yygk {
	/*margin-top: 10px;*/
}

#nav .Darrow {
	float: right;
	margin: 24px 10px 0 0;
	border-width: 5px;
	border-color: #ccc transparent transparent transparent;
	border-style: solid;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
	text-shadow: 0px -1px 0px #000;
	-webkit-box-shadow: 0px -1px 0px #000;
	-moz-box-shadow: 0px -1px 0px #000;
}

#nav .arrow {
	margin: 0 auto;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	background: #9de6f5;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* 导航栏 end */
.content {
	width: 1000px;
	margin: 0 auto;
	background-color: #f5f5f5
}

.content_1 {
	width: 96%;
	margin: 0 auto;
}

/* 关于我院 */
.gywy_db {
	height: 100px;
	width: 100%
}

.gywy_db img:first-child {
	float: left;
	margin-top: 20px;
}

.gywy_db img:last-child {
	float: right;
	margin-top: 50px;
}

.bd_left {
	display: inline-block;
	width: 30%
}

.bd_right {
	display: inline-block;
	width: 67%;
	float: right;
}

.bd_right p:first-child {
	font-size: 20px;
	color: #298dd9;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: -2px;
}

.bd_right_1 {
	font-size: 16px;
	line-height: 25px;
	color: #656565;
	margin-bottom: -2px;
}

.a_ljgd {
	width: 15%;
	display: inline-block;
	float: right;
	text-decoration: none;
	background: #298dd9;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	height: 25px;
	line-height: 25px;
}

.bt_list {
	width: 100%;
	text-align: center;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem
}

.bt_list p:first-child {
	font-size: 24px;
	color: #298dd9
}

.bt_list p:last-child {
	font-size: 14px;
}

.bt_list p {
	margin: 0;
}

.ystd_img {
	text-align: center;
}

.tszl2 {
	width: 100%;
	height: 500px;
	margin: auto;
	margin-top: 23px;
	text-align: center;
}

.tszl2 ul a {
	width: 15%;
	height: 150px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	color: #333;
	margin-top: 20px;
}

.tszl2 ul a:hover {
	background-color: #298dd9;
	color: white;
}

.tszl2 ul a li {
	width: 100%;
	height: 112px;
	text-align: center;
	display: inline-block;
	background-position: 26px 12px;
}

.bdf_1 {
	background: url(/templets/ntbdf/images/bdf_1.png) no-repeat;
}

.bdf_2 {
	background: url(/templets/ntbdf/images/bdf_2.png) no-repeat;
}

.bdf_3 {
	background: url(/templets/ntbdf/images/bdf_3.png) no-repeat;
}

.bdf_4 {
	background: url(/templets/ntbdf/images/bdf_4.png) no-repeat;
}

.bdf_5 {
	background: url(/templets/ntbdf/images/bdf_5.png) no-repeat;
}

.bdf_6 {
	background: url(/templets/ntbdf/images/bdf_6.png) no-repeat;
}

.bdf_7 {
	background: url(/templets/ntbdf/images/bdf_7.png) no-repeat;
}

.bdf_8 {
	background: url(/templets/ntbdf/images/bdf_8.png) no-repeat;
}

.bdf_9 {
	background: url(/templets/ntbdf/images/bdf_9.png) no-repeat;
}

.bdf_10 {
	background: url(/templets/ntbdf/images/bdf_10.png) no-repeat;
}

.bdf_11 {
	background: url(/templets/ntbdf/images/bdf_11.png) no-repeat;
}

.bdf_12 {
	background: url(/templets/ntbdf/images/bdf_12.png) no-repeat;
}

.sli_footer {
	width: 100%;
	padding-bottom: 0.3rem
}

.sli_footer ul {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #eaeaea;
}

.sli_footer ul li {
	list-style: none;
	width: 32%;
	background: #fff;
	display: inline-block;
	cursor: pointer;
}

.sli_footer ul li:nth-child(2) {
	margin: 0 5px;
}

.sli_footer ul li p:nth-child(2) {
	color: #298dd9;
	font-size: 18px
}

.sli_footer ul li p {
	margin: 5px;
	font-size: 14px;
	color: #656565;
	text-align: left;
}
.sli_footer ul li p a{
	font-size: 14px;
}
.sli_footer ul li p span{
	font-size: 14px;
}
.sli_footer ul li img:first-child {
	padding-top: 10px
}

.sli_footer ul li:hover {
	background: url(/templets/ntbdf/images/hover_bg.png);
}

.p2_con {
	width: 100%;
}

.p2_con ul {
	padding: 0px;
}

.p2_con ul li {
	display: inline-block;
}

.p2_con ul li .img1 {
	width: 100%;
}

.p2_con ul li .img2 {
	width: 100%;
}

.bdf_13 {
	margin-right: 80px;
}

/*专家轮播*/
.expert {
	padding: 10px;
	width: 980px;
	height: 280px;
	overflow: hidden;
	margin-left: -20px;
	background: #fff;
	margin-top: 25px;
}

.expert_ul {
	width: 100%;
	margin-top: -10px;
	margin-left: -46px;
}

.expert_ul dl {
	width: 806px;
	float: left;
	margin-left: -13px;
}

.expert_ul dl:last-of-type {
	margin-right: 0px;
}

.expert_ul dl dd {
	width: 217px;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-left: 50px;
}

.expert_ul dl dd img {
	width: 94%;
}

.expert_ul dl dt {
	padding: 5px;
	width: 277px;
	height: 250px;
	background: #fff;
	float: left;
}

.expert_ul_h {
	margin: 0px;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #454545;
	font-weight: 600;
	line-height: 25px;
}

.expert_ul_h_em {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0px;
}

.expert_ul_h_p {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	line-height: 18px;
	margin-top: 8px;
}

.expert_ul_coant {
	width: 100%;
	margin-top: 10px;
}

.expert_ul_coant_a1:visited,
.expert_ul_coant_a1:link,
.expert_ul_coant_a2:visited,
.expert_ul_coant_a2:link {
	color: #ffffff;
}

.expert_ul_coant_a1 {
	margin-left: 3px;
	float: left;
	width: 76px;
	height: 26px;
	background: #92713e;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	color: #FFF;
	border-radius: 2px;
}

.expert_ul_coant_a2 {
	margin-right: 3px;
	float: right;
	width: 76px;
	height: 26px;
	background: #9c0637;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	color: #FFF;
	border-radius: 2px;
}

.zzsj {
	font-size: 18px;
	color: #454545;
	font-weight: bold;
}

.footer_yyfm {
	background: url(/templets/ntbdf/images/yyfm.jpg) no-repeat;
	height: 550px
}

.yyfm_left {
	display: inline-block;
	width: 33%
}

.yyfm_midder {
	display: inline-block;
	width: 28%;
	margin-top: 30px;
}

.yyfm_right {
	display: inline-block;
	width: 20%
}

.yyfm_right_1 {
	display: inline-block;
	width: 14%
}

.div_1 {
	width: 530px;
	display: inline-block;
	border: 1px solid #ccc
}

/*footer*/
#foot {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #298dd9;
}

.footer {
	width: 1000px;
	margin: 0 auto;
}

.footLogo {
	width: 270px;
	display: table;
	float: left;
	box-sizing: border-box;
	padding: 10px 40px;
	background: url(/templets/ntbdf/images/footLine.png) no-repeat 260px center;
}

#jsNav {
	text-align: center;
	margin-top: 10px;
}


.footer_jb {
	width: 100%;
	height: 30px;
	background-color: #666;
}

.footer_jb img {
	position: absolute;
	top: -28px;
	left: 56px;
}

.footer_jb p {
	position: relative;
	display: table;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: white;
	margin: 0 auto;
	text-indent: 9em;
}

.footText p a{
	color: #fff;
}
/*医生团队*/
.ystd_index {
	width: 100%;
	margin: 0 auto;
	display: table;
}

.ystd_index .left {
	float: left;
	width: 70%;
	background-color: #E0DFDF;
}

.ystd_index .left img {
	width: 100%
}

.ystd_index .left ul {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.ystd_index .left ul li {
	margin-left: 0px;
	float: left;
	width: 25%;
	padding: 0 0px;
	box-sizing: border-box;
}

.ystd_index .left ul li span {
	width: 50%;
	display: table;
	float: left;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	background: white;
	color: #298dd9;
	box-sizing: border-box;
	border: 1px solid #E1DEDE;
}

.ystd_index .left ul li span:nth-child(3) {
	color: #f96b2d;
	border-left: none;
}

.ystd_index .right {
	float: right;
	width: 30%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.ystd_index .right span {
	font-size: 14px;
	color: #333;
}

.ystd_index .right p {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 10px 0;
}

.ystd_index .right div {
	margin-top: 8px;
	text-align: left;
}

.ystd_name {
	height: 20px;
	margin-left: 10px;
	width: 160px;
	padding-left: 5px;
}

.ystd_tell {
	height: 20px;
	margin-left: 10px;
	width: 160px;
	padding-left: 5px;
}

.ystd_wenti {
	margin-left: 12px;
	width: 160px;
	height: 50px;
	padding-left: 5px;
}

.ystd_reset {
	background: #298dd9;
	padding: 5px 20px;
	border: none;
	color: white;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin-left: 50px;
}

.listSubmit {
	background: #f96b2d;
	padding: 5px 20px;
	border: none;
	color: white;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	width: 84%;
}

.ystd_xb {
	margin-left: 20px;
}

.yq {
	width: 1000px;
	margin: 30px auto;
	border: 1px solid #ccc;
}

.yq p {
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	color: #ab1139;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

.yq_lj a {
	display: inline-block;
	margin-left: 20px;
	line-height: 25px;
	color: #333333;
}

.yq_lj {
	padding-bottom: 5px;
}
