/*index*/
html,
body {
	width: 100%;
	height: 100%
}
* {
	margin: 0px;
	padding: 0px
}
body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei"
}
a {
	color: #1ba65c;
	text-decoration: none
}
/*地图框架*/
#container {
	min-width: 600px;
	min-height:690px
}
/*头部*/
.header {
	width: 100%;
	height:152px;
    box-shadow: 0px 1px 8px 0px rgba(55, 55, 55, 0.08);
}
.header_left {
	height: 152px;
	float: left;
	padding-left: 40%;
}
.header_left img {
	height:118px;
	float: left;
	margin:16px 10px 0 0;
}
.header_left div {
	width: 310px;
	height: 152px;
	float: left;
	margin-top:30px;
}
.header_left h5 {
	line-height:50px;
    letter-spacing:2px;
	color: #333;
	font-size:36px;
    font-weight:bold;
    letter-spacing:1px
}
.header_left p {
	line-height:40px;
	font-size:16px;
	color: #333;
    font-weight:500;
    margin:2px 0
}
.header_right {
	width: 10%;
	height: 152px;
	line-height: 152px;
	float: right;
	text-align: center;
}
/*底部*/
.footer {
	width: 100%;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    padding:1% 0px;
    text-align:center
}
/*左侧 列表*/
.map_L {
	width: 330px;
	min-height: 60px;
	max-height: 680px;
	position: absolute;
	left: 20px;
	top:170px;
	z-index: 99;
	overflow: hidden;
}
#SelectCity {
	width:98%;
	height: 40px;
	margin:10px 0;
	border-radius:2px;
	background: #fafafa;
	display: inline-block;
	line-height:40px;
	text-align: center;
    border:1px solid #1ba65c
}
#SelectCity a {
    width:100%;
	height: 40px;
    display:inline-block;
	color: #1ba65c;
	font-size: 14px;
	letter-spacing: 1px;
    cursor:pointer
}
/*医院列表*/
.map_L ul {
	width:308px;
	height: 600px;
	padding: 10px;
	display: none;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #eee;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.map_L ul li {
    display:inline-block;
	list-style: none;
	min-height: 30px;
	margin-bottom: 10px;
}
.map_L ul li div {
	float: left;
	display: inline-block;
	width: 90%;
    margin-bottom:8px;
    min-height:30px
}
.map_L ul li img {
	float: left;
	display: inline-block;
	width: 20px;
	margin: 4px 6px 0 0;
}
.map_L ul li h6 {
	font-size: 15px;
	color: #2196f3;
	font-weight: 100;
}
.map_L ul li span {
	width: 275px;
	height: 28px;
	display: inline-block;
	font-size: 14px;
	color: #808080;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
    line-height:24px
}
/*hospital*/
/*医院信息*/
.hosInfor{
	width: 330px;
	height: auto;
	display: none;
}
.reuturn{
	width: 308px;
	height: 24px;
	line-height: 24px;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-shadow: 1px 2px 1px rgba(0,0,0,.15);
	border-radius: 2px;
	margin-bottom: 10px;
}
.reuturn img{
	width: 12px;
	float: left;
	margin:7px 5px 0 0;
}
.reuturn span{
	width: 90%;
	height: 24px;
	float: left;
	display: block;
	color: #333;
	font-size: 14px;
}
/*医院信息   医院名称*/
.hos{
	width:330px;
	height: 475px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	overflow-x: hidden;
	overflow-y: auto;
}
.hos_name{
	width:310px;
	height:80px;
	background: #eee;
	padding: 10px
}
.hos_nL{
	width: 67%;
	height:80px;
	float: left;
	color: #333;
	font-weight: 100;
}
.hos_nL h5{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}
.hos_nL h6{
	width: 100%;
	font-size: 12px;
	line-height: 24px;
}
.hos_nL h6 img{
	width: 16px;
	display: inline-block;
	float: left;
	margin: 3px 3px 0 0;
}
.hos_nL h6 span{
	width: 180px;
	height: 24px;
	line-height: 24px;
	float: left;
	display: inline-block;
}
.hos_nR{
	width: 33%;
	height:80px;
	float: left;
	color: #fff;
}
.hos_nR a{
	border-radius: 2px;
    margin: 0 0 0 13px;
    width: 84px;
    height: 29px;
    display: block;
    border: 1px solid #85B6FF;
    -webkit-transition: top .3s,width .3s,border .3s,left .3s,margin .3s,right .3s;
    transition: top .3s,width .3s,border .3s,left .3s,margin .3s,right .3s;
    color: #fff;
	font-size: 12px;
	margin: 5px 10px;
}
.hos_nR .goimg{
	width: 13px;
    height: 20px;
    left: 9px;
    top: 5px;
    display: inline-block;
    position: relative;
    background-image: url(/Content/images/go.png);
    background-repeat: no-repeat;
    background-position: -14px -354px;
    margin-right: 17px;
}
.hos_nR .goimg.goimg2{
    background-position: -42px -354px;
}
.hos_nR a:hover .goimg{
    background-position: 0 -354px;
}
.hos_nR a:hover .goimg.goimg2{
    background-position: -28px -354px;
}
.hos_nR a:hover {
    background: #fff;
    color:#2196f3;
}
/*医院图片*/
.hos_img{
	clear: both;
	width: 330px;
	/*height:170px;*/
	overflow: hidden;
}
.hos_img img{
	width: 330px;
}
/*医院地址*/
.hos_place,.hos_tel{
	height: 24px;
	line-height: 24px;
	padding:10px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	background: #fff;
	color: #333;
}
.hos_place img,.hos_tel img{
	width: 16px;
	display: inline-block;
	float: left;
	margin: 3px 3px 0 0;
}
/*医院介绍*/
.hos_pro{
	height: auto;
	padding: 10px;
	background: #fff;
	color: #333;
	font-size: 12px;
	line-height: 24px;
}
.hos_pro h6{
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}
.hos_pro h6 span{
	font-size: 12px;
	background: #2196f3;
	border-radius:10px;
	padding:3px 10px;
	margin:3px 0 0 10px;
	color: #fff;
	line-height: 15px;
	display: inline-block
}
/*login*/
.login_header{
	width: 100%;
	background: #eeeeee;
	height: 152px;
	margin:0 auto;
	box-shadow: 0px 1px 8px 0px rgba(55, 55, 55, 0.08);
}
.login_Head{
	width:560px;
	height: 152px;
	margin:0 auto;
}
.login_Head img{
	width:118px;
	height: 118px;
	float: left;
	margin: 16px 20px 0 0;
}
.login_Head div{
	width:422px;
	line-height: 40px;
	float: left;
	margin-top:40px;
	color: #000;
	font-size: 16px;
}
.login_Head div h5{
	font-size:36px;
	letter-spacing: 2px;
}
/*登录中心*/
.login_con{
	width: 100%;
	background:#d1d1d1;
	margin: 0 auto;
	overflow: hidden;
}
.login_c{
	width: 90%;
	margin: 0 auto;
}
.login_c img{
	width: 50%;
	height:95%;
	display:block;
	float: left;
	margin:20px 30px 0 0
}
/*登录框*/
.login_box{
	width: 500px;
	height: 400px;
	float: left;
    border-radius: 4px;
    background-color:#fff;
    box-shadow: 0px 11px 35.72px 2.28px rgba(39, 39, 39, 0.3);
    margin:100px auto 0 auto;
    text-align: center;
}
@media screen and (max-width: 1366px) {
	.login_box{
		margin:25px auto 0 auto;
	}
}
@media screen and (max-height: 768px) {
	.login_box{
		margin:25px auto 0 auto;
	}
}

.login_box h6{
	width: 100%
	height:60px;
	line-height: 60px;
	color: #fff;
    background:#0a6d38;
    font-size: 18px;
    text-align: center;
    border-radius:4px 4px 0 0;
    margin-bottom:20px ;
}
.login_txt{
	width: 80%;
	margin: 10px 50px 20px;
	height: 40px;
	line-height: 40px;	
	position: relative;
}
.login_txt input{
	border: none;
	outline: none;
	width: 90%;
	height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 30px;
}
.login_txt img.user{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 13px;
	margin: 0;
}
.login_txt input:focus{
	border-bottom: 1px solid #096b39;
}
.login_txt.yzm input{
	width: 50%;
	float: left;
	margin-right: 40px;
}
.login_txt.yzm .yzmI{
	background: url(../images/yzm.jpg);
	width: 100px;
	height:40px;
	display: block;
	float: left;
}
.login_box p{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	text-align: right;
	margin:0 60px 10px 0
}
.login_box p input{
	margin:5px 5px 0 0
}
.login_btn{
	width:80%;
	height:48px;
	line-height:48px;
	color: #fff;
    background:#096b39;
    font-size: 18px;
    text-align: center;
    border-radius:4px;
    border: 1px solid #003f1f;
}
