@charset "utf-8";
body,html{
	width: 100%;
	overflow-x: hidden;
	font: calc(100vw / 120) arial;
	/* min-width: 1345px; */
}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;
} 
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.transition{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.es{
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container{
	padding-left: 13.5%;
	padding-right: 13.5%;
	padding-top: .1px;
}
.df{
	display:box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.fz{
	font-size: 0;
}
.align-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.df-between{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.df-justify-center{
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.df-flex-auto{
	-webkit-box-flex: auto;  /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: auto;   /* OLD - Firefox 19- */
	-webkit-flex: auto;   /* Chrome */
	-ms-flex: auto;      /* IE 10 */
	flex: auto;
}
.df-flex-1{
	-webkit-box-flex: 1;  /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;   /* OLD - Firefox 19- */
	-webkit-flex: 1;   /* Chrome */
	-ms-flex: 1;      /* IE 10 */
	flex: 1;
}
.df-shrink{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.title{
	line-height: 1.5;
}
.text-center{
	text-align: center;
}
.hide{
	display: none;
}
/*公共样式结束*/
/*header*/
#header{
	
}
.mobile-logo{
	display: none;
}
.mobile-btn-all{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 2.7%;
	z-index: 99999999999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
}
.mobile-btn-all a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .3s;
}
.mobile-btn-all a svg{
	width: 100%;
	height: 100%;
	fill: #333;
}
.mobile-btn-all #btn-close{
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}
.mobile-btn-all.on #btn-close{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.mobile-btn-all.on #btn-close svg{
	fill: #fff;
}
.mobile-btn-all.on #btn-open{
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}
.mobile-nav{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51,51,51,.3);
	transition: all .5s ease-out;
}
.mobile-nav ul{
	width: 85%;
	height: 100%;
	padding: 5%;
	background-color: #fff;
	overflow-y:auto;
	overflow-x: hidden;
}
.mobile-nav ul li{
	width: 100%;
	margin-bottom: 10%;
	padding-left: 10%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10%;
}
.mobile-nav ul li > a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
}
.mobile-nav.on{
	opacity: 1;
	left: 0;
	visibility: visible;
}
/*header*/
/*footer*/
#footer{
	
}
/*footer*/
@media (max-width:1400px){
	.zd-fz-12{font-size: 12px !important;}
	.zd-fz-13{font-size: 13px !important;}
	.zd-fz-14{font-size: 14px !important;}
	.zd-fz-15{font-size: 15px !important;}
	.zd-fz-16{font-size: 16px !important;}
	.zd-fz-17{font-size: 17px !important;}
	.zd-fz-18{font-size: 18px !important;}
	.zd-fz-19{font-size: 19px !important;}
	.zd-fz-20{font-size: 20px !important;}
	html,body{
		font-size: calc(100vw / 100);
	}
	.container{
		padding-left: 5%;
		padding-right: 5%;
	}
	#footer .f-info .link em:nth-child(1){
		display: none;
	}
	#index-right{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
}
@media (max-width:1024px){
	.ipad-fz-12{font-size: 12px !important;}
	.ipad-fz-13{font-size: 13px !important;}
	.ipad-fz-14{font-size: 14px !important;}
	.ipad-fz-15{font-size: 15px !important;}
	.ipad-fz-16{font-size: 16px !important;}
	.ipad-fz-17{font-size: 17px !important;}
	.ipad-fz-18{font-size: 18px !important;}
	.ipad-fz-19{font-size: 19px !important;}
	.ipad-fz-20{font-size: 20px !important;}
	html,body{
		font-size: 78%;
	}
	.none,
	.header-pc .search,
	#index-team-box .top .right,
	#index-department .top .letter,
	#footer .f-info .link,
	.header-pc .right-wx,
	.header-pc .right-txt,
	.page-message-box .img-box,
	.page-news-box .right,
	.page-survey-box .top .left-img .img-box:nth-child(2),
	.header-pc .tel{
		display: none;
	}
	#index-right{
		display: none !important;
	}
	.header-pc .pc-nav ul{
		padding: 0;
	}
	#footer{
		padding-bottom: 0;
	}
	#footer .Copyright{
		height: auto;
		line-height: 2;
		position: relative;
		margin-top: 3rem;
		padding-top: 2rem;
		padding-bottom: 1.5rem;
	}
	#footer .Copyright *{
		display: block;
		margin: 0px auto 0px !important;
	}
	.page-depinfo-box .top-letter{
		height: auto;
		text-align: left;
		padding: 10px;
	}
	.page-depinfo-box .top-letter a{
		text-align: center;
	}
	.page-department-details .container > .top .left-img {
	    width: 32rem;
	}
	.page-contact-box #contactMap{
		width: 100%;
		margin-left: 0;
	}
	.page-message-box .form-box-wrap{
		background-image:none;
		border: 1px solid #F0F0F0;
	}
	.page-news-box .left{
		padding-right: 0;
	}
	.page-survey-box .top{
		background-image:none;
	}
	.page-survey-box .top .right{
		padding-left: 0;
		padding-top: 12%;
	}
	.page-expert-box .expert-details{
		padding: 1rem;
	}
	.page-expert-box .expert-details .right .desc{
		line-height: 1.5;
	}
	
	
	
}

@media (max-width:768px){
	.mb-fz-12{font-size: 12px !important;}
	.mb-fz-13{font-size: 13px !important;}
	.mb-fz-14{font-size: 14px !important;}
	.mb-fz-15{font-size: 15px !important;}
	.mb-fz-16{font-size: 16px !important;}
	.mb-fz-17{font-size: 17px !important;}
	.mb-fz-18{font-size: 18px !important;}
	.mb-fz-19{font-size: 19px !important;}
	.mb-fz-20{font-size: 20px !important;}
	.container {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.mobile-btn-all{
		opacity: 1;
		visibility: visible;
	}
	#header{
		position: relative;
		padding: 3%;
	}
	.header-pc,
	#footer .Copyright,
	.page-contact-box .map-info .code-box,
	.page-classroom-box li a em,
	.page-news-box .left li .info .time{
		display: none;
	}
	.mobile-logo{
		display: block;
		width: 70vw;
	}
	#banner{
		height: 19rem;
	}
	#banner .swiper-pagination {
	    bottom: 10px;
	}
	#banner .swiper-pagination span{
		width: 10px;
		height: 10px;
	}
	.index-type {
	    bottom: -16rem;
	}
	.index-type ul{
		height: auto;
		box-shadow: 0px 0px 10px #ddd;
	}
	.index-type ul li{
		width: calc(100% / 2);
		height: 5rem;
		border-bottom: 1px solid #e2e2e2;
	}
	.index-type ul li:last-child{
		width: 100%;
		border-bottom: none;
	}
	#index-news-box {
	    margin-top: 17rem;
		margin-bottom: 1rem;
	}
	#index-news-box .container{
		display: block;
		padding: 0;
	}
	#index-news-box .news-tab,
	#index-department .bottom .right .tab{
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		font-size: 0;
		margin-bottom: 3px;
		padding: 0 3% 14px;
	}
	#index-news-box .news-tab a,
	#index-department .bottom .right .tab a{
		display: inline-block;
		width: calc(100% / 3);
		height: auto;
		padding-top: 8px;
		text-align: center;
	}
	#index-news-box .news-tab a .box,
	#index-department .bottom .right .tab a .box{
		padding: 1rem 0;
	}
	#index-news-box .news-tab a i,
	#index-department .bottom .right .tab a i{
		margin: 0px auto 0px;
	}
	#index-news-box .news-tab a span,
	#index-department .bottom .right .tab a span{
		margin-top: 1rem;
	}
	#index-news-box .right .list .left,
	#index-news-box .right .list .right-txt,
	#index-department .bottom .left,
	#index-department .bottom .right,
	#index-department .bottom .right .list-content,
	#index-department .bottom .right .tab,
	.page-department-details .container > .top .left-img,
	.page-case-box li,
	.page-survey-box .top .left-img .img-box:nth-child(1),
	.page-hospital-survey-leader .page-team-box .top .page-team-search,
	.page-hospital-survey-leader .list li,
	.page-expert-box .expert-details .left,
	.page-expert-box .expert-details .right,
	.page-classroom-box li a span,
	.page-contact-box .map-info{
		width: 100% !important;
	}
	#index-bottom li,
	.page-equipment-box li{
		width: 50% !important;
	}
	#index-news-box .right .list.on,
	#index-news-box .news-tab a .box,
	#index-news-box .news-tab a i,
	#index-department .bottom,
	#index-department .bottom .right,
	#index-department .bottom .right .tab a .box,
	.page-banner .info-box,
	.page-department-details .container > .top,
	.page-details-box .left .bottom-page,
	.page-details-box .left .bottom-page .return-list,
	.page-survey-box .top,
	.page-hospital-survey-leader .page-team-box .top,
	.page-hospital-survey-leader .page-team-box .top .title,
	.page-expert-box .expert-details,
	#footer .f-info{
		display: block;
	}
	#index-news-box .right .list .left{
		padding-left: 3%;
		margin-bottom: 3%;
	}
	#index-news-box .right .list .left li{
		padding-right: 1%;
	}
	#index-news-box .right .list .left .img-box {
	    height: 17rem;
	}
	#index-news-box .right .list .left .swiper-pagination {
	    bottom: 48%;
	}
	#index-news-box .right .list .right-txt{
		padding:0 3%;
	}
	#index-news-box .right .list .right-txt .txt-list{
		margin-bottom: 4%;
	}
	#index-team-box .container {
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	#index-team-box .team-list .box {
	    padding-bottom: 4rem;
	}
	#index-team-box .team-more{
		margin-top: 0;
	}
	#index-department .bottom{
		height: auto;
	}
	#index-department .bottom .left{
		height: 20rem;
	}
	#index-department .bottom .left .info{
		padding: 1rem;
	}
	#index-department .bottom .right .list-content .list a:nth-child(3n)::before{
		left: -18.5rem;
	}
	#index-department .bottom .right .tab{
		padding: 0;
		margin-top: 1rem;
	}
	#index-department {
	    margin-bottom: 2rem;
	}
	#index-bottom li{
		margin-bottom: 20px;
	}
	#index-bottom {
	    padding: 3rem 0 1rem;
	}
	#footer{
		padding-bottom: 4rem;
	}
	#footer .f-info .infos:nth-child(2) {
	    margin: 0 0px;
	}
	#footer .f-info .infos{
		margin-bottom: 20px;
	}
	#footer .f-info .infos span em{
	    margin-top: 10px;
        font-size: 13px;
	}
	#footer .f-info .f-code{
		margin-top: 20px;
	}
	.page-paging-box .box {
	    padding: 0;
	}
	.page-paging-box a{
		padding: 10px 10px;
	}
	.page-banner .info-box{
		margin-top: 0px;
		padding-top: 2rem;
		padding-left: 0;
	}
	.page-banner .info-box .title{
		margin-bottom: 2rem;
	}
	.page-nav ul{
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding-left: 0;
		padding-right: 0;
	}
	.page-nav{
		margin-bottom: 1rem;
	}
	.page-depinfo-box .page-dep-list li .list {
	    padding: 1.5rem;
	}
	.page-depinfo-box .page-dep-list li .list a{
		width: calc(100% / 3);
	}
	.page-department-details .container > .top .left-img {
	    height: 16rem;
	}
	.page-department-details .container > .top .info{
		padding-left: 0;
	}
	.page-department-details::before{
		height: 47.5rem;
	}
	.page-department-details .container > .bottom .list li {
	    height: 18rem;
	}
	.page-contact-box{
		height: auto;
		margin-top: -12px;
	}
	.page-contact-box #contactMap{
		height: 16rem;
	}
	.page-contact-box .map-info{
		position: relative;
		top: 0;
		right: 0;
		transform: none;
		padding: 30px 3%;
	}
	.page-message-box .form-box-wrap{
		border:none;
		padding: 0;
		margin-top: 10px;
	}
	.page-message-box .form-box-wrap .form-box .form-group:first-child,
	.page-message-box .form-box-wrap .form-box .form-group.sex,
	.page-hospital-survey-leader .expert-type li .name,
	.page-hospital-survey-leader .expert-type li .dep-list{
		flex: 100%;
	}
	.page-message-box .form-box-wrap .form-box .form-group.code input{
		width: 10rem;
	}
	.page-news-box .left li{
		height: auto;
	}
	.page-news-box .left li .img-box {
	    width: 8rem;
	    height: 7rem;
	    margin-right: 1.75rem;
	}
	.page-details-box .left .bottom-page .left{
		padding-right: 0;
	}
	.page-details-box .left .bottom-page .left a{
		line-height: 1.5;
	}
	.page-details-box .left .bottom-page .return-list{
		margin: 20px auto 0px;
	}
	.page-equipment-box ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.page-equipment-box li{
		height: 14rem;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.page-survey-box .top{
		padding: 0;
	}
	.page-survey-box .top .left-img .img-box:nth-child(1) {
	    height: 18rem;
	}
	.page-survey-box .top .right {
	    padding-top: 6%;
	}
	.page-survey-box .top .right p{
		margin-bottom: 3rem;
	}
	.page-survey-box .content{
		padding: 0;
	}
	.page-survey-box > .container{
		margin-bottom: 2rem;
	}
	.page-hospital-survey-leader .expert-type li{
		flex-wrap: wrap;
	}
	.page-hospital-survey-leader .expert-type li .name{
		border-bottom: 1px solid #e1e1e1;
		line-height: 2;
	}
	.page-hospital-survey-leader .expert-type li .dep-list{
		padding: 5%;
	}
	.page-hospital-survey-leader .expert-type li.department .dep-list a{
		width: auto;
		padding: 0;
		padding-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.page-hospital-survey-leader .page-team-box .top .title{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page-hospital-survey-leader .page-team-box .top .select-box,
	.page-hospital-survey-leader .page-team-box .top .select-box > em{
		margin-bottom: 20px;
	}
	.page-hospital-survey-leader .page-team-box .top .select-box .page-select-list span{
		margin-bottom: 10px;
	}
	.page-hospital-survey-leader .page-team-box .top .page-team-search{
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.page-hospital-survey-leader .list li .info,
	.page-expert-box .expert-details .left .info{
	    padding-left: 1rem;
	}
	.page-expert-box .expert-details .right{
		padding-left: 0;
		margin-top: 10px;
	}
	.page-expert-box .expert-profile-desc .desc{
		font-size: 13px;
	}
	.page-expert-box .expert-list-box .expert-list li{
		height: 17rem;
	}
	
	
	
	
	
	
}