.top-left-edition{
	width: 1200px;
	margin: 0 auto;
	height: 55px;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 30px;
	color: #999999;
	display: flex;
	align-items: center;
}

.top-left-edition img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header-nav{
	width: 1200px;
	margin: 0 auto;
	height: 53px;
	padding-top: 20px;
	position: relative;
	z-index: 100;
	box-sizing: content-box;
}
.header-nav .logo{
	float: left;
	width: 274px;
	margin-right: 140px;
}
.navigation-edition{
	float: right;
}
.navigation-edition ul{
	float: right;
}
.navigation-edition ul li{
	float: left;
	position: relative;
	z-index: 999;
}

.navigation-edition ul li>a{
	color: #666666;
	padding: 0 24px;
	line-height:52px;
	font-size: 16px;
}
.navigation-edition ul li>a:hover{
	color: #21b3b9;
}
.navigation-edition ul li>div{
	display: none;
}
.navigation-edition ul li:hover div{
	display: block;
}
.navigation-edition ul li.hover a{
	color: #21b3b9;
}
/* banner */
.banner{
	width: 100%;
}
@media (max-width:1200px) {
    body{
		float: left;
		padding: 0 3rem;
	}
}
@media (max-width:1200px) {
    .banner{
    	width: 1200px;
    }
}
.banner img{
	width: 100%;
	height: auto;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.index-list{
	width: 100%;
}
.index-list .list-title{
	font-size:36px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:36px;
	text-align: center;
}
.index-list .list-title strong{
	color: #21B3B9;
}
.index-list .list-text img{
}
.index-list .list-text h5{
	text-align: center;
	font-size:20px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:36px;
	margin: 48px 0 34px 0;
}
.index-list .list-text p{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}
.img-jie{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.img-jie img{
	float: right;
}
.img-jie-cont{
	
}
.jie-list{
	width:780px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.img-float{
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.img-float img{
	width: 470px;
	height: 500px;
	float: left;
}
.img-float-cont{
	float: right;
	flex-shrink: 0;
	width:680px;
	height: 500px;
	padding-top: 52px;
	box-sizing: border-box;
}
.cont-list{
	width:680px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.cont-list .cont-list-number{
	width: 100%;
	height:80px;
	position: absolute;
	top: -55px;
	display: flex;
	align-items: flex-start;
}
.cont-list .cont-list-number span{
	display: inline-block;
	width:80px;
	height:80px;
	border-radius:40px;
	text-align: center;
	line-height: 80px;
	font-size:30px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.cont-list .cont-list-number strong{
	display: inline-block;
	font-size:24px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 15px;
	margin-left: 20px;
}
.index-list  .cont-list p{
	font-size:16px;
	color:rgba(102,102,102,1);
	line-height:30px;
}
.index-list  .cont-list .cont-list-title{
	display: block !important; 
	width: 100%;
	font-weight: bold;
	color: #00A0A7;
	margin-top: 30px;
}
.index-list  .cont-list .cont-list-title img{
	margin-right: 10px;
}
.index-list  .cont-list p{
	display: flex;
	justify-content: flex-start;
}
.index-list  .cont-list p span{
	display: inline-block;
}
.index-list  .cont-list p span:first-child{
	width: 10px;
	flex-shrink: 0;
}
.hospital-list-ed{
	width: 1200px;
	height: 320px;
	overflow: hidden;
}
.hospital-list-ed ul{
	float: left;
	width: 1300px;
}
.hospital-list-ed ul li{
	float: left;
	width: 390px;
	margin-right: 15px;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
	cursor: pointer;
}
.hospital-list-ed ul li:hover .hospital-list-kuai{
	display: block;
}
.hospital-list-ed ul li:hover .hospital-list-imgd span{
	display: none;
}
.hospital-list-ed ul li .hospital-list-imgd{
	float: left;
	width: 390px;
	cursor: pointer;
}
.hospital-list-ed ul li .hospital-list-imgd img{
	cursor: pointer;
    width:390px;
    height:292px;
}
.hospital-list-ed ul li .hospital-list-imgd span{
	background: url(../img/biaoq.png) no-repeat;
	width: 350px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	float: left;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.hospital-list-ed ul li .hospital-list-kuai {
    float: left;
    width: 340px;
    padding: 0 15px;
    height: 272px;
    left: 10px;
    background:url(../img/dakuai.png) no-repeat;
	position: absolute;
	top: 10px;
	display: none;
}
.hospital-list-ed ul li .hospital-list-kuai span{
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    float: left;
    width: 340px;
    margin-top: 50px;
    font-weight:bold;
}
.hospital-list-ed ul li .hospital-list-kuai p{
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    float: left;
    width: 340px;
    margin-top: 10px;
}
.hospital-list-ed ul li .hospital-list-kuai b{
    float: right;
    width: 40px;height: 40px;
    margin-top: 24px;
}
.hospital-list-ed ul li .hospital-list-kuai b a{
    display: block;
}
.hospital-list-ed ul li .hospital-list-kuai.show {
    bottom: 10px;
    transition: bottom .4s;
}
.more-button{
	width:180px;
	height:50px;
	border:1px solid rgba(51,51,51,1);
	text-align: center;
	line-height: 50px;
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin: 0 auto;
	margin-top: 60px;
}
.more-button:hover{
	border:1px solid #21B3B9;
}
.more-button:hover a{
	color: #21B3B9;
}
.list-text h4{
	font-size:24px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-align: center;
	padding: 50px 0 30px 0;
}
.list-tabel table{
	width:800px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 18px;
	color: #666666;
}
.list-tabel table td{
	height: 60px;
	border: 1px solid #EEEEEE;
    vertical-align: middle;
	text-align: center;
}
.index-list .address-text p{
	text-align: center;
	color: #666666;
}
.wz-logo{
	margin: 80px auto;
	text-align: center;
}
.wz-logo .button{
	width:220px;
	height:50px;
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	line-height: 50px;
	margin: 20px auto;
}
.wz-logo .button a{
	color: #FFFFFF;
}
.wz-logo .button a img{
	height: 12px;
}

.dabeijing{
	width: 1200px;
	height: 819px;
	background: url(../img/sjz.png) center no-repeat;
	margin-top: 124px;
	margin: 0 auto;
}
.w{
	float: left;
	width: 470px;
}
.w span{
	float: left;
	width: 490px;
	font-size: 24px;
	color: #333333;
	line-height: 26px;
	font-weight: bold;
}
.w p{
	float: left;
	width: 490px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 30px;
}
.dia1{
	text-align: right;
}

.dia2{
	float: left;
	margin-top: 131px;
	margin-left: 700px;
	text-align: left;
}
.dia3{
	float: left;
	margin-top: 200px;
	text-align: right;
}
.dia4{
	float: left;
	margin-top: 170px;
	margin-left: 700px;
	text-align: left;
}
.dia4 p{
	width: 500px;
}

@media (max-width:1000px) {
    .dia5 {
        float: left;
        margin-top: 20px;
        text-align: right;
    }
}

.img-address{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.img-address-cont{
	float: right;
	flex-shrink: 0;
	width:810px;
	height: 400px;
	padding-top: 30px;
	box-sizing: borde
}

.img-address-cont .cont-list{
	width:715px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.img-address-cont .cont-list img{
	margin-right:10px;
}

.img-address-wx{
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.img-address-wx-cont{
	float: right;
	flex-shrink: 0;
	width:810px;
	height: 300px;
	padding-top: 30px;
	box-sizing: borde
}

.img-address-wx-cont .cont-list{
	width:480px;
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
	position: relative;
}
.img-address-wx-cont .cont-list img{
	margin-right:10px;
}

.img-title-cont{
	float: right;
	flex-shrink: 0;
	width:810px;
	height: 300px;
	padding-top: 30px;
	box-sizing: borde
}

.img-title-cont .cont-list{
	width:480px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.img-title-cont .cont-list img{
	margin-right:10px;
}