/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}

body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	min-width: 1200px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:scroll; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */



}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 14px;
	border:1px solid #ccc;
	border-radius:4px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:#333;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}



.bobox{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/


#map{
	width: 100%;
	height:100%;
	position: fixed;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.map-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 351px;
	z-index:2;
}

.zuo {
	position: absolute;
	width: 23px;
	height: 62px;
	top: 50%;
	margin-top: -31px;
	right: -23px;
	background-image: url(../images/zuo-2.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

	.zuo.active {
		background-image: url(../images/zuo-2-h.png);
	}


.bianmin-title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	color: #212121;
	position: relative;
	z-index: 500;
	box-shadow: 0 4px 10px -2px #bbb;
	background-color: #fff;
	transition: .5s;
}

	.bianmin-title.active {
		left: -272px;
	}

		.bianmin-title.active span {
			margin-right: 19px;
		}

	.bianmin-title span {
		float: right;
		width: 20px;
		height: 57px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/menu.jpg);
		margin-right: 12px;
		cursor: pointer;
	}

.logo img {
	display: block;
}



.menu-list {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 57px;
	width: 80px;
	border-right: 1px solid #e8e8e8;
	background-color: #fff;
	z-index: 450;
}



.menu-con-wp {
	position: absolute;
	left: 80px;
	top: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 57px;
	background-color: #fff;
	width: 271px;
	box-shadow: 4px 0 10px -3px #ddd;
	transition: .5s;
}

	.menu-con-wp.active {
		left: -192px;
	}

.menu-list li {
	height: 80px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	text-align: center;
	line-height: 80px;
	/*color: #A9A9A9;*/
	color:#000;
	border-bottom: 1px solid #e8e8e8
}



	.menu-list li.active {
		background-color: #f38f00;
		color:#fff;
	}

/*.m-li-1 {
	background-image: url(../images/m-1.png);
}

	.m-li-1.active {
		background-image: url(../images/m-1-h.png);
	}

.m-li-2 {
	background-image: url(../images/m-2.png);
}

	.m-li-2.active {
		background-image: url(../images/m-2-h.png);
	}

.m-li-3 {
	background-image: url(../images/m-3.png);
}

	.m-li-3.active {
		background-image: url(../images/m-3-h.png);
	}

.m-li-4 {
	background-image: url(../images/m-4.png);
}

	.m-li-4.active {
		background-image: url(../images/m-4-h.png);
	}
*/




.menu-con-title {
	font-size: 18px;
	color: #333333;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	border-bottom: 1px solid #eeeeee;
}

.menu-con {
	position: relative;
	height: 100%;
}


.menu-gun {
	position: absolute;
	width: 100%;
	top: 53px;
	bottom: 0;
	overflow-y: scroll;
}

.menu-zhuanti {
	width: 233px;
	margin: 15px auto;
}

.zhuanti-anniu {
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 210px center;
	background-image: url(../images/xia.jpg);
	margin-top: 7px;
}

.menu-zhuanti li:first-child .zhuanti-anniu {
	margin-top: 0;
}

.zhuanti-xia {
	margin-top: 6px;
	display: none;
}

#zhuanti-xia-1 {
	display: block;
}

.zhuanti-xia > h1 {
	font-size: 14px;
	color: #d57814;
	background-color: #faf1e1;
	padding-left: 10px;
	height: 42px;
	line-height: 42px;
}

.zhuanti-list {
	padding: 12px;
	border: 1px solid #eee;
	border-top-color: #faf1e1;
}

	.zhuanti-list dd {
		height: 30px;
		line-height: 30px;
		color: #525252;
		font-size: 14px;
	}

		.zhuanti-list dd input[type="checkbox"] {
			vertical-align: middle;
			margin-top: -1px;
			margin-right: 10px;
		}

		.zhuanti-list dd a {
			float: right;
			background-repeat: no-repeat;
			background-position: center;
			width: 3px;
			height: 15px;
			background-image: url(../images/xian.png);
			margin-top: 8px;
			margin-right: 2px;
			transition: .3s;
		}

			.zhuanti-list dd a:hover {
				background-image: url(../images/xian-h.png);
			}


.banshi {
	padding-left: 14px;
	padding-top: 30px;
}

.banshi-input {
	margin-bottom: 12px;
	position: relative;
}

	.banshi-input input[type="image"] {
		position: absolute;
		right: 32px;
		top: 11px;
	}

	.banshi-input span {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}

	.banshi-input select {
		width: 200px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		border: 1px solid #eee;
		padding-left: 12px;
		font-size: 14px;
		/*color: #b7b3b3;*/
	}

	.banshi-input input[type="text"] {
		width: 200px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border: 1px solid #eee;
		padding-left: 15px;
	}

	.banshi-input input[type="button"] {
		width: 75px;
		height: 31px;
		line-height: 31px;
		background-color: #f39800;
		font-size: 14px;
		color: #fff;
		border: 0;
		margin-left: 32px;
		border-radius: 3px;
	}

.cell{
	text-align:center;
}

#map-jieguo-list tr td {
	border-bottom: 1px solid #e8e8e8;
}

#map-jieguo-page {
	text-align: center;
	font-size: 12px;

	padding-bottom: 30px;
}

#map-jieguo-page {
	margin-top: 24px;
}

	#map-jieguo-page a {
		margin: 0 6px;
	}


	#map-jieguo-page img {
		vertical-align: middle;
		margin-top: -2px;
	}


#xqeductaion-jieguo-list tr td {
	border-bottom: 1px solid #e8e8e8;
}

#xqeductaion-jieguo-page {
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
}

#xqeductaion-jieguo-page {
	margin-top: 24px;
}

	#xqeductaion-jieguo-page a {
		margin: 0 6px;
	}


	#xqeductaion-jieguo-page img {
		vertical-align: middle;
		margin-top: -2px;
	}

#zxxeducation-jieguo-list tr td {
	border-bottom: 1px solid #e8e8e8;
}

#zxxeducation-jieguo-page {
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
}


	#zxxeducation-jieguo-page a {
		margin: 0 6px;
	}


	#zxxeducation-jieguo-page img {
		vertical-align: middle;
		margin-top: -2px;
	}

#zyeducation-jieguo-list tr td {
	border-bottom: 1px solid #e8e8e8;
}

#zyeducation-jieguo-page {
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
}

#zyeducation-jieguo-page {
	margin-top: 24px;
}

	#zyeducation-jieguo-page a {
		margin: 0 6px;
	}


	#zyeducation-jieguo-page img {
		vertical-align: middle;
		margin-top: -2px;
	}

#map-right {
	/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	width: 61px;
	height: 100%;
	background-image: url(../images/baidi.png);
	box-shadow: -4px 0 10px -3px #ccc;
	padding-top: 40px;*/
	position: absolute;
	width: 240px;
	right: 48px;
	top: 80px;
	/*height: 100%;*/
	z-index: 2;
}

#toolbar {
	height: 40px;
	background-color: #f38f00;
	border-radius: 6px;
	box-shadow: 2px 4px 8px #ccc;
	position: relative;
}
/*#toolbar ul li{
	float:left;
	margin-top:10px;
	margin-right:30px;
	margin-left:50px;
	color:#fff
}*/
.toolbar-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border-radius: 6px 0 0 6px
}
.region {
	position: relative ;
	float:left;
	height:42px;
	vertical-align: middle;
	line-height: 42px;
	margin-left: 30px;
	display: inline-block;
	color:#f2f2f2
}
.region span{
	float:left;
}
#toolbar em {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	float: left;
	margin-top: 13px;
	background-image: url(../images/down-arrow.png);
	/*	background-repeat:no-repeat;
	background-position:-13px -17px*/
}
.tool-gap{
	float:left;
	height:21px;
	display:inline-block;
	border-right:1px solid #eee;
	top:10px;
	position:relative;
}
.toolbar-middle {
	position: absolute;
	width: 120px;
	height: 42px;
	line-height: 42px;
	left: 110px;
	color: #f2f2f2;
	cursor:pointer;
}
#toolbar i {
	margin-left: 30px;
	float:left;
}
.toolbar-right {
	position: absolute;
	width: 120px;
	height: 42px;
	line-height: 42px;
	left: 120px;
	color: #f2f2f2;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
}
.detail {
	display:none;
	position: absolute;
	width: 116px;
	background-color: rgba(0,0,0,.7);
	top: 50px;
	right: 0px;
	float: left;
	border-radius:6px;
}
	.detail li {
		box-sizing: border-box;
		width: 100%;
		line-height: 34px;
		color: #f2f2f2;
		cursor: pointer;
	}
		.detail li.active {
			background: #0f53b9;
		}
	/*	.detail-box li :hover {
			color: #ff6319
		}*/
		.detail li:first-of-type {
			margin-top: 8px;
		}
		.detail li:last-of-type {
			margin-bottom:8px;
		}
	.detail i{
		float:left;
		margin-left:5px;
	}
.detail-img {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 8px;
	margin-left: 24px;
	margin-right: 10px;
}



#switchMap {
	position: absolute;
	bottom: 20px;
	right: 48px;
	z-index: 2;
}

	#switchMap img {
		border: 3px solid #f2f2f2
	}
#vec_type{
	display:none;
}
#zoom {
	position: absolute;
	bottom: 80px;
	right: 48px;
	background: #fff;
	z-index: 2;
}

#popup-content h3{
	border-bottom:1px dashed;
	margin-bottom:10px;
	line-height:40px;
}

#popup-content p {
	margin-bottom: 10px;
}
#popup-content select {
	margin-right:20px
}
.detail-info {
	float: left;
	width: 100%;
	height: 50px;
	color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #112f54;
}
	.detail-info div {
		float: left;
		position: relative;
		width: 48%;
		height: 100%;

		line-height: 50px;
		text-align: center
	}

.map-left-detail {
	position: absolute;
	width: 100%;
	top: 50px;
}

#return {
	height: 33px;
	line-height: 33px;
	box-shadow: 3px 3px 5px #ccc;
	background-color: #0f53b9;
	margin-bottom: 12px;
}

	#return a {
		color:#fff
	}

	#return img {
		vertical-align: middle;
		margin: -3px 8px 0 16px;
	}

.map-left-wp {
	width: 100%;
	/*height: 812px;*/
	overflow: hidden;
	background-color: #fff;
	box-shadow: 3px 3px 5px #ccc;
}
.map-left-wp-02 .gundong-qu {
	margin-bottom: 17px;
}

.hospital-detail {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0f53b9;
	height: 102px;
	padding: 18px;
	padding-bottom: 0;
}

	.hospital-detail h1 {
		font-size: 18px;
		color: #fff;
	}

	.hospital-detail h2 {
		font-size: 14px;
		color: #fff;
		padding: 12px 0;
	}

	.hospital-detail p span {
		font-size: 12px;
		color: #fff;
		margin-right: 15px;
	}

		


.luxian {
	padding: 0 8%;
}

	.luxian li {
		float: left;
		width: 33.333333%;
		height: 48px;
		line-height: 48px;
		text-align: center;
	}

.luxian {
	border-bottom: 1px solid #dde1e5;
}

	.luxian li a {
		display: block;
		color: #0381d6;
	}

		.luxian li a img {
			vertical-align: middle;
			margin-top: -3px;
			margin-right: 7px;
		}

.lianxi {
	padding-bottom: 21px;
	line-height: 2;
	border-bottom: 1px solid #dde1e5;
}

	.lianxi img {
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 10px;
	}
    .lianxi p span{
		margin-right:15px;
    }
.gundong-qu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 600px;
	overflow-y: scroll;
	padding: 21px;
	margin-bottom: 17px;
}

.title-2 {
	font-size: 16px;
	color: #333;
}

	.title-2 img {
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 9px;
	}

.jianjie {
	display: block;
	width: 100%;
}

.about-con {
	line-height: 1.8;
}

	.about-con p.about-con-p {
		text-indent: 2em;
		font-size: 14px;
		color: #333;
	}

	.about-con p span {
		color: #0381d6;
	}

	.about-con p a {
		color: #0381d6;
	} 

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
