﻿@charset "UTF-8";
/*江晓东 2018.09.18 */
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: none;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
	margin: auto;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #4077a0;
}/* 鼠标在链接上 */
a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
i,em{
	font-style: normal;
}
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #FFF;
}
select, input {
	vertical-align: middle;
	outline: none;
    font-family:"Microsoft YaHei";
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}
textarea{outline: none;font-family:"Microsoft YaHei";}
.wrap {
	width: 1100px;
	clear: both;
	margin: 0 auto;
}
.clear {
	clear: both;
	overflow:hidden;
}
.h2 {
	clear: both;
	height: 2px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 16px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow:hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h32 {
	clear: both;
	height: 32px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.bai{ background: #FFF;}
.hui{ background: #f2f2f2;}
.pic{ overflow:hidden;}
.pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pic:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.hoverDH{transition: 0.3s linear; -webkit-transition: 0.3s linear;}
.hoverDH:hover{transform: translateY(-5px); -webkit-transform: translateY(-5px);box-shadow: 0 2px 9px 2px rgba(0,0,0,0.1);}
.default{background: url(../images/default.png) center center no-repeat;}
/*公共部分结束*/
/*
********************************此处首页样式开始********************************
*/
/*头部开始*/



.top{
	height: 85px;
	background: #fff;
}
.logo{padding-top: 25px;}
.logo a{display: block;}
.logo img{height: 35px;}
.topTel{
	overflow: hidden;
}
.topTel span{
	float: left;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	line-height: 85px;
	background: url(../images/topTel.png) left center no-repeat;
}
.topTel em{
	overflow: hidden;
	font-size: 24px;
	color: #009e96;
	line-height: 85px;
}
/*头部结束*/
/*menu开始*/
.menuBox{
	height: 56px;
	background: #009e96;
	position: relative;
}
.menu{
	position: relative;
	display: flex;
}
.menu dd{
	text-align: center;
	line-height: 56px;
	flex: 1;
	float: left;
	display: inline;
	position: relative;
}
.oneMenu a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	transition: 0.4s ease;
}
.oneMenu a:hover{
	background: #027c76;
	color: #fff;
}

.menuBg{
	background: url(../images/menuBg.png);
	height: 0;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	transition: 0.4s ease;
	z-index: 9;
	transition-delay: 0.1s;
	overflow: hidden;
}
.subMenuBox{
	position: absolute;
	top: 56px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.subMenu{
	white-space: nowrap;
	margin-left: -50px;
}
.subMenu li{
	display: inline-block;
	padding: 0 18px;
	font-size: 14px;
	
}
.subMenu li a{
	color: #fff;
}
.subMenu li a:hover{
	color: #009E96;
}
.menu dd.hover .oneMenu a{
	background: #027c76;
	color: #fff;
}
.menu dd:hover .oneMenu a{
	background: #027c76;
	color: #fff;
}
.menu dd:hover .subMenu{
	transform: translateY(0);
	opacity: 1;
	filter:alpha(opacity=100);
	transition-delay: 0.3s;
	visibility: visible;
}
/*menu结束*/
/*banner开始*/
.banner .bd li{
	
}
.banner .bd a{
	display: block;
	height: 410px;
}
.banner{
	height: 410px;
	overflow: hidden;
	position: relative;
}
.banner .hd{
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .hd ul li{
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 8px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.banner .hd ul li.on{
	background: #009E96;
}
/*banner结束*/

/*第一通栏开始*/
.hospital{
	background: #f5f5f5;
}
.cmnTitle{
	text-align: center;
}
.cmnTitle span{
	font-size: 24px;
	color: #009E96;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}
.cmnTitle em{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.ideImg{
	margin-right: 40px;
}
.ideImg img{
	width: 455px;
	height: 290px;
}
.ideCet{
	overflow: hidden;
}
.ideInfr{
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.ideInfr a{
	display: inline-block;
	width: 112px;
	height: 38px;
	margin: 0 auto;
	border-radius: 2px;
	line-height: 38px;
	text-align: center;
	color: #009E96;
	font-size: 14px;
	vertical-align: middle;
	transition: 0.2s ease;
}
.ideInfr a:hover{
	color: #f39800;
}
.ideIco{
	width:625px ;
}
.ideIco dd{
	width: 170px;
	float: left;
	display: inline;
	margin-right: 37px;
	padding-top: 40px;
}
.ideIco dd span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.ideIco dd.ico1{
	background: url(../images/ideIco1.png) center top no-repeat;
}
.ideIco dd.ico1 span{width: 85px;}
.ideIco dd.ico2{
	background: url(../images/ideIco2.png) center top no-repeat;
}
.ideIco dd.ico2 span{width: 96px;}
.ideIco dd.ico3{
	background: url(../images/ideIco3.png) center top no-repeat;
}
.ideIco dd.ico3 span{width: 140px;}
/*.ideMore a{
	display: block;
	width: 112px;
	height: 38px;
	margin: 0 auto;
	border: 1px solid #009e96;
	border-radius: 2px;
	line-height: 38px;
	text-align: center;
	color: #009E96;
	font-size: 14px;
}*/

/*第一通栏结束*/
/*第二通栏开始*/
.hplList {
	overflow: hidden;
	position: relative;
}
.hplList .bd li{
	width: 275px;
	float: left;
	display: inline;
}
.hplIco{
	background-position: center top;
	background-repeat: no-repeat;
	height: 140px;
}
.hplTxt{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 202px;
	text-align: center;
	margin: 0 auto;
}
.hplList .prev,
.hplList .next{
	position: absolute;
	top: 36px;
	display: block;
	height: 53px;
	width: 28px;
	background: #dbdbdb;
	transition: 0.4s ease-in-out;
}
.hplList .prev{
	left: 0;
	background: #dbdbdb url(../images/hplPrev.png) center center no-repeat;
}
.hplList .prev:hover{
	background-color: #009E96;
	background-image: url(../images/hplPrev_h.png);
}
.hplList .next{
	right: 0;
	background: #dbdbdb url(../images/hplNext.png) center center no-repeat;
}
.hplList .next:hover{
	background-color: #009E96;
	background-image: url(../images/hplNext_h.png);
}
/*第二通栏结束*/
/*第三通栏开始*/
.styleList{
	overflow: hidden;
	padding-right: 345px;
	position: relative;
}
.styleList dd{
	float: left;
	display: inline;
	margin:0 13px 12px 0;
	width: 185px;
	height: 135px;
}
.styleList dd img{
	width: 185px;
	height: 135px;
}
.styleList dd.img1{
	width: 345px;
	height: 282px;
}
.styleList dd.img6{
	width: 345px;
	height: 282px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.styleList dd.img1 img,
.styleList dd.img6 img{
	width: 345px;
	height: 282px;
}
/*第三通栏结束*/
/*第四通栏开始*/
.site{
	background: #f5f5f5;
}
.map{
	width: 705px;
	height: 500px;
	background: #fcf8ed;
	margin-right: 22px;
}
.map img{
	width:100%;
	height:100%;
}
.siteView{
	overflow: hidden;
	height: 500px;
}
.siteView dd{
	height: 45px;
	line-height: 45px;
	margin-bottom: 18px;
}
.siteView dd a{
	display: block;
	color: #fff;
	padding-left: 40px;
	background: #01bfb6;
	font-size: 18px;
	position: relative;
}
.siteView dd i{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -5px;
}
.siteView dt{
	padding: 22px 35px 20px 35px;
	background: #009E96;
}
.siteEwm img{
	width: 156px;
	height: 156px;
}
.siteLink{
	font-size: 14px;
	color: #fff;
}
.siteLink a{
	color: #fff;
}
.site2{
	color: #fff;
	line-height: 24px;
	color: #fff;
}
/*第四通栏结束*/
/*第五通栏开始*/

/*第五通栏结束*/

/*底部开始*/
.footer{
	height: 50px;
	background: #e6e6e6;
	line-height: 50px;
}
.footer span{
	color: #999;
	font-size: 14px;
}
.footer a{
	color: #999;
}
.footer a:hover{
	color: #333;
}
.floatRight{
	position: absolute;
	top: 35%;
	right: 50px;
	padding: 10px;
	background: #009E96;
	display: none;
}
.floatBox{
	width: 200px;
	height: 380px;
	background: #fff;
	border-radius: 5px;
}
.floatTit{
	text-align: center;
	padding-top: 48px;
	background: url(../images/floatIco1.png) center top no-repeat;
}
.floatTit span{
	color: #0997ad;
	font-size: 18px;
	display: block;
}
.floatTit em{
	font-size: 20px;
	color: #0997ad;
	font-weight: bold;
}
.floatEwm{
	text-align: center;
}
.floatEwm img{
	width: 120px;
	height: 120px;
}
.floatCnt a{
	display: block;
	height: 35px;
	width: 175px;
	border-radius: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 3px 2px 0 rgba(0,0,0,0.2);
}
.floatCnt .floatCnt1{
	background: #f39800;
	margin-bottom: 14px;
}
.floatCnt .floatGh{
	background: #02c0b7;
}
/*底部结束*/
/*
********************************此处首页样式结束********************************
*/
/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/
.subMain{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
/*页码开始*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px; display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #ececec;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #8F359A;color: #fff;}
.page a.hover{background: #8F359A;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/icon12.png)}
.page a.prevPage div{background-image: url(../images/icon13.png)}
.page a.nextPage div{background-image: url(../images/icon14.png)}
.page a.lastPage div{background-image: url(../images/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#fafafa;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/icon15.png)}
/*页码结束*/
/*内页框架结束*/
/*单篇文章页开始*/

/*单篇文章页结束*/

/**
* newsView
* 新闻详细页
*/
.ArticleTitle{
	font-size: 24px;
	text-align: center;
}
.articleTime{
	padding-top: 10px;
	text-align: center;
}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	color: #858585;
	font-size: 13px;
}
.pageUp a{
	color: #858585;
}
.pageUp a:hover{
	color: #009e96;
}
/* 文章阅读页——*/

#play {
	width: 785px;
	height: 525px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 797px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	display: inline;
	width: 124px;
	height: 82px;
	padding: 3px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 124px;
	height: 82px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 90px;
	width: 124px;
	height: 82px;
}

.img_hd ul li.on {
	border: 1px solid #0d75d9;
	background: #0d75d9;
}

.imgMove .prev_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/prev6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.imgMove .next_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/next6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.article_pageUp a {
	color: #666
}

.article_pageUp a:hover {
	color: #317f37
}

.articlePage {
	clear: both;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #365f4d;
}

.articlePage a.hover {
	color: #fff;
	background: #365f4d;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}

.articleHand a:hover {
	color: #365f4d;
}

.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.ArticleBox{
	font-size: 16px;
	line-height: 40px;
}
.ArticleBox img{
    max-width: 100%;
}
/***newsView start***/
/* 
 * imgList1
 * 
 */
.imgList1{
	width: 1230px;
	margin: 0 auto;
	
}
.imgList1 dd{
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 10px 0;
	text-align: center;
}
.imgList1 dd a{
	display: block;
	overflow: hidden;
	margin: 0 15px;
}
.imgBox{
	position: relative;
	overflow: hidden;
	padding-top: 66.66666%;
}
.imgBox img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgList1 span{
	font-size: 16px;
	display: block;
	color: #666;
}
/*全文*/
.textList1{ overflow: hidden; width: 1200px; margin: 0 auto;}
.textList1 dd{ overflow: hidden; height: 50px; line-height: 50px; border-bottom: 1px dotted #ddd;}
.textList1 dd a{ display: block;overflow: hidden; font-size: 14px;}
.textList1 dd a em{ width: 4px; height:4px; border-radius: 4px; background: #777; float:left; display: inline; margin:23px 10px 0 0;}
.textList1 dd span{ float: right; display: inline; overflow: hidden; margin-left: 50px;}
.textList1 dd:hover a{ color: #009e96;}
/*
********************************此处内页样式结束********************************
*/
