﻿/* CSS Document */

html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	font-family: "Microsoft YaHei";
	text-align: left;
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, hr, p, i, b, span, br, div, a, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
}
i, em, b {
	font-style: normal;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
        position: relative;
}
input {
	border: 0;
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
a {
	text-decoration: none;
	color: #7d7d7d;
	transition: all 0.4s ease 0s;
	-ms-transform: scale(all 0.4s ease 0s);/* IE 9 */
	-moz-transform: scale(all 0.4s ease 0s); /* Firefox */
	-webkit-transform: scale(all 0.4s ease 0s); /* Safari 和 Chrome */
	-o-transform: scale(all 0.4s ease 0s); 	/* Opera */
}
a:hover {
	text-decoration: none;
	transform: scale(1.04);
	color: #56a6ff;
}
a:focus {
	outline: 0;
}
.layout {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.red {
	color: #ff0000;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
/***********************head******************************/

.top_t {
	height: 48px;
	border-bottom: 1px solid #c7c7c7;
	background: #eaeaea;
}
.top_t span {
	line-height: 48px;
	margin-right: 30px;
	color: #999999;
	display: block;
	float: left;
}
.top_t span.shouji {
	background: url(../images/t_3g.gif) no-repeat center 10px;
	padding-top: 22px;
	line-height: 26px;
	cursor: pointer;
}
.top_t span.t_wx {
	background: url(../images/t_wx.gif) no-repeat center 10px;
	padding-top: 22px;
	line-height: 26px;
	cursor: pointer;
}
.top_t .top_h {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.top_t .hide_wx {
	background: url(../images/t_wx.jpg) no-repeat;
	position: absolute;
	right: -138px;
	top: 0;
	width: 138px;
	height: 134px;
	display: none;
}
.top_t span.none {
	margin-right: 0px;
}
.head {
	margin-top: 22px;
	overflow: hidden;
}
.head logo {
}
.head .h_qbts {
}
.head .tel {
}
/****************************banner*********************************/
.banner {
	width: 980px;
	overflow: hidden;
	position: relative;
	margin: 1px auto 0 auto
}
.banner ul {
	height: 400px;
	overflow: hidden;
}
.banner li {
	width: 1440px;
	text-align: center;
}
.banner .hd {
	position: absolute;
	height: 24px;
	bottom: 10px;
	left: 50%;
	margin-left: -135px;
}
.banner .hd li {
	width: 38px;
	height: 13px;
	background-color: #b7b7b7;
	margin: 0 5px;
	float: left;
	cursor: pointer;
}
.banner .hd li.on {
	background: #00957e;
}
.banner .hd li:hover {
	background: #2885c2;
}
.banner .prev {
	position: absolute;
	left: 40px;
	top: 162px;
	z-index: 99;
}
.banner .next {
	position: absolute;
	right: 40px;
	top: 162px;
	z-index: 99;
}
/*****************************nav********************************/
.nav {
	width: 100%;
	height: 52px;
	margin-top: 20px;
	background: #2885c2;
	overflow: hidden;
}
.nav ul {
}
.nav li {
	font-size: 16px;
	float: left;
	line-height: 52px;
}
.nav li a {
	color: #fff;
	padding: 0 18px;
	display: block;
}
.nav li a:hover {
	background: #fc8a18;
	color: #ffffff;
	text-decoration: underline;
}
/********************dongtai 左边*************************/
.d_l {
	position: relative;
	overflow: hidden;
	width: 277px;
	height: 397px;
}
.d_l .d_l_bd {
	width: 277px;
	height: 397px;
	overflow: hidden;
}
.d_l .d_l_bd li {
}
.d_l .d_l_hd {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 11px;
}
.d_l .d_l_hd li {
	background: url(../images/d_hd.png) no-repeat;
	width: 11px;
	height: 11px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.d_l .d_l_hd li.on {
	background: url(../images/d_hdh.png) no-repeat;
}
.d_l .d_l_hd li:hover {
	background: url(../images/d_hdh.png) no-repeat;
}
/*******************dongtai 中间*************************/
.d_m {
	width: 386px;
	height: 395px;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
}
.d_m h3 {
	color: #2885c2;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.d_m h3 span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.d_m .d_m_p {
	wwidth: 354px;
	height: 127px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-left: 10px;
}
.d_m img.d_m_p {
	width: 354px;
	height: 127px;
}
.d_m h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.d_m a:hover h4 {
	color: #2885c2;
}
.d_m p {
	text-indent: 2em;
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 10px;
	padding: 0 10px;
}
.d_m ul {
	margin: 10px;
	overflow: hidden;
}
.d_m ul li {
	background: url(../images/dt_icon.gif) no-repeat left center;
	padding-left: 15px;
}
.d_m ul li span {
	float: right;
	color: #999999;
}
.d_m ul li a {
	color: #666666;
}
.d_m ul li a:hover {
	color: #2885c2;
}
/*******************dongtai 右边 医院简介***********************/
.d_r {
	width: 274px;
	height: 395px;
	border: 1px solid #e7e7e7;
}
.d_r h3 {
	color: #2885c2;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.d_r h3 span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.d_r .d_r_y {
	width: 244px;
	height: 129px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-left: 10px;
}
.d_r img.d_r_y {
	width: 244px;
	height: 129px;
}
.d_r p {
	text-indent: 2em;
	margin: 12px 10px;
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 10px;
}
.d_r_z {
	margin-left: 12px;
	margin-right: 10px;
}
/**********************************************左边*****************************************************/
/*******submenu子菜单*****/
.submenu {
	width: 274px;
	height: 246;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}
.submenu dt {
	color: #2885c2;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.submenu dt span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.submenu dd {
	border-bottom: 1px dashed #cccccc;
	height: 49px;
	line-height: 49px;
	padding-left: 56px;
}
.submenu dd a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	
	display: block;
}
.submenu dd a:hover {
	color: #2885c2;
}
.submenu dd.none {
	border-bottom: 0;
}
.submenu dd.dd1 {
	background: url(../images/s_d_1.gif) no-repeat 15px center;
}
.submenu dd.dd2 {
	background: url(../images/s_d_2.gif) no-repeat 15px center;
}
.submenu dd.dd3 {
	background: url(../images/s_d_3.gif) no-repeat 15px center;
}
.submenu dd.dd4 {
	background: url(../images/s_d_4.gif) no-repeat 15px center;
}
/*******最新咨询、热点新闻*****/
.x_news {
	width: 274px;
	height: 570px/*404px*/;
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
	overflow: hidden;
}
.x_news dt {
	color: #2885c2;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.x_news dt span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.x_news dd {
	padding-left: 15px;
}
.x_news dd a {
	color: #7d7d7d;
}
.x_news dd a:hover {
	color: #2885c2;
}
.hot_news { /*height:332px;*/
	height: 604px;
}
/******康复案例*****/
.s_anli {
	width: 274px;
	height: 380px;
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
	overflow: hidden;
}
.s_anli dt {
	color: #00957e;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.s_anli dt span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.s_anli dd {
	margin-bottom: 4px;
}
.s_anli dd a {
	color: #7d7d7d;
}
.s_anli dd a:hover {
	color: #2885c2;
}
.s_anli dd i {
	color: #ffffff;
	background: #999999;
	padding: 2px 6px;
	margin-left: 10px;
	margin-right: 10px;
}
.s_anli dd i.i1 {
	background: #ff7244;
}
.s_anli dd i.i2 {
	background: #8f78be;
}
.s_anli dd i.i3 {
	background: #3ed07c;
}
/******右边******/
/*****************************part***************************************/
/**************特色技术设备************/
.part .p_m {
	width: 386px;
	height: 422px;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
	overflow: hidden;
}
.part .p_m h3 {
	color: #00957e;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.part .p_m h3 span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.part .p_m .p_m_p {
	wwidth: 353px;
	height: 127px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-left: 10px;
}
.part .p_m img.p_m_p {
	width: 353px;
	height: 127px;
}
.part .p_m p {
	color: #707070;
	padding: 0 10px;
	border-bottom: 1px dashed #e7e7e7;
	margin-top: 7px;
	padding-bottom: 5px;
}
.part .p_m p b {
	color: #00957e;
}
/**************专家团队************/
.part .p_r {
	width: 274px;
	height: 422px;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
	position: relative;
}
.part .p_r h3 {
	color: #00957e;
	font-size: 16px;
	font-weight: bold;
	background: #f7f7f7;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.part .p_r h3 span {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
	font-weight: normal;
}
.part .p_r .prev {
	position: absolute;
	left: 27px;
	top: 108px;
	z-index: 99;
}
.part .p_r .next {
	position: absolute;
	right: 27px;
	top: 108px;
	z-index: 99;
}
.part .p_r .bd {
	width: 274px;
	height: 362px;
	overflow: hidden;
}
.part .p_r .bd li {
	margin-left: 10px;
	width: 243px;
}
.part .p_r .bd li .p_r_zj {
	width: 243px;
	height: 176px;
	padding: 5px;
	border: 1px solid #e7e7e7;
}
.part .p_r .bd li a:hover {
	transform: scale(1);
}
.part .p_r .bd li h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.part .p_r .bd li h4 b {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}
.part .p_r .bd li p {
	text-indent: 2em;
}
.part .p_r .bd li .p_r_zx {
	margin-left: 13px;
	margin-top: 10px;
}
/**************广告横栏************/
.part .gg_d {
	overflow: hidden;
	float: right;
	margin-top: 10px;
	width: 684px;
	overflow: hidden;
}
.part .gg_d img {
	width: 684px;
}
/**************文章************/
.part .w_z {
	width: 330px;
	height: 384px;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
	overflow: hidden;
}
.part .w_z h3 {
	font-size: 24px;
	color: #2885c2;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
.part .w_z .w_z_t {
	margin: 0 10px;
	overflow: hidden;
	height: 102px;
}
.part .w_z img {
	width: 110px;
	height: 87px;
	margin-right: 10px;
}
.part .w_z h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.part .w_z p {
	text-indent: 2em;
	margin-top: 5px;
}
.part .w_z ul {
	margin: 0 10px;
	clear: left;
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
}
.part .w_z ul li {
	line-height: 25px;
	height: 25px;
}
.part .w_z ul li a {
	color: #333333
}
.part .w_z ul li a:hover {
	color: #2885c2;
}
.part .w_z ul li span {
	float: right;
	color: #999999;
}
/* f_category
-------------*/
.f_category {
	width: 1100px;
	height: 37px;
	margin: 23px auto auto auto;
	background: #f6f9f9;
}
.f_category .dl_f_c dd, .f_category .dl_f_c dt {
	float: left;
	line-height: 37px;
	display: inline;
}
.f_category .dl_f_c dd {
	margin-left: 322px;
	color: #333333
}
.f_category .dl_f_c dt a {
	color: #333333;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #bbbbbb;
}
.f_category .dl_f_c dt a.dt_a_last {
	border-right: none;
}
/* f_m
-------------*/
.f_m {
	width: 1000px;
	height: 125px;
	margin: 25px auto auto auto;
	border-bottom: 1px solid #d0e4e6;/* background: #f6f9f9;*/
}
.f_m .f_m_s {
	display: block;
	width: 315px;
	height: 100px;
	float: left;
	margin-right: 10px;
	position: relative;/*background: #eee;*/
}
.f_m .f_m_s .p_f {
	position: absolute;
	left: 115px;
	font-size: 14px;
	color: #666666;
}
.f_m .f_m_s .p_f1 {
	top: 8px;
	font-size: 16px;
	color: #33335a;
}
.f_m .f_m_s .p_f2 {
	top: 30px;
}
.f_m .f_m_s .p_f3 {
	top: 50px;
}
.f_m .f_m_s .ewm_pic {
	position: absolute;
	left: 115px;
	top: 75px;
}
/* f_n
-------------*/
.f_n {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
.f_n .f_n_t {
	width: 200px;
	height: 24px;
	margin: 23px auto auto auto;
}
.f_n .f_dl_list {
	width: 630px;
	height: 24px;
	margin: 20px auto auto auto;/*background: #ff0;*/
}
.f_n .f_dl_list dt {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #bbbbbb;
}
.f_n .f_dl_list dt.f_dt_l {
	border-right: none;
}
.f_n .f_dl_list dt a {
	color: #666666;
}
.f_note .f_n_n {
	width: 690px;
	height: 24px;
	margin: 10px auto auto auto;
	font-size: 14px;
	color: #666666;
}
/* f_l
-------------*/
.f_l {
	width: 1000px;
	height: 120px;
	margin: 0px auto;
	background: #f6f9f9;
}
.f_l .f_l_list {
	width: 730px;
	height: 30px;
	margin: 20px auto auto auto;
	padding-top: 8px;
}
.f_l .f_l_list dt {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #bbbbbb;
}
.f_l .f_l_list dt.f_l_l {
	border-right: none;
}
.f_l .f_l_list dt a {
	color: #666666;
}
/* f_note
-------------*/
.f_note {
	width: 1000px;
	height: 100px;/*height:136px;*/
	margin: 0px auto;/*background: #eee; */
}
.f_note .f_n_s {
	color: #666;
	line-height: 24px;
	text-align: center;
}
.f_note .f_n_s1 {
	width: 850px;
	margin: 10px auto auto auto;
	text-align: center;
}
.f_note .f_n_s2 {
	width: 920px;
	margin: 5px auto;
	text-align: center;
}
/***********************************susumenu******************************************/
/********************************daohang*************************************/
.menu_1 {
	overflow: hidden;
	margin-top: 20px;
}
.menu_1 li {
	float: left;
	width: 125px;
	height: 136px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
}
.menu_1 .menu_2_out {
	float: left;
	width: 125px;
	height: 136px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
}
.menu_1 li.none {
	margin-right: 0;
}
.menu_1 li a {
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	text-align: center;
	display: block;
}
.menu_1 li a:hover {
	color: #2885c2;
	transform: scale(1);
}
.menu_1 .menu_2_over {
	border: 1px solid #af0314;
}
.menu_1 li.none {
	margin-right: 0;
}
/**********************当前位置****************/
.add {
	width: 948px;
	margin: 13px auto 0 auto;
	border: 1px solid #e0e0e0;
	padding-left: 30px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
.add b {
	color: #000000;
}
/***********************list******************************/
.wy_list {
	margin-top: 13px;
	overflow: hidden;
	margin-bottom: 30px;
}
.wy_list .wy_list_con {
	width: 643px;
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.wy_list .wy_list_con .wy_list_c_t {
	margin-bottom: 20px;
}
.wy_list .wy_list_con h3 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.wy_list .wy_list_con h3 b {
	font-size: 18px;
}
.wy_list .wy_list_con a:hover h3 {
	color: #2885c2;
}
.wy_list .wy_list_con p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 22px;
}
.wy_list .wy_list_con .wy_list_kz {
	height: 27px;
	background: #e7e7e7;
	margin-top: 10px;
	padding: 0 10px;
	color: #2885c2;
}
.wy_list .wy_list_con .wy_list_kz a {
	color: #2885c2;
	line-height: 27px;
}
/*******************分页***********/
.pagebox {
	overflow: hidden;
	margin-bottom: 25px;
	float: right;
	margin-top: 40px;
	overflow: hidden;
}
.pagebox ul {
	overflow: hidden;
}
.pagebox ul li {
	float: left;
	margin: 0 10px 0 0;
	line-height: 26px;
	height: 26px;
	font-size: 12px;
	cursor: pointer;
}
.pagebox ul li a {
	color: #666;
	padding: 0 10px;
	border: 1px solid #999;
	height: 24px;
	display: inline-block;
}
.pagebox ul li a:hover {
	background: #00957e;
	color: #fff;
	border: none;
	border: 1px solid #00957e
}
.pagebox ul li em {
	font-weight: bold;
	margin: 0 5px;
}
.pagebox ul li .select {
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	color: #666;
	border: 1px solid #999;
}
.pagebox ul li .select option {
	border: 1px solid #999;
}
.zklist .bbjc {
	margin: 47px 0 30px 31px
}
/**********************相关文章*****************************/
.xgwz {
	border-top: 1px solid #e0e0e0;
	width: 643px;
	overflow: hidden;
}
.xgwz dt {
	height: 39px;
	background: #e2e2e2;
	margin-bottom: 10px;
}
.xgwz dt span {
	font-size: 18px;
	color: #ffffff;
	background: #2885c2;
	width: 111px;
	line-height: 39px;
	display: block;
	text-align: center;
}
.xgwz dd {
	border-bottom: 1px dashed #a09d9e;
	width: 195px;
	margin-left: 15px;
	float: left;
	height: 32px;
	line-height: 32px;
	display: inline;
}
.xgwz dd a {
}
/**********************内容页正文*****************************/
.wy_list_l {
	border: 1px solid #CCC;
	width: 643px;
	padding: 20px;
	overflow: hidden;
}
.wy_list_l h1 {
	font-size: 24px;
	color: #000000;
	margin: 15px 0;
	text-align: center;
}
.wy_list_l .date {
	margin: 0 20px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.wy_list_l .wy_wz {
	font-size: 14px;
	color: #494949;
	margin: 30px 0
}
.wy_list_l .fy {
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 12px;
	padding-top: 15px;
}
.wy_list_l .fy li {
	float: left;
	width: 320px;
	height: 24px;
	overflow: hidden;
	text-align: left;
}
.wy_list_l .fy li a {
	color: #282525
}
.wy_list_l .fy li a:hover {
	color: #2885c2;
}
/****************************************右边**********************************************/

.listzj, .zixunlist {
	border: 1px solid #CCC;
	width: 259px;
	padding: 10px;
	overflow: hidden;
}
.listzj p {
	padding: 0 0 5px 0;
	font-size: 18px;
	font-style: normal;
	color: #2c2c2c;
	border-bottom: 1px dashed #6e6e6e;
}
.listzj a:link, .listzj a:visited {
	color: #fff;
}
.listzj .gz {
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	float: left;
	margin-bottom: 8px;
}
.listzj .zj1 {
	width: 130px;
	background: #ff727a;
	margin-top: 20px;
}
.listzj .zj2 {
	width: 129px;
	background: #f89f41;
	margin-top: 20px;
}
.listzj .zj3 {
	width: 120px;
	background: #51bb95;
}
.listzj .zj4 {
	width: 139px;
	background: #9d76e9;
}
.listzj .zj5 {
	width: 259px;
	background: #52a7e8;
}
.listzj .zj6 {
	width: 114px;
	background: #ff6630;
}
.listzj .zj7 {
	width: 145px;
	background: #ff727a;
}
.listzj .zj8 {
	width: 259px;
	background: #51bb95;
}
.zaixianwd {
	margin-top: 10px;
	width: 259px;
	padding: 10px;
	border: 1px solid #CCC;
	clear: left;
}
.zaixianwd p {
	padding: 0 0 5px 0;
	font-size: 18px;
	font-style: normal;
	color: #2c2c2c;
	border-bottom: 1px dashed #6e6e6e;
	margin-bottom: 20px;
}
.zaixianwd .wd1 {
	width: 120px;
	height: 120px;
	margin-left: 5px;
	text-align: center;
}
.zaixianwd .wd2 {
	width: 120px;
	height: 120px;
	margin-left: 125px;
	margin-top: -120px;
	text-align: center;
}
.zaixianwd .wd3 {
	width: 120px;
	height: 120px;
	margin-left: 5px;
	text-align: center;
}
.zaixianwd .wd4 {
	width: 120px;
	height: 120px;
	margin-left: 125px;
	margin-top: -120px;
	text-align: center;
}
.bdfyf {
	margin-top: 10px;
	width: 259px;
	padding: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.bdfyf p {
	padding: 0 0 5px 0;
	font-size: 18px;
	font-style: normal;
	color: #2c2c2c;
	border-bottom: 1px dashed #6e6e6e;
	margin-bottom: 20px;
}
.bdfyf ul {
	padding-left: 10px;
	font-size: 14px;
	line-height: 200%;
}
.bdfyf ul li a:link, .bdfyf ul li a:visited {
	font-size: 14px;
	color: #000;
}
.bdfyf ul li a:hover {
	color: #2885c2;
}
.bdfyf .r_f_s {
	width: 77px;
	height: 72px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}