﻿#middle{
	width: 100%;
	padding-top: 104px;
	background-color: #fff;
}

/* banner */
.xsky-banner img{
	display: none;
}
.each-title{
	font-size: 36px;
	text-align: center;
}
.xsky-title{
	margin-top: 200px;
}
.title-line{
	height: 4px;
	width: 68px;
	background-color: #AC1B22;
	margin: 10px auto 0;
}
.xsky-title .title-line{
	background-color: #A3453E;
}

/* 门诊导航 */
.mzdh-box{
	background-color: #EFEFEF;
	height: 445px;
}
.mzdh-main{
	position: relative;
}
.mzdh-nav{
	top: -86px;
	position: absolute;
	height: 280px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	box-shadow: 5px 8.66px 20px 10px rgba(185,185,185,0.30); 
	padding: 20px;
}
.mzdh-ul{
	display: flex;
	justify-content: center;
	height: 100%;
}
.mzdh-ul li{
	flex: 1;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.mzdh-ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	color: #000;
}
.each-menu{
	margin: 0 10px;
	flex: 1;
	text-align: center;
	font-size: 20px;
	height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
}
.each-menu i{
	font-size: 60px;
	color: #AEAEAE;
}
.each-menu div{
	margin-top: 50px;
}
.each-line{
	width: 1px;
	height: 100%;
	background: linear-gradient(to top, rgba(226,226,226,.8) 0%, rgba(226,226,226,.1) 100%);
}
.mzdh-ul li a:hover .each-menu,
.mzdh-select .each-menu{
	background: url(/cms/templates/50587196986510000/images/middle_icon_03.jpg)no-repeat center;
	background-size: cover;
	box-shadow: 5px 8.66px 20px 10px rgba(185,185,185,0.30);
	color: #fff;
}
.mzdh-ul li a:hover .each-line,
.mzdh-select .each-line{
	display: none;
}
.mzdh-ul li a:hover .each-menu i,
.mzdh-select .each-menu i{
	color: #fff;
}
/* 搜索框 */
.search-main{
	padding-top: 230px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.mzdh-search-right{
	display: flex;
	flex: 1;
	align-items: center;
}
.mzdh-search{
	background-color: #fff;
	height: 50px;
	margin-left: 20px;
	flex: 1;
	padding: 0 20px;
}
.mzdh-search select{
	box-sizing: border-box;
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(/cms/templates/50587196986510000/images/arrow.png) no-repeat scroll 100% center transparent;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.mzdh-search select::-ms-expand { display: none; }
.mzdh-btn{
	width: 140px;
	height: 50px;
	line-height: 50px;
	background-color: #be262f;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	box-shadow: 0 5px 5px #ccc;
	cursor: pointer;
}
.mzdh-input{
	width: 100%;
	height: 100%;
}

/* 表格 */
.bg-box{
	margin-top: -134px;
}
.bg-main{
	width: 1300px;
}
.bg-top-text{
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.tishi{
	font-size: 16px;
}
.bg-table{
	margin-top: 10px;
}
.bg-table table{
	border-collapse:collapse; width:100%;
}
.bg-table table td,
.bg-table table th{
	border: 1px solid #e4e4e4;
}
.bg-table thead tr{
	height: 100px;
}
.bg-table thead tr th{
	padding: 0 23px;
	min-width: 115px;
	box-sizing: border-box;
	background-color: #41C8D5;
	color: #fff;
	font-weight: normal;
}
.bg-text{
	font-size: 18px;
	margin-top: 3px;
}
.bg-table tbody tr td{
	text-align: center;
	height: 34px;
	line-height: 24px;
padding:5px 0;
	font-size: 14px;
	color: #6b6b6b;
}
.bg-table tbody .tr-type{
	height: 45px;
	background-color: #F8F8F8;
}
.font-18{
	font-size: 18px!important;
	color: #181818!important;
}
.font-15{
	font-size: 15px!important;
}
.bg-red{
	background-color: #f06f77;
	color: #fff!important;
}
.bg-gray{
	background-color: #F8F8F8;
}



/* ===========视图宽度============ */

.w_1300{
	width: 1300px;
	margin: 0 auto;
}

/* ==============@media============== */
@media screen and (max-width: 1300px){
	.w_1300 {
		width: auto;
		margin: 0 20px;
	}
	.mzdh-nav{
		padding: 20px 0;
	}
	.bg-main{
		width: 100%;
	}
	.bg-table{
		width: 100%;
		overflow: auto;
	}
	.bg-table thead tr th{
		min-width: 136px;
	}
}

@media screen and (max-width: 1000px){
	.xsky-banner{
		background: unset;
		position: relative;
		height: auto;
	}
	.xsky-banner img{
		display: inline;
		width: 100%;
	}
	.xsky-title{
		position: absolute;
		padding: 15px 40px 20px;
		top: calc((100% - 97px) / 2);
		left: calc((100% - 224px) / 2);
		margin-top: 0;
		background: linear-gradient(to right, rgba(255,255,255,.1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,.1) 100%);
	}
	
	.mzdh-main,
	.mzdh-nav{
		position: unset;
	}
	.search-main{
		padding-top: 30px;
		display: block;
	}
	.mzdh-search-right{
		margin-top: 15px;
	}
	.mzdh-search{
		margin-left: 0;
		margin-right: 20px;
	}
	.mzdh-btn{
		margin-left: 0;
	}
	.mzdh-box{
	    height: 560px;
	}
	.mzdh-nav{
		margin-left: -20px;
		width: calc(100% + 40px);
		overflow-x: auto;
	}
	.mzdh-ul{
		justify-content: unset;
	}
	.each-menu{
		flex: unset;
		width: 122px;
	}
	
	.bg-table thead tr th{
		padding: 0 5px;
		min-width: 100px;
		max-width: 110px;
	}
	.bg-table tbody tr td{
		width: 100px;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
}

@media screen and (max-width: 768px){
	#middle {
	    padding-top: 82px;
	}
	
	.each-title{
		font-size: 26px;
	}
	.xsky-title {
	    font-size: 28px!important;
	    top: calc((100% - 84px) / 2);
	    left: calc((100% - 192px) / 2);
	}
	.title-line{
		height: 3px;
		width: 50px;
	}
	
	.mzdh-nav{
		height: 200px;
	}
	.each-menu{
		font-size: 16px;
		width: 90px;
		padding-top: 40px;
	}
	.each-menu i{
		font-size: 40px;
	}
	.each-menu div{
		margin-top: 20px;
	}
	.search-main{
		font-size: 14px;
	}
	.mzdh-search{
		margin-right: 10px;
		padding: 0 10px;
		height: 40px;
	}
	.mzdh-btn {
	    width: 70px;
	    height: 40px;
	    line-height: 40px;
	}
	.mzdh-search select{
		height: 40px;
	}
	
	.mzdh-box{
	    height: 430px;
	}
	.bg-top-text{
		font-size: 16px;
	}
	.tishi{
		font-size: 15px;
	}
	.bg-box{
	    margin-top: -91px;
	}
	.bg-table thead tr{
		height: 60px;
	}
	.bg-table thead tr th{
		font-size: 12px;
		padding: 0;
		min-width: 70px;
		max-width: 70px;
	}
	.bg-text{
		font-size: 14px!important;
	}
	.bg-table tbody tr td{
		padding: 0;
		font-size: 12px;
	}
	.font-15{
	    font-size: 13px!important;
	}
	.font-18{
		font-size: 14px!important;
	}
	
}

@media screen and (max-width: 550px){
	#middle {
	    padding-top: 62px;
	}
	
	.xsky-title {
	    font-size: 22px!important;
	    padding: 15px 25px;
	    top: calc((100% - 72px) / 2);
	    left: calc((100% - 138px) / 2);
	}
	.title-line{
		width: 40px;
	}
	.each-title{
		font-size: 20px;
	}
	
	.bg-box{
	    margin-top: -87px;
	}
	.bg-top-text{
		font-size: 13px;
	}
	.tishi{
		font-size: 12px;
	}
	
}

@media screen and (max-width: 425px){
	#middle {
	    padding-top: 52px;
	}
	
	.mzdh-nav{
		height: 160px;
		padding: 15px 0;
	}
	.each-menu{
		font-size: 14px;
		width: 80px;
		padding-top: 30px;
	}
	.each-menu i{
		font-size: 34px;
	}
	.each-menu div{
		margin-top: 15px;
	}
	.search-main{
	    padding-top: 25px;
	}
	.mzdh-box{
	    height: 370px;
	}
.mzdh-search {
    padding: 0 5px;
}
	
}

@media screen and (max-width: 375px){
	.mzdh-search{
		margin-right: 5px;
	}
	.mzdh-btn {
	    width: 60px;
	}
}

@media screen and (max-width: 340px){
.xsky-title {
    font-size: 18px!important;
    top: calc((100% - 67px) / 2);
    left: calc((100% - 122px) / 2);
}
.each-title,
.bszn-top li{
    font-size: 17px;
}

.w_1300 {
    margin: 0 10px;
}
.mzdh-btn {
    width: 40px;
}

}