@charset "utf-8";
/* CSS Document */

.rt {
	float:right;
}
.lt {
	float:left;
}
.cl {
	clear:both;
}
.cen{ text-align:center;}
.fon-wedt {
	font-weight:bold;
}
.bor-bom {
	border-bottom:#CCCCCC solid 1px;
}
.font-co {
	color: #347451;
}
.neirong {
	width:1200px;
	margin:0 auto;
}
.two-nav h1 img {
	width:100%;
}
.ptop {
	padding-top:20px;
}
.plt {
	padding-left:20px;
}
.prt {
	padding-right:30px;
}
.psx {
	padding:3px 0px;
}
.psx2 {
	padding:0px 0px;
}
p {
	/*padding:10px 0px;*/
}
.fl {
	float:left;
}
.marrt {
	margin-right:16px;
}
.gree {
	color:#109e7b;
}
.tykd {
	width:1200px;
}
body {
	font-size:15px;
	color:#585858;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
}
.cn {
	text-align:center;
}
.kd {
	width:1200px;
	margin:0 auto;
}
.anniu {
	color:#FFFFFF;
	font-size:14px;
}
.anniu a {
	border:#FFFFFF solid 1px;
	padding:5px 25px;
	color:#FFFFFF;
	font-size:14px;
}
.anniu a:hover {
	border:#FFFFFF solid 1px;
	padding:5px 25px;
	background:#FFFFFF;
	color:#000000;
	font-size:14px;
}
.anniufh {
	color:#FFFFFF;
	font-size:14px;
}
.anniufh a {
	border:#FFFFFF solid 1px;
	padding:5px 25px;
	background:#108551;
	color:#FFFFFF;
	font-size:14px;
}
.anniufh a:hover {
	border:#FFFFFF solid 1px;
	padding:5px 25px;
	background:#FFFFFF;
	color:#108551;
	border:#108551 solid 1px;
	font-size:14px;
}
/*底部版权*/
.footer .xhlj {
	width:100%;
	background-color:#f4f9f5;
	height:155px;
}
.footer .xhlj .xhnr {
	width:1200px;
	margin:0 auto;
}
.footer .bq {
	width:100%;
	background-color:#333333;
	height:67px;
}
.footer .bq .bqnr {
	width:1200px;
	margin:0 auto;
	color:#c9c9c9;
	font-size:14px;
	padding-top:1%;
}
/* footerpart4_start */

img, fieldset, iframe {
	border:0 none
}
ul, ol, li {
	list-style:none;
}
a {
	color:inherit;
	text-decoration:none;
	cursor:pointer
}
a:hover {
	color:inherit;
	text-decoration:none
}
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.channel_content {
	padding: 0;
}
.full-row {
	width: 105%;
transition: .2s width ease;
}
.full-row>.span-3 {
	width: 33%;
}
.full-row>[class*='span'] {
float: left;
}
.ipart04 {
	padding: 26px 0 105px;
}
.ipart04 .lis a {
	display: block;
}
.ipart04 .lis .first {
	text-align: center;
}
.ipart04 .lis .first .ico {
	display: inline-block;
	height: 92px;
	width: 98px;
	vertical-align: top;
}
.ipart04 .lis .first .s_cont {
	display: inline-block;
	width: 64%;
	margin-left: 1%;
	text-align: left;
	margin-top: 4%;
}
.ipart04 .lis .first .s_cont .title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-top: -3px;
	font-family: "微软雅黑";
	letter-spacing: 0px;
}
.ipart04 .lis .first .s_cont .dec {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-top: 4px;
	letter-spacing: 0px;
}
.ipart04 .lis .two {
	position: absolute;
	top: -18px;
	left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
	display: none;
}
.ipart04 .lis .first .ico.ico1 {
	background: url(../images/bq01.png) no-repeat;
}
.ipart04 .lis .first .ico.ico2 {
	background: url(../images/bq02.png) no-repeat;
}
.ipart04 .lis .first .ico.ico3 {
	background: url(../images/bq03.png) no-repeat;
}
.ipart04 .lis .first .ico {
	transform: rotateY(0deg);
transition: all .5s ease;
}
.ipart04 .lis:hover .first .ico {
	transform: rotateY(180deg);
}
.ipart04 .lis:hover .first .s_cont .title {
	color: #3c6952;
}
.ipart04 .lis:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 85px;
	background: #c8c8c8;
	right: 0;
	top: 50%;
	margin-top: -42px;
}
.ipart04 .lis:last-child:after {
	display: none;
}
/* footerpart4_end */


/*新闻page上一页下一页*/
.page1 {
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}
.page1 a {
	display: inline-block;
*display: inline;
	height: 38px;
	margin: 0 2px;
	border: 1px solid #e5e5e5;
	vertical-align: top;
	font-size: 15px;
	line-height: 38px;
	min-width: 40px;
transition: all .2s;
}
.page1 a.cur {
	background-color: #108552;
	color: #fff;
}
.page1 a.prev, .page1 a.next {
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
}
.page1 a.prev {
	background-image: url(../images/page-prev.png);
}
.page1 a.next {
	background-image: url(../images/page-next.png);
}
.page1 a.active {
	background-color: #108552;
	color: #fff;
}
.page1 a:hover {
	background-color: #108552;
	color: #fff;
}
.page1 a.prev:hover {
	background-image: url(../images/page-prev2.png);
}
.page1 a.next:hover {
	background-image: url(../images/page-next2.png);
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.f-cb {
	zoom: 1;
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
/*新闻详情 */
.news-view h1 {
	width: 100%;
	font-size: 2em;
	color: #666;
	font-weight: normal;
	text-align:center;
}
.news-view h2 {
	color: #8e8b8b;
	font-weight: normal;
	padding-top: 20px;
	text-align:center;
}
.news-view h3 {
	border-bottom: 1px solid #b0afaf;
	margin: 2% auto;
}
.news-view .news-view-p p {
	/*text-indent: 2em;*/
	color: #5f5f5f;
	margin: -1.4% 0;
	    padding: 8px 0px;
}
.news-view .news-view-p {
	width: 100%;
	text-align: left;
	margin: 4% 0 4% 0;
	border-bottom: 1px solid #e2e2e2;
}
.news-view .news-view-ul {
	float: left;
	width: 90%;
}
.news-view .news-view-ul p {
	text-align: left;
	padding:0px;
}
.news-view>a {
	float: right;
	display: block;
	width: 10%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #108551;
}
.news-view>a:hover {
	color: #fff;
	background: #108551;
}
/*公司简介*/

.wzbt {
	display:block;
	font-size:24px;
	margin-bottom:15px;
}
.wzbt .tpsz {
	padding-top: 10px;
	display: block;
	float: left;
}
.mg-lt {
	margin-left:20px;
	display: block;
	line-height: 51px;
	color: #1f1f1f;
}
.szbg {
	background-color:#f2f2f2;
}
.btjc {
	font-size:24px;
	font-weight:bold;
}
.zddw ul li {
	background-color:#f1f1f1;
	width:652px;
}
.zddw ul li a {
	background-color:#f1f1f1;
	margin-bottom:3px;
	padding:15px 10px 15px 50px;
	background:url(../images/loico.png) no-repeat 13px -36px #f1f1f1;
	display:block;
}
.zddw ul li a:hover {
	background-color:#109e7b;
	margin-bottom:3px;
	color:#FFFFFF;
	padding:15px 10px 15px 50px;
	background:url(../images/loico.png) no-repeat 13px 11px #109e7b;
	display:block;
}
/*组织架构*/	
.debt {
	display: block;
	font-size: 24px;
}
.debt .tpsz {
	padding-top: 10px;
	display: block;
	float: left;
}
.xhx {
	border-bottom:#c5c5c5 solid 1px;
	padding-top:10px;
}
.xgljone {
	background-color:#369693;
	width:359px;
	color:#FFFFFF;
	padding:53px 8px;
	margin-right:12px;
	text-align:center;
}
.xgljbtwen {
	font-size:18px;
	font-weight:bold;
}
.xgljtwo {
	background:url(../images/ab3.jpg) top no-repeat;
	width:367px;
	color:#FFFFFF;
	padding:30px 0px;
	line-height:23px;
	text-align:center;
}
.xgljjs {
	margin: 0px 45px;
	display: block;
}
/*先进设备*/
.xjsb li {
	float:left;
	width:386px;
	margin-bottom:50px;
	display:block;
	border:#dcdcdc solid 1px;
}
.xjsb li span {
	display:block;
	padding:8px 10px 20px 10px;
	text-align:center;
}
.xjsb li a {
	display:block;
}
.xjsb li a:hover {
	background:#3b865d;
	display:block;
	color:#FFFFFF;
}
.xjsb li:nth-child(2) {
 margin:0px 18px;
}
.xjsb li:nth-child(5) {
 margin:0px 18px;
}
.xjxqbt {
	    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
    /* font-weight: bold; */
    color: #7b7b7b;
}
.xw-content{ padding: 3px;
    color: #adadad;
    text-align: center;
    font-size: 14px;
        border-bottom: #eaeaea solid 1px;
    border-top: #eaeaea solid 1px;}
/*文化*/
.whbt {
	font-size:24px;
}
.whlt {
	width:400px;
	padding-right:40px;
}
.whrt {
	width:756px;
}
/*领导*/
.youwz {
	width:587px;
}
.youwz .mz {
	font-size:36px;
	font-weight:bold;
}
.youwz .bjbt {
	background-color: #109e7b;
	width: 110px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 2px 0px;
	margin: 10px 0px;
}
/*领导信息更改*/
.ldg {
	width:1200px;
}
.ldg ul li {
	border:#d2d2d2 solid 1px;
	float:left;
	width:559px;
	height:450px;
	padding:12px;
	margin-bottom:50px;
}
.ldg ul li:nth-of-type(odd) {
margin-right:30px;
}/*奇数行 */
.ldg ul li:nth-of-type(even) {
margin-right:0px;
}/*偶数行  */
.ldg ul li span {
	color:#585858;
	font-size:24px;
	font-weight:bold;
}
/*联系我们*/	
.dtzc {
	width:380px;
}
.zzong {
	width:100%;
	float:left;
}
.dituw {
	width:800px;
	height:502px;
}
.diwz {
	line-height: 20px;
	margin-top: 9px;
}
.gkel {
	color:#000000;
	font-weight:bold;
	font-size:18px;
}
.gksrx ul li {
	width:235px;
	float:left;
	background-color:#efefef;
	margin-right:8px;
	margin-bottom:8px;
	padding:20px 30px;
}
.gksrx ul li:nth-child(4) {
width:230px;
float:left;
background-color:#efefef;
margin-right:0px;
margin-bottom:8px;
padding:20px 30px;
}
.gksrx ul li:nth-child(8) {
width:230px;
float:left;
background-color:#efefef;
margin-right:0px;
margin-bottom:8px;
padding:20px 30px;
}
.znbg {
	background:url(../images/znbg.jpg) top no-repeat;
	height:247px;
	padding-left:307px;
	padding-top:32px;
}
.btbd {
	font-size:24px;
	font-weight:bold;
}
/*公益*/
.djlbg {
	background:url(../images/tools_ico3.png) no-repeat;
}
.djlbg a {
	background:url(../images/tools_ico3.png) no-repeat;
}
.djlbg a:hover {
	background:url(../images/tools_ico3.png) no-repeat;
	color:#666666;
}
.sjlbg {
	background:url(../images/tools_ico4.png) no-repeat;
}
/*医德医风*/
.ydyfz {
	width:825px;
}
.ydyfy {
	width: 328px;
}
.ydybj {
	background-color:#f6f9f6;
	padding: 20px;
}
.ydydbt {
	font-size:18px;
	font-weight:bold;
	color:#3f3f3f;
}
.ydybj .inputtext {
	width: 218px;
}
.legg {
	background-color:#f8f8f8;
}
.leggtw {
	background-color:#FFFFFF;
}
.legg ul {
	padding:20px;
}
.ggbg {
	background:#187c33;
	color:#FFFFFF;
	padding-left:20px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.ggbgtw {
	background:#f8f8f8;
	color:#000000;
	padding-top: 13px;
	padding-left:20px;
	padding-bottom: 13px;
	border-bottom:#e1e1e1 solid 1px;
}
/*政策法规*/
.toplj a {
	color:#656565;
}
.toplj a:hover {
	color:#656565;
	background-color:#f4f4f4;
}
.toplt {
	width:368px;
}
.toplt .sj {
	font-size:14px;
	color:#656565;
	padding:0px;
	margin:0px;
}
.toplt .bt {
	font-size:18px;
	color:#656565;
	padding:0px;
	margin:0px;
}
.toplt .xhx {
	border-bottom:#e5e5e5 solid 1px;
}
/*工作动态*/
.work {
}
.work li {
	border-bottom: #f0f1f3 solid 1px;
	padding: 27px 10px;
	height: 177px;
	display: block;
}
.work li>a {
	height:165px;
}
.work li>a:hover {
	background-color:#f4f4f4;
	color:#585858;
	height:165px;
}
.work li .div-img {
	width:28%;
	float:left;
	padding-right:2%;
}
.work li .div-font {
	width:70%;
	float:left;
}
.work li .news_title {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:bold;
	width: 560px;
}
/*预防保健*/
.yf {
	background:url(../images/kp7.jpg) top repeat-x;
	height:717px;
}
.yf .yfnr {
	text-align:center;
	margin:0 auto;
	width:1200px;
}
.yfnew {
	width:677px;
}
.yfnew li {
	float: left;
	width: 600px;
	height: 45px;
	line-height: 45px;
	border-bottom: #dadada solid 1px;
	display: block;
	font-size: 16px;
	padding:0px 20px 0px 10px;
}
.yfnew li a {
	float: left;
	width: 600px;
	height: 45px;
	line-height: 45px;
	border-bottom: #dadada solid 1px;
	display: block;
	font-size: 16px;
	padding:0px 20px 0px 10px;
}
.yfnew li a:hover {
	float: left;
	width: 600px;
	height: 45px;
	line-height: 45px;
	border-bottom: #dadada solid 1px;
	display: block;
	font-size: 16px;
	background-color:#aad1c4;
	color:#FFFFFF;
	padding:0px 20px 0px 10px;
}
/*科普教育右侧*/
.kpleft {
	font-size:18px;
	font-weight:bold;
	border-bottom:#e1e1e1 solid 1px;
	height: 45px;
}
.kpleft .xblist {
	display: block;
	height: 22px;
	float: left;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 3px;
}
.kslj li {
	float:left;
	width: 164px;
	margin-bottom: 20px;
}
.kslj li .content {
	line-height: 61px;
	padding-left: 10px;
}
._list_r3 .wzuo {
	width:88%;
	float:left;
}
._list_r3 .wyou {
	width:10%;
	float:left;
	color: #b5b5b5;
}
.sjzsz {
	font-size: 12px;
	color: #c1c1c1;
}
	
	
	
/*视频*/

@font-face {
font-family: "iconfont";
src: url('font/iconfont1.eot');
src: url('../fonts/iconfont1.eot') format('embedded-opentype'), url('../fonts/iconfont1.woff') format('woff'), url('../fonts/iconfont1.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg')
}
.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}/*video 图标*/
.list-video, .list-image, .list-picture, .special-topic-list {
	min-height: 230px
}
.list-video ul, .list-image ul, .list-picture ul, .special-topic-list ul {
	margin-left: -0.9%;
	margin-right: -0.9%
}
.list-video ul .first-list, .list-image ul .first-list, .list-picture ul .first-list, .special-topic-list ul .first-list {
	width: 580px;
	height: 475px
}
.list-video ul .first-list a, .list-image ul .first-list a, .list-picture ul .first-list a, .special-topic-list ul .first-list a {
	width: 580px;
	height: 475px
}
.list-video ul .first-list a span, .list-image ul .first-list a span, .list-picture ul .first-list a span, .special-topic-list ul .first-list a span {
	height: 75px
}
.list-video ul .first-list a div.list-box, .list-image ul .first-list a div.list-box, .list-picture ul .first-list a div.list-box, .special-topic-list ul .first-list a div.list-box {
	width: 580px;
	height: 400px
}
.list-video ul .first-list a div.list-box img, .list-image ul .first-list a div.list-box img, .list-picture ul .first-list a div.list-box img, .special-topic-list ul .first-list a div.list-box img {
	width: 580px;
	height: 400px
}
.list-video ul li, .list-image ul li, .list-picture ul li, .special-topic-list ul li, .list-video ul .list-video-item, .list-image ul .list-video-item, .list-picture ul .list-video-item, .special-topic-list ul .list-video-item {
	float: left;
	width: 380px;
	margin: 0 1.1% 25px
}/*改*/
.list-video ul li a, .list-image ul li a, .list-picture ul li a, .special-topic-list ul li a, .list-video ul .list-video-item a, .list-image ul .list-video-item a, .list-picture ul .list-video-item a, .special-topic-list ul .list-video-item a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box
}
.list-video ul li a span, .list-image ul li a span, .list-picture ul li a span, .special-topic-list ul li a span, .list-video ul .list-video-item a span, .list-image ul .list-video-item a span, .list-picture ul .list-video-item a span, .special-topic-list ul .list-video-item a span {
	width: 380px;
	height: 50px;
transition: all .3s;
-webkit-transition: all .3s;
	padding: 0 20px;
	background-color: #e4e4e4;
	display: flex;
	align-items: center;
	box-sizing: border-box
}/*改*/




.list-video ul li a:hover span, .list-image ul li a:hover span, .list-picture ul li a:hover span, .special-topic-list ul li a:hover span, .list-video ul .list-video-item a:hover span, .list-image ul .list-video-item a:hover span, .list-picture ul .list-video-item a:hover span, .special-topic-list ul .list-video-item a:hover span {
	background-color: #369670;
	color: #fff
}
.list-video ul li a:hover i.iconfont, .list-image ul li a:hover i.iconfont, .list-picture ul li a:hover i.iconfont, .special-topic-list ul li a:hover i.iconfont, .list-video ul .list-video-item a:hover i.iconfont, .list-image ul .list-video-item a:hover i.iconfont, .list-picture ul .list-video-item a:hover i.iconfont, .special-topic-list ul .list-video-item a:hover i.iconfont {
	background-color: #369670;
	color: #fff
}
.list-video ul li a:hover i.iconfont2, .list-image ul li a:hover i.iconfont2, .list-picture ul li a:hover i.iconfont2, .special-topic-list ul li a:hover i.iconfont2, .list-video ul .list-video-item a:hover i.iconfont2, .list-image ul .list-video-item a:hover i.iconfont2, .list-picture ul .list-video-item a:hover i.iconfont2, .special-topic-list ul .list-video-item a:hover i.iconfont2 {
	background-color: #369670;
	color: #fff
}



.list-video ul li a div.list-box2, .list-image ul li a div.list-box2, .list-picture ul li a div.list-box2, .special-topic-list ul li a div.list-box2, .list-video ul .list-video-item a div.list-box2, .list-image ul .list-video-item a div.list-box2, .list-picture ul .list-video-item a div.list-box2, .special-topic-list ul .list-video-item a div.list-box2 {
	position: relative;
	width: 380px;
	height: 217px;
	overflow: hidden
}/*改*/
.list-video ul li a div.list-box2 img, .list-image ul li a div.list-box2 img, .list-picture ul li a div.list-box2 img, .special-topic-list ul li a div.list-box2 img, .list-video ul .list-video-item a div.list-box2 img, .list-image ul .list-video-item a div.list-box2 img, .list-picture ul .list-video-item a div.list-box2 img, .special-topic-list ul .list-video-item a div.list-box2 img {
	width: 380px;
	height: 217px
}/*改*/
.list-video ul li a div.list-box2 i, .list-image ul li a div.list-box2 i, .list-picture ul li a div.list-box2 i, .special-topic-list ul li a div.list-box2 i, .list-video ul .list-video-item a div.list-box2 i, .list-image ul .list-video-item a div.list-box2 i, .list-picture ul .list-video-item a div.list-box2 i, .special-topic-list ul .list-video-item a div.list-box2 i {
	position: absolute;
	bottom: 15px;
	right: 15px;
transition: all .3s;
-webkit-transition: all .3s;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	color: #999;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(148, 148, 148, 0.5)
}
/*预约挂号*/
.regimg {
	width:966px;
	padding:18px 180px 18px 55px;
}
.reg-steps3-lt {
	width:532px;
	padding-right:140px;
}
.reg-mbg {
	background:url(../images/lc6.jpg) top no-repeat;
	width:1200px;
	height:174px;
}
.reg-matters {
	color:#FFFFFF;
	padding: 30px 127px 22px 168px;
}
/*住院须知*/
.zyxz-bg {
	background:url(../images/zyxzbg.jpg) top no-repeat;
	height:1111px;
}
.zyxz-bg .zy-content {
	padding:51px 144px 270px 149px;
}
.zyxz-bg .zy-font {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.zyxz-bg .b-xhx {
	border-bottom: #CCCCCC solid 1px;
}
.bottom-link {
	width:100%;
	background-color:#ebf6f4;
}
.zy-xg {
	width:1072px;
	margin:0 auto;
}
.zy-xg-lt {
	width:430px;
	padding-right: 199px;
	float:left;
}
.zy-xg-rt {
	width:430px;
	float:left;
}
.zy-bt {
	font-size:30px;
}
.zy-xcontent {
	font-size:18px;
}
.zy-xcontent-en {
	font-size: 14px;
	display: block;
	color: #b3b3b3;
	line-height: 0px;
	margin-top: 17px;
}
.zy-xg li {
	float:left;
	width:430px; /*margin-bottom:10px;*/
}
.zy-xg li a {
	width:430px;
}
.zy-xg li a:hover {
	width:430px;
	color:#009179;
}
.bom-bg {
	background: #f9f9f9;
	width: 100%;
	height: 297px;
	padding-top: 28px;
}
/*医保*/
.yb li {
	float:left;
	border-bottom: #cccccc dotted 1px;
	width:100%;
	height: 44px;
}
.yb li .font-style {
	width: 80%;
	line-height: 39px;
	font-size:16px;
}
.f-stylebt {
	padding-top:20px;
}
.yb li .time-style {
	width: 20%;
	line-height: 39px;
	text-align: center;
}
/*科室分布*/	
.fn-top {
	width:1200px;
}
.fb-bt {
	font-size:30px;
	color:#000000;
}
.fb-pdtop {
	padding-top:42px;
}
.fb-border {
}
table {
	width: 1200px;
	min-height: 25px;
	line-height: 25px;
	border-color:#d0d0d0;
	border-collapse: collapse;
}
.btwidth {
	width:125px;
}
table tr td:first-child {
	width:120px;
	height:112px;
	text-align: center;
}
table tr td:last-child {
	padding-left:20px;
}
.li-width li {
	width:340px;
	float:left;
}
.bottom-general {
	width:100%;
	background-color:#ebf6f4;
	height:365px;
}
.bottom-general .gen-content {
	width:1200px;
	margin:0 auto;
}
.bottom-general .gen-content .leftcon {
	width:500px;
	padding-top:28px;
}
.bottom-general .gen-content .leftconbt {
	font-size:30px;
}
/*先进技术上部分 统一*/

.ad-top {
	width:1200px;
	margin:0 auto;
}
.ad-top .ad-conleft {
	background: url(../images/ad-hg2.jpg) top left no-repeat;
	background-color: #10a07d;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 24px;
	width: 60px;
	line-height: 35px;
}
.ad-top .ad-conleft2 {
	background: url(../images/ad-hg2.jpg) top left no-repeat;
	background-color: #10a07d;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	padding: 32px;
}
.ad-top .ad-conright {
	width: 63%;
	background: url(../images/ad-hg1.jpg) right top no-repeat;
	background-color: #f7f7f7;
	color: #a0a0a0;
	font-size: 13px;
	padding: 23px 306px 18px 30px;
	height: 89px;
}
.ad-top .ad-conright2 {
	width: 65%;
	background: url(../images/ad-hg3.jpg) right top no-repeat;
	background-color: #f7f7f7;
	color:#a0a0a0;
	font-size: 13px;
	padding: 34px 281px 8px 30px;
	height: 89px;
}
.ad-top .ad-conright3 {
	width: 65%;
	background: url(../images/ad-hg4.jpg) right top no-repeat;
	background-color: #f7f7f7;
	color: #a0a0a0;
	font-size: 13px;
	padding: 34px 281px 8px 30px;
	height: 89px;
}
.ad-top .ad-conright4 {
	width: 59%;
	width: 57%;
	background: url(../images/ad-hg5.jpg) right top no-repeat;
	background-color: #f7f7f7;
	color: #a0a0a0;
	font-size: 13px;
	padding: 25px 272px 16px 20px;
	height: 77px;
}


/*首页二维码*/
.bar {
	position:relative;
	float:left;
	
	cursor:pointer
}
.bar+.bar {
	margin-left:30px
}

.bar .bar-img {
	display:none;
	position:absolute;
	    top: 23px;
    left: 18px;
	right:0;
	z-index:3
}
.bar .bar-img img {
	display:block;
	width:100px;
	height:100px
}
.bar:hover i,.bar:hover u {
	color:#009933
}
.bar:hover .bar-img {
	display:block;
animation:popFadeIn .5s
}

/*科室*/
.ksbt{color: #30704d;
    font-size: 19px !important;
    /*border-bottom: #dcdcdc solid 1px;*/
	background: #f9f9f9; 
    display: block;}